

Ever since BitWarden got mired in capitalism, I’ve been dreading that something like this would happen.
Ever since BitWarden got mired in capitalism, I’ve been dreading that something like this would happen.
Law enforcement has been collecting fingerprints for over 100 years now, and the history of using fingerprints for other reasons goes even further back.
The error here is that we decided to start using an easily obtainable piece of data as a “lock” on our phones and computers. For many reasons, it’s better to use a password or PIN.
There are a whole lot of “templating” libraries which do what you’re asking for. I have used Hiccup for Clojure and Giraffe for F# successfully, and you can probably find others for languages you already know.
Thank you for this! Gonna download it ASAP.
Good to know! I’ve been using local testing and fortunately haven’t run into a case where the tests pass local and fail on their servers. Yet.
My most intense solution so far had been a very multi-core Knapsack solution. The tests they provided are pretty minuscule, which probably helped.
The article that changed your mind really shouldn’t have. It’s mostly full of hyperbole. Like this:
“PGP does a mediocre job of signing things, a relatively poor job of encrypting them with passwords, and a pretty bad job of encrypting them with public keys. PGP is not an especially good way to securely transfer a file. It’s a clunky way to sign packages. It’s not great at protecting backups. It’s a downright dangerous way to converse in secure messages.”
Literally none of this is true - the author is presenting their particular opinions as general fact. I use AES through PGP, knowing that even future quantum computers can’t break it.
I wish they’d cut out all the 90’s references and pointless exaggerations, and stuck to facts. Then again, the facts-only version of this article probably wouldn’t make a strong case against PGP.
(Also, one of the links in the article, with the dodgy-and-harmful link text “Full disk encryption isn’t great”, includes advice to use PGP in it. Maybe the author should have read the references they were citing.)
Mercurial is worth trying, and you can use it as a client to Git too! Just be aware that Mercurial’s branching is not the same - but if you use Mercurial’s “bookmarks”, they’re actually compatible with Git branches.
I’m not into feet specifically, but when I ask for “Veronica Mars in a string bikini” I don’t want to get “Veronica Mars with unattached toes.” It’s distracting AF.
Doesn’t happen with real models, or even human-made hentai.
The tech isn’t there yet. There are so often distracting flaws around the hands/feet. The AI doesn’t really know what a human is, its just endlessly re-combining existing material.
My lifehack: block every community with “memes” in its name. You’ll see far fewer memes in general, and be less aggravated when one does show up!
“it is developed just to be finished as quickly as possible and that’s it” You answered your own question.
In my experience, there are projects and workplaces where readable, maintainable code is expected and encouraged. Even in mobile development. You’ll find a place that appreciates your approach to coding, over time.
Zip the file(s), then GPG symmetric encryption/decryption with AES. Nothing fancy.
Vim is the greatest tool ever made for manipulating text as text. Emacs is easier to modify (I <3 Lisp) and is better at handling the semantics of the text it’s working with.
Also, Emacs has evil-mode now, so the only reason to still prefer Vim is 1. A strange love of vimscript, or 2. A lack of permissions to install Emacs.
It’s more “which came first, the chicken or the chicken egg”. It’s a useful phrase to describe a situation where two things necessarily depend on each other. Chickens must come from chicken eggs, and chicken eggs must come from chickens, and one had to precede the other.
(In the actual case of chickens, it can be resolved easily - by defining “chicken egg” as either an egg laid by a chicken or an egg which contains a chicken, you will obviously and quickly draw a conclusion.)
I like Fossil-SCM, so https://chiselapp.com is good for that. But if you want to stick to Git, Forgejo is the best open-source offering (and Codeberg is the most prominent instance). If you want to tread far off of the beaten path, https://hub.darcs.net might meet your needs.
We’ll all benefit once the forgefed project is done, and Forgejo/Gitea/Gitlab can all interact with each other.