Viewing profile — npendleton
npendleton
HN member- Joined
- Sun, Dec 17, 2017, 2:17 PM UTC
- HN karma
- 21
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About npendleton
No profile information was provided.
Recent public activity
-
comment
Comment #44004560
Hah, great point!
-
comment
Comment #44003801
This is so cool! Terrible nitpick, but this is actually 3 operations , not instructions. On x86 you get 4: is_leap_year_fast: imul eax, edi, 1073750999 and eax, -1073614833 cmp eax…
-
comment
Comment #43875632
Whoa, it looks like my old patch is getting fixed up properly now! We might be getting this feature https://lore.kernel.org/git/20250501214057.371711-4-gitster@...
-
comment
Comment #43305034
I agree! Unfortunately the best information appears to be in the individual series datasheets, however I did find this page to be helpful: https://products.espressif.com/#/product-…
-
comment
Comment #40005002
Update, it's back! 2024-04-11T18:02Z
-
comment
Comment #40004926
The GitHub mirror for git is currently 404'ing (2024-04-11T17:55Z). Here it is yesterday: https://web.archive.org/web/20240410011924/https://github.co...
- story
-
comment
Comment #35492710
Might be worth a look at remake, it can help a ton when debugging complex Make setups: https://github.com/rocky/remake
-
comment
Comment #28847103
Post author here, you're correct! thanks for spotting it, I'll fix it now.
-
comment
Comment #24096475
https://groupgets.com/manufacturers/good-stuff-department/pr... Open source by the talented Greg Davill
-
comment
Comment #19649439
Thanks Gregory, that's really good info! Appreciate you taking the time to reply (and for all your work on this software, too!).
-
comment
Comment #19647716
A few bits of trivia for anyone considering NuttX: - uses a pure software interrupt and redirects to your ISR's, so you incur additional overhead for all interrupts in your system …
-
comment
Comment #17323347
binwalk is a good tool to use for this, especially early analysis: https://github.com/ReFirmLabs/binwalk
-
comment
Comment #16962090
My favorite flavor, plantuml, available with a cheesy (but very convenient) cli wrapper via npm- https://www.npmjs.com/package/node-plantuml The --unicode mode is particularly deli…