vrnmh | 1 year ago | on: Entering text in the terminal is complicated
vrnmh's comments
vrnmh | 3 years ago | on: Ask HN: What's the best lecture series you've seen?
vrnmh | 3 years ago | on: Ask HN: What's the best lecture series you've seen?
Especially great that they are recorded around the 2008 financial events, so some initial duration is spent on discussing those events.
vrnmh | 3 years ago | on: YouTube confirms that it has removed the “sort by oldest/newest” option
vrnmh | 3 years ago | on: CS 168: The Modern Algorithmic Toolbox
vrnmh | 3 years ago | on: Using a Raspberry Pi as a Bluetooth Speaker with PipeWire
vrnmh | 3 years ago | on: Ask HN: How do I start learning about lower level compiled languages?
I would recommend learning C, as it is a relatively small language; and focusing on understanding the underlying assembly which is generated by the compilers. (Compiler Explorer gotbolt.org)
You can also refer to Stanford CS107 lectures taught be Jerry Cain when you are somewhat comfortable with C.