frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Carbon Footprint of AI (2020)

https://devblogs.microsoft.com/sustainable-software/the-carbon-footprint-of-ai/
1•reconnecting•3m ago•0 comments

Seeking Advice

1•linmer•5m ago•0 comments

Nix Needs Relocatable Binaries

https://fzakaria.com/2026/06/21/nix-needs-relocatable-binaries
2•setheron•6m ago•0 comments

Habitflo – A native, local-first habit tracker without the subscriptions

https://lymegrove.com/habitflo/
2•jsrothwell•10m ago•0 comments

I assume I'm below average (2010)

https://sive.rs/below-average
2•downbad_•11m ago•0 comments

Show HN: Memory Magico – CLI based memory, wiki and deterministic sprints

https://github.com/mattrichmo/memory-magico
2•richsherwood•13m ago•0 comments

Jailbroken Fable 5

https://unfiltered.chat/
4•Loyae•17m ago•0 comments

Secretive Wall Street Powerhouse Jane Street Seizes AI Spotlight

https://www.wsj.com/tech/ai/jane-street-ai-wall-street-bdfcc81a
3•bookofjoe•18m ago•1 comments

Forget the World Cup. Culture is becoming more fragmented

https://www.economist.com/briefing/2026/06/11/forget-the-world-cup-culture-is-becoming-more-fragm...
2•paulpauper•19m ago•0 comments

Labor Market Effects of the Tax Cuts and Jobs Act

https://www.sciencedirect.com/science/article/abs/pii/S0927537126000643
2•paulpauper•19m ago•0 comments

AI has won another literary prize

https://twitter.com/nabeelqu/status/2068317401960026219
2•paulpauper•20m ago•0 comments

GreyFox – Free self-hosted AI proxy, token quotas, and local cache

https://github.com/skillful-fox-studio/grey-fox-community
1•SkilfulFox•20m ago•0 comments

Adventures of the Gummi Bears

https://en.wikipedia.org/wiki/Adventures_of_the_Gummi_Bears
1•tosh•22m ago•0 comments

Show HN: CleverCrow: give tokens to your favorite projects

https://clevercrow.io
2•zhubert•24m ago•0 comments

5 Monitors on a Commodore 128 [video]

https://www.youtube.com/watch?v=ul5hC3PY1Yg
3•amichail•25m ago•0 comments

Ask HN: Anyone notice World Cup video feeds look like AI?

1•TZubiri•26m ago•1 comments

Be Realistic. Demand the Impossible

https://syndekit.substack.com/p/be-realistic-demand-the-impossible
1•Tomte•26m ago•0 comments

Show HN: MdFried, the Ultimate Markdown Viewer

https://github.com/benjajaja/mdfried
2•the_gipsy•30m ago•0 comments

Someone Build a OS for Claude Code

https://github.com/mateolafalce/claudios/blob/main/README.md
1•lafalce•31m ago•1 comments

Cross-LIB – WORA for vintage devices

https://www.igdb.com/game_engines/cross-lib
1•goldenxp•31m ago•0 comments

Show HN: A 'boggle-like' daily word game

https://www.categori.app
1•lumpycustard•31m ago•0 comments

Portfolio Covariance Optimization and Market Impact Capacity Engine

https://github.com/dy9gzbph7m-cpu/quant-frontier-capacity-solver
2•cjb6s•35m ago•0 comments

JSON-LD Explained for Personal Websites

https://hawksley.dev/blog/json-ld-explained-for-personal-websites/
8•ethanhawksley•38m ago•1 comments

Peakload Benchmarks for Operating Systems

https://linuxcommunity.io/t/peakload-benchmarks-for-operating-systems/9459
3•ashitlerferad•41m ago•0 comments

Show HN: Gaming is YouTube bigges category and the least criticised we scored it

https://ctrl-watch.xyz/
2•deimos459•47m ago•0 comments

A cheaper and safer agentic AI workflow

https://danuker.go.ro/a-cheaper-and-safer-agentic-ai-workflow.html
2•danuker•50m ago•0 comments

I make good money. Why do I still feel like this?

https://yourbrainonmoney.substack.com/p/i-make-good-money-why-do-i-still
4•momentmaker•51m ago•0 comments

Oasis Ambient – Wi-Fi LED Light Teardown

https://www.ifixit.com/Teardown/Oasis+Ambient+Teardown/221776
2•z3ugma•53m ago•0 comments

Tech pundit Cringely cofounds startup '2Brains Inc' to solve LLM hallucinations

https://slashdot.org/story/26/06/20/0556251/tech-pundit-cringely-co-founds-startup-2brains-inc-to...
2•MilnerRoute•54m ago•0 comments

List of Unusual Deaths

https://www.orangecrumbs.com/l/unusual-deaths
2•octopus143•56m ago•1 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?