frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Squeezes – A private, local-first bulk image compressor running in-browser

https://squeezes.vercel.app
1•marpe•3m ago•0 comments

Remote work didn't kill collaboration. Invisible teammates did

https://www.indiehackers.com/post/remote-work-didnt-kill-collaboration-invisible-teammates-did-JU...
1•ironsteel•11m ago•0 comments

DeepSeek drops another breakthrough [video]

https://www.youtube.com/watch?v=J0D7qV3nl7w
2•mgh2•20m ago•0 comments

Cvcheck.app scores your CV and tells you what's wrong

https://cvcheck.app
1•stefandulgh•21m ago•0 comments

A Last Gasp of 2D: The Cave CV1000 (2022)

https://nicole.express/2022/games-made-in-a-cave.html
2•tropicalfruit•21m ago•0 comments

Incompetent Content Moderation and Sexy Stuff

https://medium.com/luminasticity/incompetent-content-moderation-and-sexy-stuff-29e7e4d5caf7
1•bryanrasmussen•26m ago•0 comments

Suffix BWT vs. cyclic shift BWT, and fast computation

https://purplesyringa.moe/blog/suffix-bwt-vs-cyclic-shift-bwt-and-fast-computation/
1•g0xA52A2A•26m ago•0 comments

Before YouTube, Teenagers Were Coding Mind-Blowing Digital Art in Assembly

https://comuniq.xyz/post?t=1356
1•01-_-•28m ago•0 comments

Snake Venom Peptide Serum, Benefits, and Real Skin Insights

https://gamma.app/embed/Synevra-UltraLift-Review-2026-Snake-Venom-Peptide-Truth-Inside-jcmns0kstf...
1•prepostseo•30m ago•0 comments

Private space pilots are flying orbital missions for the US Space Force

https://techcrunch.com/2026/07/02/private-space-pilots-are-flying-orbital-missions-for-the-us-spa...
1•01-_-•34m ago•0 comments

LiteOne V3 – A 12KB Zero-Build framework aiming for strict CSP security

https://github.com/reflexmanofficial/LiteOne-v3
1•RelfexMan•36m ago•0 comments

Do teams proactively validate Kubernetes resilience against SLOs?

https://www.resilopshq.com/
1•swaroopbhatk•37m ago•1 comments

Building is free now. Being wanted isn't

https://starts.live
1•sgraphics8•39m ago•0 comments

Egypt Won

https://xcancel.com/waterloo_intern/status/2073171123542573231
3•razodactyl•41m ago•0 comments

Ask HN: Which AI model do you use for what?

1•akashwadhwani35•41m ago•0 comments

Yep, we're using OpenClaw to date now

https://techcrunch.com/2026/07/02/yep-were-using-openclaw-to-date-now/
2•TMWNN•43m ago•0 comments

Unearthing the Reality of "Zombie Energy Systems" in Africa's Energy Transition

https://www.catf.us/resource/unearthing-reality-zombie-energy-systems-africas-energy-transition/
1•bryanrasmussen•48m ago•0 comments

Another day, another illegal billion-dollar bribe to raise your electricity pric

https://electrek.co/2026/06/30/another-day-another-illegal-billion-dollar-bribe-to-raise-your-ele...
2•xbmcuser•51m ago•1 comments

The Factorio Effect

https://dangrafham.com/the-factorio-effect
1•freediver•54m ago•0 comments

Financial Nonsense

https://2ndbreakfast.audreywatters.com/financial-nonsense/
2•dmacedo•59m ago•0 comments

Most House Mice Tested Now Carry Mutations That Beat Common Rodent Poison

https://studyfinds.com/most-house-mice-tested-carry-mutations-that-beat-common-rodent-poison-stud...
2•mdp2021•59m ago•0 comments

Linguistic Relativity: Programming Languages

https://en.wikipedia.org/wiki/Linguistic_relativity
1•tosh•59m ago•1 comments

Show HN: Impasto – baker's percentages, poolish timing, DDT math for pizza nerds

https://impastopizza.app/
1•Floppyrom•1h ago•0 comments

The Screwdriver or the Swiss Army Knife

https://gregraiz.com/blog/screwdriver-or-swiss-army-knife/
1•freediver•1h ago•0 comments

Radio Free AI: The voice of the resistance

https://open.spotify.com/show/033HWq6pzjHeleKR8jfxLm
1•PaulTheOtherOne•1h ago•1 comments

Looking Forward to Postgres 19: Checksums for All

https://www.pgedge.com/blog/looking-forward-to-postgres-19-checksums-for-all
2•rellem•1h ago•0 comments

AI Poisons Creativity [video]

https://www.youtube.com/watch?v=WeCSzEtZcUw
1•ndr42•1h ago•1 comments

The Wonderful World of Slide Charts, Wheel Charts and Perrygrafs

https://www.sphere.bc.ca/oldsite/test/perrygraf.html
1•xeonmc•1h ago•0 comments

The Media Pipeline Behind realtime Voice System Pacing, Jitter Buffers...

1•gokuljs•1h ago•0 comments

RecLayer – Multi-track screen recording for macOS

https://apps.apple.com/us/app/reclayer/id6771830948?mt=12
1•apostylee•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?