frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Oligarchy is worse than you think (by Johnny Harris) [video]

https://www.youtube.com/watch?v=4S25FfbFw4M
1•Imustaskforhelp•48s ago•0 comments

My Android App Stack

https://erenay.bearblog.dev/my-android-app-stack/
1•Erenay09•1m ago•0 comments

Ask HN: How are you securing write-enabled AI agents against payload smuggling?

https://www.realitykernel.dev
1•Tabrez416•3m ago•0 comments

A Game of Robot Telephone

https://poyo.co/note/20260619T090202/
1•kqr•10m ago•0 comments

Human-in-the-Loop Is Not the Same as Judgment-in-the-Loop

https://kunyuan.substack.com/p/05public-essayhuman-in-the-loop-is
2•hufdr•11m ago•0 comments

Tensordyne makes a big bet on log math to beat Nvidia

https://www.theregister.com/systems/2026/06/19/tensordyne-makes-a-big-bet-on-log-math-to-beat-nvi...
3•galaxyLogic•16m ago•0 comments

Peacock Spider

https://www.peacockspider.org
1•lujz•17m ago•0 comments

Cuckoo Tracking Project

https://www.bto.org/get-involved/volunteer/projects/cuckoo-tracking
1•austinallegro•18m ago•0 comments

Show HN: Generate images from the CLI with a ChatGPT subscription (no API key)

https://github.com/leeguooooo/chatgpt-imagegen
1•leeguoo•20m ago•0 comments

Homeschool

https://pollinatecurriculum.bubbleapps.io
1•LaminaECHSC•20m ago•0 comments

Fine-Tuning and Deploying LLMs on Mobile:F/b to learnings

https://www.youtube.com/watch?v=7N2n7lKtdME
1•thinkevolve•21m ago•0 comments

Free Agentic AI Webinar: From Agent Design to Production

https://simplai.ai/blogs/free-agentic-ai-webinar-from-agent-design-to-production/
2•SimplAI_ai•25m ago•0 comments

The Blu-ray Disc Format Turns 20

https://www.patreon.com/TheDigitalBits/posts/blu-ray-disc-20-161620352
2•lilytweed•28m ago•0 comments

Phones and Phonies: Commodore Shenanigans Through the Ages

https://www.datagubbe.se/commophone/
1•ingve•30m ago•0 comments

Tejas and Jayhawk

https://en.wikipedia.org/wiki/Tejas_and_Jayhawk
1•Teever•31m ago•0 comments

Accenture's crash shows the consultancy racket is finished

https://www.msn.com/en-us/news/technology/accenture-s-crash-shows-the-consultancy-racket-is-finis...
3•galaxyLogic•31m ago•0 comments

Notes on the Industry Job Search

https://alisawuffles.github.io/blog/job-search/
1•cosmoharrigan•31m ago•0 comments

An AI Agent Emailed Me

https://julien.danjou.info/blog/an-ai-agent-emailed-me/
1•enz•34m ago•0 comments

The AI architecture "attention" can't hold attention

https://scitechdaily.com/even-gpt-5-failed-this-human-attention-test/
3•nryoo•38m ago•0 comments

Gen Z earning more than millennials did at the same age

https://www.theguardian.com/money/2026/jun/22/gen-z-earning-more-millennials-same-age-resolution-...
3•sefrost•44m ago•0 comments

Xiaomi YU7 GT achieves the first autonomous driving lap record of Nürburgring

https://twitter.com/DriveGreen80167/status/2068920116671140045
1•gainsurier•50m ago•0 comments

Understanding Skills in AI: The Complete Guide to Building Smarter AI Agents

http://simplai.ai/blogs/understanding-skills-in-ai-the-complete-guide-to-building-smarter-ai-agen...
2•Shanmugaraj-1•53m ago•0 comments

China is having another AI moment

https://www.economist.com/china/2026/06/21/china-is-having-another-ai-moment
3•dataflow•53m ago•1 comments

Describe your trading strategy and we'll automate it for you

https://runhalcyon.com/
1•Entropnt•56m ago•0 comments

Update on CC Signals: What Changed and Why

https://creativecommons.org/2026/04/23/update-on-cc-signals-what-changed-and-why/
1•the-mitr•1h ago•0 comments

Age of Invention: Does History Have a Replication Crisis?

https://www.ageofinvention.xyz/p/age-of-invention-does-history-have
2•prakashqwerty•1h ago•0 comments

Deno Desktop

https://docs.deno.com/runtime/desktop/
82•GeneralMaximus•1h ago•22 comments

Estonia to become first country to create digital identities for AI agents

https://news.err.ee/1610060290/estonia-to-become-first-country-to-issue-id-codes-to-ai-agents
4•agulaya24•1h ago•2 comments

Show HN: NagMeLater – Reminders and to-do list, inside your WhatsApp

https://nagmelater.com
1•mehulfanawala•1h ago•0 comments

What Happens to Your Lessons Learned After the Meeting Ends?

https://www.projectmanagement.com/blog-post/80169/what-happens-to-your-lessons-learned-after-the-...
2•wmeller•1h ago•0 comments
Open in hackernews

Badc – optimizing cross-platform C compiler built with Claude

https://github.com/kromych/badc
1•kromych•1h ago

Comments

kromych•1h ago
It can (cross-)build Python 3.14 on 5 targets as well as sqllite3, other libraries, and passes their test suites. For extra fun, it can produce native/NT images and Windows drivers (EFI as well, didn't test though). I also stood up lots of validation in CI to make sure it works and gives enough perf to the compiled code despite being quite speedy to compile.

Some time ago I just needed to tweak what a compiler was emitting, and thought perhaps I should learn how to use the modern tools for producing code. And that really got out of hand as I love compiler and OS/hypervisor programming so decided to build a nimble compiler that would optimize but not too much, just enough not to be embarassing :D

I built it with Claude Opus 1M 4.6-4.8. Wasn't autonomous, I was directing it and helping with debugging. There were times when I was writing algorithms down with a pencil on a paper from the Dragon and the Dinasour books to make sure I understand, and I didn't have a computer, too, lol. So adjusting to the new brave world another time!

flash1•1h ago
Interesting project! Will look into this.