frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Astro 6.1

https://astro.build/blog/astro-610/
1•herol3oy•3m ago•0 comments

OpenAI puts erotic chatbot plans on hold 'indefinitely'

https://www.ft.com/content/de9bf0af-b241-424f-8229-5870b1c0d93d
2•Topfi•9m ago•0 comments

Leaders of AI Firm Bought by Meta Are Restricted from Leaving China

https://www.wsj.com/tech/leaders-of-ai-firm-bought-by-meta-are-restricted-from-leaving-china-6b79...
2•gmays•12m ago•0 comments

Lessons from Pyre That Shaped Pyrefly – Pyrefly

https://pyrefly.org/blog/lessons-from-pyre/
1•rbanffy•13m ago•0 comments

Netflix raising prices for a second time in a year

https://variety.com/2026/tv/news/netflix-raising-prices-second-time-in-a-year-1236700999/
3•darth_avocado•13m ago•0 comments

A Homebrew Open-World Engine for the N64 [video]

https://www.youtube.com/watch?v=lXxmIw9axWw
2•wk_end•13m ago•0 comments

Rewriting a 20-year-old Python library

https://www.b-list.org/weblog/2026/mar/23/20-year-library/
1•rbanffy•14m ago•0 comments

Iran's toll booth system is now controlling Hormuz traffic

https://www.lloydslist.com/LL1156720/Tehrans-toll-booth-system-is-now-controlling-Hormuz-traffic
2•Animats•14m ago•0 comments

Ask HN: How do you deal with obvious AI assistant usage in interviews

1•stackdestroyer•16m ago•2 comments

Iran oil revenue soars as it's the only exporter out of Hormuz

https://financialpost.com/commodities/energy/oil-gas/iran-oil-revenue-soars-hormuz
6•vrganj•21m ago•0 comments

The ANSI art "telecomics" of the 1992 election

https://breakintochat.com/blog/2026/03/25/don-lokke-and-mack-the-mouse/
1•Kirkman14•21m ago•1 comments

The AI boom wasn't built for the polycrisis

https://www.theatlantic.com/technology/2026/03/ai-boom-polycrisis/686559/
3•anigbrowl•22m ago•1 comments

Why experts rarely give you a straight answer

https://idiallo.com/blog/it-depends-experts-never-give-straight-answers
2•foxfired•23m ago•1 comments

A Look at Some Retro Desktop Graphical User Interfaces

https://www.goto10retro.com/p/a-look-at-some-retro-desktop-graphical
1•rbanffy•26m ago•0 comments

Gemini CLI not working for many users

https://github.com/google-gemini/gemini-cli/issues/23795
2•dr_kiszonka•26m ago•3 comments

Update on Session Limits – /U/ClaudeOfficial

https://old.reddit.com/r/ClaudeAI/comments/1s4idaq/update_on_session_limits/
2•gck1•28m ago•0 comments

Framework Doesn't Matter

https://cemrehancavdar.com/2026/02/19/your-framework-may-not-matter/
1•neko_ranger•29m ago•0 comments

The Enhancement

https://theattempts.substack.com/p/the-enhancement
1•hosteur•30m ago•0 comments

Show HN: Convene – Marketplace and management software for event organizers

https://convene.markets/
1•strooltz•30m ago•0 comments

Show HN: Memoir – Sync your AI coding memory across 11 tools and every device

https://github.com/camgitt/memoir
1•camgitt•31m ago•0 comments

Jargon Sucks

https://om.co/2026/03/26/jargon-sucks/
1•MindGods•32m ago•0 comments

Netflix Raises Prices Across All Plans, Premium Now Costs $27/Month

https://www.macrumors.com/2026/03/26/netflix-price-increase-2025/
2•mgh2•32m ago•0 comments

AI Japanese metal band becomes real-life after creator hires actual musicians

https://www.dexerto.com/entertainment/ai-band-becomes-real-life-group-after-creator-hires-actual-...
2•hmokiguess•32m ago•0 comments

Show HN: Threat hunting command system for agentic IDEs

https://github.com/backbay-labs/thrunt-god
3•bb-connor•33m ago•0 comments

Apple Confirms Mac Pro Is Dead, No Future Models Planned

https://www.macrumors.com/2026/03/26/apple-discontinues-mac-pro/
4•china•34m ago•0 comments

She spent 20 months battling to die under a euthanasia law. Today Spain let her

https://www.cnn.com/2026/03/26/europe/euthanasia-spain-noelia-castillo-latam-intl
3•embedding-shape•35m ago•0 comments

Google warns quantum computers could hack encrypted systems by 2029

https://www.theguardian.com/technology/2026/mar/26/google-quantum-computers-crack-encryption-2029
2•trocado•37m ago•1 comments

The Software Factory: Why Your Team Will Never Work the Same Again

https://alexop.dev/posts/the-software-factory/
2•gmays•38m ago•0 comments

Anthropic Subprocessor Changes

https://trust.anthropic.com
4•tencentshill•38m ago•3 comments

An unstoppable mushroom is tearing through North American forests

https://www.bbc.com/future/article/20260325-an-unstoppable-mushroom-is-tearing-through-north-amer...
3•1659447091•39m 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•10mo ago

Comments

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