frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The $5 Drone Killer

https://www.techradar.com/pro/the-usd5-drone-killer-the-navys-new-20kw-locust-laser-just-proved-i...
3•devonnull•1m ago•0 comments

A New Chapter for Ruby Central

https://rubycentral.org/news/a-new-chapter-for-ruby-central/
1•allknowingfrog•1m ago•0 comments

Claude Opus is not available with the Claude Pro plan

https://code.claude.com/docs/en/errors
2•tmp10423288442•3m ago•0 comments

Fluux Messenger 0.15.2 – A Modern Cross Platform XMPP Client (TypeScript)

https://www.process-one.net/blog/fluux-messenger-0-15-2-rtl-support-faster-reconnection-and-a-pil...
1•neustradamus•4m ago•0 comments

Show HN: TeamFuse – Dev team built on distributed Claude Code agents

https://github.com/agentdmai/teamfuse
1•alxstn•4m ago•0 comments

Firefox browser has started shipping Brave's adblock-rust engine

https://shivankaul.com/blog/firefox-bundles-adblock-rust
1•shscs911•4m ago•0 comments

LazySlide: Accessible and interoperable whole-slide image analysis

https://www.nature.com/articles/s41592-026-03044-7
1•PaulHoule•4m ago•0 comments

Can non-developer build commercial products with AI

1•rkorlimarla•6m ago•0 comments

What Will It Take to Get A.I. Out of Schools?

https://www.newyorker.com/culture/progress-report/what-will-it-take-to-get-ai-out-of-schools
2•mitchbob•7m ago•1 comments

Girl, 10, finds rare Mexican axolotl under Welsh bridge

https://www.bbc.com/news/articles/c9d4zgnqpqeo
2•codezero•7m ago•0 comments

The no-go zone paradox: Chornobyl's wildlife thrives amid pro-nuclear shift

https://www.theguardian.com/environment/2026/apr/23/exclusion-zone-chornobyl-wildlife-thrives-ami...
4•jethronethro•8m ago•0 comments

ChatGPT ads expand to logged-out users

https://searchengineland.com/chatgpt-ads-expand-to-logged-out-users-475377
2•speckx•8m ago•0 comments

Vision Banana Image Generators Are Generalist Vision Learners

https://vision-banana.github.io/
1•aanet•9m ago•1 comments

France probes suspected weather sensor tampering after Polymarket bets

https://www.cnn.com/2026/04/23/europe/france-weather-sensor-polymarket-bet-intl-latam
2•shscs911•9m ago•0 comments

DietPi released a new version v10.3

1•StephanStS•10m ago•0 comments

MurphySig: A 90-day field report on signing AI-collaborative code

https://murphysig.dev/launch/
1•round-tower-kev•11m ago•0 comments

Show HN: Thedex releases distilled/finetuned model

https://thedex.run/blog/tinythedex-smaller-faster-cheaper
1•rkorlimarla•12m ago•0 comments

Some Interrail travellers told to cancel passports as hacked data posted online

https://www.theguardian.com/technology/2026/apr/23/some-interrail-travellers-told-to-cancel-passp...
1•nhatcher•12m ago•0 comments

Slovenia to air films about Palestine instead of Eurovision song contest

https://www.theguardian.com/tv-and-radio/2026/apr/23/slovenia-to-air-films-about-palestine-instea...
1•hebelehubele•13m ago•0 comments

Curated list of projects and tools built with libghostty

https://github.com/Uzaaft/awesome-libghostty
2•rob•19m ago•0 comments

Amazon "Prime Air" will be available to customers in as soon as 4-5 years (2013)

https://www.cbsnews.com/news/amazon-unveils-futuristic-plan-delivery-by-drone/
3•sssilver•20m ago•0 comments

I built a fitness app in 7 days with no eng background, using Claude as CTO

https://pacenotes.run
1•majnoni•20m ago•0 comments

Meta to cut 10% of jobs, or 8k employees

https://techcrunch.com/2026/04/23/meta-job-cuts-10-percent-8000-employees/
32•Vaslo•21m ago•3 comments

DEA Final Order Rescheduling Marijuana to Schedule III

https://www.justice.gov/opa/media/1437441/dl
2•hua•21m ago•0 comments

Google exec says almost every big studio uses AI, but not all disclose it

https://www.videogameschronicle.com/news/their-favourite-games-were-already-built-with-ai-google-...
1•speckx•23m ago•0 comments

Voxyflow – an AI companion that plans, codes, and ships with you

https://voxyflow.snaf.foo
1•jcviau•25m ago•0 comments

AI Agents Demystified: A multi-step agent in 50 lines of Python

https://marvin.damschen.net/post/llm-based-agents/
1•intemd•25m ago•0 comments

What Happened to Solving Cancer?

2•ok1984•28m ago•0 comments

OpenAI's better approach to CyberSecurity compared to Anthropic

https://xbow.com/blog/democratizing-cyber-capabilities
1•throwaway911282•29m ago•0 comments

Message Queue vs. Task Queue vs. Message Broker: why are these always mixed up?

https://medium.com/@yashvaishnav1404/message-queue-and-task-queue-when-to-use-them-fe3a694f6433
1•birdculture•29m 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?