frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Age Verification as Mass Surveillance Infrastructure

https://tboteproject.com/surveillancefindings/
1•rurban•1m ago•0 comments

The Number of Law-School Grads Getting Extra Time for the Bar Exam Is Surging

https://www.wsj.com/us-news/education/bar-exam-extra-time-696cfd11
1•cebert•1m ago•0 comments

KDE is bringing back the Oxygen and Air themes, here's what they look like

https://www.neowin.net/news/kde-is-bringing-back-the-oxygen-and-air-themes-heres-what-they-look-l...
1•bundie•3m ago•0 comments

No Human Error (Comic)

https://nullwing.com/comics/13/no-human-error/
1•greyblake•5m ago•1 comments

A single equation for intelligence – from quantum mechanics to AGI in 5 axioms

https://holon.sh/
1•old8man•5m ago•0 comments

Senior engineer best practice for scaling yourself with Claude Code

https://www.reddit.com/r/ClaudeCode/s/ppF2cGWQsi
1•bgnm2000•5m ago•0 comments

DLPack

https://dmlc.github.io/dlpack/latest/
1•tosh•12m ago•0 comments

CS146S: The Modern Software Developer

https://themodernsoftware.dev/
1•pramodbiligiri•15m ago•0 comments

Card Modeling FAQ (2002)

https://www.cardfaq.org/faq/
1•exvi•16m ago•0 comments

Custom Paper Pocket Yachts

https://custompaperpocketyachts.k-j-g.com/
1•exvi•22m ago•0 comments

How to Improve Task Switching Without Dremeling Holes in Your Skull

https://pravles.substack.com/p/writers-block-is-a-process-defect
1•pravles•22m ago•0 comments

Power Tools

https://jorviksoftware.cc/notes/2026/04/06/power-tools
1•jonathan_hollin•23m ago•0 comments

Show HN: Turn photos into Wordle puzzles with AI that runs 100% in your browser

https://momentsgame.com/
1•ud0•24m ago•0 comments

Haunted Paper Toys

http://ravensblight.com/papertoys.html
2•exvi•25m ago•0 comments

The internet blackout in Iran is entering its 38th day

https://mastodon.social/@netblocks/116356615846320587
1•us321•27m ago•0 comments

Hello

https://hacker-news.firebaseio.com/v0/newstories.json?print=pretty
1•madagha•34m ago•1 comments

Show HN: Free AI Business Name Generator with Domain Screening

https://noetron.ai/namegen
1•noetron•37m ago•1 comments

Auto read and summarize bookmarked X posts and Substack newsletters – feedback?

https://readingnotes.ai/producthunt
1•secondmod•44m ago•0 comments

How Paris swapped cars for bikes – and transformed its streets

https://www.theguardian.com/world/2026/apr/05/how-paris-swapped-cars-for-bikes-and-remade-its-str...
3•vrganj•50m ago•0 comments

On the brink of disaster

https://www.taxresearch.org.uk/Blog/2026/04/06/on-the-brink-of-disaster/
2•only_in_america•50m ago•0 comments

Number in man page titles e.g. sleep(3)

https://lalitm.com/til-number-in-man-page-titles-e-g-sleep-3/
5•thunderbong•54m ago•0 comments

Verbatim 140W GAN: One of the first chargers with USB PD 3.2 AVS (SPR) support

https://charge-test.com/verbatim-mini-gan-charger-140w-review-one-of-the-first-chargers-with-full...
2•StainX•55m ago•0 comments

Show HN: I built an Open-source Dropbox/Google Drive BOYB(Bring your own bucket)

https://github.com/zmeyer44/Locker
1•Zm44•56m ago•1 comments

Talk about PPU (Parallel Processing Unit) increasing CPU speeds exponentially

https://www.youtube.com/watch?v=ZiQxxzCHLvo
1•openhw•59m ago•0 comments

Industrial Policy for the Intelligence Age

