frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Lowercase head behaves differently in Git worktrees

https://www.brandonpugh.com/til/git/head-is-case-sensitive/
1•eustoria•48s ago•0 comments

Google attacking human thought with Gemini in Google Keep

1•fellowniusmonk•2m ago•0 comments

Modular Code with Reusable Standalone Modules

https://massimo-nazaria.github.io/reusable-standalone-modules.html
1•massimo-nazaria•4m ago•0 comments

Wave of mass brutality accompanied the collapse of first pan-European culture

https://www.science.org/content/article/headless-bodies-hint-why-europe-s-first-farmers-vanished
2•mzs•5m ago•0 comments

Show HN: Memory System Hitting 80.1% Accuracy on LoCoMo (Built in 4.5 Months)

https://github.com/vac-architector/VAC-Memory-System
2•ViktorKuz•5m ago•0 comments

Stop Telling Us XMPP Should Use JSON

https://www.process-one.net/blog/stop-telling-us-xmpp-should-use-json/
2•todsacerdoti•6m ago•0 comments

RDMA over Thunderbolt 5 on Apple Silicon – 14µs latency

https://twitter.com/anemll/status/1993182652204187929
2•anemll•7m ago•1 comments

FBI: Cybercriminals stole $262M by impersonating bank support teams

https://www.bleepingcomputer.com/news/security/fbi-cybercriminals-stole-262-million-by-impersonat...
2•fleahunter•8m ago•0 comments

Super-adjuvant nanoparticles for platform cancer vaccination

https://www.cell.com/cell-reports-medicine/fulltext/S2666-3791(25)00488-4
2•bookofjoe•9m ago•0 comments

Ilya Sutskever on Dwarkesh Patel's Podcast

https://www.dwarkesh.com/p/ilya-sutskever-2
2•piotrgrabowski•9m ago•0 comments

Show HN: ZenPaint, a pixel-perfect MacPaint recreation for the browser

https://zenpaint.org/
3•allthreespies•10m ago•0 comments

Pluribus: The audacity of the Breaking Bad creator's new TV show is incredible

https://www.theguardian.com/tv-and-radio/2025/nov/07/pluribus-review-breaking-bad-creators-tv-sho...
2•wslh•11m ago•0 comments

CSS Meets Voxel Art: Building a Rendering Engine with Stacked Grids – Codrops

https://tympanus.net/codrops/2025/03/03/css-meets-voxel-art-building-a-rendering-engine-with-stac...
2•thunderbong•12m ago•0 comments

A Visual Introduction to Dimensionality Reduction with Isomap

https://alechelbling.com/blog/isomap/
2•speckx•12m ago•0 comments

Show HN: worldclock.me — Super-fast multi-timezone event planner

https://worldclock.me/
2•thenodeshift•13m ago•1 comments

Gramma, tortoise who lived through two world wars, dies aged 141

https://www.theguardian.com/us-news/2025/nov/25/gramma-tortoise-dies-age-141
3•lentil_soup•15m ago•1 comments

Good Enough Is Reorganizing

https://goodenough.us/blog/2025-11-25-good-enough-is-reorganizing/
3•pentagrama•20m ago•0 comments

OpenAI needs to raise at least $207B by 2030, HSBC estimates

https://www.ft.com/content/23e54a28-6f63-4533-ab96-3756d9c88bad
3•jmsflknr•20m ago•0 comments

US banks scramble to assess data theft after hackers breach financial tech firm

https://techcrunch.com/2025/11/24/us-banks-scramble-to-assess-data-theft-after-hackers-breach-fin...
4•indigodaddy•22m ago•0 comments

Unifying Wikipedia mobile and desktop domains

https://techblog.wikimedia.org/2025/11/21/unifying-mobile-and-desktop-domains/
5•todsacerdoti•24m ago•0 comments

CBS to "redraw the lines of what falls in the 40 yards of acceptable debate"

https://twitter.com/DropSiteNews/status/1993154653941362892
2•sporkxrocket•24m ago•0 comments

EU set to adopt ChatControl negotiating mandate tomorrow without discussion

https://digitalcourage.social/@echo_pbreyer/115611006935923542
5•nickslaughter02•25m ago•1 comments

Neural Architecture for Dummies

https://theahura.substack.com/p/intuitive-neural-nets-for-dummies
2•theahura•25m ago•0 comments

Show HN: A better way to handoff web bugs to AI agents

https://github.com/magentic/flowlens-mcp-server
3•mzidan101•27m ago•0 comments

Show HN: Chaos Monkey middleware for LangChain (v1) agents

https://github.com/iroy2000/langchain-chaos-middleware
2•iroy2000•27m ago•0 comments

Trump's FCC: Internet Providers Can Monitor Their Own Cybersecurity Standards

https://www.cnet.com/home/internet/internet-providers-can-monitor-their-own-cybersecurity-standar...
7•mooreds•27m ago•2 comments

Web browser status bars are nuts

https://lapcatsoftware.com/articles/2025/11/4.html
2•HotGarbage•28m ago•1 comments

Show HN: Deriving General Relativity from Finite Information (Open Source)

https://github.com/loning/the-omega
2•loning•29m ago•1 comments

MacTiler – a macOS menubar window manager I've been building

https://mactiler.com/
2•simplifunner•29m ago•1 comments

Windows Digital Signage mode hides BSoDs after 15 seconds

https://www.theregister.com/2025/11/18/windows_bsod_digital_signage_mode/
3•ohjeez•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•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?