SleveMcDichael

joined 2 years ago
[–] SleveMcDichael@programming.dev 4 points 3 months ago (1 children)

IMO Arch's defaults (especially w.r.t. audio and fonts) are a little nicer than Gentoo's, but that's a pretty minor inconvenience all things considered.

[–] SleveMcDichael@programming.dev 4 points 3 months ago

The ability to patch packages with little effort ( https://wiki.gentoo.org/wiki//etc/portage/patches ) is the main reason I'm currently considering switching to gentoo.

[–] SleveMcDichael@programming.dev 14 points 10 months ago (3 children)

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

[–] SleveMcDichael@programming.dev -3 points 2 years 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.

[–] SleveMcDichael@programming.dev 21 points 2 years ago* (last edited 2 years ago) (1 children)

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.