

It’s a curse because it’s used for things other than what it’s intended to. It’s doing a good job representing printed material, but unfortunately people very commonly expect it to be something more akin to a word processor file.
It’s a curse because it’s used for things other than what it’s intended to. It’s doing a good job representing printed material, but unfortunately people very commonly expect it to be something more akin to a word processor file.
I know the pain. While there are definitely solutions that work sometimes, there’s just no “one size fits all” that I’m aware of. PDFs can represent text very differently internally.
What I did for one project where extracting the text produced a complete mess was to convert the PDF pages to images and then OCR them…
Hate? Digital decluttering feels really good, for me anyway.
Very typical projection (“I’m not political, you are”), but the reactions are unnecessary in my opinion (feeding the trolls as some would say). If you don’t like the attitude of the maintainer, fork it if you like, ignore it if you don’t.
People who create LMOD modules
I watched it, was mid. I was hoping for something more adult oriented.
To my knowledge it’s not supposed to differ.
If you trust that the client (which is open source) is doing what it’s supposed to do, security-wise I don’t think there’s a difference between self-hosting and using Bitwarden’s service.
No, you don’t need to trust the VPS provider. The VaultaWarden password storage is encrypted, and the master password is never transmitted to the server. The passwords are decrypted only locally on your device.
For files I just use WebDAV that’s built in to Apache. It’s really not fancy, but does all I need.
I use RoundCube, I think it’s one of the oldest solutions out there, and is pretty good (and not ugly as of a few years ago).
I’m so used to it I never realized it’s unusual.
While 50 is north enough and the absolute majority of Canadians live south of it, “Northern Canada” generally refers to the three territories (as opposed to the ten provinces), that start at 60 (mostly, there are some islands south of that).
As it should be… Navigators could determine latitudes pretty accurately by using astronomy. It was the longitude that was a big problem (maybe that’s part of the reason Japan is placed in the middle of the Pacific).
Also note that if it’s just for personal use, you don’t have to have a domain for HTTPS. You can self sign, or create your own certificate authority, you just need to clients to trust it. But domains can be cheap or even free, so it’s better to get one so you don’t have to specially configure your devices.
Someone once told me their grandparents in Brazil were part of a community where Latin was spoken as the primary language, but I can’t find any information about it online in English.
Not sure it satisfies your requirements but I’m quite happy with Baïkal.
Borg is great.
Also, if I’m not mistaken the uninitialized prop
is not guaranteed to be nullptr
here, so this private destructor could be trying to free from some random pointer.
I’ve been working with CUDA for 10 years and I don’t feel it’s that bad…
Interesting, I’ll keep it in mind next time I have to deal with this problem (hopefully never but who knows).
A few years ago I was in contact with researchers that were developing an AI tool to parse PDFs (I think they didn’t care about converting to editable formats, but extracting data), from their material I got the impression that it’s extremely difficult to do right using traditional algorithms.