Lodra

joined 2 years ago
MODERATOR OF
[–] Lodra@programming.dev 11 points 11 months ago

Survivor bias

[–] Lodra@programming.dev 1 points 11 months ago (1 children)

That basic idea is roughly how compression works in general. Think zip, tar, etc. files. Identify snippets of highly used byte sequences and create a “map of where each sequence is used. These methods work great on simple types of data like text files where there’s a lot of repetition. Photos have a lot more randomness and tend not to compress as well. At least not so simply.

You could apply the same methods to multiple image files but I think you’ll run into the same challenge. They won’t compress very well. So you’d have to come up with a more nuanced strategy. It’s a fascinating idea that’s worth exploring. But you’re definitely in the realm of advanced algorithms, file formats, and storage devices.

That’s apparently my long response for “the other responses are right”

[–] Lodra@programming.dev 9 points 11 months ago* (last edited 11 months ago) (1 children)

I looked into proton pass ~9 months ago and it just wasn’t ready. Needed a few more features before I was willing to move from Bitwarden. However, I gave it another look 2 weeks ago and proton pass satisfied all of my needs. Since I was already paying for proton unlimited, it just made sense for me to change. And it’s been a perfectly good experience so far! A couple of thoughts:

While I do run Linux, I don’t need a native app for it. I exclusively use a browser extension on my desktop. It does everything that I need. I do use a native app on IOS and it works quite well.

The 2fa in proton is pretty good now, which I needed. It can also store other types of data like credit cards, identities, etc. But it’s not quite as good at identifying fields for auto fill. Pretty close though so I’m not bothered by this.

My biggest ”complaint” is protecting my proton account. I use it for email, storage, etc. so I can’t accept a weak password for it. But I also need to have reliable access to other passwords stored in proton pass. For this, I want something long yet memorable and easy enough to type out. These two requirements are roughly at odds with each other.

My solution for now is to keep my Bitwarden account and use it as a source to recover my proton account when necessary. I think it’s a good pattern actually and I may expand this in the future with methods like syncing data between the two tools.

[–] Lodra@programming.dev 2 points 11 months ago (1 children)

🥵 Daily Extreme 36
3️⃣5️⃣
6️⃣4️⃣
m-w.com/games/quordle/
⬜⬜⬜🟨🟩 ⬜🟨🟨⬜🟨
🟩⬜⬜🟩⬜ ⬜⬜⬜🟨⬜
🟩🟩🟩🟩🟩 ⬜⬜⬜🟨🟨
⬛⬛⬛⬛⬛ ⬜⬜🟨⬜🟨
⬛⬛⬛⬛⬛ 🟩🟩🟩🟩🟩

🟨⬜⬜⬜🟨 ⬜🟨⬜⬜⬜
⬜⬜⬜🟨⬜ ⬜⬜⬜🟨⬜
⬜⬜🟨🟨🟨 ⬜⬜🟨🟨⬜
⬜🟨🟨⬜⬜ 🟩🟩🟩🟩🟩
⬜⬜⬜🟨🟨 ⬛⬛⬛⬛⬛
🟩🟩🟩🟩🟩 ⬛⬛⬛⬛⬛

[–] Lodra@programming.dev 4 points 11 months ago

Well that sounds promising. Time for me to dig into it. Thanks!!

[–] Lodra@programming.dev 15 points 11 months ago* (last edited 11 months ago) (3 children)

Interesting feature but I’m a little disappointed that this is a feature for business accounts only. I have a Duo account; are there any features that would allow me to share certain emails with my wife? For example, it would be great if we could both receive the exact same emails related to our credit card statements. Or car loan. Or electric bill. Etc.

Anyone have tips?

[–] Lodra@programming.dev 4 points 11 months ago* (last edited 11 months ago) (1 children)

Don’t worry, it’s much more fair than you may suspect. Some of these are near impossible for me, a native speaker.

Connections
Puzzle #439
🟨🟨🟨🟨
🟪🟩🟩🟩
🟪🟪🟩🟩
🟪🟦🟪🟪
🟩🟦🟦🟪

[–] Lodra@programming.dev 1 points 11 months ago

Lately, I’ve been starting with “share” and then react accordingly. It’s just a very good set of letters. Oddly, I really like starting with “h” because of the very common two letter combos: ch, gh, ph, sh, th, and wh.

[–] Lodra@programming.dev 1 points 11 months ago (1 children)

The configuration is often committed to the repo. And some repos heavily rely on the precommit actions running before you can push or have pipelines function correctly

[–] Lodra@programming.dev 3 points 11 months ago

Wordle 1,155 6/6

🟩⬛⬛🟩⬛
🟩⬛🟩🟩⬛
🟩⬛🟩🟩⬛
🟩⬛🟩🟩⬛
🟩🟩🟩🟩⬛
🟩🟩🟩🟩🟩

Just one of those days

[–] Lodra@programming.dev 5 points 11 months ago* (last edited 11 months ago) (5 children)

100%

I know a guy that considers git pre-commit hooks a form of code injection and thus a security risk. So he disables them on repos he works with. And to be fair, it’s absolutely a viable vector for attacking developer machines. I think a tasks.json fits into that exact same bucket.

These kinds of automations are suuuper useful and I do like to use them. But also review a code base before cloning!

[–] Lodra@programming.dev 7 points 1 year ago (1 children)

Wouldn’t there be a net zero force from pulling and being pulled?

It’sa little hard to think through but my best guess is nothing at all

view more: ‹ prev next ›