frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI Resume Builder

https://www.thehumancapitalhub.com/ai-resume-builder
1•bisit•1m ago•0 comments

Show HN: AwsmAudio – a WebAudio editor with native MCP

https://audio.awsm.fun
1•dakom•5m ago•1 comments

Show HN

1•dakom•6m ago•1 comments

Parsing JSON at compile time with C++26 static reflection

https://lemire.me/blog/2026/06/14/parsing-json-at-compile-time-with-c26-static-reflection/
1•r4um•13m ago•0 comments

Puzzling Success of Overparameterization: Lottery Tickets or Escape Dimensions?

https://infoscience.epfl.ch/entities/publication/9a49779b-f9f8-448d-b3d1-737c78455309
1•matt_d•16m ago•0 comments

Show HN: Font Proof – live font proofing on macOS that updates as you edit

https://fontproof.com/
1•jakefleming•19m ago•0 comments

One More Type in the Tiny Type Theory

https://jcreedcmu.github.io/posts/2026-06-14/
2•matt_d•20m ago•0 comments

The Beauty of Batteries

https://worksinprogress.co/issue/the-beauty-of-batteries/
1•latentframe•38m ago•0 comments

Show HN: Applora – extracting product feedback from Shopify app reviews

https://applora.ai
2•yuangwei•41m ago•0 comments

Stackoverflow for Agents Sofa

https://agents.stackoverflow.com/skill.md
1•pow-tac•52m ago•0 comments

Notes from the PipeWire Hackfest 2026

https://arunraghavan.net/2026/06/notes-from-the-pipewire-hackfest-2026-part-1/
2•JNRowe•52m ago•0 comments

Show HN: AgentBridge – translate and govern calls between AI agent protocols

https://github.com/shadowhunter-92/agentbridge
1•Shadowhunter89•58m ago•0 comments

Demystifying Noise Contrastive Estimation

https://jxmo.io/posts/nce
1•jxmorris12•1h ago•0 comments

Apple Foundation Models

https://platform.claude.com/docs/en/cli-sdks-libraries/libraries/apple-foundation-models
2•MehrdadKhnzd•1h ago•0 comments

AI Agents Don't Need SMS APIs. They Need Infrastructure

https://blog.bridgexapi.io/from-rest-apis-to-mcp-making-messaging-infrastructure-ai-native
2•Bridgexapi•1h ago•0 comments

Fugee, an agentic AI assistant for displaced people and asylum seekers [video]

https://www.youtube.com/watch?v=PYGzJZj7LfM
2•helmo•1h ago•0 comments

'Worst Example of Misconduct': Court Affirms Sanctions for Erroneous AI Cites

https://www.law.com/therecorder/2026/06/12/worst-example-of-misconduct-appellate-court-affirms-sa...
2•1vuio0pswjnm7•1h ago•0 comments

'Strains Credulity': Judge Rejects Meta's Attempt to Dismiss Copyright Suit

https://www.law.com/therecorder/2026/06/12/strains-credulity-judge-rejects-metas-attempt-to-dismi...
1•1vuio0pswjnm7•1h ago•0 comments

Who is the Real Dennis Ritchie? (1991) [pdf]

https://dmrthesis.net/wp-content/uploads/2021/08/BLR-Article-UNIXWorld-Jan1991-A.pdf
2•caned•1h ago•0 comments

A brief tour of the PDP-11, the most influential minicomputer of all time (2022)

https://arstechnica.com/gadgets/2022/03/a-brief-tour-of-the-pdp-11-the-most-influential-minicompu...
4•jensgk•1h ago•0 comments

Ask HN: How can we democratize agentic coding

1•omot•1h ago•0 comments

US Lawmakers Pressing DOJ on fraud, bribery case against Indian Billionaire

https://www.law.com/international-edition/2026/06/12/us-lawmakers-are-pressing-the-doj-on-its-dec...
1•1vuio0pswjnm7•1h ago•1 comments

A Galois Field Arithmetic Primer

https://tomverbeure.github.io/2026/06/14/Galois-Field-Arithmetic-Primer.html
3•matt_d•1h ago•0 comments

Quantum Horizon: Quantum Computing as a Threat to Bitcoin and Ethereum

https://arxiv.org/abs/2606.14484
2•OutOfHere•1h ago•0 comments

Show HN: Prela – A Compositional and Controllable Query Language

https://prela-lang.org
2•remywang•1h ago•0 comments

ArkType: The Parse-Don't-Validate Sequel I Didn't Know I Needed

https://cekrem.github.io/posts/arktype-parse-dont-validate-sequel/
2•jcbhmr•1h ago•0 comments

Found this FREE open source APP which is an absolute GEM

https://github.com/Prithvi-Web/Treemap
1•DaGoat487•1h ago•2 comments

I indexed 936 Lex Fridman episodes into a RAG that cites its sources

https://github.com/aranajhonny/omnipod
2•akatsutki•1h ago•0 comments

Bretisilocin

https://en.wikipedia.org/wiki/Bretisilocin
2•isoprophlex•1h ago•0 comments

Ask HN: What does your local LLM setup looks like?

2•the-mitr•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•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?