Showing posts with label machining. Show all posts
Showing posts with label machining. Show all posts

2026-06-26 at

Unity : Universals, Leaky Abstraction, Governance Failure

Today, I'm reading philosophy. A classic issue is "the problem of universals" ( summary : what makes the word chair, apply to this thing, and not that thing? ).

So, it reminds me that this, "leaky abstraction", is at the heart of problems around "governance failure" in current LLMs, and with people in general (e.g., "never do X" or "always do Y" ).

It's nice nowadays, to be able to take ancient fuzzy concepts and apply mechanistic interpretation to them!

2026-06-25 at

Thin slice : on "epiplexity" ( Jiang, et al. 2025, 2026 )

Leon commented on this paper.

Thin slice : the paper's paradoxes seem to come from a confusion definitions of "information". Perhaps, there is a confusion between : the accuracy of information transfer ("surprise") and the accuracy of representing originating knowledge ("semantics").

Information theory is concerned with "already quantified" data, and not about "quantifying unquantified states". So entropy is meaningful as a descriptor of quantified data, and not meaningful as a descriptor of how accurate a quantification operation was upon an unquantified substrate.

Vis-a-vis LLMs, whether the input data is the traditional "verbal / just text" or multimodal "multi/sensory" ... these are "already quantified data" at the point of ingestion, and information is preserved as the LLMs compute any egestions.

For those of US OBSERVING the LLMs, we may find that the LLMs produced "new information", but that does not refer to insight about the ingested data (stateT=0), but rather about the the UNQUANTIFIED WORLD STATE prior to the creation of the ingested data (stateT=-N).

Please forgive my unfamiliarity with the underlying material, and my faint disgust at seeing 50+ comments applauding without adding much to conversation ( I think I saw few dissenters haha ).

2026-05-23 at

current frontier LLM internals ( broadly )

TIL current frontier "transformer" LLMs ... 

1. 

The terms "encoder, decoder" apparently, don't apply to the encoding of end-user queries. "Encoder-only" and "encoder-decoder" LLMs thus refer to entirely other things.

Frontier LLMs are "decoder-only" text generators, but they DO ENCODE the user's query into "token" space. 

Simplifying the dumb parts : the following model process applies to any data, sensory or verbal - all those inputs would be first translated into "tokens", and input the same way. After processing, all results are spat out into the target (sensory or verbal) human language. 

2.

Frontier "decoder-only" models function "autoregressively", they "produce results based on historical data". The important part of the model's thought process is broadly - grab a PENCIL and SKETCH it out - 2A looks something like this :

Input -->[ 2A1 --> 2A2 ] times, ( 80 to 120 minus skipped ) layers --> Output

2A.

Input data activates a process of 80 to 120 sequential "layers". ( Fortunately at this point in history, BRANCHING LOGIC allows some to be skipped. ) Each layer is internally composed of, 

2A1.

... an initial "attention" network, of PARALLELISED weight-holding memory cells ( stacked to varying depth ), terminating in 64 to 128 "attention heads" ( architectural variations : MHA, GQA, MQA, MLA, etc. ), whose purpose is to CLUSTER the input data, followed by

2A2.

... a subsequent "feed forward network" block, of BRANCHING weight-holding memory cells ( stacked to varying depth ), whose purpose is to LOGICALLY JUDGE the input data.

3.

During the model's "training" period, each loop through all the layers of 2A "feeds forward" data through all ( 80 to 120 ) layers in sequence, and from 2A1 to 2A2 within every layer, then checks the correctness of the result, then "backpropagates" corrections to the weights of 2A1 and 2A2 in all ( 80 to 120 minus ) layers - which make future "feed forwards" more correct. Many cycles happen, to maximise correctness.

4.

During the model's "inference" period, a "feed forward" loop through all ( 80 to 120 minus skipped ) layers of 2A happens ONCE FOR EVERY SINGLE WORD GENERATED. Like this ...

