frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Qwen-Image-3.0: Rich Content, Authentic Details, Deep Knowledge

https://qwen.ai/blog?id=qwen-image-3.0
173•ilreb•3h ago•90 comments

The Growing Compute Shortage

https://www.apollo.com/wealth/insights-news/insights/2026/06/growing-compute-shortage
27•dmitriy_ko•4d ago•7 comments

Incremental – A library for incremental computations

https://github.com/janestreet/incremental
236•handfuloflight•8h ago•42 comments

Who's afraid of Chinese models?

https://stratechery.com/2026/whos-afraid-of-chinese-models/
705•mfiguiere•1d ago•515 comments

Arduino Launches Plug-and-Play Modules for Long-Range Sensor Projects

https://www.allaboutcircuits.com/news/arduino-launches-plug-and-play-modules-for-long-range-senso...
27•WaitWaitWha•3d ago•10 comments

Kimi Work

https://www.kimi.com/products/kimi-work
583•ms7892•18h ago•247 comments

Jelly UI: Soft-body physics for native HTML form controls

https://jelly-ui.com/
536•baldvinmar•18h ago•159 comments

Running Doom on Our Custom CPU and Going Viral

https://www.armaangomes.com/blogs/doom/
87•arghunter•7h ago•19 comments

Human mathematicians are being outcounterexampled

https://xenaproject.wordpress.com/2026/07/20/human-mathematicians-are-being-outcounterexampled/
367•artninja1988•16h ago•156 comments

How to pack ternary numbers in 8-bit bytes

https://compilade.net/blog/ternary-packing
29•JoshTriplett•6d ago•15 comments

Nativ: Run frontier open models locally on your Mac

https://blaizzy.github.io/nativ/
295•aratahikaru5•17h ago•97 comments

Show HN: Immersive Gaussian Splat tour of grace cathedral, San Francisco

https://vincentwoo.com/3d/grace_cathedral/
188•akanet•15h ago•43 comments

VTubing: How a Japanese Phenomenon Is Going Worldwide

https://www.tokyodev.com/articles/vtubing-how-a-japanese-phenomenon-is-going-worldwide
46•pwim•8h ago•24 comments

A Koi Pond Mosaic Made from 10 Pounds of 3D Printer Waste

https://www.instructables.com/A-Koi-Pond-Mosaic-Made-From-10-Pounds-of-3D-Printe/
40•sudo_cowsay•7h ago•33 comments

Postmortem of a British Startup: Tract

https://buildwithtract.com/
14•barry-cotter•1d ago•33 comments

I wrote an bash enumerator because I was sick of xargs

https://numerlab.org/2025/07/20/bashumerate-enumerator/
149•wallach-game•15h ago•123 comments

Agent swarms and the new model economics

https://cursor.com/blog/agent-swarm-model-economics
212•jlaneve•17h ago•97 comments

Show HN: Ex Situ – Open-source spatial index of displaced cultural artifacts

https://exsitu.app/map
38•hbyel•7h ago•22 comments

Launch HN: Bloomy (YC S26) – AI-powered mastery learning for K-12

89•alexsouthmayd•19h ago•92 comments

China’s open-weights AI strategy is winning

https://werd.io/american-ai-is-locked-down-and-proprietary-its-losing/
1131•benwerd•21h ago•856 comments

You only need the frontier model for one single edit

https://stencil.so/blog/prewalk
167•jxmorris12•6d ago•50 comments

The Psychology of Software Teams

https://www.routledge.com/The-Psychology-of-Software-Teams/Hicks/p/book/9781032963389
104•dcre•5d ago•31 comments

Shinjuku Station in 3D

https://satoshi7190.github.io/Shinjuku-indoor-threejs-demo/
235•Gecko4072•22h ago•52 comments

I Stopped “Creating Content”

https://refactoringenglish.com/blog/why-i-stopped-creating-content/
194•mtlynch•20h ago•154 comments

Perfection is not over-engineering

https://var0.xyz/posts/perfection-is-not-over-engineering.html
246•var0xyz•21h ago•107 comments

Jellyfin founder Andrew leaves team

