Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment I still use and like Perl (Score 2) 82

I still use and like Perl. Nowadays, I mostly use it for smallish scripts or medium-sized programs, but I have worked on three quite large systems written in Perl. It was fine. If you're a careful and disciplined programmer, you can write Perl that's just as readable as any other language.

The popularity of Python mystifies me. As a language, it's just... meh... it's OK. But the ecosystem is horrendous. Every time I upgrade to a new major version of Debian, Python scripts that use modules I installed by hand in venvs break left and right. What a mess.

Comment Re:roundabouts (Score 1) 180

In my part of Canada (Ottawa), they seem to be adding roundabouts in new developments, but not retrofitting them on existing roads to any great extent.

I've never encountered drivers who don't know what to do at a roundabout. The signs make it pretty clear that vehicles entering the roundabout must yield to vehicles already on them.

Comment 2FA (was Re:Leaving for less bad experience) (Score 1) 63

I agree with everything you wrote except the 2FA part. Given supply chain attacks, if your open-source projects have any chance at all of developing a reasonable user-base, you should enable 2FA. I don't host any of my projects on platforms that don't support 2FA.

TOTP authenticator apps are free and easy to use. Use them! Or better yet, use a Yubikey or similar.

Comment Re:Licenses (Score 1) 63

I deleted all but one of my GitHub repos a while back. This article reminded me to delete the final one.

Moved them all to three mirrors: self-hosted Forgejo, Codeberg and salsa.debian.org. There was really only one repo that attracted outside developers and PRs, and that can as easily be done on Codeberg as on GitHub.

Slashdot Top Deals

Moneyliness is next to Godliness. -- Andries van Dam

Working...