SleveMcDichael

@SleveMcDichael@programming.dev
0 Post – 9 Comments
Joined 11 months ago

The thing is the average person either can't or can't be bothered to remember even a dozen actually secure passwords, so they fall back to a couple of simple derivations of a common password, meaning each and every site a user signs up on represents an additional single point of failure.

C++ is pretty alright, IMO, but the syntax is kinda clunky though, I think probably because of some historical baggage.

2 more...

There was a bit of drama on tumblr (owned by Automattic) not too long ago where a relatively well known trans blogger got banned as a part of an alleged harassment campaign. I recall Matt Mullenwag (Automattic's CEO) being accused of following the user on to other platforms and harassing them. There were also accusations of, IIRC, tumblr staff taking payments to ban users. Which isn't great. So if my memory is accurate, your gut feeling is probably right.

Edit: typo, slleged -> alleged

Definitely. As nice as it would be, I don't think it will significantly change any time soon, for several reasons. Not least of which is because several programs would likely just flatly refuse to implement such a change, judging by some of them refusing to even consider patches to implement the XDG Base Directory Specification.

A program that I use often uses an embedded MPV window for video playing, and Wayland doesn't support that, and apparently won't: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/74

So until something changes with that program, MPV, or Wayland, or I decide to rewrite the program myself, I'm stuck with X11.

Not really software but, personally I think the FHS could do with replacing. It feels like its got a lot of historical baggage tacked on that it could really do with shedding.

15 more...

Personally I quite like zstd, I find it has a pretty decent balance of speed to ratio at each of its levels.

As much as I sympathise with developers over headaches caused by themeing, I believe users (myself included) would be less up-in-arms about it if applications were less ugly by default. And boy howdy is libadwaita ugly as sin.

I'd be perfectly willing to tolerate a mismatched system, if the individual components looked at least okay. Like I'm not going to get e.g. steam or discord to match an e.g. Windows 9x theme, and I'm mostly okay with that because they aren't horrible to look at. But, say, File Roller? Absolutely not. Horribly ugly.

6 more...

Tabs let you define how big you want each indent to be, and spaces do not.

Spaces can too: Simply use more or less of them, to taste.

I have ADHD. Two spaces per indent makes it damn near impossible for me to scan code.

Then use four, or six, or eight, or 20. Hell, most code I've seen uses four spaces per indent anyway.

[Re: braille]

Surely there's an editor out there that will automatically display indent spaces as a tab character. Or failing that it seems like it would be rather trivial create a program to convert n spaces to tabs, and vice versa.

1 more...