Obviously the only correct way to blink an LED is to use a hardware timer to trigger a DMA transfer which stores a bit in the pin toggle register at a set interval
Obviously the only correct way to blink an LED is to use a hardware timer to trigger a DMA transfer which stores a bit in the pin toggle register at a set interval
One thing navidrome cannot do is to have different music available per user. A workaround for that is yo host multiple instances using docker and have them access different folders for music but that’s obviously not ideal.
The Arch-wiki was my main reason for switching to arch. When I used an ubuntu based distro I felt like I had to rely on forum posts to figure out anything whereas with arch everything is documented incredibly well
I think I ran into that exact issue myself when I tried out fedora silverblue. I believe there was a workaround but it was quite involved from what I remember…
I use KeepassXC which is free and open-source. The passwords are stored as an encrypted file on your own system. No servers or businesses involved.
Personally I put mine in onedrive so it is synced between all of my devices though, so I guess there is still a server involved in that case
“How to dispose of mercury”
Huh, that’s actually more realistic than I thought
Your comment just reminded me of a sci-fi short story about how humans solve every problem eith explosions.
https://www.reddit.com/r/HFY/comments/16fx8tc/humans_solve_problems_with_explosions/
I did have a look at their tutorial and found it very technical, difficult to read and was unable to find any information on whether it is possible to send characters/text that are not part of the current keyboard layout. From what you describe I can guess now that kmonad is not really suited to what I am trying to achieve though.
That sounds a lot better than what I imagined. I’ll have to try that out then. Thanks
The way I understood the compose key is that it requires me to type a combination in order to get the actual character I want.
What I want is to use the right alt key more like a layer modifier (just like shift works to switch between numbers and signs for example), in order to get my special characters
I haven’t used PDFDing before but honestly that description sounds a bit unituitive to me. I would expect to select the color first and then markt the text but maybe this is just because I haven’t seen the interface
Honestly, it’s probably not worth the effort to try and use a 3D printer for that unless you are printing with the more difficult materials like ABS or similar.
PLA gets droopy just from the sun shining on it and will melt in a car in the summer. PETG is a bit better to the point where I personally haven’t had it deform from heat yet but from what I have heard the differences aren’t that big.
I always try yt-dlp first with the website URL. If that doesn’t work I either try the URL shown in the network tab in the debug menu or try to find a video source URL by inspecting the video html container.
Once I’ve found a URL using one of those methods I again throw it at yt-dlp
That’s generally a very good rule.
Personally if there is something I want I tell myself to wait at least a week, look at alternatives, etc and then see if I still “need” it.
Aren’t function pointers against the MISRA standard?
I’m not saying they are bad because they can be really useful but when it comes to writing safe code I believe their usage is heavily discouraged
I didn’t know about that tool. Thanks for sharing
As much as I’d love to, it is still one of the best places to read up on recommendations for stuff, be it hardware opinions or obscure book recommendations. It is certainly a better place for tech reviews than most of the other sites you find using search engines which just do stuff like “This is the best on a budget. This is the best for that. This is the best overall. Here is where you can buy all of that.”
Those sites never feel like they do a genuine review of stuff but instead try to sell you something. Plus they feel like they are copy pasting from each other.
Oh my god yes.
Every fucking time I open reddit on my phone the entire website goes grey and they offer me to use the app… Unless the content is NSFW in which case they tell me I have to use the app.
Fortunately old reddit still works to get around that but it doesn’t have a mobile page layout
I think the best explanation as to the difference between a library and a framework that I’ve heard so far is this:
A library is something you use to do a specific thing in your project. A framework is something you build your entire project around.