frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Transient – CLI Governance layer for AI agents

https://github.com/james-transient/transient
1•jamestransient•45s ago•0 comments

Trump says Anthropic is 'shaping up,' open to deal with Pentagon

https://www.reuters.com/legal/government/trump-says-anthropic-is-shaping-up-open-deal-with-pentag...
1•giuliomagnifico•46s ago•0 comments

Instagram's viral, AI-powered flash filter might be more sinister than it seems

https://www.creativebloq.com/design/instagrams-viral-flash-filter-might-be-more-sinister-than-it-...
1•doctaj•1m ago•0 comments

Silicon Valley is building its own news-industrial complex

https://www.axios.com/2026/04/21/monitoring-the-situation-livestream-news-cycle
1•1vuio0pswjnm7•1m ago•0 comments

CubeSandbox by Tencent

https://github.com/TencentCloud/CubeSandbox/
1•handfuloflight•1m ago•0 comments

Ancient Excel bug comes out of retirement for active attacks

https://www.theregister.com/2026/04/15/excel_exploit/
1•redm•2m ago•0 comments

Lap: An offline-first photo manager for large local libraries

https://github.com/julyx10/lap
1•thunderbong•2m ago•0 comments

K3 – A New Problem List in Low-Dimensional Topology (preliminary version) [pdf]

https://drive.google.com/file/d/1o2vVxi0zhc87b6q5y8rxDO2GoJZBfBRC/view?usp=sharing
1•frozenseven•4m ago•1 comments

The race to the bottom with AI tools

https://andrewpwheeler.com/2026/04/21/the-race-to-the-bottom-with-ai-tools/
1•apwheele•6m ago•0 comments

Why Kafka Is So Fast – 4 Engineering Secrets Explained [video]

https://www.youtube.com/watch?v=lq4gt9aHhj0
1•gsingal•9m ago•0 comments

I wrote a 400line ppline that installs and scores every LLM tool on HN overnight

https://tokenstree.eu/newsletter/2026-04-21-400-line-pipeline.html
1•vfalbor•9m ago•0 comments

Ask HN: Would you use revocable digital signatures to verify AI/Other content?

1•lyfeninja•9m ago•0 comments

WMaster Cleanup – Free All-in-One Windows Cleaner and Optimizer

1•wmastercleanup•9m ago•0 comments

67

http://67.com
1•sixsevenmango•10m ago•0 comments

Technical Analysis: The "Steal and Go" Malware Model Used by AgingFly

https://en.landingfymax.com.br/cybersecurity/steal-and-go-model-agingfly-malware-ukraine-2026
1•EvCarvalho•11m ago•0 comments

Show HN: Aide – A customizable Android assistant (voice, choose your provider)

https://aideassistant.com/
1•yincrash•11m ago•0 comments

Show HN: Jiggle: speed up the download by jiggling the mouse

https://jiggle.conradgodfrey.com/
1•superpope99•11m ago•0 comments

The 4-Plane Architecture of AI-Native Content Engineering

https://generativeai.pub/the-4-plane-architecture-of-ai-native-content-engineering-32dfcf79607c
1•gemanor•11m ago•0 comments

ML-intern: open-source ML engineer that reads papers, trains and ships models

https://github.com/huggingface/ml-intern
1•xenova•12m ago•0 comments

Would you use revocable digital signatures to verify AI/Other content?

https://lyfe.ninja/
1•lyfeninja•13m ago•0 comments

Vera C. Rubin Observatory has Discovered 11,000 New Asteroids

https://www.universetoday.com/articles/the-vera-c-rubin-observatory-has-discovered-11000-new-aste...
4•tcp_handshaker•13m ago•0 comments

Johny Srouji Named Apple's Chief Hardware Officer

https://www.apple.com/newsroom/2026/04/johny-srouji-named-apples-chief-hardware-officer/
2•Brajeshwar•14m ago•0 comments

A Vompeccc Case Study: Spotify as Pure ICR in Emacs

https://www.chiply.dev/post-vompeccc-spot
2•chiply•14m ago•1 comments

Spectrum Protocol

https://github.com/Ashioya-ui/Spectrum-Protocol-
1•pb_lightmind•15m ago•0 comments

The Speed Tax

https://www.mahdiyusuf.com/the-speed-tax/
1•hasheddan•16m ago•0 comments

Show HN: Isola – Open-source sandboxing on Kubernetes

https://github.com/isola-run/isola
1•benldrmn•17m ago•0 comments

Ultra-fast 1024-bit prime generator via Hilbert-Pólya spectral law

https://github.com/model-vpr/ultrafast-spectral-primes
1•vpr-research•17m ago•0 comments

MS-DOS TUIs from the late 80s and early 90s

https://twitter.com/hey_zilla/status/2046234255244591486
1•3stripe•17m ago•0 comments

They Built a Legendary Privacy Tool. Now They're Sworn Enemies

https://www.wired.com/story/they-built-privacy-tool-grapheneos-now-sworn-enemies/
1•xrd•18m ago•0 comments

How to Learn Programming in 2026

https://blog.alcazarsec.com/tech/posts/how-to-learn-programming-2026
1•alcazar•18m 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•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?