[ Query ] -> Loop1 -> adds word1

[ Query + word1 ] -> Loop2 -> adds word2

[ Query + word1 + word2 ] -> LoopN -> adds wordN

Can you see how incredibly stupid this is?

It would (should?) be much simpler to have a model that actually understands the query in terms of a sensory-spatiotemporal model, generates an answer in the same space ( which it then reads just once), and then outputs just once into the target language. Maybe this is something JEPA, and future models will fix.

5.

Because 2A1 is just about clustering the data and not judging it, all 64 to 128 attention heads and their network cells are hit, during any "feed forward" loop, unless a layer is skipped.

6.

But because 2A2 allows branching, over 90% of cells can be skipped during each "inference" loop, though none can be skipped during "training" loops.

2026-05-21 at

Mathematics as an Information Process

 ... or "how any brains, human or artificial, can do maths" : including the creation of novel concepts for nouns, verbs, and adjectives in maths.

I started writing this as a comment on Valerio's post, but it overflowed so I made it a repost, then it overflowed, so I had to articleise it.

What the hell is maths?

I think categorically, "mathematics" isn't "a thing that can be solved" as a whole. Mathematical QUESTIONS yes, but there is no end to the questions.

Mathematics ITSELF is a [ software program ], for [ representing ways to reason about phenomenology in general ] - in other words, maths is a programming language, or compiler toolchain - with specific focus on [ phenomenology that is objective ].

( This applies to mathematics as a social activity - in private, any mind can perform subjective quantification upon phenomena it perceives, even though that activity is not directly observable by other minds. Because at this point in history, we still do not have [ social / common access ] to the [ subjective phenomenological experience of humans ], since that memory space is embedded within an ill-understood meat net. )

I think the matter of coming up with new [ mathematics, and science in general ] is really just a generative process of creating ontologies of language where existing ontologies are insufficient. It's just mutate, and cull, loop. What gives rise to the DEMAND for new ontology / concepts, depends a bit more on the field.

PHYSICS :

In physics, ontological DEMAND is a matter of "we have some observational SENSORY data that does a quantifiable pattern, but we don't have a name for the pattern, though we can point at the pattern. Also we don't know how this new pattern relates to old patterns, and we need to do more tests to find out."

MATHEMATICS :

In mathematics, ontological DEMAND is a matter of "basically everything that physicists do, but swap the object of research from SENSORY phenomena in general to [ formal INSENSIBLE verbal concepts, attached to some SENSIBLE notation that we use to represent it ]".

THE DIFFERENCES :

While physicists have to tolerate the limit of "hypotheses are falsifiable, and resistant to falsification under duress," mathematicians tend to need to show that "theses are necessarily true/false".

In the realm of testing the combinatorial play-niceness of known fundamental relations and entities, that's fairly straightforward.

THE COMMONALITIES :

The discovery of new fundamental relations and entities ... is also driven, from the same sensory source that drives such discovery in physics.

Physics and mathematics are both "sensory", it's just that in physics the sensory data is of [ intrinsic ] interest, whereas in maths the sensory data is [ just symbolic of insensible interests ].

So, in the same way machines can be programmed to be creative in hypotheses about [ intrinsically interesting sensory data ], they can do the same for [ sensory data, i.e. language morphemes and syntax, which are extrinsically interesting ].

THE MENTAL MODAL :

After all, in and of itself, [ the latent intuition about how logic, space, and time, work ] is essentially the brain's physical activity, as a [ subconscious memory space ]. Data from there then intrudes, from time to time, upon our also physical [ imaginations, as conscious memory spaces ].

Both memory spaces simply process [ sensory data structures, which we may call qualia when they move into the conscious memory space ].

A practiced thinker knows how to completely map, FROM qualia, TO analogous signals or other data structures which are known to be objectively quantifiable, through the social practice of science.

Of course, I might be venturing a bit too far here, in terms of asserting that meat brains are just sub/conscious physical information processes.