https://openai.com/index/industrial-policy-for-the-intelligence-age/
1•salkahfi•1h ago•0 comments

Avoid Concatenation in Log Statements

https://blog.bonnieeisenman.com/blog/avoid-concatenation-in-log-statements/
1•luu•1h ago•1 comments

Show HN: Beat Darwin

1•ecosystemj•1h ago•0 comments

Show HN: I built lightweight LLM tracing tool with CLI

https://github.com/SKE-Labs/lightrace
2•skele•1h ago•1 comments

GlueClaw: Use Claude subscription in OpenClaw again

https://github.com/zeulewan/glueclaw
1•zeulewan•1h ago•1 comments

Show HN: Browser-based EXIF remover – no upload, runs offline via WASM

https://picshift.app/metadata-remover/
2•pod4g•1h ago•0 comments
Open in hackernews

Show HN: Reverse-engineered the FPGA bitstream using Claude Code

https://github.com/14sea/Cyclone_CRAM_Mapper
4•14sea•1h ago

Comments

14sea•1h ago
Hi HN,

I was supposed to be on vacation right now, but my visa got delayed. Stuck at home with a Heijin AX301 dev board (Altera/Intel Cyclone IV EP4CE6), I decided to kill some time by porting Linux to a softcore on it—a lingering goal from my college days that took about 4 days.(GitHub Repo: https://github.com/14sea/see_neorv32_run_linux)

(Btw: plus tpu version: https://github.com/14sea/neorv32_tpu)

Shortly after, I saw someone offering a bounty (a skewer meal) to port firmware to an open-source Lattice iCE40. I didn't have an iCE40, but I figured: why not just make the board I already have "open-source" instead? Add the fact that I had a $100 Claude API credit ready to be used, and the EP4CE6 essentially became the victim of circumstances.

I know there's a lot of fatigue and skepticism around "AI slop" right now. I’ll be completely honest: Claude wrote the vast majority of the code for this project. I basically acted as the high-level architect—setting up the "Pair-Diff" methodology, reviewing the results, and steering the LLM while clicking "Next" (even this article is written by Gemini). But I don't mind the stigma, because the end result isn't just a toy script; it’s a fully functional, automated black-box fuzzing pipeline that outputs working bitstreams.

Here is what "one guy, one laptop, one board, and an LLM" managed to map out in a single weekend:

Complete CRAM Address Model: 22 columns × 18 rows × 16 LEs = 376/376 positions fully verified (100%).

Logic Configuration (~95% decoded): LUT truth tables use XOR-linear encoding (any 16-bit mask = XOR of single-bit patterns). FF and arithmetic modes are mapped.

Zero-Noise Fuzzing: By compiling a primitive LUT with mask=0x0000 vs mask=0xFFFF at the exact same coordinate, I could isolate the CRAM bits with literally zero routing noise.

End-to-End Hardware Verification: The Python bitstream codec we built can now read/write LUT truth tables. I generated an .rbf directly via the codec (without Quartus), flashed it with openFPGALoader, and the logic gates behaved perfectly on the physical hardware.

The Routing Matrix Deep Water

We are currently in Phase 3: the routing matrix. We’ve mapped out C4 (I=0) switches with a universal formula across 22 LAB columns (63 wires, 0 false predictions), and about 35% of R4 switches.

It’s terrifying to realize that what used to take an open-source community months of collaborative effort can now be largely brute-forced by a single developer directing an LLM in a matter of days. As I wrote in my journal: the tech is here, and if I didn't do it, someone else would have anyway.

If anyone here has experience with FPGA routing matrices (specifically C16 and R24 long-distance wires), I’d love your insights.

GitHub Repo: https://github.com/14sea/Cyclone_CRAM_Mapper

Happy to answer any questions about the fuzzing pipeline, the XOR-linear modeling, or what it’s like to use Claude Code for hardcore hardware reverse engineering!