

IMO tables should be more used for… tabular data. Shocking, I know, but the amount of websites that try to emulate a table with div
s and ul
s out there is crazy.
IMO tables should be more used for… tabular data. Shocking, I know, but the amount of websites that try to emulate a table with div
s and ul
s out there is crazy.
I got tired of looking up the options for each possible combination of archiving + compression, so today I have a “magic” bash function that can extract almost any format.
Then for compressing, I only use zip
, which doesn’t need any args other than the archive name and the thing you’re compressing. It needs -r
when recursing on dirs, but unlike “eXtract” and “Ze”, that’s a good mnemonic.
yeah, I do use Bitwarden, which has these things. But I store my TOTP codes on the phone to be separate from the passwords and… well, actually serve as multi-factor I suppose.
I loathe every time my work IAM forces me to sign in again, as it always asks for MFA. They use Okta and promote password managers, idk why we can’t enable passkeys to remove this hassle already.
Just pasting more info for those that were concerned, like me:
Issue. This was rolled back and only seemed to affect Windows.
(I don’t use Brave as a daily driver, but it’s my Chromium browser of choice when I need assess if a website is really broken, or if it’s just misbehaving on Firefox.)
It depends. At $dayjob I deploy compose on Linux VMs.
until you need to collaborate with the average person who uses google docs and gmail
thoughts and prayers
is it my lack of go skills, or they’re both really awful to read? It takes me multiple seconds to match the first parenthesis opened and it seems the code could really use a refactoring, but both formatting options suck.
v137 on KDE, there’s no minimize or close to tray option in the settings, like some screenshots suggest.
Thunderbird extensions for that don’t work on recent versions, and KDocker - which I used for a couple of years - doesn’t seem to work on Wayland. So the only option on some DEs seems to migrate to Betterbird.
yeah, I use Thunderbird, but it bothers me how slow it feels and the frequent little UI bugs with unread flags not updating and the delay of messages to show up in the unified inbox.
It’s nice that Betterbird has a system tray (I can’t believe how a standalone desktop app for emails neglects this, like TB does), but it still inherits a lot of the problems TB has.
big brain move
so kind of them to proactively manage your remote backups 🤗
what’s the rationale of creating a new account? Just for using a pseudonym, or something else?
you can configure github to paint private repo commits in the tiles, that’s what I do, so it almost looks like #3, but less homogeneous.
akhctually, I’m an asshole
exactly, Claude’s is the only one that remotely resembles one, the others are just radially symmetric. Does the author also think flowers are buttholes? Stars, planets, camera apertures, vortices are all buttholes.
does anyone know how to configure SSH signing on a remote server without creating another key on that server?
If I’m using the same SSH key pair to access the remote server it kinda makes sense to use it to sign, but I don’t know how I would go about configuring git to do it.
“Alternatively, anyone has access to your private public key, and can encrypt data using it, that only the owner, with access to the private key, can decrypt.”
Cool, I did it with my
git
config a couple weeks ago, I didn’t know you could do it withssh
too.for those interested:
[include] path = ~/.config/git/shared.ini path = ~/.config/git/dev-machine.ini path = ~/.config/git/aliases.ini path = ~/.config/git/self.ini