Haha

- - -

Discussion

2026-05-26 :

  • the concept of "well if X is in conscious memory, then X must be an instantiation of the data types supported by your conscious memory" is from COPR, as mentioned to Alex : might be worth a wiki; or see the Sophie's World version of Transcendental Idealism / t-analytic / t-aesthetic. Ofc in LeCun's phrasing, this is a "world model".
  • I think the insight on maths is : "the only way to handle maths is via sensible symbols, and we are quite sure the LLMs can handle symbols + rules + rules of replacement", so an LLM can look at "any N-dimensional field of raw noise" and formally hypothesise any new set of rules that applies to the field. Given a less noisy field the LLM can run formal or empirical tests against the field, to see if the rules still apply, just for example. This is literally all it takes to invent new science, in a very thin slice lol. And for maths, the bot doesn't even need a noise field for sensory data - it just has to check rule coherence.
2026-05-29:
It is remarkable, after all this time, that mathematics remains as much a veil, to the mode practicioner, in the same way that other conscious macrophenomena are to the mode person. Some people are ontologically committed to the notion of persons, some are committed to the notion of emotions, some are committed to the notion that food is yummy, and travelling is fun. Mathematics likewise is broadly appreciated macroaesthetically.

But if you tear apart the qualia, and isolate the categories of sensational units in every sense modality, then you are left with only a few kinds of lego, so to speak. Mathematics reduces to a sensible language, with insensible referents, and so the treatment of the language can only be tested with regards to the rules employed about the sensible language.

I guess?

2026-06-02:
It's astonishingly stupid, that some professional mathematicians can't understand how it is possible to teach a machine how to discover novel mathematics.

Simply stepping through the history of maths, demonstrates each point of "ontological demand" , where existing linguistic constructs were insufficient for a formal representation of some sensory dataset, thereby leading to the designation on new linguistic constructs as hypothetical frameworks, then affirmed as practically useful via coherence testing.

It is just a special case, of the development of languages in general. Perhaps it is because mathematicians are not often trained as philologists, even though these are both primarily about language use and development. Just as grammar teachers or English professors are not expected to be philologists, as a rule. 

2026-06-07:
Humans spend 150 years making a machine that does weird stuff really fast - because weird stuff is enriching, but humans are slow at it.

Someone figures that the machines could be a little less weird, so makes the weird machine do less weird things, but in a slow way.

Someone then figures out that if you get enough weird machines doing less weird things, in the slow way, you can approximate a human in all its slowness at doing the weird thing. 

Ladies and gentlemen : a neural network doing maths ... instead of outsourcing it to an ALU.

2026-05-16 at

triton-lang

Just caught up to this 😅 : so OpenAI's Triton is a pythonesque DSL for exposing hardware primitives using a "tile" paradigm.

Handles hardware for you

  • - numpy : CPU only
  • - tensorflow, pytorch : anyPU

You handle hardware :

  • - CUDA : nVideaPU only
  • - triton / C/++ / SYCL / openCL : anyPU

Triton is a dialect of MLIR@LLVM ...

bab kelarian kemahiran

Fenomena ini menarik. Ada akarnya. 

1. Kita mahu keadilan melalui ekonomi sama rata.
2. Kita mahu keadilan melalui ekonomi tidak sama rata.
3. Kita mahu pertengkaran berhenti.
4. Kita mahu ekonomi berkembang.
5. Kita mahu kemahiran menduduk dan tidak melari keluar.

Kebanyakkan pertengkaran adalah antara (1 vs. 2), dan antara (4 tanpa 5, vs 4 wajib 5).

Agak-agaknya, (1,3,4,5) adalah satu pihak, dan (2,3,4, tapi neutral terhadap 5) adalah satu pihak lagi. 

