frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Meek Fronted Requests test specification

https://github.com/ooni/spec/blob/master/nettests/ts-014-meek-fronted-requests.md
1•Bluestein•5s ago•0 comments

GM brings back Apple CarPlay as buyers demand it

https://finance.yahoo.com/markets/article/gm-brings-back-apple-carplay-as-buyers-demand-it-121047...
1•ndr42•1m ago•0 comments

Show HN: Play DSS and DS2 dictation files online without uploading your audio

https://speechtext.ai/online-dss-player
2•robgehring•2m ago•0 comments

XGEN-JING: An Egocentric Interactive Experience Model

https://huggingface.co/XGENlabs/XGEN-JING
1•MehrdadKhnzd•5m ago•0 comments

Learning from the Soviet Collapse – Lessons from CCP Documentaries on the Fall

https://www.chinatalk.media/p/learning-from-the-soviet-collapse
1•yubblegum•10m ago•0 comments

Show HN: Deferred deep linking and referral attribution you self-host

https://github.com/Newtdev/blynk-deferlink
1•NewtDev•11m ago•0 comments

How to Keep a Secret – From Doodles to DES

https://0xkrt26.github.io/math_behind_security/2026/09/16/doodles-to-des.html
1•denismenace•11m ago•0 comments

They Built a Secular Apocalypse Belief System. Now They Want Religious Authority

https://www.aipanic.news/p/first-they-built-a-secular-apocalypse
1•dotcoma•12m ago•0 comments

Analyze trends, Measure sentiment, Predict what comes next

https://github.com/korries/HeronLoom
1•korries•13m ago•0 comments

What we are seeing with GPT Astra in Robotics

https://twitter.com/GeorgiaChal/status/2101335513558929868
1•sashank_1509•14m ago•0 comments

First case of upgrading RAM on an iPhone 18 Pro Max [video]

https://www.youtube.com/watch?v=B4FMIxOr3MI
1•martic•16m ago•0 comments

JustBot – a Grok-Bot-style AI assistant at ~1/10th the token cost

https://justbot.co
1•bernardohcr•17m ago•0 comments

The Weak Foundations of AI Doomsday

https://www.aipanic.news/p/the-weak-foundations-of-ai-doomsday
2•dotcoma•18m ago•0 comments

Show HN: OpenWand – A mission to remove chat interface from working with AI

https://github.com/SunnyLich/OpenWand
1•OpenWand•25m ago•0 comments

AI Actress interviewed by Piers Morgan [video]

https://www.youtube.com/watch?v=x4yyBWkYSHs
1•pier25•27m ago•0 comments

I Built AI Agents That Ask Companies to Delete Their Data. Most Never Answered

https://medium.com/@stem-education/i-built-ai-agents-that-ask-companies-to-delete-their-data-most...
2•complyyio•29m ago•0 comments

Confessions of an Unrepentant Slop Snob

https://charity.wtf/p/confessions-of-an-unrepentant-slop
1•zdw•31m ago•0 comments

Technitium DNS Server v15.5 Released

https://github.com/TechnitiumSoftware/DnsServer/blob/master/CHANGELOG.md
1•feldrim•32m ago•0 comments

I captured 72 hours of idle Android packets behind pfSense

https://www.praveentechworld.com/research/degoogle-telemetry-2026
4•youngmanyk•33m ago•1 comments

Measure internet censorship. Contribute to the largest open dataset

https://ooni.org/install
7•Bluestein•36m ago•2 comments

OpenAI and Anthropic oversold AI security breaches

https://nypost.com/2026/09/19/us-news/openai-anthropic-oversold-security-breaches-to-pressure-fed...
19•hei-lima•38m ago•9 comments

Collateral Damage of IP-Based Blocking During LaLiga Football Streaming

https://ooni.org/post/2026-laliga-collateral
2•Bluestein•38m ago•0 comments

Quick notes from teaching technical profiles how to talk in public

https://www.lesswrong.com/posts/nKsyMfNsAuTrxmjmi/quick-notes-from-teaching-technical-profiles-ho...
1•wslh•39m ago•0 comments

KdK Part 5: The Aitkenator

https://nealstephenson.substack.com/p/kdk-part-5-the-aitkenator
1•peteforde•41m ago•0 comments

Statement on Superintelligence (2025)

https://superintelligence-statement.org
3•etoulas•42m ago•0 comments

Founding Engineer, AI and Full-Stack

https://bettrlife.ai/founding-engineer
1•jillforBTRL•44m ago•1 comments

Notebook interpolates smoothly between projections of the globe

https://observablehq.com/@d3/projection-transitions
1•joebig•46m ago•0 comments

Show HN: MP3 to MIDI Lab – Convert MP3/WAV to MIDI in the Browser

https://mp3tomidilab.com/
1•liweipt•46m ago•0 comments

Elegant Shape of Eiffel Tower Solved Mathematically by CU-Boulder Prof (2005)

https://www.colorado.edu/today/2005/01/04/elegant-shape-eiffel-tower-solved-mathematically-cu-bou...
2•floweronthehill•48m ago•0 comments

Bytemail – One-time-purchase native email client for macOS (no subscription)

https://bytemailapp.com
1•karakhanyans•48m 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?