

Are there entire operating systems written in a functional language? Why is it imperative languages like C?


Are there entire operating systems written in a functional language? Why is it imperative languages like C?


I would say MOFs could be useful for batteries, but not for storing electrons directly. Why? Electrons are really small and mobile. Charged ions like in positively charged Lithium-Ions are very heavy and big by comparison.


tokenized and hashed version of the message message.hashed
so the message “hello world” would be encrypted but you would also get hash(“hello”)+ " "+ hash(“world”) stored on the server? This would mean an attacker could recognize frequently used English words by calculating hash(“hello”) and searching? … I would think the client should tokenize and encrypt the hashes as well: encrypt(hash(“hello”), private_key) + " " + encrypt(hash(“world”), private_key)
Random thought: What if the user submits a merkle-tree, so searching for a sub-string could mean searching for a path in the tree …
Maybe hashes in the tree could be encrypted using a key from the client.


I wonder in what ways ancient Greece was transformed to modern Greece through Christianity? Or is that to simplistic?


Oh these little green kākāpō creatures are the cutest nocturnal parrots.


The smartest cow is usually the leader of the herd I would think.


Capacitors store charged particles. Electrons. MOFs are useful for storing molecules as far as I know, not electrons.


CPUs nowadays are fast enough to render 3D graphics in real time?


The 3 riders of the apocalypse:


I guess the advantage here is that this is a single C file. This means you can run it fairly easily on an old system without a rust-toolchain or go-toolchain available.


Is the building still inhabited / a shop?
I hope there is some secret science-outpost/station that is isolated from all the BS sources, hidden deep in some forest.


they were afraid that the devil …
No wonder, this place looks like a villains secret gothic base lol.
Thanks for deep lore of this ruin, lol. Sometimes humans build stupid (complex) structures and fail, in this case the rotating platform complicates things. Are these a sign of humanities arrogance?

Microsoft Teams?

Microservs get called back to office.
I wonder: Server CPUs can have like 10+ cores, if compilers can optimize rasterization and transformations to become really fast … but yeah requiring an average user to have this system is pretty expensive lol.
LLVMpipe to my understanding is GPU emulation on CPU on Linux.