frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Material Lab

https://materiallab.ai
1•danjlaury•3m ago•1 comments

Emails show Amazon colluded to raise prices, California authorities allege

https://www.theguardian.com/us-news/ng-interactive/2026/apr/20/amazon-sellers-price-raises-califo...
1•kmfrk•4m ago•1 comments

New Tractor with 12-Valve Cummins and Zero Electronics Goes Back to the Basics

https://www.thedrive.com/news/new-tractor-with-12-valve-cummins-and-zero-electronics-goes-back-to...
2•pkaeding•5m ago•0 comments

Spirit Airlines in Talks with Trump Administration on Government Investment

https://www.wsj.com/business/airlines/struggling-spirit-airlines-in-talks-with-trump-administrati...
2•petethomas•9m ago•0 comments

Interview: Christopher Borgert on an Infamous Glyphosate Paper

https://undark.org/2026/04/20/interview-christopher-borgert-glyphosate/
1•EA-3167•19m ago•0 comments

California Accuses Amazon of Price Fixing in Legal Filing

https://www.nytimes.com/2026/04/20/technology/amazon-antitrust-suit-california.html
3•1vuio0pswjnm7•20m ago•0 comments

The Flattering Mirror

https://hansstegeman.substack.com/p/the-flattering-mirror
1•severine•22m ago•0 comments

Roko's Basilisk

https://en.wikipedia.org/wiki/Roko%27s_basilisk
1•BiraIgnacio•22m ago•0 comments

It's not just Apple News study finds rampant bias on Google News, Yahoo and Bing

https://nypost.com/2026/04/20/business/its-not-just-apple-news-left-wing-bias-rampant-on-google-n...
3•1vuio0pswjnm7•23m ago•0 comments

Making RAM at Home [video]

https://www.youtube.com/watch?v=h6GWikWlAQA
3•kaipereira•23m ago•0 comments

Show HN: Mimi in the browser – hear the semantic/acoustic split

https://www.frisson-labs.com/mimi-codec
3•ymaws•25m ago•1 comments

macOS permission popup now can sit under System Settings with animated guidance

https://github.com/jaywcjlove/PermissionFlow
1•frabonacci•26m ago•0 comments

Clanker

https://en.wikipedia.org/wiki/Clanker
4•nvahalik•27m ago•0 comments

Microsoft now offering chance to win $1M or a car if you switch to Edge

https://www.neowin.net/news/microsoft-now-offering-chance-to-win-1-million-or-a-car-if-you-switch...
3•croes•27m ago•1 comments

Linux PTP mainline development war story and new features

https://bootlin.com/blog/linux-ptp-mainline-development-war-story-and-new-features/
3•ahlCVA•32m ago•0 comments

Bizarre Viruses Indeed

https://www.science.org/content/blog-post/bizarre-viruses-indeed
2•etiam•35m ago•0 comments

New Uber Sexual Assault Trial Underway in North Carolina Federal Court

https://www.law.com/therecorder/2026/04/20/new-uber-sexual-assault-trial-underway-in-north-caroli...
2•1vuio0pswjnm7•40m ago•0 comments

Fedizen.eu Delivers All Relevant Fediverse News

https://fedizen.eu/#Fedizen
1•doener•40m ago•0 comments

Linux 7.1 will have an optional new NTFS driver

https://www.theregister.com/2026/04/20/linux_71_new_ntfs/
2•blackcoffeerain•40m ago•1 comments

Tools of Statecraft

https://www.fpri.org/article/2008/01/tools-of-statecraft-diplomacy-and-war/
1•_doctor_love•42m ago•0 comments

Microsoft helped write data centre emissions secrecy into EU law

https://www.impactloop.com/artikel/microsoft-helped-write-data-centre-emissions-secrecy-into-eu-l...
4•doener•43m ago•0 comments

Show HN: Trees Hate You Guide – play the demo

https://treehateyou.net/
2•jokera•43m ago•1 comments

Tell HN: Gemini CLI and codex are broken

2•garyfirestorm•45m ago•0 comments

Getting back into photography, ditching the phone camera in 2026?

2•eigenhombre•48m ago•3 comments

Watch Twitch Streams on the Amiga

https://amigabench.itch.io/amistreamraider
2•doener•50m ago•0 comments

Linux 7.1 update includes new in-kernel NTFS driver

https://www.tomshardware.com/software/linux/linux-7-1-update-includes-new-in-kernel-ntfs-driver-d...
3•ValentineC•51m ago•0 comments

Forgejo v15.0 Is Available

https://forgejo.org/2026-04-release-v15-0/
2•birdculture•51m ago•0 comments

Mayhem's Legacy: Why MetaBrainz Matters More Than Ever

https://compassmapandkey.com/2026/04/18/mayhems-legacy-why-metabrainz-matters-more-than-ever-and-...
1•JadedBlueEyes•51m ago•0 comments

Stalwart v0.16: A New Foundation

https://stalw.art/blog/stalwart-0-16/
1•currysausage•55m ago•0 comments

Show HN: Sprag – full-stack Python framework with no JavaScript Required

https://github.com/BleedingXiko/SPRAG
2•BleedingXiko•59m 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?