Dalam analysis ini, hanya (3,4) boleh jadi tumpuan senegara. Maka pemimpin kena bermula setiap strateginya dengan mendasarkan (3,4), dengan tolak ansur terhadap (1 dan 2), jadi tercapai lah (3,4) dan akhirnya [(5) yang menyokong (3,4) dan merendahkan lagi hati (1 dan 2)].

Fasa 1 : mendasarkan ekonomi
Fasa 2 : tolak ansur antara, kesamarataan dan keistimewaan ekonomi
Fasa 3 : ekonomi kembang
Fasa 4a : juara kesamarataan dan keistimewaan kedua-duanya direndahkan coraknya
Fasa 4b : kemahiran mula dibela dan bukan diusik keluar

Kemahiran politik itu memang kena tertumpu pada 2/ tolak ansur, dan 4/ rendah hati. Jadi pakar pengendalian tisu-tisu hati ini lah yang kita harap dinaikkan dalam PRU dan kerajaan masa terdekat.

2026-05-14 at

getting started on computer vision

Brief dip into computer vision jargon. Anthropomorphism. Humans learn to recognise gross gestalten, before understanding mereology ... and humans learn to recognise 2D persistence before 3D persistence. But as conscious processes develop, they discover more efficient storage formats for data, by relying on 3D persistence graphs.


So while we could train a vision system to be more human like by beginning with gross gestalten, we may want to skip forward a little bit to endow the system with the capability to immediately begin forming a database of 3D graphs, representing object topologies in the wild.


LFG :


0. Statistical globbing via neural networks should be used as a final optimisation technique, only after all known structural optimisations ("physics") have been ("logically") programmed into the system - not as a lazy shortcut from zero.


1.


1.1. Let us throw away the concept of colour, and begin only with one dimension of magnitude per unit of space - luma / luminance / brightness.


1.2. Let is ignore 3D structure and begin only with the gross phenomenology of the field of vision. 


2.


2.1. Now, mereology : we must have a way to describe subsets of any field which are interesting. The smallest item is a point of brightness.


2.2. SCALE invariance : the concept of an item growing to take up a larger fraction of the field, or shrinking to take up a smaller fraction, must exist. See SIFT, SURF, ORB, et al.


2.3. Location : the field of vision must be referenced by an address space.


2.4. Multiplicity : there may be many items of interest.


2.5. Extension in 2D : items may be linked, giving them 2D structure in the field. See "graph convolution networkS / GCNs"


2.6. ROTATIONAL invariance : the 2D structure is different if you spin it around with respect to the address space. Where you apply this to spinning everything around the system, see "sphere node graphs", though in 2D that's probably a "cylinder node graph".


... at this point we have five to six concepts that must be uniquely addressed in the cognitive space of the system. A sort of introductory transcendental aesthetic.


3.


3.1. Extension in 3D : Now we can revisit the notion of 3D space. 


3.2. Location ("distance") in 3D is associated with scale in 2D (2.2.).


3.3. Occlusion in 2D is associated with rotation in 3D. See "aspect graphs".


... and, I think that's all we need to get starting building a computer vision system, to undergird the visual ontological comprehension of any anthropomorphic computer.


4. Oh yes, we can then revisit colour and motion in the end.

2026-05-07 at

STEM atau KESENIAN

Dorang tanya, STEM atau KESENIAN, lebih penting?

Dengan terperinci.


0. Seni

Secara am, semua kegiatan itu ada perseniannya.

KEMAHIRAN = KESENIAN LAH XD 


1. Sains (Stem)

Ilm mengutamakan pemantauan zahir / empiris. Jadi kesenian STEM senang mula dikaji dari sini.


2. Matematik + Logik (steM)

Kesenian hisab + mantik adalah kerangka batin, yang menyekat Sains.


3. Kejenteraan (stEm)

Inilah seni kerja amal.


4. Teknologi (sTem)

Sina'ah hanya istilah am bagi kesemuanya.

Yunani, "tekne" => technology;

Latin, "ars" => art. 


2026-05-06 at

