frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: MinMAX Sort – A Stable Bidirectional Selection Sort Family Algorithm

1•jodenghog•11m ago•1 comments

Prefill a 284B model on Nvidia. Decode it on Apple Silicon. Over plain 10GbE

https://github.com/chadhurley25075-png/pd-bridge
2•jnaina•11m ago•1 comments

MartyPC – A Cycle-Accurate IBM PC/XT Emulator

https://github.com/dbalsom/martypc
1•yitchelle•13m ago•0 comments

We are all Product Engineers now

https://seldo.com/posts/we-are-all-product-engineers-now/
2•ColinEberhardt•15m ago•0 comments

Show HN: An open-source Socratic coach for competitive programming

https://chromewebstore.google.com/detail/socratic-algo-coach/inppdfdpenccjiggnlfaomfnckadoaoi
1•boriskurikhin•18m ago•1 comments

Looking back on Servo's first donation-funded role

https://servo.org/blog/2026/09/15/one-year-of-sponsorship/
2•luu•18m ago•0 comments

Show HN: Check an NPM package or MCP server for malicious code before install

https://bouncer.run/check
1•nader•19m ago•0 comments

The first ever API built for dictation;Today we're launching the Dictation API

https://www.assemblyai.com/dashboard/login
1•iharnoor•20m ago•1 comments

There are no optical corrections in the Parthenon

https://doi.org/10.1098/rsos.260999
2•yzydserd•20m ago•0 comments

I wrote a kill number before I wrote the landing page copy

https://deskthaw.com/blog/preorder-mechanics/
1•aaaan•22m ago•1 comments

A software thing I built: GPS on a 25MHz 486-SX

https://forum.vcfed.org/index.php?threads/a-software-thing-i-built-gps-on-a-25mhz-486-sx.1258966/
1•JPLeRouzic•26m ago•1 comments

I built dual cam app because I had credits left and didn't know what else to do

https://play.google.com/store/apps/details?id=app.heynomad.camera.dualshot.creator.ai&hl=en
1•yugendhar•26m ago•1 comments

Noise-Coded Illumination for Forensic and Photometric Video Analysis

https://arxiv.org/abs/2507.23002
1•1e1a•27m ago•0 comments

Show HN: HTMLCATS – Editor-First Learning for HTML, CSS, and JavaScript

https://htmlcats.com/
1•chriskkim•29m ago•0 comments

Fusion in Devin Desktop and CLI

https://cognition.com/blog/local-fusion
1•ludovicianul•30m ago•0 comments

Show HN: Makerpa.ge – project hub and syncing badge across your sites

https://makerpa.ge
1•leon2589•30m ago•0 comments

IOS27 removes feature to hide safari, why?

1•robglick•30m ago•0 comments

Is Jev That Good?

https://twitter.com/completeskeptic/status/2099925682726002904
1•bchelli•31m ago•0 comments

Dan Selsam's Personal Statement on AI Risk

https://www.reddit.com/r/singularity/comments/1wgibs1/ai_2027_author_daniel_kokotajlo_tweets_mess...
1•dwaltrip•32m ago•0 comments

Where Prediction Markets Struggle

https://economist.com/graphic-detail/2026/09/10/where-prediction-markets-struggle
1•andsoitis•37m ago•0 comments

The AI Language We Can't Read: Neuralese [video]

https://www.youtube.com/watch?v=iuHddnIzKRA
1•__vivek•39m ago•0 comments

Tesla Full Self-Driving customers can now access lower insurance premiums

https://www.drive.com.au/news/tesla-full-self-driving-customers-can-now-access-lower-insurance-pr...
5•teleforce•49m ago•1 comments

Continual Learning Mechanisms Compose for Long-Horizon Memorization

https://arxiv.org/abs/2609.06986
2•donk8r•49m ago•0 comments

Are you committed to your company or your team?

https://www.economist.com/business/2026/09/10/are-you-committed-to-your-company-or-your-team
2•andsoitis•49m ago•0 comments

Sam Altman says world 'right to be afraid' but 'should trust' AI firms

https://www.bbc.com/news/articles/cqx2zpj4y525o
3•geox•50m ago•1 comments

Show HN: Glu – installing Homebrew packages 2x faster on macOS

https://glu.run/
3•henrikklee•54m ago•2 comments

China would face a "hellscape" in a war over Taiwan

https://www.economist.com/asia/2026/09/15/china-would-face-a-hellscape-in-a-war-over-taiwan
4•andsoitis•54m ago•1 comments

Ex-Google DeepMind researcher adds to warnings that AI could 'kill all humans'

https://www.reuters.com/technology/ex-google-deepmind-researcher-adds-warnings-that-ai-could-kill...
1•eth0up•54m ago•0 comments

Bashka – static analyzer for bash install scripts (for safety and convenience)

https://github.com/dmtrKovalenko/bashka
1•neogoose•58m ago•1 comments

Ridiculous deals as store leaves website open for the public to edit

https://www.stuff.co.nz/nz-news/361034088/chaos-after-auckland-store-leaves-website-open-public-edit
3•timack•58m ago•3 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?