I’ll be honest, I’m just here for the memes.
It’s all a huge mess… Apple is complying with the RCS spec, but isn’t using Google’s proprietary encryption method because it’s proprietary. Google also won’t open the API on Android to allow for 3rd party RCS apps. So until Google decides to abandon their stronghold over the encryption standard and API access, RCS will continue to suck from a privacy standpoint.
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 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.
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”.
Instead, let’s aim for double the end location. Then all he has to do is travel half that distance
To the person who decided I and l should look the same in fonts, I wish you a pleasant eternity in hell.
I wrote a brief manifesto on my hatred of Python because some refactoring ended up having a comma at the end of a line, which screwed me over for about an hour until I happened to noticed it.
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
If we’re gonna have a dystopian future, then damn it, it’s gonna be memory safe.
Why does a virtual machine platform need to add support for different kernel versions? What changes are there in the kernel that affects how it interacts with the virtual hardware?
Shouldn’t it have its own time system? And have its own time zones? You can’t give the moon its own single time zone (unless you’re into the idea of a single universal time zone).
Commit 77a294d
Update maintainer and author info. The other maintainer suddenly disappeared.
Lmao, that’s putting it lightly.
The best you can do is use OSS software that has been battle tested. Stuff like OpenSSH and OpenVPN are very unlikely to have backdoors or major vulnerabilities currently being exploited. If you don’t trust something to not be vulnerable, you’re best to put it behind a more robust layer of authentication and access it only by those means.
I wanna use Rust to build mobile apps so bad. I don’t really know what I want to build, but I want to use Rust to do it
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.