obscure TIOBE contestants

 Today's fun was going through TIOBE and drilling into highly-ranked but otherwise obscure contestants :

* (a) => "apparently"

  • #10 Delphi / Object Pascal
    : some blokes in Europe have been implementing business software on it : 6,000 SMBs consume this (a)
  • #11 Scratch
    : 100 million children use it, under the MIT Media Lab (a)
  • #22 Prolog
    : used in academia to teach Logic Programming (a) : so its current prominence was news to me ... in theory all it does is roll certain algorithms under the hood, so that the entire language is branded as a Logic Programming language ... its runtime implementations are not particularly fast otherwise, and the syntax has descended to Erlang which is a much more industrialised language with robust implementations. I was wondering if the AI majors are popularising this, but they are not (a)
  • #44 X++
    : another B2B language, once from IBM, now under MSFT (a)
  • #46 GML
    : a gaming company's community language
  • #47 LabVIEW
    :  used heavily in engineering draughting, a graphical programming language (a) 
  • #49 Solidity
    : oh, crypto! Ethereum!
  • #50 Visual FoxPro
    : another SMB systems legacy language (a)
-- HIGHLY SUBJECTIVE -- the following were not alien to me, but might be to others
  • #17 MATLAB
    : legacy commercialised linear algebra software from the 80s
  • #20 Ada
    : US defense industry stalwart ( mandate removed in 1997 )
  • #24 Kotlin
    : a modern general purpose language for the JVM, and the second most popular
  • #25 SAS
    : ancient statistical programming language from the 70s, with a commercia legacy
  • #33 ML
    : predecessor of ML, a bit of an ecosystem uncle

2026-05-05 at

Milestones in asynchronous computing

  • ORDVAC (1951) : on vacuum tubes : IAS, precursor to von Neuman, architecture : procured for ballistic compute : business computations could resume based on notifications, but storage media had to be periodically activated to retain data regardless of business
  • ILLIAC II (1962) : on magnetic cores : procured for research : but basically the same computer, and now relieved of the need to cyclically refresh memory; ancestor of POSIX signals in the 1970s
  • Software Actor Model (1973) : Hewitt abstracts the whole thing into software, with inspiration from Smalltalk's (1972) object-orientated model
  • Transmission Control Protocol (1974) : Cerf, Kahn, proposal
  • "make depend" (1978) : innovation to track dependencies in source code, with the "make" build tool (1976), but such features were not reliable for several years
  • VisiCalc (1979) : spreadsheet software for the Apple II : chained cellular recalculation
  • Erlang (1986) : first popular programming language utilising the Actor Model, just not the following keywords ...
  • F# (2007) : introduction of "async-bang!" keywords, later evolving in other languages into "async-await" 

2026-05-01 at

my limited computing experience

I was interested in computers as a kid, but presumed the correct time to study programming was in college, so I did not do much before. The college I got into was no good for programming, so I studied other things. When I got to the commercial job market, after a brief detour through a track-two diplomatic think-tank, my priority was to learn commerce in general, not programming. At my first commercial job, I got to study spreadsheet software, and since it was so familiar to my interests from years before, I wanted to learn more about software usage in commerce. 

Within about 1.5 years I had quit my second commercial job, because there were not enough programming opportunities. My bosses at the investment bank were probably quite disappointed with me. After three more years of working at various zero-to-one companies, I finally had exposure to Linux and HTTP. By this time, it was five years after graduation, and I had about 2.5 years of cumulative programming work experience between 2003 and 2010. I was 27.

Including a sabbatical, by 2015 I had about 4.0 years of programming experience. Then I ran a cafe until 2020, where I did a bit more programming for operations, but the overall project did not work out. 2021 and 2022 were spent on two concurrent corporate jobs where I taught computing and governance to younger people. By then I had about 5.0 years of programming experience, and I was 39. Then I began what has turned into an attempt, at a decade sabbatical.

