Viewing profile — CatchSwitch
CatchSwitch
HN member- Joined
- Sat, Nov 11, 2023, 11:31 PM UTC
- HN karma
- 32
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About CatchSwitch
No profile information was provided.
Recent public activity
-
comment
Comment #39765354
He has so many favorite Linux commands lol
-
comment
Comment #39640182
Is this true? From what I've read musicians are hardly making anything off of streaming whereas they used to make much more prior to the popularization of Spotify. And AFAIK Spotif…
-
comment
Comment #39640144
Gotta wonder if the people at PostHog workshopped the name at all before launching...
-
comment
Comment #39555694
There are horizontal rotary encoders with click functionality (The component is called EVQWGD001). Unfortunately the pin layout differs from the vertical rotary encoders so you nee…
-
comment
Comment #39270585
God forbid someone be critical of Europe's relationship with west Africa
-
comment
Comment #39175976
I don't know what it is about Ruby that turns every HN thread that mentions it into a flame war about how it's not the perfect language. People don't do this with other languages. …
-
comment
Comment #39113124
Their recommendation algorithm has gone to complete shit. I used to get a stream of good songs I was actually interested in whenever the album I was listening to ended. Now It seem…
- comment
- comment
-
comment
Comment #38955062
I love this guy's content so much. Easily one of my favorite programming content creators around
-
comment
Comment #38916869
According to Wikipedia the SWEET16 Interpreter is significantly slower than native assembly (Wiki says 1/10th the speed). A C compiler that targets 6502 would make sense if I want …
-
comment
Comment #38911835
Would this work on the Apple ][? How does it compare/differ from the LLVM 6502-MOS project?
-
comment
Comment #38769436
Fun fact: The original Pong had no CPU and had all the logic built into the hardware
-
comment
Comment #38741141
It mimics Java, so your compiler compiles to a bytecode IR. The compiler as described by the book is a bare-bones recursive descent compiler that doesn't do any AST analysis. The c…
-
comment
Comment #38469699
Here's a link to some slides I found online. https://fahrplan.events.ccc.de/congress/2013/Fahrplan/system... I've been hacking on an Apple ][ over the past few weeks. It runs on a …