I’m always vimming!
Not because I want to though. It’s because I don’t know how to stop…
I’ll be honest, I’m just here for the memes.
I’m always vimming!
Not because I want to though. It’s because I don’t know how to stop…
For my home server, I use Restic and a cronjob to weekly take snapshots of all my services. It then gets synced to a Backblaze B2 bucket (at $6/TB/mo). It’s pretty neat, only saving the difference between the previous and current snapshot, removes older snapshots, and encrypts everything.
Lmao, there’s a GLaDOS voice. I’m taking that
Libretube still works pretty good if you self-host your own private instance. You still need to use HLS though.
Artist: designs really cool visual for gamers to see before launching
Sony: “Oooo, free ad real-estate!”
What is even the grounds for this? You can’t call election interference on a private company because of a preference for a candidate. That’s like if Harris wanted to sue Fox News for a bias towards Trump. Private companies are allowed to have biases.
It is also completely possible that the supposed preferential treatment may be due to public opinion and news reporting. Kinda like how if you lie a lot, people call you out on it, but that doesn’t make it illegal that they don’t call out your opponent equally as much.
I would like to see them add something like the VSCode command pallette. That way if I know the name of the tool but can’t remember or don’t want to go click for it, I just just type the name and fuzzy find it.
That’s pretty funny! ���
It’ll be rewritten in mdBook
No idea. I personally didn’t like it. I felt the time based sorting was more accurate for me
I’ve been using McFly to do my history searching. It’s pretty good. I recommend changing the default sort from rank to time though
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
I ended up finding the CENTRALITE PEARL THERMOSTAT 3157100 used on eBay for about $30. It can either operate from the panel or through ZigBee, no WiFi. It is supported on Zigbee2MQTT. It works really great and I have had no problems with it. You can easily find a manual for it online too.
I was wondering why it was written in C++, but the FAQ already beat me to it.
Why build a new browser in C++ when safer and more modern languages are available?
Ladybird started as a component of the SerenityOS hobby project, which only allows C++. The choice of language was not so much a technical decision, but more one of personal convenience. Andreas was most comfortable with C++ when creating SerenityOS, and now we have almost half a million lines of modern C++ to maintain.
However, now that Ladybird has forked and become its own independent project, all constraints previously imposed by SerenityOS are no longer in effect. We are actively evaluating a number of alternatives and will be adding a mature successor language to the project in the near future. This process is already quite far along, and prototypes exist in multiple languages.
Glad to see they are open to using safer languages. C/C++ was great for its time, but we really need to move on from them.
Lol, it took me a while to realize it’s the compiler essentially saying “how high”.
To be fair, they are providing several services with it, along with the data hosting. Being verified also means you get boosted in search results, with comes with more downloads. So at least the cost can be somewhat justified. Whether it’s too much is valid for debate.
Dang it, I left my face at home
That’s definitely true. I’ve always liked the concept, but never bought into this hype around the speculation, which really gives it a bad name.
That’s why I think Monero is really the way forward to a good cryptocurrency. It’s price is fairly stable and makes more sense than Bitcoin in many ways. I’d use it more if there were more vendors using it. The most I’ve done with it is buy a Mullvad subscription.
I think there was a potential future where cryptocurrency could’ve actually been useful, but it was ruined by scammers, rug pullers, and of course, speculators.
I’ll still hold a little bit of Monero, since it holds the most potential for being a real currency in my opinion. But otherwise, I fully agree with the sentiment.
I’ve started adopting the habit of putting “-rf” as the last argument to avoid accidentally deleting something before I’ve double-checked my input. Good luck, and may this never happen again.