frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

My Phone Will Spam You If I Fail to Exercise by 3PM

https://taylor.town/tttl-000
1•surprisetalk•1m ago•0 comments

Show HN: Run untrusted WASM plugins with CPU/mem/network/file budgets

https://github.com/akgitrepos/wasm-plugin-sandbox
1•akgitrepos•3m ago•1 comments

Your AI agent logged the mistake. Mine wasn't allowed to make it

https://github.com/agentbouncr/agentbouncr
1•Soenke_Cramme•4m ago•1 comments

Wisp – Full Screen Frameless Browser for iOS

https://getwisp.online/
1•janandonly•4m ago•0 comments

I got my 2nd paying customer by doing one thing: spamming about my app

https://www.founderspace.work
1•VladCovaci•5m ago•1 comments

AI bit barns grow climate emergency by turning up the gas

https://www.theregister.com/2026/02/17/ai_datacenters_driving_up_emissions/
3•PaulHoule•7m ago•0 comments

The Agent for Motion Graphics

https://www.freemotion.app/
1•jithin_g•8m ago•1 comments

One Hack Nearly Took Down the Internet (Veritasium) [video]

https://www.youtube.com/watch?v=aoag03mSuXQ
1•sbuttgereit•8m ago•0 comments

DSSP and Forth

https://wiki.xxiivv.com/docs/dssp.txt
1•tosh•9m ago•0 comments

WebSocket Mode for OpenAI Responses API

https://developers.openai.com/api/docs/guides/websocket-mode/
1•brianyu8•10m ago•0 comments

SQL vs. NoSQL: How to Answer This Interview Question in 2026

https://www.thetrueengineer.com/p/sql-vs-nosql-how-to-answer-this-interview
1•janandonly•10m ago•0 comments

Venom, run integration tests with efficiency

https://github.com/ovh/venom
1•jicea•10m ago•0 comments

Bending Emacs – Episode 12: agent-shell and Claude Skills [video]

https://www.youtube.com/watch?v=ymMlftdGx4I
1•xenodium•11m ago•0 comments

Loophole found that makes quantum cloning possible

https://www.newscientist.com/article/2516593-loophole-found-that-makes-quantum-cloning-possible/
1•alasr•11m ago•0 comments

Show HN: App Feedback Hub – Simple, structured app reviews for macOS

https://apps.apple.com/us/app/app-feedback-hub/id6759007525?mt=12
1•CreakHat•12m ago•1 comments

From Spaghetti Code to Enterprise Agentic Infrastructure

https://github.com/vinkius-labs/mcp-fusion
1•renatomarinho•13m ago•1 comments

Scene Data

https://www.scene-data.com/
1•rprend•14m ago•1 comments

Implementing a Clear Room Z80/ZX Spectrum Emulator with Claude Code

https://antirez.com/news/160
1•ingve•15m ago•0 comments

Dash: A Self-Learning Data Agent That Remembers Its Mistakes

https://starlog.is/articles/ai-machine-learning/agno-agi-dash/
1•theoradical•17m ago•0 comments

I made MCP cheaper in one command

https://kanyilmaz.me/2026/02/23/cli-vs-mcp.html
2•thellimist•17m ago•0 comments

Bloom Filters vs. Oil Filters

https://www.proxylity.com/articles/bloom-filters-vs-oil-filters.html
1•mlhpdx•18m ago•0 comments

Breakthrough Study Shows Sound Stimulation May Help Clear Alzheimer's Plaques

https://scitechdaily.com/breakthrough-study-shows-sound-stimulation-may-help-clear-alzheimers-pla...
1•donsupreme•18m ago•0 comments

Mike Little: the British co-founder of WordPress you've probably never heard of

https://25.netribution.co.uk/nic/mike-little-the-british-co-founder-of-wordpress-youve-probably-n...
1•mwenge•20m ago•0 comments

Magnavox Odyssey 2 – By Paul Lefebvre

https://www.goto10retro.com/p/magnavox-odyssey-2
1•rbanffy•20m ago•0 comments

Show HN: Vaulty, sync your chats to the cloud for AI to read (iMessage/WhatsApp)

https://github.com/felipap/vaulty
1•felipap•20m ago•0 comments

Lose Myself

https://www.eod.com/blog/2026/02/lose-myself/
2•speckx•21m ago•0 comments

Show HN: Upjack – Declarative framework for building apps over MCP

https://github.com/NimbleBrainInc/upjack
1•barefootsanders•22m ago•0 comments

Show HN: Aniframe- AI Powered Cartoon E-Ink Picture Frame

https://justusdevs.substack.com/p/aniframe-love-animated
2•floydhead01•24m ago•0 comments

Squad – AI agent teams. A team that grows with your code. (GitHub Copilot CLI)

https://github.com/bradygaster/squad
1•cdisns•24m ago•0 comments

RK3588 and RK3576 video decoders support merged in the upstream Linux Kernel

https://www.collabora.com/news-and-blog/news-and-events/rk3588-and-rk3576-video-decoders-support-...
2•losgehts•26m ago•0 comments
Open in hackernews

Top Tips for Writing Code with AI

https://brettdidonato.substack.com/p/top-5-tips-for-writing-code-with
2•bsdpython•9mo ago

Comments

uberman•9mo ago
Solid, particularly the advice about context. I find with AI, less is better. Once you have "enough" context, adding more increases the risk of problems. The one I take exception with is the last. "You don't need to understand what the AI wrote". I feel you absolutely do need to understand what the AI wrote and if you don't you should not commit it.
bsdpython•9mo ago
Thanks. I know the last one is controversial, but the way I am starting to think about it is that we are just moving to a new layer of abstraction. I no longer understand very well how hardware works, nor do I know in detail how a browser renders a page, nor the full fine details of how many of the libraries I use work. My own AI generated code, in pockets, is starting to work in the same way. And I'm starting to become OK with that risk.
sherdil2022•9mo ago
The implementations for those abstractions are well tested (hopefully). Committing code that we don’t thoroughly test or have an understanding about is going to bite us sooner than later. They are landmines. Not abstractions.
bsdpython•9mo ago
Is it possible we hit a wikipedia moment (it being more accurate than Encyclopedias) where the quality of typical ai generated code is better than popular open source libraries?