HN user

ab71e5

160 karma
Posts0
Comments66
View on HN
No posts found.

Thanks for the last rec, it looks like exactly what I need. As a self learner I still like some theory but a good mix with practical and building intuition. Like 'The art of electronics'. This looks to be a similar style

Yeah but that was an explicit sarcastic response. I guess we need a 'letmechatgptthatforyou' link to show explicit sarcasm

I knew someone who created a mandelbrot set viewer that would display over an VGA port, you had a game controller to move around and zoom into it. Something like that?

An RTOS compared to bare metal just means it is some nice abstractions that you would expect from an OS : tasks, mutexes rtc.

An RTOS compared to an OS like linux basically just means it is deterministic, you can guarantee some interrupt is handled within a certain time. Not necessarily faster

Great tips, did not know about the `hashconfig:remote` option.

Currently dealing with a difficult setup where we have subrepos (so just using an `~/.ssh/config` alias for github.com:org does not work), some dependencies downloaded with CMake CPM, and working in a vscode devcontainer.