https://forum.jellyfin.org/t-project-leadership-changes
265•swat535•12h ago•217 comments

The Power of Awareness: Overcoming Surveillance Capitalism

https://www.scottrlarson.com/presentations/overcoming-surveillance-capitalism-with-awareness/
119•trinsic2•15h ago•20 comments

Corners Don't Look Like That: Regarding Screenspace Ambient Occlusion (2012)

https://nothings.org/gamedev/ssao/
175•firephox•20h ago•72 comments

My two year old taught me constraint solving

https://thecomputersciencebook.com/posts/how-my-2yo-taught-me-constraint-solving/
85•bambataa•1w ago•28 comments

Hacker wipes Romania's land registry database

https://news.risky.biz/risky-bulletin-hacker-wipes-romanias-entire-land-registry-database/
658•speckx•22h ago•367 comments
Open in hackernews

Reverse-engineering is cheap now

https://simonwillison.net/2026/Jul/20/cheap-reverse-engineering/
30•edward•6h ago

Comments

jdw64•5h ago
I personally think what has become cheaper is the cost of documentation. Gen AI documentation is flat and explicit, so I sometimes find it more convenient than human-written documentation, especially for APIs. (Many people criticize AI's distinctive writing style, but I don't really care about style in manuals.)

Human-written API documentation, on the other hand, tends to be inconsistent in quality

lnsru•5h ago
Everything human made is inconsistent. I can tell just from an error in schematic which of my former colleagues created that schematic. Everyone of them had training on the job and have thrir signature errors. That’s why automation is crucial for quality control.
jdw64•5h ago
Hardware SDKs and API manuals are terrible. Personally, I found the camera ones (e.g., Canon) especially bad.
efitz•5h ago
This is part of it but the models are REALLY good at reverse engineering. With the Bluetooth printer I was trying to get to work without a vendor app, it built a python app to handle protocol encode/decode and poking the device, and it reversed the driver provided by the vendor to figure out how the vendor was using the device, and so forth. Wi to the LoRa devices we set up an SDR to intercept the signal, did scanning until we found the device, but ultimately failed because we didn’t know the signal hopping algorithm. I have also reversed a Bluetooth peripheral with Claude to figure out how the vendor was setting the device settings, and was able to get the device to work without the vendor software. That was wild- Apple Developer has a profile you can download and install that will give you monitor access to the Bluetooth stack; it was amazing.

So I use AI for exactly what Simon’s post discusses, and am thrilled to be able to rid myself of crap software written by device vendors, and make the devices work without my stuff.

mvATM99•5h ago
Cheaper to write definitely, no so much cheaper to read. AI generated docs tend to be so annoyingly verbose if not reined in during prompting.

But well, any documentation is good when a human would've written zero docs

jdw64•5h ago
Rather than that, the quality of human-written documentation is just too inconsistent. Because it's not written by a single person.

AI's verbosity is definitely a problem, but I think it's something you can just check once more. Of course, opinions vary.

efitz•5h ago
I was doing this the last few weekends with some LoRa smart home devices and a thermal shipping label printer.

Also this weekend I found out that Claude is better at writing Home Assistant automations than I am and I have been doing it for years.

memjay•5h ago
Do you give Claude access to HA somehow? Or how does it get the relevant device names/ids?
zuzululu•5h ago
what are some stuff that people are interested in reverse engineering ? ive never done it before but recently got interested after people started porting mario 64 to the playstation.
guessmyname•5h ago
> what are some stuff that people are interested in reverse engineering ?

Software license/key verification. Sometimes it’s as easy as replacing a “JNE” with a “JE”, or replacing “JMP”, or even just “NOP” some “CMP” operation. It’s a fun challenge, at least for people who enjoy solving puzzles.

zuzululu•4h ago
yeah i remember those days warez, crackers, keygen using regedit to try bypass trials thats a pretty neat use case i hadn't thought of
menaerus•5h ago
OBD vehicle diagnostic software.
zuzululu•4h ago
thats a good one. even better if ya open source it ;)
homarp•5h ago
anything that has a 'not very good' app you are forced to use, everything that imposes 'licensing' limit on hardware you own.

