Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
theunamedguy
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Technicality
(chiark.greenend.org.uk)
12 points
by
theunamedguy
1y ago
|
0 comments
2.
▲
by
theunamedguy
4y ago
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 source ports of other complex software, and ea
3.
▲
by
theunamedguy
4y ago
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 before it's ever built, by using the mechanical CAD
4.
▲
by
theunamedguy
4y ago
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/watch?v=r6V-4AZ7pkA The whole world of softwa
5.
▲
by
theunamedguy
4y ago
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/watch?v=r6V-4AZ7pkA The whole world of softwa
6.
▲
Porting Quake to an iPod Classic Is No Easy Task
(hackaday.com)
1 points
by
theunamedguy
4y ago
|
0 comments
7.
▲
by
theunamedguy
5y ago
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 standardized format that can be viewed in a variety of inde
8.
▲
by
theunamedguy
5y ago
A big shoutout to Alyssa here. For those of you who don't know, she is doing this work as a college student .
9.
▲
by
theunamedguy
6y ago
This runs on the clickwheel iPod nano, by the way: https://www.youtube.com/watch?v=OV8etSGH86M
10.
▲
by
theunamedguy
6y ago
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 wrapping a function around a circle at the
11.
▲
by
theunamedguy
6y ago
Not quite iOS, but: https://news.ycombinator.com/item?id=22162834
12.
▲
by
theunamedguy
6y ago
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 perfect.
13.
▲
by
theunamedguy
6y ago
This reminds me of my port of Quake 1 to Rockbox (for MP3 players): https://news.ycombinator.com/item?id=22162834
14.
▲
by
theunamedguy
7y ago
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.
15.
▲
by
theunamedguy
7y ago
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 variable values to the device's screen. This usual
16.
▲
by
theunamedguy
7y ago
Here: https://www.youtube.com/watch?v=r6V-4AZ7pkA
17.
▲
by
theunamedguy
7y ago
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" iPod sitting around for a while. ~15 minute
18.
▲
by
theunamedguy
7y ago
(Author of linked post.) That video was recorded by another developer, who had some personal (non-legal) concerns with it and plans to reshoot.
19.
▲
by
theunamedguy
7y ago
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 has been taken down by the author (not me) due to some c
20.
▲
by
theunamedguy
7y ago
Good idea! I'm not sure that's easily achievable with my current architecture, though.
21.
▲
Show HN: An Online CNC Engraving Toolpath Generator
(rastercarve.live)
2 points
by
theunamedguy
7y ago
|
0 comments
22.
▲
Show HN: CNC Engraving Toolpath Generator
(github.com)
4 points
by
theunamedguy
7y ago
|
2 comments
23.
▲
by
theunamedguy
7y ago
+1 for the nit-pick. Hardware programming make me think of FPGA design and Verilog, etc. I'd call this 'embedded programming'.
24.
▲
by
theunamedguy
7y ago
Excellent work! Clean C is underrated nowadays.
25.
▲
by
theunamedguy
7y ago
I learned C and open-source through hacking on this. Fond memories! PS: We have a Quake port - https://www.rockbox.org/wiki/PluginQuake :)
26.
▲
by
theunamedguy
8y ago
I have a hard time believing this and can't find any details online. Source please?
27.
▲
by
theunamedguy
8y ago
A charged particle moving at an angle to a magnetic field like that found at the ends of a solenoid (increasing field strength) would produce the desired motion. Example: https://s3-us-west-2.amazonaws.com/courses-images
28.
▲
by
theunamedguy
8y ago
I don't see why this is getting downvoted. It's a perfectly valid argument that's very much in the spirit of 3b1b.
29.
▲
by
theunamedguy
8y ago
It's just a conversion factor to make the units come out nicely. He could have easily done T = 1/f to give the refresh interval in seconds, but with such a short duration, it helps to convert it to nanoseconds (1e9 ns = 1 s).
30.
▲
by
theunamedguy
8y ago
Quick question: how does the electricity get from the train (in motion) to the grid? Using the rails as conductors could work, but I'm not sure how efficient that would be.
More ›