frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Hyundai's firefighting robots lead the way into burning buildings

https://newatlas.com/robotics/hyundai-firefighting-robots/
1•geox•2m ago•0 comments

A Petri Dish of Brain Cells Is Getting Better at Playing 'Doom'

https://www.inc.com/maria-jose-gutierrez-chavez/scientists-taught-a-petri-dish-of-brain-cells-to-...
1•stevenjgarner•4m ago•0 comments

Proxs3: An S3 storage plugin for Proxmox

https://github.com/sol1/proxs3
1•thunderbong•5m ago•0 comments

What happened when humans and Neanderthals hooked up

https://www.cnn.com/2026/02/26/science/humans-neanderthal-mating-dna
1•breve•7m ago•0 comments

Tengu – An MCP server that turns Claude into a pentester's copilot

https://github.com/rfunix/tengu
1•rfunix•7m ago•1 comments

Show HN: Eyot, A programming language where the GPU is just another thread

https://cowleyforniastudios.com/2026/03/08/announcing-eyot/
1•steeleduncan•10m ago•0 comments

Show HN: Malleon – turn real user sessions into automated tests

1•godelshalt•10m ago•0 comments

Show HN: Focido – social to-do where real people nudge you to finish tasks

https://apps.apple.com/us/app/focido/id6757135734
1•vladimir_fc•11m ago•0 comments

Show HN: Ivy – the first proactive, offline AI tutor

1•zeshama•12m ago•0 comments

INDB – Epistemological engine, signed memory, zero-knowledge storage

https://indb.tech
1•screwglitch•15m ago•1 comments

When you do the Iranian drone math, the US has a big problem

https://www.youtube.com/watch?v=aBeH0Sq1KRg
1•teleforce•18m ago•0 comments

Why Your Roadmap Is a Lie

https://productbet.io/blog/why-your-roadmap-is-a-lie
1•jarrymi_•18m ago•1 comments

AI Tool for Smarter Workflows

https://www.getvoila.ai/ai-tools
1•umasood•18m ago•0 comments

Apple's 512GB Mac Studio vanishes, a quiet acknowledgment of the RAM shortage

https://arstechnica.com/gadgets/2026/03/apples-512gb-mac-studio-vanishes-a-quiet-acknowledgement-...
2•rbanffy•19m ago•1 comments

What I learned trying to block web scraping and bots

https://developerwithacat.com/blog/202603/block-bots-scraping-ways/
1•mmarian•21m ago•0 comments

Show HN: Deploy-logv – View Vercel and Netlify deployment logs from terminal

https://www.npmjs.com/package/deploy-logv
1•mozharovskyarik•22m ago•0 comments

Pike: To Exit or Not to Exit

https://tomjohnell.com/pike-solving-the-should-we-stop-here-or-gamble-on-the-next-exit-problem/
1•dnw•22m ago•0 comments

Lost in Translation: What the AI code debate keeps getting wrong

https://newsroom.ibm.com/blog-lost-in-translation-what-the-ai-code-debate-keeps-getting-wrong
2•rbanffy•22m ago•0 comments

Show HN: API versioning for Laravel – one codebase, support old versions forever

https://github.com/jay123anta/laravel-api-versionist
1•jay123anta•23m ago•1 comments

Show HN: Laravel middleware that logs attacks-injection, XSS, bots, never blocks

https://github.com/jay123anta/laravel-threat-detection
2•jay123anta•23m ago•1 comments

I built a deterministic COBOL verification engine

https://old.reddit.com/r/mainframe/comments/1ri92bw/i_built_a_deterministic_cobol_verification_en...
1•rbanffy•23m ago•0 comments

Show HN: RepackAI – Turn long-form content into platform-native social posts

https://repackai.netlify.app
1•crystalclass•25m ago•0 comments

Segagaga Has Been Translated into English

https://www.thedreamcastjunkyard.co.uk/2026/02/segagaga-has-finally-been-translated.html
1•nanna•26m ago•0 comments

PeppyOS: A simpler alternative to ROS 2 (now with containers support)

https://peppy.bot/
1•Ekami•27m ago•0 comments

Content Pulse: Real-time inline track changes in vanilla JavaScript

2•vikasbatra11•28m ago•2 comments

A conceptual AI framework diagram for TVET assessment

1•Aminteh•29m ago•0 comments

How to help your entrepreneur friends

https://indiantinker.bearblog.dev/fargin-or-how-to-truly-help-your-entrepreneur-friends/
1•indiantinker•30m ago•0 comments

"Prompt Injection" – an AI reflects on identity, dementia, and memory

https://carlwrites.dev/posts/prompt-injection/
1•_antix•31m ago•1 comments

Rocket company, Stoke Space, makes strides toward first Florida launch

https://www.floridatoday.com/story/tech/science/space/2026/03/08/rocket-company-stoke-space-moves...
1•bookmtn•31m ago•0 comments

Show HN: DB9 – Postgres, but for Agents

https://db9.ai/
1•c4pt0r•33m 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•9mo ago

Comments

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