I wrote this to try and figure out exactly how to compare myself to other people. It feels like I live very slowly.

2026-04-25 at

zero-trust : to the functions

I'm getting to the part of software framework design, where I run into the boundary of what is possible without [ static analysis ]. Once you enable static analysis, and [ arbitrary rewrite instructions ], then anything is possible, so I don't want to go there right now, as I am still working in JavaScript for its role as lingua franca.

So, it's pretty easy to design [ dependency inversion, DI ] at the [ module ] level, such that modules are never called directly, but are called by a platform-caller, and given platform-controlled-execution-contexts. 

But if we want to be quite asinine, in a zero-trust sort of way, then we would want to implement DI at the fucking [ function ] level, in other words, such that [ EVERY NON-TRIVIAL FUNCTION ] is never called directly, but by a platform-caller, in a platform-controlled-execution context.

Trying to figure out how this maps back to [ developer experience ], we could think about whether ( or not ) a folder tree of script files, could be homomorphic to the [ call tree ] of the entire program.

Now no one [ needs this all the time ], but in terms of framework design, it seems reasonable to provide it as infrastructure, which could be [ read-once on-startup ] and [ tree-shaken / memoised / inlined ] thereafter. The [ framework user ] would then just opt-in to each available feature as preferred.

Woe is me. Why did I decide to be so nerdy about life?

2026-04-22 at

computer science & logistics in general

  • 1. there are only two hard problems in computer science
  • 2. computer science is an abstraction of logistics in general

2026-04-21 at

portfolio of work

Sprint day 12 of 21. I reflect upon my portfolio. Most of my struggles in life are learning how to talk to machines **. Humans are too easy.

Figuring out how to talk to :

  • - Malaysians in English : 1983-1989
  • - Americans in English : 1991-1992
  • - Malaysians in Chinese : 1990-1995
  • - Abrahamic folks in English : 1983-1997
  • -
  • - STEM folks in English : 1992-2003
  • - Academicians in English : 199x-2003
  • - Commercial folks in English : 1997-2008
  • - Foodies in English : 2008-2013
  • -
  • - Computers in (various) : 1994-_ **
  • - Malaysians in Malay : 2024-_
  • - Geopolitics folks in English : 2025-
  • - Neuroanatomy folks in English : 2026-

I find the simplest way to organise my portfolio of work, is along the vector of counterparties which I want to communicate with. These counterparties are not objects of humanistic empathy, as it is not necessary to agree on a state of common empathy in order to have ( mechanistically ) meaningful conversations. Or they are tautologically objects of empathy, if empathy is broadly defined as having a model of your communication counterparty's own cognitive model.


2026-04-17 at

FaaS is an encapsulation of infrastructure

FaaS economics : 

