frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Reddit Migrates Comment Back End from Python to Go Microservice to Halve Latency

https://www.infoq.com/news/2025/11/reddit-comments-go-migration/
2•ashishb•3m ago•0 comments

Apache Hudi Dynamic Filter: 5-Minute Code Walkthrough

https://codepointer.substack.com/p/apache-hudi-dynamic-bloom-filter
1•ykhl1itj•9m ago•0 comments

Ghost Explore

https://explore.ghost.org
1•melvinroest•10m ago•1 comments

China's plan to take over Taiwan "peacefully" [video]

https://www.youtube.com/watch?v=J9s6m8V8Eyg
1•mgh2•10m ago•0 comments

Psylo 1.1.0 Privacy focused Browser released for iPhone

https://apps.apple.com/en/app/psylo-private-browser-proxy/id6741358035
1•doener•16m ago•0 comments

I Know We're in an AI Bubble Because Nobody Wants Me

https://petewarden.com/2025/11/29/i-know-were-in-an-ai-bubble-because-nobody-wants-me-%f0%9f%98%ad/
4•iparaskev•16m ago•0 comments

Show HN: I built a browser-based Cursor alternative as a solo dev

https://playcode.io
1•ianberdin•17m ago•0 comments

Anthropic's Claude 'Soul Document' extracted from Opus 4.5 weights

https://www.lesswrong.com/posts/vpNG99GhbBoLov9og/claude-4-5-opus-soul-document
1•Richard_Weiss•17m ago•0 comments

If You Must Use Signal, Use Molly

https://xn--gckvb8fzb.com/if-you-must-use-signal-use-molly/
2•udev4096•21m ago•1 comments

Why the Dutch embrace floating homes

https://www.bbc.com/future/article/20220202-floating-homes-the-benefits-of-living-on-water
1•Brajeshwar•21m ago•0 comments

Black Friday Software Deals (Mega List)

https://www.blackfridaydeals.directory/black-friday-software-deals-2025
1•aeff•23m ago•0 comments

Show HN: ScreenTest.run – A minimal, dark-mode dead pixel tester (No ads)

https://screentest.run/
2•zhou594660747•24m ago•0 comments

Heroic Is a Free and Open Source Epic, GOG and Amazon Prime Games Launcher

https://heroicgameslauncher.com/
1•doener•26m ago•0 comments

Software Engineers Are Not Politicians

https://alexwennerberg.com/blog/2025-11-28-engineering.html
1•ptx•29m ago•0 comments

A visual guide to how the Hong Kong fire spread

https://www.bbc.co.uk/news/resources/idt-c9792622-43e7-4b04-8374-2771dce4fcd1
1•omnibrain•35m ago•0 comments

LX: A CLI tool for LaTeX notes management

1•hkamal233•36m ago•0 comments

SteamOS performs better in gaming than Windows 11 on the new Lenovo Legion Go S

https://en.movilforum.com/SteamOS-performs-better-in-gaming-than-Windows-11-on-the-new-Lenovo-Leg...
1•doener•36m ago•0 comments

Just a few self-driving cars stop traffic jams

https://www.science.org/content/article/watch-just-few-self-driving-cars-stop-traffic-jams
1•thinkingemote•39m ago•0 comments

Show HN: I built 19 AI agents because one wasn't enough to coach my workouts

https://arvo.guru
1•danielepelleri•41m ago•0 comments

Restart of two Taiwanese plants feasible, ministry says

https://www.world-nuclear-news.org/articles/restart-of-two-taiwanese-plants-feasible-ministry-says
1•mpweiher•41m ago•0 comments

Putting rigid bodies to rest: analysis and design of resting configurati

https://hbaktash.github.io/projects/putting-rigid-bodies-to-rest/
1•fanf2•42m ago•0 comments

The JetBlue A320 Mid-Air Flight Control Issue: What We Know So Far

https://theaviationbrief.com/jetblue-a320-mid-air-flight-control-issue/
2•urban_winter•43m ago•1 comments

Show HN: Ultra-fast code retrieval without RAG – works with any coding agent

https://grebmcp.com
2•YashBudhia•44m ago•0 comments

Vibe Coding and BASIC

https://www.sicpers.info/2025/11/vibe-coding-and-basic/
1•mpweiher•46m ago•0 comments

PersonaKit: An insanely simple TypeScript SDK for building AI chat apps

https://github.com/albertnahas/persona-kit
1•albertnahas•49m ago•1 comments

IT specialist shortage [in Germany] almost gone

https://www.heise.de/en/news/MINT-Autumn-Report-IT-specialist-shortage-almost-gone-11095756.html
2•slow_typist•50m ago•0 comments

Wasmtime Bactched Fuel Increments

https://wasmtime.dev/
1•aaravdayal•50m ago•1 comments

Physicist Says Consciousness Might Be Part of the Universe, Not Just the Brain

https://www.msn.com/en-in/news/world/physicist-says-consciousness-mighgt-be-part-of-the-universe-...
2•stOneskull•52m ago•0 comments

"Courage to quit" matters more for seniors

https://til.andrew-quinn.me/posts/courage-to-quit-matters-more-for-seniors-less-for-juniors/
1•hiAndrewQuinn•53m ago•0 comments

Treasure hunt golden hare sold for £82k at auction

https://www.bbc.co.uk/news/articles/c87ld115ndvo
1•rawling•57m 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?