frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A Metacircular Interpreter in Rhombus

https://github.com/racket/rhombus/blob/master/rhombus/rhombus/tests/example-interp.rhm
1•spdegabrielle•1m ago•1 comments

AI is potentially a Dunning-Kruger effect amplifier

https://twitter.com/i/status/2066825204207091926
1•binyu•3m ago•0 comments

We built an agent that runs our AI data platform

https://encord.com/blog/merlin-encord-mcp-agentic-intelligence/
2•ulrikhansen54•5m ago•0 comments

Databricks Launches LTAP: A Unified OLAP/OLTP Data Architecture

https://www.databricks.com/company/newsroom/press-releases/databricks-launches-ltap-first-lake-tr...
2•thehaikuza•5m ago•1 comments

Predicting model behavior before release by simulating deployment

https://openai.com/index/deployment-simulation/
1•0xedb•6m ago•0 comments

The feedback loops behind Kubernetes

https://planetscale.com/blog/the-feedback-loops-behind-kubernetes
2•CSDude•7m ago•0 comments

Hecate, Hardened Osint Platform

https://github.com/synchancybersecurity/Hecate
2•enkimecca•8m ago•0 comments

U.S. pulling ocean sensors a 'shock' for Canadian research as El Niño nears

https://www.timescolonist.com/local-news/us-pulling-ocean-sensors-a-shock-for-canadian-research-a...
8•ResearchAtPlay•8m ago•0 comments

PHP Through a Screen Reader: Small Syntax Choices That Matter

https://thephp.foundation/blog/2026/06/16/php-through-a-screen-reader-small-syntax-choices-that-m...
1•itafroma•8m ago•0 comments

Noctua introduces NL-LC1 all-in-one liquid coolers

https://www.noctua.at/en/news/noctua-introduces-nl-lc1-all-in-one-liquid-coolers
4•georgs_•9m ago•0 comments

Rabbit Hole: The Lorem Ipsum Mystery [video]

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

Show HN: Next.js boilerplate with Better Auth, PostgreSQL and Shadcn/UI

https://github.com/mmilanovic4/forge
1•mmilanovic4•10m ago•0 comments

Tyler Cowen: A Dangerous Turn in AI Regulation

https://www.thefp.com/p/tyler-cowen-a-dangerous-turn-in-ai
1•paulpauper•10m ago•0 comments

How to Catch a Chess Cheater

https://www.uschess.org/index.php/June/How-To-Catch-A-Chess-Cheater-Ken-Regan-Finds-Moves-Out-Of-...
1•bookofjoe•10m ago•0 comments

Students Are Using a 'Backdoor' to Attend Their Dream Schools

https://www.wsj.com/us-news/education/college-admissions-alternative-enrollment-programs-communit...
1•paulpauper•10m ago•0 comments

Show HN: Ril: a parallel data streaming tool for Python

https://github.com/dannypesic/ril
1•dpesic•10m ago•0 comments

Can Online Activity Be Regulated? Evidence from Adult Websites

https://www.nber.org/papers/w35322
1•paulpauper•11m ago•0 comments

Nobody wants to tell me why they only listen to their own Suno slop

https://www.theverge.com/ai-artificial-intelligence/937059/nobody-wants-to-tell-me-why-they-only-...
1•thebigship•11m ago•0 comments

Claudity

https://danielmay.co.uk/posts/claudity/
1•speckx•11m ago•0 comments

Ask HN: Looking for mobile app ideas with real user demand

3•habeebmd•13m ago•0 comments

AI Consciousness:The Delusionals and the Philosopher's Bench

https://www.avidfayaz.com/writings/delusionals/the-delusionals-and-the-philosophers-bench
7•Avid_F•13m ago•0 comments

Show HN: Write Your GitHub Actions in TypeScript

https://github.com/dedalus-labs/hollywood
3•windsor•14m ago•2 comments

There's more than one way to be a 10x engineer

https://orischwartz.com/posts/theres-more-than-one-way-to-be-a-10x-engineer.html
1•fleaflicker•14m ago•0 comments

The Rivian R2's Radio Needs Cell Signal the Wilderness Doesn't Have

https://www.carscoops.com/2026/06/rivian-r2-fm-radio/
2•MBCook•15m ago•1 comments

Anyone give me a strong mobile app idea

2•habeebmd•15m ago•0 comments

Show HN: Dopamine – An MIT-Licensed Open-Source Cross-Platform Effects Library

https://github.com/10in30/dopamine/
1•jmckenty•16m ago•0 comments

Build your project Zig-style

https://fnordig.de/2026/06/16/build-your-project-zig-style/
1•caleb_thompson•16m ago•0 comments

When Intelligence Gets Cheap, What Becomes Valuable?

https://agonora.com/blog/when-intelligence-gets-cheap
5•mw67•17m ago•2 comments

Snap unveils $2,195 AR glasses as CEO Evan Spiegel bets on post-smartphone futur

https://www.cnbc.com/2026/06/16/snap-unveils-2195-specs-ar-glasses-spiegel-bets-on-post-smartphon...
1•mmarian•18m ago•0 comments

Unlocking Extreme AMD Instinct Inference with Software-Hardware Co-Optimization

https://rocm.blogs.amd.com/software-tools-optimization/atom-inference-engine/README.html
1•mooreds•20m 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?