I’ll take a guy who barely knows Rust over someone who barely knows C/C++ every day of the week (and twice on Sunday)
I’ll be honest, I’m just here for the memes.
I’ll take a guy who barely knows Rust over someone who barely knows C/C++ every day of the week (and twice on Sunday)
100%. I feel like the broad fediverse community is not a fan of generative AI
In the US, anytime there is a crash, near miss, or other safety-related issue, the NTSB launches an investigation to determine the cause and ways to mitigate the issue from happening again. They also do this for certain highway accidents. These investigation leads to new rules and procedures that have saved countless lives and is integral to why air travel is as safe as it is today.
I would love to see the NTSB do more investigations into local traffic collisions, or at least delegate to state or local government bodies. I would love for those findings to dictate rules and regulations for safer road design. At this point, the prevalence of terrible road safety is a systemic issue that can and should be addressed by improved road design.
Back when I was still doing JS stuff, switching to TS was so good for the developer experience. Yeah, there’s still JS jank, and types are not validated at runtime, which was a pain in the backend (pun intended), but still I much prefer it to vanilla JS
Proton requires an account, which gives them some of your info, while Mullvad does not, giving you an anonymous account number instead.
If Proton really doesn’t log VPN traffic, then it doesn’t really matter. But since Mullvad does not have that same personal info, they would be unable to provide law enforcement or 3rd party data brokers any hard data aside from your IP if they wanted to.
Lol, it took me a while to realize it’s the compiler essentially saying “how high”.
Never had any issues with Zigbee2Mqtt. Works fantastically
My mama was fat, but now she is exfat
Correct me if I’m wrong, but it’s not enough to delete the files in the commit, unless you’re ok with Git tracking the large amount of data that was previously committed. Your git clones will be long, my friend
Do HDDs noticably degrade when powered off? I’m thinking about getting one of these for cold storage backups. Also, how much of an impact does repeated power cycling have on lifespan?
I’ve been interested in doing this, but I can’t tell why I need to login to Beeper in order to self host. I noticed their previous self-host solution did not require that.
Because of that login step, I decided to look into this other repo which uses Ansible to deploy a Matrix homeserver and the same bridges that Beeper uses. I haven’t finished it yet since there’s a lot of config and choices to make, but it seems like it’ll serve the same end goal.
Edit: lol, maybe if I read the intro, I’ll get my answer.
You can connect any† standard Matrix application service to your Beeper account without having to self-host a whole Matrix homeserver.
Still might go with the second option so that I don’t rely on their cloud services.
I just started using Backblaze B2, switching from AWS S3. I use it through Rclone to encrypt everything before I upload it. Only $6/TB/mo and it only charges what you use. You can download up to 3x your data stored per month for free, so if you ever decide to move or you need to restore a backup, you don’t have to pay egress costs. It was the cheapest service I could find, but there may be others.
You can set price limits on your account to ensure you don’t go over too. It will alert you when you approach the limit. There are some minor costs, like pinging the API, but they are free up to a reasonable amount.
Too complicated. Just enter a negative number.
In simple terms, it’s like a VM for an application. You set it up with the right dependencies and your application will “just work” on it, without having to deal with other applications existing alongside it.
What makes it better than a VM is that it is much faster. It interfaces with kernel features that help isolate the processes and files from the rest of the system. It is not virtualization, rather it is namespacing.
Docker also provides a bunch of tools that help with creating this environment automatically and allowing for some escaping into the host, such as binding ports and sharing data with the host’s file system.
Once this environment is created, it can be shared with uses as a single downloadable bundle, called an image. This makes it really easy to download and run an application without having to prepare your system with the right dependencies and files.
Nothing is free though, and the cost here is more disk space and some performance overhead, although it is close to native speed.
I use Home Assistant for controlling my smart lights. They do support Docker, but I installed it as a VM with KVM. You get more features with it, such as add-ons. But you should definitely look into your options. They have a diagram on this page.
Y’all have terrible tab hygiene. I have 0 tabs 99% of the time, phone and desktop. Need something for later? Write it down. Once you’re past so many tabs, you’ll never look at it again.
People sometimes say “torrenting Linux ISOs” to mean pirating without outright saying it.
If you haven’t done much writing to the SD card, you may be able to recover the data. Data isn’t really “deleted”, it is just labeled as deleted. There is software that can comb through the raw data and try to make sense of what files were there. I don’t know of any specific software, so if anyone knows, please reply
Edit: Another commenter mentioned some success with DMDE
Edit 2: Worth mentioning that this is true of formats. As long as it doesn’t zero out the entire media, it just edits the file system metadata to say there are no files.
Also, if you haven’t tried to restore from backup, you have no backup.
I’m always vimming!
Not because I want to though. It’s because I don’t know how to stop…