Viewing profile — jerryr
jerryr
HN member- Joined
- Tue, Oct 26, 2010, 12:25 AM UTC
- HN karma
- 786
- Public activity
- 205 items
- HN profile
- View on Hacker News ↗
About jerryr
Recent public activity
- story
-
story
Show HN: Create a “rogue” WiFi AP & Captive Portal with a Raspberry Pi
This project makes a Raspberry Pi pretend to act as a WiFi hotspot with a captive portal. It does not actually provide an internet connection to connected clients, but simply trigg…
- story
-
comment
Comment #30297520
Please create or point me to your product review site!
- story
-
comment
Comment #24819202
There are a lot of things I don't miss! x86 segmented architecture, for example. Even modern embedded programming on an ARM Cortex-M feels luxurious compared to not that long ago.
-
comment
Comment #23781126
If you enjoyed this article, you might also enjoy The Man Who Mistook His Wife for a Hat and Other Clinical Tales by Oliver Sacks. It’s a book of essays about brain function and di…
-
comment
Comment #21865635
Not that they can’t also be contributing to Bazel, but I believe that Chrome uses GN.
- story
- story
-
comment
Comment #20690951
It was also for a low-cost audio application, but it wasn't a toy. This was back in 2001 or so. The MCUs in this article all only have ~1KB ROM, which wouldn't have been enough for…
-
comment
Comment #20689458
That sounds very similar to my experience with toy development. For a toy that played a bunch of pre-recorded sounds, we used a 4-bit Winbond MCU (their MCU division is now Nuvoton…
- story
-
comment
Comment #20585027
I also really like his garlic video: https://jp.foundation/video/garlic-puree
-
comment
Comment #20384636
This is a friend’s project. It’s a public domain, header-only vsnprintf that supports floats. It has zero dependencies, zero libc calls, no allocations, < 100B stack, < 5K on a Cor…
- story
-
comment
Comment #17588055
Ah, you're correct. I did think it was odd that they were able to make the debugger do anything in RDP2, but I misread it. That attack was indeed performed in RDP1.
-
comment
Comment #17587920
The tl;dr is that researchers found 3 weaknesses in an STM32's flash protection scheme. For those not familiar, these chips offer three protection levels: RDP 0 - unlocked, all fla…
-
comment
Comment #17408453
Perhaps it wasn’t the intent, but I find it inspiration not to dwell on my past decisions but to move on and make new ones.
- story
- story
- story
-
comment
Comment #16154178
Hi HN! You found my site again. Here's the previous discussion from almost exactly year ago (warning, this links to the profane version): https://news.ycombinator.com/item?id=13437…
-
comment
Comment #15285577
I just tried disassembling the hex file. Unfortunately, the code protect bits are set (location 0x300008 is 0x00). This means that the ROM from 0x000800 to 0x007FFF will read as ze…
-
comment
Comment #15213349
Wouldn't that argument be easily settled by discussing the implementation of a hash table?