frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

EU new car registrations: +1.4% in Oct 2025 year-to-date; BEV 16.4% market share

https://www.acea.auto/pc-registrations/new-car-registrations-1-4-in-october-2025-year-to-date-bat...
1•breve•1m ago•0 comments

GitHub suspended my account for forking a work repo

https://bsky.app/profile/ijsbol.dev/post/3m6omfw2hwk27
2•abigailphoebe•4m ago•2 comments

War Stories: Crash Bandicoot (2020)

https://all-things-andy-gavin.com/2020/02/27/war-stories-crash-bandicoot/
1•tosh•7m ago•0 comments

Poetiq announces new SOTA on the ARC-AGI-1 and 2

https://poetiq.ai/posts/arcagi_announcement/
1•fofoz•14m ago•0 comments

Show HN: VeriIA – AI detector for Spanish and English text

https://detectordeia.pro
1•tanchaowen84•15m ago•0 comments

Benchmarking Checksum Tools

https://heitorpb.github.io/bla/checksum-benchmark/
1•furkansahin•16m ago•0 comments

Everything's Fake Now – Liam Fallen

https://liamfallen.substack.com/p/everythings-fake-now
1•bariscan•17m ago•0 comments

Model Madness: Making Sense of Today's LLM Chaos

https://medium.com/@yassien/model-madness-making-sense-of-todays-llm-chaos-26331cdcfc61
1•yassien•17m ago•0 comments

Trump says US will 'permanently pause' migration from 'third world countries'

https://www.bbc.com/news/articles/cdxweyy157go
1•breve•24m ago•0 comments

Show HN: I vibe-coded a complete React rewrite of my audio waveform editor

https://naomiaro.github.io/waveform-playlist/
1•st0ryteller•28m ago•0 comments

AI-Powered Y Combinator Company Research

https://fyicombinator.com
1•cmpit•29m ago•0 comments

A Python Script to End All Life and Take the Universe with It

https://starkeblog.com/dos/denial-of-service/weird/2025/11/28/universal-denial-of-service.html
1•bootbloopers•30m ago•0 comments

Ten Kubernetes Superpowers You Forget to Use

https://oneuptime.com/blog/post/2025-11-27-ten-kubernetes-superpowers-developers-overlook/view
2•ndhandala•31m ago•0 comments

Ask HN: What's your go-to strategy for programmatic SEO in 2025?

2•liquid99•31m ago•1 comments

Ask HN: What's the most underrated VS Code extension?

1•liquid99•33m ago•0 comments

AI Voice Agents: Transforming Customer Conversations in 2025

https://www.aiheadshotreviews.com/articles/ai-voice-agents-guide
2•naveensky•33m ago•0 comments

Nbaranker

https://nbaranker.com/
1•NBAnba•34m ago•1 comments

Zero-Width Space – The Sneaky Unicode Character

https://starikov.co/zero-width-space/
1•liquid99•36m ago•0 comments

Dumbindent: Because 93% of the time was spent in Clang-format

https://nigeltao.github.io/blog/2020/dumbindent.html
1•fanf2•36m ago•0 comments

The Performance Inequality Gap, 2026

https://infrequently.org/2025/11/performance-inequality-gap-2026/
1•ColinWright•37m ago•0 comments

Show HN: I made a free Git repository viewer

https://graph.gat.sh
1•rafmardev•37m ago•0 comments

The Math of Why You Can't Focus at Work

https://justoffbyone.com/posts/math-of-why-you-cant-focus-at-work/
2•0x79de•38m ago•0 comments

Denmark sets up 'night watch' to monitor Trump after Greenland row

https://www.theguardian.com/world/2025/nov/27/denmark-sets-up-night-watch-to-monitor-trump-since-...
1•saubeidl•39m ago•0 comments

iSmartPack| the smartest backpack for work, travel and life

https://ismartpack.com/
1•fisnikmaxhuni•40m ago•1 comments

A Repository with 44 Years of Unix Evolution

https://www.spinellis.gr/pubs/conf/2015-MSR-Unix-History/html/Spi15c.html
2•lioeters•46m ago•0 comments

A Day at the Park (2013)

https://kiriakakis.net/comics/mused/a-day-at-the-park
1•gebdev•46m ago•0 comments

When Playdate Stopped Being Fun

https://blog.gingerbeardman.com/2025/04/15/when-playdate-stopped-being-fun/
2•latexr•47m ago•0 comments

Quantum Safe E2EE File-Transfer

https://github.com/collapsinghierarchy/noisytransfercli
1•whitenoises•48m ago•1 comments

Organizations Are Distributed Systems

https://www.industrialempathy.com/posts/organizations-are-distributed-systems/
1•smartmic•50m ago•0 comments

Building a 64-Bit OS from Scratch with Claude Code

https://isene.org/2025/11/SimplicityOS.html
1•birdculture•54m 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•6mo ago

Comments

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