So what do you use for TOTP? Also bitwarden?
HN user
ab71e5
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
Did not read the twitter thread but I think it is a mix of some companies with above strategy and most others just cargo culting
That's nice except when you work somewhere where more and more developers are pushed to pump out slop generated by AI as fast as possible. So far I am not there yet but I have plenty of friends in the industry who are basically 'not allowed' to code manually anymore.
Yeah but that was an explicit sarcastic response. I guess we need a 'letmechatgptthatforyou' link to show explicit sarcasm
Is the weight loss just from sleeping better and therefore making better food choices?
I'm interested in this, what do you use to host the git repo? Just a private repo on something like github or your own server? How do you backup your private key?
Why cscope and not an LSP?
Why would you say GUI based workflows are better (ignoring LLMs for now)? I would maybe give you debugging with breakpoints but for anything else I love my neovim with tmux setup
AI is every conversation with everyone
Wow that sounds horrible.
Yeah losing is maybe a bad example. What about a software update bricking the device, or a hardware problem?
Kinda like how I have it set up in linux except the system partition is the uki and the user password is LUKS2 passphrase
What devices are you expecting driver issues with? Even NVidia is not much of a problem these days
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
Calling them and asking for what exactly?
I have recently learned that in a pinch the band of a condom will do as well.
What are you looking for? Yocto experience? Experience writing drivers? C/Rust/C++? Hardware / FPGA experience as well?
You can manage containers with proxmox. The idea with proxmox is also to use something that you might encounter at work to practice with at home.
I mean I feel for you but cycling in the rain is not that big of a deal, greetings from the Netherlands
Pro tip: Use a read only rootfs and use overlayfs to write any changes to ram instead of the SD. Then you just gotta put your state on a USB drive, network etc.
Ah was wondering why pull requests did not show up
Not OP but I have the same problem. I've found some things just work better for me, like using (neo)vim (or emacs I guess) instead of something like vscode helps me stay in the zone more.
This is hacker news, of course there is a need
Wow, was it actually 90 minutes of standing?
Beer is about 5%, so 14 times 20 = 280ml of beer, pretty standard beer glass size
That assumes booting is a synchronous action instead of asynchronous, giving time to fetch a cup of coffee
Which book was that? The bootlin course slides are pretty good
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.
Awesome, you are kind of describing my dream job. Any particular hobby projects you are willing to share? I'm working on something myself trying to use eBPF/XDP offloading for a particular protocol