Viewing profile — theunamedguy
theunamedguy
HN member- Joined
- Mon, Jun 30, 2014, 10:14 PM UTC
- HN karma
- 838
- Public activity
- 104 items
- HN profile
- View on Hacker News ↗
About theunamedguy
No profile information was provided.
Recent public activity
- story
-
comment
Comment #34392833
Porting complex applications (especially those written in C) from x86 to ARM can be pretty non-trivial. I can't speak to the GIMP code in particular, but I've done several x86->ARM…
-
comment
Comment #32977557
We live in an age where combining music, software, and signal processing can let you do some amazing things. I can imagine a high-fidelity simulation of this instrument's timbre be…
-
comment
Comment #32753548
Finally, something that I can speak to! I once ported Quake 1 to the Rockbox operating system for MP3 players, which enabled it to run on the Apple iPod: https://www.youtube.com/wa…
-
comment
Comment #32753538
Finally, something that I can speak to! I once ported Quake 1 to the Rockbox operating system for MP3 players, which enabled it to run on the Apple iPod: https://www.youtube.com/wa…
- story
-
comment
Comment #28928060
There is no way this could work. The EDA tool (e.g. KiCAD) is only the first step of the fabrication process - you generate Gerbers from your KiCAD board layout, which are a highly…
-
comment
Comment #27021677
A big shoutout to Alyssa here. For those of you who don't know, she is doing this work as a college student .
-
comment
Comment #26520845
This runs on the clickwheel iPod nano, by the way: https://www.youtube.com/watch?v=OV8etSGH86M
-
comment
Comment #25551190
This is getting at the idea behind the Fourier transform. 3b1b did an excellent video with exactly this visualization: https://www.youtube.com/watch?v=spUNpyF58BY The idea is that …
-
comment
Comment #25249763
Not quite iOS, but: https://news.ycombinator.com/item?id=22162834
-
comment
Comment #22809334
The AGPTek Rocker is one of our last targets still in production and can be acquired for around $50. I haven't used one myself, but from what I hear it's fairly decent but not perf…
-
comment
Comment #22799545
This reminds me of my port of Quake 1 to Rockbox (for MP3 players): https://news.ycombinator.com/item?id=22162834
-
comment
Comment #22181482
That's correct. I realize my parent comment was ambiguous. I'm the author of the port; the video is by a different developer who's since taken it down.
-
comment
Comment #22176285
I'll add in another fun anecdote while I'm at it. There are virtually no good ways to debug code on-device with Rockbox, short of adding in a bunch of function calls to print varia…
-
comment
Comment #22176067
Here: https://www.youtube.com/watch?v=r6V-4AZ7pkA
-
comment
Comment #22175990
Thanks! Resolving that bug took quite a bit of serendipity. The break came when I was on the verge of giving up on the assembly rewrite and reverting back to C. I'd left my "frozen…
-
comment
Comment #22175911
(Author of linked post.) That video was recorded by another developer, who had some personal (non-legal) concerns with it and plans to reshoot.
-
comment
Comment #22175879
Author here. This is actually a fairly old project of mine by now, but I just recently submitted it to Hackaday, which is probably why it's surfaced here. The original video demo h…
-
comment
Comment #21933355
Good idea! I'm not sure that's easily achievable with my current architecture, though.
- story
- story
-
comment
Comment #21880352
+1 for the nit-pick. Hardware programming make me think of FPGA design and Verilog, etc. I'd call this 'embedded programming'.
-
comment
Comment #21719722
Excellent work! Clean C is underrated nowadays.
-
comment
Comment #21184306
I learned C and open-source through hacking on this. Fond memories! PS: We have a Quake port - https://www.rockbox.org/wiki/PluginQuake :)