frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Hand Gesture Verification

https://docs.cloud.google.com/recaptcha/docs/hand-gesture-verification
1•petethomas•4m ago•0 comments

Navigating the volatile silicon market: updates on memory and storage pricing

https://frame.work/blog/updates-on-memory-pricing-and-navigating-the-volatile-memory-market
1•hamandcheese•6m ago•1 comments

Thinking Machines

https://github.com/hanstruelson/Manual-AI/blob/main/README.md
2•htlemur_bobby•8m ago•0 comments

We Turned Guests into Plants

https://twitter.com/thegarden_sf/status/2079825241816334763
2•gdss•9m ago•0 comments

Show HN: Oriflow - A Vibe Coding Platform for Building Personal Apps

https://oriflow.in/
1•krishnamrith12•16m ago•0 comments

Open Hardware and Free Software: Teufel Mynd, a Case Study

https://fsfe.org/news/2026/news-20260629-01.html
1•Tomte•24m ago•0 comments

Locality-Sensitive Hashing and Privacy

https://arxiv.org/abs/2302.13635
2•ankitg12•28m ago•0 comments

The worse class in the elder scrolls games is the thief explained

https://www.youtube.com/watch?v=VkQiolFoOXw
2•nonethewiser•30m ago•1 comments

Why the OpenAI escape is the most worrying AI mishap yet

https://www.economist.com/science-and-technology/2026/07/22/why-the-openai-escape-is-the-most-wor...
3•sbulaev•30m ago•3 comments

Indie game studios are supposed to love GenAI, so why do 25 devs to avoid it?

https://www.gamesradar.com/games/it-creates-lesser-games-indie-game-studios-are-supposed-to-love-...
1•healsdata•31m ago•0 comments

Taxfloridabillionaires.com

https://taxfloridabillionaires.com
4•tfb_hn•34m ago•1 comments

Herdr-guard – Command policy for multi-agent terminals

https://github.com/StructuPath/herdr-guard
2•SteelTech•35m ago•0 comments

The Right to Privacy (Harvard Law Review, 1890)

https://www.jstor.org/stable/1321160?seq=1
2•StatsAreFun•35m ago•0 comments

8086 Emulator Inside Scratch

https://turbowarp.org/1248315967?size=640x400
2•rickcarlino•43m ago•1 comments

Some AI Systems Differentially Downplay Their Creators' Controversies

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=7059338
2•JumpCrisscross•44m ago•1 comments

The Son of Tom Cruise Speaks

https://medium.com/whatsnextwray/raymoney-co-interviews-2-j-cruise-7fe35b3a2b2e
2•raynchad•49m ago•0 comments

Doomsday AI?

https://blog.gjmveloso.dev/posts/2026/07/22/doomsday-ai/
1•gjmveloso•50m ago•0 comments

DeepSeek Founder Liang Wenfeng Shares Key Insights from 4-Hour Investor Meeting

https://www.kucoin.com/news/flash/deepseek-founder-liang-wenfeng-shares-key-insights-from-4-hour-...
2•nsoonhui•51m ago•1 comments

The Modern Handbook on DMARC

https://www.suped.com/learn/dmarc
2•axrx•1h ago•0 comments

Show HN: Turn audio and video into transcripts, summaries

https://mp3transcript.com/
1•daniel0306•1h ago•1 comments

Ukraine hits more warehouses of Russia's top online retailer Wildberries

https://www.reuters.com/world/europe/russias-largest-online-retailer-says-warehouses-attacked-aga...
4•nradov•1h ago•0 comments

Show HN: Sambaudit, a secrets scanner for SMB shares with a web UI

https://github.com/d-woosley/SambAudit
2•dwoosley•1h ago•0 comments

Restructuring GitHub's bug bounty program

https://github.blog/security/next-chapter-restructuring-githubs-bug-bounty-program/
10•soheilpro•1h ago•3 comments

Automatia Update: Friends in Cold Places

https://libriscv.no/blog/friends-in-cold-places/
1•fwsgonzo•1h ago•0 comments

Capitalism's status hierarchy is being upturned

https://www.economist.com/business/2026/07/22/capitalisms-status-hierarchy-is-being-upturned
3•petethomas•1h ago•0 comments

The Dark Side of Motorcycle Freedom: How Possibility Erodes Our Identity

https://fortnine.ca/en/the-dark-side-of-motorcycle-freedom
1•ianrahman•1h ago•0 comments

JavaScript Date Is Lying to You

https://blog.gaborkoos.com/posts/2026-07-21-Your-JS-Date-Is-Lying-to-You/
2•thunderbong•1h ago•0 comments

Leanstral [pdf]

https://github.com/mistralai/LeanstralSafeVerify/blob/main/LeanstralReport.pdf
2•gmays•1h ago•0 comments

Diffusion ReRoll

https://seonsoo-p1.github.io/DiffusionReRoll/
1•E-Reverance•1h ago•0 comments

Chinese AI's role in stopping rogue OpenAI agent shows cost of US guardrails

https://www.reuters.com/legal/litigation/chinese-ais-role-stopping-rogue-openai-agent-shows-cost-...
5•LittleCat38•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?