frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The most traveled Prime Minister

https://rodgercuddington.substack.com/p/britains-most-traveled-prime-minister
1•freespirt•35s ago•1 comments

The per-request isolation architecture of TinyKVM

https://fwsgonzo.medium.com/per-request-isolation-in-tinykvm-explained-080e84328ba4
1•fwsgonzo•52s ago•0 comments

Tracking domestication signals across populations of North American raccoons

https://frontiersinzoology.biomedcentral.com/articles/10.1186/s12983-025-00583-1
1•Kaibeezy•3m ago•0 comments

Superman Comic Found in Attic Sold for $9.12M

https://www.ha.com/c/press-release.zx?releaseId=5346&hero-pr-comicArt-results-superman-learnMore-...
1•HelloUsername•4m ago•0 comments

Stubborn Slider, Proactive Toggle and Naughty Button

https://chillcomponent.codlin.me/en/components/slider-stubborn/
1•xeonax•5m ago•1 comments

Show HN: Free Ask AI Agent for tech products and dev docs

https://www.ordemio.com/ask-ai
1•0_AkAsH_03•9m ago•0 comments

YouTube Speed Memory: never reset playback speed again

https://chromewebstore.google.com/detail/youtube-speed-memory-–-ch/okblccdiofablichebdkjmfagmaj...
1•Homos•23m ago•1 comments

Nvidia negative after Ray Dalio warns wealth gap poised for political explosion

https://fortune.com/2025/11/20/nvidia-turns-negative-ray-dalio-ai-bubble-wealth-gaps/
1•zerosizedweasle•23m ago•0 comments

The Fall of Ancient Civilisations: 20: Achaemenid Persian Empire

https://fallofcivilizationspodcast.com/2025/11/12/%E2%9B%B0%25EF%25B8%258F%F0%9F%8F%94%25EF%25B8%...
1•zeristor•23m ago•1 comments

Show HN: SolidJS node-based editor library

https://github.com/ryusufe/solid-kitx
1•ryusufe•25m ago•0 comments

Building with NanoBanana Pro and ended up replacing my whole image pipeline

https://nan0banana.com/en
1•kelly99•26m ago•2 comments

Intercept iPhone Traffic for Mobile Applications That Bypass Proxy Settings

https://abdullahdiaa.com/blog/intercepting-iphone-traffic-with-mitmproxy/
1•abdullahdiaa•39m ago•0 comments

Spring Framework 7 and Spring Boot 4

https://www.infoq.com/news/2025/11/spring-7-spring-boot-4/
1•microflash•39m ago•0 comments

TigerData, TimescaleDB and Licensing

1•xlegalles•42m ago•0 comments

Code four pitchdeck published by business insider

https://www.businessinsider.com/code-four-mit-dropouts-arming-police-ai-pitch-deck-2025-11
1•diamondage•44m ago•0 comments

Launch Black Friday Marketing on Telegram with Telega.io

3•emmanol•45m ago•1 comments

Childhood fluoride exposure and cognition across the life course

https://www.science.org/doi/10.1126/sciadv.adz0757
1•nabla9•53m ago•1 comments

Nvidia crushed its quarter–and CEO Huang said 'the market did not appreciate it'

https://www.businessinsider.com/jensen-huang-market-nvidia-quarter-meeting-2025-11
2•jameslk•53m ago•0 comments

Can AI Find Zero Days? I Tested It on My IoT Camera

https://www.youtube.com/watch?v=vMVU0UdAFMY
2•ghxst•55m ago•1 comments

Which industry's complexity is most underestimated by outsiders?

https://capitalfolly.com/
1•d_e_solomon•57m ago•1 comments

How to Configure SEO in Next.js 16 (The Right Way)

https://jsdevspace.substack.com/p/how-to-configure-seo-in-nextjs-16
1•javatuts•59m ago•0 comments

Show HN: Simple Tools for Recruiters

https://reliablerecruiter.space
1•artpar•1h ago•0 comments

Show HN: Backlinks exchange and link building portal

https://www.linkbazaar.app
1•sathishn•1h ago•0 comments

DIY Psychological Parts-Work: A Hacker's Guide to IFS and Entactogens

https://psychotechnology.substack.com/p/diy-psychological-parts-work-a-hackers
1•eatitraw•1h ago•0 comments

A Complete Guide to AI Coding Tools: Choosing the Right Tools Without the Hype

https://practicalsecurity.substack.com/p/your-complete-guide-to-ai-coding
1•atilla_bilgic•1h ago•0 comments

Gemini 3 is almost as good as Google says it is

https://www.theverge.com/report/825332/google-gemini-3-pro-ai-hands-on-test
1•ent101•1h ago•0 comments

Microsoft has built a new Postgres-compatible database: Horizondb

https://techcommunity.microsoft.com/blog/adforpostgresql/announcing-azure-horizondb/4469710
1•rubenvanwyk•1h ago•1 comments

Solving Fizz Buzz with Cosines

https://susam.net/fizz-buzz-with-cosines.html
2•todsacerdoti•1h ago•0 comments

It's Hard to Build an Oscillator

https://lcamtuf.substack.com/p/its-hard-to-build-an-oscillator
24•chmaynard•1h ago•4 comments

Vim-Inspired Hacker's File Manager with Battery Included in One Binary

https://github.com/houqp/kiorg
1•birdculture•1h 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?