frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Cyberchase: For Parents and Teachers

https://www.pbs.org/parents/shows/cyberchase
1•lioeters•45s ago•0 comments

Anthropic runs like Wile E. Coyote into the brick wall of consciousness research

https://www.theintrinsicperspective.com/p/anthropic-runs-like-wile-e-coyote
1•paulpauper•2m ago•0 comments

Greatest Failures of Orson Welles

https://www.honest-broker.com/p/the-10-greatest-failures-of-orson
1•paulpauper•2m ago•0 comments

Time Is Always Different

https://www.overcomingbias.com/p/this-time-is-always-different
1•paulpauper•3m ago•0 comments

A Few Notes on the Origins of 'Pitmaston Pine Apple'

https://orchardnotes.com/2026/06/04/a-few-notes-on-the-origins-of-pitmaston-pine-apple/
1•wawayanda•3m ago•0 comments

Child's next teacher could be a sex robot

https://gizmodo.com/your-childs-next-teacher-could-be-a-sex-robot-2000787284
2•mikelgan•5m ago•1 comments

Pere Ubu Meets X: The Man with the X-Ray Eyes

https://cinemasojourns.com/2026/07/18/pere-ubu-meets-x-the-man-with-the-x-ray-eyes/
2•jjgreen•6m ago•0 comments

Model Routing Is Simple. Until It Isn't

https://huggingface.co/blog/ibm-research/model-routing-is-simple-until-it-isnt
2•gmays•6m ago•0 comments

Heresy

https://paulgraham.com/heresy.html
3•appreciatorBus•8m ago•1 comments

If you don't have MCP for your app/service – you're missing out

https://old.reddit.com/r/SaaS/comments/1uzhus8/if_you_dont_have_mcp_for_your_saas_youre_missing/
1•astashov•9m ago•0 comments

Email Patch Review Tool for Thunderbird

https://mccd.space/posts/26-07-18/3-patch-review-tool-for-thunderbird
1•WhyNotHugo•13m ago•0 comments

Show HN: Talon – a self-hosted harness for long-lived AI agents

https://github.com/dylanneve1/talon
1•claudiusthebot•16m ago•0 comments

Young adults are poor despite every metric which suggests otherwise

https://xcancel.com/i/article/2077113148524417439
8•like_any_other•20m ago•9 comments

Amp – Subscriptions at Last

https://ampcode.com/news/subscriptions
1•monty5811•20m ago•0 comments

Netflix Paid $587M for Ben Affleck's AI Startup InterPositive

https://variety.com/2026/film/news/netflix-paid-587-million-ben-affleck-ai-interpositive-1236815111/
2•andsoitis•21m ago•0 comments

Show HN: I made a LeetCode tracker that looks like Hacker News

https://leet150.vercel.app/
1•joudbitar•22m ago•0 comments

Show HN: OpenCareLoop - Solve your family's health, one loop at a time.

https://karankurani.github.io/OpenCareLoop/
1•BIackSwan•22m ago•0 comments

DOOMQL – Game Engine in SQL

https://github.com/petergpt/doomql
2•andsoitis•23m ago•0 comments

Setting up your spare Mac for Claude Code to control, a step-by-step guide

https://ykdojo.github.io/claude-controls-mac/
19•ykev•28m ago•2 comments

Show HN: FreelyMemo – A floating notepad on every tab

https://chromewebstore.google.com/detail/freelymemo-a-floating-not/heffeleefkjalhablljfohlcejiegpgb
1•kythanh•28m ago•0 comments

Soofi S: Our first model for industrial AI in Europe

https://www.soofi.info/
1•doener•31m ago•0 comments

Fake food delivery site for the dopamine

https://old.reddit.com/r/BingeEatingDisorder/comments/1uzr3ui/fake_food_delivery_site_for_the_dop...
14•guerrilla•32m ago•3 comments

How early SunOS did diskless workstations before NFS

https://utcc.utoronto.ca/~cks/space/blog/solaris/SunOSDisklessWithoutNFS
5•cwbuilds•34m ago•0 comments

The AI with a Thousand Voices

https://medium.com/@ic-eight/the-ai-with-a-thousand-voices-374680948342
1•ic_eight•34m ago•0 comments

Frozen 2 should be Rated R

https://interconnected.org/home/2026/07/17/frozen
18•peteforde•36m ago•4 comments

Ask HN: Claude Creating Artifacts?

1•ftchd•36m ago•0 comments

No link between acetaminophen use during pregnancy and adverse birth outcomes

https://sph.unc.edu/sph-news/no-link-between-acetaminophen-use-during-pregnancy-and-adverse-birth...
8•geox•37m ago•0 comments

Our Approach to Bioresilience: Isomorphic Labs and Google DeepMind

https://deepmind.google/blog/our-approach-to-bioresilience/
6•bookofjoe•37m ago•1 comments

Heat can trigger or intensify mental illnesses

https://www.meduniwien.ac.at/web/en/about-us/news/2023/news-in-august-2023/heat-can-trigger-or-in...
4•tosh•38m ago•0 comments

Google fixing Android lock screen bug that lets Gemini send SMS without a PIN

https://www.theregister.com/security/2026/07/17/google-fixing-android-lock-screen-bug-that-lets-g...
2•Bender•41m 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•1y ago

Comments

uberman•1y 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•1y 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•1y 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•1y 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?