Investigating an "Evil" RJ45 Dongle
lcamtuf.substack.com
So You Want to Build Your Own Data Center
blog.railway.com
Brood War Korean Translations
blog.sourcedive.net
Supreme Court upholds TikTok ban, but Trump might offer lifeline
cnbc.com
Branchless UTF-8 Encoding
cceckman.com
Show HN: Compile C to Not Gates
github.com
French modernists were alarmed, inspired by newspaper's voracious dynamism
aeon.co
Mathematics of the daily word game Waffle
arxiv.org
Hands-On Graphics Without X11
blogsystem5.substack.com
Finite Field Assembly: A Language for Emulating GPUs on CPU
leetarxiv.substack.com
Let's talk about AI and end-to-end encryption
blog.cryptographyengineering.com
Dr. TVAM – Inverse Rendering for Tomographic Volumetric Additive Manufacturing
github.com
Show HN: GUI for editing Mermaid class diagrams
docs.mermaidchart.com
Show HN: Interactive game teaching dark patterns in UX design
games.productartistry.com
Is the world becoming uninsurable?
charleshughsmith.substack.com
Show HN: Decentralized robots (and things) orchestration system
docs.p2p.industries
Keeling Labs (YC W23) Is Hiring an ML Engineer for Grid-Scale Energy Storage
keelinglabs.com
Lightcell: An engine that uses light to make electricity
lightcellenergy.com
A New type of web hacking technique: DoubleClickjacking
paulosyibelo.com
Skyvern Browser Agent 2.0: How We Reached State of the Art in Evals
blog.skyvern.com
PostgreSQL Anonymizer
postgresql-anonymizer.readthedocs.io
Maze Generation: Recursive Division (2011)
weblog.jamisbuck.org
The Family Bass - Music with an NES
linusakesson.net
Hi! I've been working on the flipjump project, a programming language with 1 opcode: flip (invert) a bit, then jump (unconditionally). So a bit-flip followed by more bit-flips. It's effectively a bunch of NOT gates. This language, as poor as it sounds, is RICH.
Today I completed my compiler from C to FlipJump. It takes C files, and compiles them into flipjump. I finished testing it all today, and it works! My key interest in this project is to stretch what we know of computing and to prove that anything can be done even with minimal power.
I appreciate you reading my announcement, and be happy to answer questions.
More links: - The flipjump language: https://github.com/tomhea/flip-jump https://esolangs.org/wiki/FlipJump - c2fj GitHub: https://github.com/tomhea/c2fj