- 6 Posts
- 29 Comments
partner_boat_slug@mander.xyzOPto
Programming@programming.dev•How useful are functional programming languages?
2·30 days agoAre there entire operating systems written in a functional language? Why is it imperative languages like C?
partner_boat_slug@mander.xyzto
Science@mander.xyz•Nobel prizewinner Omar Yaghi says his invention will change the world
1·30 days agoI 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.
partner_boat_slug@mander.xyzto
Programming@programming.dev•Best Practices for Encrypted Search
3·30 days agotokenized 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.
partner_boat_slug@mander.xyzto
Science@mander.xyz•Rare nocturnal parrots in New Zealand are breeding for the first time in 4 years — here's why
1·30 days agoOh these little green kākāpō creatures are the cutest nocturnal parrots.
partner_boat_slug@mander.xyzto
Science@mander.xyz•Outstanding in her field: cow recorded using tool for first time
1·30 days agoThe smartest cow is usually the leader of the herd I would think.
partner_boat_slug@mander.xyzto
Science@mander.xyz•Nobel prizewinner Omar Yaghi says his invention will change the world
2·30 days agoCapacitors store charged particles. Electrons. MOFs are useful for storing molecules as far as I know, not electrons.
partner_boat_slug@mander.xyzto
Asklemmy@lemmy.ml•How to Combat Troll Farms and AI Bot Farms?
1·30 days agoIgnore them. Block platforms that feel bot-infested to you.
partner_boat_slug@mander.xyzto
Programming@programming.dev•Going Dark: Looking for the End of the Internet, Part 3: The Gemini Project (2020)
1·30 days agoImo the spartan-protocol is superior to gemini, it enables easy file upload, and is still an upgrade over gopher.
Regarding Encryption: You can simply push that task to an overlay network.
partner_boat_slug@mander.xyzto
Programming@programming.dev•Re-discovering 3D Graphics the Way Early Games Did
2·30 days agoCPUs nowadays are fast enough to render 3D graphics in real time?
partner_boat_slug@mander.xyzto
Programming@programming.dev•Breaking the Spell of Vibe Coding
1·30 days agonever managed to get the programm running
yeah, I download code and it just does not compile. My environment has not the required dependencies.
What happened to internet culture?
(Commercial) Search engines. Organic browsing was replaced by algorithmic discovery.
partner_boat_slug@mander.xyzto
Public Health@mander.xyz•South Carolina’s measles outbreak is now the U.S.’s largest in 26 years
7·30 days agoThe 3 riders of the apocalypse:
- War
- Plague (you are here 💀)
- Famine
partner_boat_slug@mander.xyzto
Asklemmy@lemmy.ml•What are some free Android games that are really good?
1·30 days agothere’s even a lemmy sub in here somewhere
partner_boat_slug@mander.xyzto
Asklemmy@lemmy.ml•What are some free Android games that are really good?
6·30 days agoSimon Tathams puzzles. Its available on f-droid.
https://f-droid.org/en/packages/name.boyle.chris.sgtpuzzles/
peertube. Or share a magnet link to the torrent containing the file.
All this nice opensource code still is executed on hardware owned (Intellectual Property/IP) by AMD/Intel/Qualcomm/NVIDIA/Apple. Having nice European-Open Source projects is not enough without the hardware layer and standards (instruction sets, drivers), which are owned IP by US cooperation’s.
Also one needs to consider cooperation between military-complex/secret-service and big-tech cooperation, which are basically hidden subsidies for the civilian part of the business. And if eu governments do not subsidize their own tech standards similarly they will get out-competed naturally.
r/awwwwwww
partner_boat_slug@mander.xyzto
Asklemmy@lemmy.ml•Do you have any ideas on how to attract people from centralized platforms to such as lemmy?
5·1 month agoDo not force people to do it. It should be based on personal interest.
partner_boat_slug@mander.xyzto
AbandonedPorn@reddthat.com•A 100 year old advert on the wall of an old house in BucharestEnglish
2·1 month agoIs the building still inhabited / a shop?









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.