AWS Built a Security Tool. It Introduced a Security Risk
token.security
The vocal effects of Daft Punk
bjango.com
Show HN: Bracket – selfhosted tournament system
github.com
I'd rather read the prompt
claytonwramsey.com
V.S. Naipaul: The Grief and the Glory
granta.com
History of "Adventure" for the Atari 2600
atariarchive.org
Judge said Meta illegally used books to build its AI
wired.com
Jiga (YC W21) Is Hiring Engineers
workatastartup.com
Circuitpainter: Create PCBs using a simplfiied graphics language
github.com
Gandi March 9, 2025 incident postmortem
news.gandi.net
Show HN: My AI Native Resume
ai.jakegaylor.com
On Not Carrying a Camera – Cultivating memories instead of snapshots
hedgehogreview.com
Towards the Cutest Neural Network
kevinlynagh.com
Matrix-vector multiplication implemented in off-the-shelf DRAM for Low-Bit LLMs
arxiv.org
Why Archers Didn't Volley Fire
acoup.blog
Show HN: CodeCafé – A real-time collaborative code editor in the browser
github.com
Fuzzy images are our first look at Amazon's super-secret satellites
arstechnica.com
Internet usage pattern during power outage in Spain and Portugal
blog.akamai-mpulse.com
The Design of Compact Elastic Binary Trees (Cebtree)
wtarreau.blogspot.com
Unparalleled Misalignments
rickiheicklen.com
Urtext: The Python plaintext library for people who've tried everything else
urtext.co
Hey guys!
I’ve been working on a web app called CodeCafé—a collaborative, browser-based code editor inspired by VS Code and Replit, but with no downloads, no sign-up, and zero setup. You just open the link and start coding—together.
The frontend is built with React and TypeScript, and the backend runs on Java with Spring Boot, which handles real-time editing via WebSockets. For syncing changes, I’m using Redis along with a custom Operational Transformation system (no third-party libraries!!!).
The idea came after I found out a local summer school was teaching coding using Google Docs (yes, really). Google Docs is simple and free, but I wanted something that could actually be used for writing and running real code—without the need for any sign-ups or complex setups. That’s how CodeCafé came to life.
Right now, the app doesn’t store files anywhere, and you can’t export your work. That’s one of the key features I’m working on currently.
If you like what you see, feel free to star the repo to support the project!!
Check it out and let me know what you think!
GitHub: github.com/mrktsm/codecafe
Web App: codecafe.app