frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: BlazeRules – YAML rule engine for streaming data, 3M records/SEC

1•jspuri•1m ago•0 comments

Show HN: Chalie – AI peer not employee

https://github.com/chalie-ai/chalie
1•dylangrech92•1m ago•0 comments

The Voice of Google

https://www.newyorker.com/culture/the-weekend-essay/the-voice-of-google
1•joebuckwilliams•2m ago•1 comments

Kimi: Threat or Menace?

https://techcrunch.com/2026/07/18/kimi-threat-or-menace/
1•zaikunzhang•2m ago•0 comments

Modder Runs GTA III Inside GTA: San Andreas on an In-Game TV

https://videocardz.com/newz/modder-runs-gta-iii-inside-gta-san-andreas-on-an-in-game-tv
2•croes•8m ago•0 comments

Local-first, turn-based threads for most things

https://github.com/research-farm/substrate
1•nocam•10m ago•1 comments

Kq – jq but 1.5x faster on paths, from a language with no GC/lifetimes

https://github.com/kanso-lang/kq
1•ClayShentrup•13m ago•0 comments

Ask HN: What percentage of HN users are developers?

1•wseqyrku•14m ago•2 comments

America Is Sitting on the Largest Oil Deposit, but There's a Catch [video]

https://www.youtube.com/watch?v=SIklReulhVs
1•Bender•15m ago•0 comments

Show HN: Seed and Series raised last week

https://choclatenews.substack.com/p/choclate-weekly-011
1•dariusogenyiebu•15m ago•0 comments

Show HN: My Fable 5 Project Was a Multiraft Database and Blob Store

https://meetthecluster.github.io/
1•SamInTheShell•18m ago•0 comments

Head cooling intervention improves mental health markers

https://www.sciencedirect.com/science/article/pii/S0001691826006724?via%3Dihub
2•geox•21m ago•0 comments

Orion Browser by Kagi

https://orionbrowser.com/
1•sebjones•22m ago•1 comments

Show HN: Bothread, multiple AI coding agents talk, share one repo, no collisions

https://github.com/AdamACE9/bothread
1•AdamACE9•25m ago•0 comments

How to Sell a Kettle

https://www.economist.com/business/2026/07/16/how-to-sell-a-kettle
2•bazzmt•29m ago•0 comments

FIFA World Cup Triggers a Global Anti-Piracy Crackdown

https://torrentfreak.com/fifa-world-cup-triggers-a-global-anti-piracy-crackdown/
2•gslin•32m ago•0 comments

Two Loops: How China's Open AI Strategy Reinforces Its Industrial Dominance [pdf]

https://www.uscc.gov/sites/default/files/2026-03/Two_Loops--How_Chinas_Open_AI_Strategy_Reinforce...
2•pash•32m ago•0 comments

I argued with the father of open source for 2 years Now the AI fight is the same

https://fortune.com/2026/07/03/open-source-ai-same-fight-as-software-fight-1980s-david-siegel-two...
1•t-3•33m ago•0 comments

What Year Was?

https://whatyearwas.com/
2•danololik•35m ago•1 comments

JupyDash – turn any Jupyter notebook into a dashboard

https://plathsoven.github.io/jupydash-releases/
3•Entropnt•37m ago•0 comments

Identity Verification: GSA Needs to Address Fraud Threats and Technical Issues

https://www.gao.gov/products/gao-26-109261
2•Jimmc414•37m ago•0 comments

Aviation Cybersecurity: Key Shortfalls in FAA/TSA Collaboration on Cybersecurity

https://www.gao.gov/products/gao-26-107693
1•Jimmc414•38m ago•0 comments

HomeLab #1: MikroTik as a Home Router

https://justsomebody.dev/blog/mikrotik-home-router
4•rafal_opilowski•38m ago•1 comments

Bashkit got official browser target. No rust compilation needed

https://www.npmjs.com/package/@everruns/bashkit-wasm
1•chalyi•41m ago•0 comments

Campaign Diagrams: Visualizing the March Through the Phases of a Workload

https://arxiv.org/abs/2607.15225
1•Jimmc414•42m ago•0 comments

Netflix Paid $587M for Ben Affleck's AI Startup InterPositive

https://variety.com/2026/film/news/netflix-paid-587-million-ben-affleck-ai-interpositive-1236815111/
1•ortusdux•42m ago•0 comments

What is usage-based billing? Tokens, credits, and outcomes, explained in STE100

https://arnon.dk/what-is-usage-based-billing-tokens-credits-and-outcomes-explained-in-simplified-...
1•arnon•48m ago•0 comments

Show HN: How much profit does your employer make per employee?

https://yourfairshare.info
10•IESAI_ski•48m ago•7 comments

M-Chips: M7 with up to 1.5 TB – and why Apple is skipping the M6

https://www.heise.de/en/news/M-Chips-M7-with-up-to-1-5-TB-and-why-Apple-is-skipping-the-M6-113628...
2•danboarder•49m ago•1 comments

The CIA Operative Who Spied on the U.A.E.–and Played a Role in Its AI Win

https://www.wsj.com/world/middle-east/cia-spy-united-arab-emirates-ai-49d909a8
1•NN88•50m 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?