frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Thoughts on Visual Programming

https://btmc.substack.com/p/thoughts-on-visual-programming
1•mitchbob•3m ago•0 comments

Why the Technological Singularity May Be a "Big Nothing"

1•starchild3001•7m ago•1 comments

The world has a running Rational R1000/400 computer again (2019)

https://datamuseum.dk/wiki/Rational/R1000s400/Logbook/2019#2019-10-28
2•MaxLeiter•8m ago•0 comments

Root cause for why Windows 11 is breaking or corrupting SSDs may have been found

https://www.neowin.net/news/root-cause-for-why-windows-11-is-breaking-or-corrupting-ssds-may-have...
3•speckx•10m ago•0 comments

Wrote an in-depth blog on scaling modern transformers with n-D parallelism

https://jaxformer.com/
3•chinmayjindal_•13m ago•0 comments

Re Falcon 030: designing replica PCB of Atari Falcon

https://re-falcon.com/project
2•msephton•15m ago•0 comments

The Y2Q Problem: Harvest Now, Decrypt Later

https://shalashashka.substack.com/p/y2q-the-quiet-data-bomb
1•Shalashashka•17m ago•0 comments

Reducing double spend latency from 40 ms to < 1 ms on privacy proxy

https://blog.cloudflare.com/reducing-double-spend-latency-from-40-ms-to-less-than-1-ms-on-privacy...
1•corvad•17m ago•0 comments

Using refactoring patterns as search beacons (90%+ token reduction)

https://github.com/Akisin/structural-beacon
1•Akisin•18m ago•1 comments

Redesigning Workers KV for increased availability and faster performance

https://blog.cloudflare.com/rearchitecting-workers-kv-for-redundancy/
1•corvad•20m ago•0 comments

Show HN: Lightweight tool for managing Linux virtual machines

https://github.com/ccheshirecat/flint
1•ccheshirecat•25m ago•0 comments

Navy SEALs Killed Fishermen to Hide Failed Mission to Wiretap North Korea

https://reason.com/2025/09/05/navy-seals-reportedly-killed-north-korean-fishermen-and-mutilated-t...
4•nomilk•25m ago•0 comments

Unauthorized Windows/386

https://virtuallyfun.com/2025/09/06/unauthorized-windows-386/
1•loop22•25m ago•0 comments

Glittering Glimpse of Star Birth from NASA's Webb Telescope

https://science.nasa.gov/missions/webb/glittering-glimpse-of-star-birth-from-nasas-webb-telescope/
1•layer8•31m ago•0 comments

to host a personal imgur

https://til.ello.tech/to-host-a-personal-imgur
1•indigodaddy•35m ago•0 comments

Cold climates are no obstacle for battery storage

https://www.ess-news.com/2025/09/04/cold-climates-are-no-obstacle-for-battery-storage/
1•xbmcuser•48m ago•0 comments

Spendflow super simple expenses control web app

https://www.spendflow.me
1•rodrigorf•54m ago•1 comments

Aircraft links with satellite using laser terminals

https://spacenews.com/aircraft-links-with-satellite-using-laser-terminals-in-interoperability-test/
3•geox•56m ago•1 comments

Inflatable tanks and flat-pack guns – inside Ukraine's decoy war

https://www.bbc.com/news/articles/cr4e435x4kqo
1•breve•56m ago•0 comments

Ask HN: Significant reduction in AI related submissions?

3•3vidence•56m ago•1 comments

We [Don't] Care About Your Privacy"

https://www.privacyguides.org/articles/2025/09/03/red-and-green-privacy-flags/
1•Improvement•59m ago•0 comments

Google AI Mode - google.com/ai (HN strips the posted URL)

https://www.google.com/webhp?aep=11
1•tanelpoder•1h ago•1 comments

Will Any Crap Cause Emergent Misalignment?

https://www.lesswrong.com/posts/pGMRzJByB67WfSvpy/will-any-crap-cause-emergent-misalignment
2•maxutility•1h ago•0 comments

Selective packaging of RNA molecules by viral coat proteins in cells

https://www.pnas.org/doi/10.1073/pnas.2505190122
1•PaulHoule•1h ago•1 comments

Use MacBook hinge API to make creaky door sounds

https://bsky.app/profile/samhenri.gold/post/3ly7252lx422d
4•iamwil•1h ago•1 comments

Show HN: I recreated Windows XP as my portfolio

https://mitchivin.com/
111•mitchivin•1h ago•88 comments

Alter: Zero Trust Authorization for Agents

https://www.alterai.dev/
3•srikar_alter•1h ago•3 comments

Emulating Rust's Result and? In Jai with Metaprogramming

https://jamesoswald.dev/posts/jai-result/
1•todsacerdoti•1h ago•0 comments

Get updates on your personal humanoid robot

https://monkeyai.io/
1•davidk2yang•1h ago•0 comments

Programmatically Exporting Google Docs to Markdown and HTML

https://faisal.software/posts/programmatically_exporting_google_docs_to_markdown_and_html/
2•faisal_software•1h ago•0 comments
Open in hackernews

Ask HN: GAN'ing Coding GPTs

1•abrax3141•10h ago
I've found, as I'm sure many of you have, that using GPTs for coding has many pitfalls. I won't even being to make a list (although respondents might want to, just to have it all in one place.) I've taken to basically GAN'ing several GPTs againts one another, asking each to complete or critique or modify (or all of the above) code genereated both another, and then back and forth, or round and round. This works (at least for me) extremely well, but as a result I can't really take advantage of any of the GPT-based coding tools becasue they don't really allow this sort of interaction, so I have to zip the whole thing, give it to the other bot (or at least the relevant components), etc. which is very clunky, but does work very well. It would seem like there should be a tool for this mode of work. Is there?