e.g. why do I need V380 app to configure and watch the feed of my IP Camera.

ReptileMan•5h ago
Don't worry in 5 years you will have bootloader locked washing machines with crypto paired parts. That are protected under DMCA. For your own good and protection of course.
w4yai•5h ago
You're joking but I can't wait honestly. The hypocrisy will only become more and more obvious and unbearable to accept for literally everybody. When we'll reach that point, I believe we will look for healthier solutions.
ReptileMan•4h ago
I am not joking in slightest. Our only hope is to be able to create open boards for appliances and just drop in replace them.
txdv•5h ago
I'm currently writing a compiler (forever garage project) the speed at which Claude is able to debug with gdb what was wrongly generated is insane. I had not much prior expertise so maybe a professional in the field would be able to do it faster, but now people new to the field are able to debug at a very fast pace as well. It looks at ask code generated, understands llvm, can read and instrument gdb, all for 15$ a month
NooneAtAll3•5h ago
what's the deal with empty half-a-page-of-text posts lately?

is this like the ultimate form of "headline is all you need"?

I came here wanting to see after-action-report of someone actually using Ai or wtvr for reverse-engineering. Instead I got "I heard it was so. The end"

xtiansimon•17m ago
Ha. It does read like that. And Mr Willison could be forgiven since it is his blog.

Maybe he had a particular audience in mind when he wrote it. An audience for whom the mere realization would rock the foundations of their stolid and boring lives.

On the other hand, I’ve watched the movie Paycheck (2003), so my imagination has a high bar before it’s rocked by mere suggestion. Therefore, I wonder why the OP user @edward thought it was worthy of our attention.

I expected to read their excited engagement with others here, but alas no. It’s a mystery.

xyzsparetimexyz•5h ago
Cheap is a relative term. How many people would pay $5 to reverse engineer a device in their home?

There's no way to make a profit off reverse engineering home devices so I expect while this is likely to be one of the most groundbreaking impacts of LLMs, it won't see a ton of adoption until token costs come down.

throw738388•4h ago
Sounds like a businesses opportunity to do it at scale!

Send $20 pi zero that will reflash expensive camera, that is out of support. Or do mail business, with reflashing devices.

There are billions out of support devices, and rework is great industry in China. In US you sadly hit legal BS if doing it commercially...

vanity0•5h ago
I would love to be able to tweak or have fully customized firmware/mobile apps for all my smart devices, without risking bricking them.

Various firmware bugs that I’m sure could be fixed but aren’t, because they don’t bug the manufacturer enough? But they certainly bug me on a daily basis.

tornikeo•5h ago
...if done correctly.

You can reverse engineer websites at a breathtaking speed if you do it correctly. PeachJam.dev took me approximately 2 months to make, for instance. If I had access to Sol from the start it would likely just take 1 month.

rmm•5h ago
I’ve done this so much. My pool controller. Patio louvres. Fireplace. All these busted apps all controlled using mqtt now to talk to homeassistant for super easy control.
captn3m0•4h ago
I reversed Super Hexagon these last few weeks and ported it to the Playdate (the yellow console from Panic with a crank): https://old.reddit.com/r/PlaydateConsole/comments/1v1zxmt/i_...

The multiplier comes from being able to design arbitrary fast feedback loops - Claude wrote Python scripts to do decompilation matching for itself, and then use Frida traces from the original as a verification harness.

xnx•2h ago
I'll be impressed by this trend when someone manages to replace crappy built in TV OS spyware with something more open like Android TV.
zuzululu•4h ago
i think this is genuinely something i will do. so many products from china come with these really sketchy software looks like it was made in the 90s
mutkach•5h ago
One thing that I tried was porting an old and obscure 32-bit VST plugin from PowerPC to modern architectures
petercooper•3h ago
Various devices that I don't want to install the official software or drivers to control. I've done this with several things, but just as an example I have a MIDI MPC pad (the sort of thing samplers/beat makers use) and worked out it had various features not supported officially like controlling the lights on the pads. I also discovered some cheap Chinese lights my daughter owns are controllable over BLE without encryption.