frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

OpenAI shipped privacy-filter, a 1.5B PII tagger you can run locally

https://redactdesk.app/blog/openai-privacy-filter
1•kamban•51s ago•0 comments

Yalda Hakim on the collapse of 'seeing is believing'

https://www.reuters.com/lifestyle/culture-current/yalda-hakim-collapse-seeing-is-believing-2026-0...
1•petethomas•1m ago•0 comments

Decoupled DiLoCo for Resilient Distributed Pre-Training [pdf]

https://storage.googleapis.com/deepmind-media/DeepMind.com/Blog/decoupled-diloco-a-new-frontier-f...
1•gnabgib•3m ago•0 comments

The Race to Make the Most In-Demand Machine

https://www.wsj.com/business/the-race-to-make-the-worlds-most-in-demand-machine-092e8cea
1•petethomas•4m ago•0 comments

EarTrumpet: Volume Control for Windows

https://eartrumpet.app/
1•thunderbong•5m ago•0 comments

New Model May Explain Why You're Not a Twin

https://nautil.us/this-new-model-may-explain-why-youre-not-a-twin-1280219
1•Brajeshwar•5m ago•0 comments

Why is there so much bad code at big companies?

https://www.natemeyvis.com/why-is-there-so-much-bad-code-at-big-companies/
1•Brajeshwar•6m ago•0 comments

Usage limits for each of the Claude plans

https://xcancel.com/nrehiew_/status/2048009931757097079
2•byincugnito•7m ago•0 comments

Google unveils way to train AI models across distributed data centers

https://www.sdxcentral.com/news/google-unveils-way-to-train-ai-models-across-distributed-data-cen...
1•oavioklein•10m ago•1 comments

China Publishes Maps Detailing Minerals on the Ocean Floor

https://www.nytimes.com/2026/04/23/climate/china-seabed-mining-maps-rare-earths.html
1•bookofjoe•10m ago•0 comments

The Super Nintendo Cartridges

https://fabiensanglard.net/snes_carts/
1•offbyone42•11m ago•0 comments

Thalidomide Scandal

https://en.wikipedia.org/wiki/Thalidomide_scandal
1•jseip•13m ago•0 comments

Superpower Suicide (Or, Attempted Suicide)

https://snyder.substack.com/p/superpower-suicide
1•hkhn•14m ago•0 comments

AI cannot plan

https://orchidfiles.com/ai-will-build-your-roadmap-in-ten-seconds/
1•theorchid•14m ago•0 comments

Europe to burned American scientists: We'll take you in

https://www.politico.eu/article/europe-exploit-dunald-trump-brain-drain-academic-research-progres...
6•vrganj•20m ago•0 comments

Show HN: OO – Automated O&O Shut-Up for Windows

https://github.com/mytech-today-now/OO
1•mytechtoday•21m ago•0 comments

Show HN: DDoS detection in 0.9s, tested against a 48 Gbps attack live

https://flowtriq.com/blog/lorikeet-security-case-study
1•jacob_masse•22m ago•0 comments

Fast Fourier Transforms: for fun and profit (1966)

https://dl-acm-org.mutex.gmu.edu/doi/abs/10.1145/1464291.1464352
2•smitty1e•26m ago•0 comments

Ask HN: Oh, What Places to Go (Seriously Tho)

4•thx•27m ago•5 comments

Show HN: MTTCleaner – Same as CCleaner but free, no ads

https://github.com/mytech-today-now/mTTCleaner
1•mytechtoday•36m ago•0 comments

Why Has There Been So Little Progress on Alzheimer's Disease?

https://freakonomics.com/podcast/why-has-there-been-so-little-progress-on-alzheimers-disease/
17•chiefalchemist•36m ago•1 comments

Multiple things can be true at the same time

https://frederikbraun.de/feels-and-llms.html
2•birdculture•38m ago•0 comments

U.S. Considering Foreign Designs, Shipyards for New Navy Ships in $1.85B Study

https://news.usni.org/2026/04/24/u-s-considering-foreign-designs-shipyards-for-new-navy-frigate-d...
3•Teever•39m ago•0 comments

Google Spanner On-Prem (Spanner Omni)

https://cloud.google.com/products/spanner/omni
2•alpb•43m ago•0 comments

Show HN: SigmaLifting CLI – helping agents understand strength training

https://sigmalifting.app/
2•jklioewr•45m ago•2 comments

Foundational aspects of spinor structures and exotic spinors(2025)

https://arxiv.org/abs/2502.15471
2•rolph•48m ago•0 comments

What Managerial Economics can tell us about AI and Software Development

https://www.germanvelasco.com/blog/managerial-economics-ai-and-software-development
1•germsvel•48m ago•0 comments

Kraken Scales Serverless to Balance the National Grid (InfoQ) [video]

https://www.youtube.com/watch?v=RwgcvPWjXmg
1•zeristor•50m ago•2 comments

Agents Aren't Coworkers, Embed Them in Your Software

https://www.feldera.com/blog/ai-agents-arent-coworkers-embed-them-in-your-software
6•gz09•56m ago•0 comments

Aprendendo Inglês Com IA

https://fluencycraft.com/
2•carloscsc•56m 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?