frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Honey, I Shrunk the Coding Agent

https://itayinbarr.substack.com/p/honey-i-shrunk-the-coding-agent
2•oldfuture•3m ago•0 comments

Software Eats Its Own

https://om.co/2026/04/22/software-eats-its-own/
1•taubek•4m ago•0 comments

Hey I made a AI Native personal workspace for the desktop worker

1•devrimco•5m ago•0 comments

Benchmarking glibc vs. jemalloc vs. mimalloc vs. tcmalloc in MariaDB TPC-C

https://tidesdb.com/articles/tpcc-analysis-jemalloc-mimalloc-tcmalloc-tidesql-and-innodb-in-maria...
1•alexpadula•18m ago•1 comments

R

https://blog.cloudflare.com/post-quantum-warp/
1•kefekefe•21m ago•0 comments

A neural network for lossy audio codec reconstruction

https://github.com/aston89/UNlossifier-lossy-audio-reconstructor-and-sound-signature-simulator/tr...
1•Aston89•21m ago•0 comments

256 Lines or Less: Test Case Minimization

https://matklad.github.io/2026/04/20/test-case-minimization.html
2•gsky•23m ago•0 comments

Asset Harvester

https://github.com/NVIDIA/asset-harvester
1•downboots•24m ago•0 comments

Aisbf – AI Service Broker Framework (BETA) unified proxy and intelligent router

https://aisbf.cloud
1•nextime•30m ago•1 comments

I programmed an AI in 6502 assembly

https://medium.com/@paul.newell_20752/i-programmed-an-ai-in-6502-assembly-it-worked-23fcd7cf2a96
1•paul_n3•31m ago•0 comments

Tell HN: YouTube RSS feeds no longer work

4•019•31m ago•0 comments

Dutch central bank chooses Lidl for European Cloud

https://www.techzine.eu/news/infrastructure/140634/dutch-central-bank-chooses-lidl-for-european-c...
1•vrganj•34m ago•0 comments

RFDiffusion3 in 3 Levels of Abstraction

https://www.figma.com/board/ja7l5ZFFqrSoTu78wzEVNm/RFDiffusion3-In-3-Levels-of-Abstraction?node-i...
2•nicetomeetyu•35m ago•0 comments

Open Source Credential Proxy and Vault for Agents

https://twitter.com/dangtony98/status/2046982854710857762
1•vmatsiiako•36m ago•1 comments

Exposing Attack Behaviour in Realtime

https://fibratus.io
2•archrabbit•38m ago•0 comments

Show HN: Linux Desktops in the Browser

https://vmpixel.com/
1•andoando•38m ago•0 comments

Tantrums as Status Symbols (2005)

https://marginalrevolution.com/marginalrevolution/2005/08/tantrums_as_sta.html
1•downbad_•41m ago•1 comments

Meta tracking employee keystrokes on Google, LinkedIn, Wikipedia for AI training

https://www.cnbc.com/2026/04/22/meta-tracks-employee-usage-on-google-linkedin-ai-training-project...
5•1vuio0pswjnm7•42m ago•1 comments

Anthropic now requires new Claude users to verify identity with photo ID

https://twitter.com/Pirat_Nation/status/2044960285510053929
5•croes•42m ago•2 comments

Information Asymmetry

https://en.wikipedia.org/wiki/Information_asymmetry
3•downboots•1h ago•1 comments

Malicious Checkmarx Artifacts Found in Official KICS Docker Repo and Code Ext

https://socket.dev/blog/checkmarx-supply-chain-compromise
2•orkj•1h ago•0 comments

Show HN: CreepJS Browser Fingerprinting

https://abrahamjuliot.github.io/creepjs/
3•gastonmorixe•1h ago•0 comments

Sruthi Chandran Elected Debian Project Leader

https://bits.debian.org/2026/04/dpl-elections-2026.html
2•tapanjk•1h ago•0 comments

Every local SEO playbook is built on proximity, AI overviews ignore it completly

https://webmatrices.com/post/every-local-seo-playbook-is-built-on-proximity-ai-overviews-ignore-i...
1•bishwasbh•1h ago•1 comments

Ars Technica: Our newsroom AI policy

https://arstechnica.com/staff/2026/04/our-newsroom-ai-policy/
6•zdw•1h ago•1 comments

Computing in the Era of Doom: What Were PCs Like in 1993?

https://www.ahalbert.com/reviews/technology/2026/04/20/black-book-doom.html
2•pjmlp•1h ago•0 comments

High Street mini-marts selling cocaine, cannabis and prescription drugs

https://www.bbc.co.uk/news/articles/c62l429w2pko
3•vinni2•1h ago•0 comments

A disabled kea parrot is the alpha male of his circus

https://www.cell.com/current-biology/fulltext/S0960-9822(26)00259-9
1•zdw•1h ago•0 comments

Ford pivoting to catch up with his real competitor: China's BYD

https://finance.yahoo.com/sectors/technology/articles/ford-ceo-says-tesla-doesn-180115430.html
2•KnuthIsGod•1h ago•0 comments

Bloom filters: the niche trick behind a 16× faster API

https://incident.io/blog/bloom-filters
2•crcastle•1h ago•1 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•11mo ago

Comments

uberman•11mo 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•11mo 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•11mo 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•11mo 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?