( a few separate discussions )

  • - What's the goal of Faas for the vendor? ( A : higher margin )
  • - What's the goal for the purchaser? ( A : lower volume )
  • - And, if cash is unlimited, what would you use FaaS patterns for? ( I'm mainly in this space of course, as an academic. )

FaaS thus aligns to my research interest about [ self-migrating programs ], which is somewhat biological in consideration. A self-migrating program (c|w)ould carry its memory with it. It just needs fabric to traverse. Traditional idea : virus, and likewise pointers to external memory would also suffice for the preservation of program identity.

FaaS implementations : 

  • - fat VMs, like KVM / QEMU ( usually too heavy for FaaS ) 
  • - microVMs, like firecracker ( AWS ) 
  • - user-space : containers direct to kernel ( primitive FaaS )
  • - user-space : kernel sentry, like gvisor ( GCP ) 
  • - user-space : app-level VM, like V8 Isolates ( CloudFlare )

2026-04-11 at

OIDC on OAuth 2.0

 TIL : most diagrams of OIDC are horrible, and this is quite accurate by itself : RFC 6749, The OAuth 2.0 Authorization Framework

OIDC, proposed in 2014, finally made ISO in 2024

Related :

  • RFC 6750, The OAuth 2.0 Authorization Framework: Bearer Token Usage
  • RFC 7515, JSON Web Signature (JWS)
  • RFC 7516, JSON Web Encryption (JWE)
  • RFC 7517, JSON Web Key (JWK)
  • RFC 7519, JSON Web Token (JWT)
  • RFC 7033, WebFinger
  • RFC 9101, The OAuth 2.0 Authorization Framework: JWT-Secured Authorization Request (JAR)
  • RFC 9126, OAuth 2.0 Pushed Authorization Requests (PAR)




2026-04-08 at

biochemical weapons development : search spaces

 In case you're unaware of how biochem weapons development works in the era of computational explosion : 

  • 1. search space : medical : find behaviours deemed pathological ( defining life )
  • 2. search space : metabolic pathways : find critical chain of mechanisms avoiding pathology ( supporting life )
  • 3. search space : proteonomic and related physical chemistry for disruption of results from 2.
  • 4. search space : biochemical synthesis pathways for results of 3.
  • 5. search space : practical pathways for implementing results of 4.

Cybernetic Offensives : grooming, impressionability, personal vulnerabilities, political influence, foreign intelligence, terrorism

I touched on this a quarter ago. I am expanding that note today, due to the trending news cycle on Claude Mythos' capabilities for cybersecurity. 

1. "Rhetoric is Violence", as a theoretical context. So, the virality of opinion, is the reproductive mechanism of politics. Rhetoric, by any means, is cybernetics, is governance. As a reminder, control and communication are not two things, but two names for the same thing - a self-referential example of "optics". 

Now moving beyond theory.

2. "Death by AI". There already exists good data on the influence of AI personalities upon humans, who have been led to self-harm.

3. "Recruitment to a Cause". There is also good data on how social movements throughout history recruit members, typically recruiting more easily among persons who are more impressionable.

4. "Agency of destruction, or surveillance". There is plenty of good data on how impressionable individuals are remotely recruited by organisations, to deliver remote violence, or surveillance.

5. "Exploding capability, for remote agent recruitment, towards destruction or surveillance". It is timely to note that the cost of executing wide-spread campaigns across entire populations, to discover and exploit vulnerabilities in human personality, towards the ends of foreign causes ( whether benevolent, benign, or belligerent ), continues to drop closer to zero.

Let us all advance with care. 

Related links : 

2026-04-03 at

status of Semantic Web suite adoption

OK - I'm about 60% through surveying Semantic Web standards. My conclusion is that the adoption of these "standards" is still very low. Adoption is high in domain-specific niches : this is a W3C standard, so web-technology companies, and companies that exposure their data on the web are the main champions. Outside of that, biomedical sciences uses it a bit. Almost no one else is doing : RDF, RDFS, RIF, OWL ... etc.

So it's like JavaScript : significant brand-equity within a niche, but the man on the street has no reason to get into it. Yet unlike JavaScript, Semantic Web is much less infrastructure dependent than web browsing - so there's a lot more room for wobble and non-compliance between systems. This may change in the future, but I'm not seeing it fix up right now.

RDF is just way too complicated, without adding a lot of value immediately, and there are simpler, more transparent ways to get the same thing done.

24C kira jimat ke?

Bab suhu kerajaan ke 24C (pejabatnya). Tolong sebarkan.

1. Sebenarnya, perasaan nyaman tidak bergantung hanya kepada suhu (T), tetapi kepada kelembapan relatif (rH) juga. Contohnya, tetap pada 26C, rH dalam julat 50%-80% mengakibatkan perasaan yang AMAT berbeza.

2. Masalah pembaziran tenaga dalam kejuruteraan udara ("HVACR") bergantung berat kepada ketidakhadiran PENEBATANAN SEMPURNA bangunan dan bilik. Lagipun KEBOCORAN udara amat memahalkan tujuan kenyamanan.