SleveMcDichael

joined 1 year ago
[–] [email protected] 12 points 3 months ago (3 children)

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

[–] [email protected] 1 points 3 months ago (6 children)

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.

[–] [email protected] 7 points 3 months ago

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.

[–] [email protected] 3 points 4 months ago

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

[–] [email protected] 9 points 4 months ago

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.

[–] [email protected] 5 points 4 months ago* (last edited 4 months ago) (16 children)

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.

[–] [email protected] 12 points 4 months ago* (last edited 4 months ago)

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

[–] [email protected] 16 points 11 months ago

I suppose that's true, but then the question becomes: how many people proselytizing Godot/OSS use these services personally vs in a corporate environment where they may not have a choice? Because I'm not sure the supposed hypocrisy the meme is "joking" about actually exists.

[–] [email protected] 138 points 11 months ago (4 children)

Am I missing something or do two cloud computing services, two database systems, and a search engine have nothing to do with a game engine? Cuz this looks like a false equivalency whataboutism two-for-one combo to me.

[–] [email protected] -4 points 11 months ago (2 children)

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.

[–] [email protected] 1 points 11 months ago

A bit late to the party but here's a Rust solution that is probably maybe correct: https://pastebin.com/Eaes7hU9

view more: next ›