@screwtape Ah. Okay. It's certainly on the nose, that. This sort of thing that is happening to Linux is why I have had a lot more interest in the *BSD (mainly OpenBSD) creatures of late.
Notices by David K. Trudgett (datalinkdroid@mastodon.sdf.org)
-
Embed this notice
David K. Trudgett (datalinkdroid@mastodon.sdf.org)'s status on Monday, 15-May-2023 15:11:03 JST David K. Trudgett -
Embed this notice
David K. Trudgett (datalinkdroid@mastodon.sdf.org)'s status on Monday, 15-May-2023 15:04:56 JST David K. Trudgett @screwtape You are being too subtle for me, as I don't know what you mean :-)
-
Embed this notice
David K. Trudgett (datalinkdroid@mastodon.sdf.org)'s status on Monday, 15-May-2023 15:02:41 JST David K. Trudgett Well I don't know what you did and didn't do, so you are safe from my judgement lol. :-) I do know that CL is a pretty cool language, though. Better than most, and I use it myself, but it does have some weaknesses, like all of them. I am always torn between CL, Perl and Ada, all of which do /something/ far better than anything else I'm familiar with.
-
Embed this notice
David K. Trudgett (datalinkdroid@mastodon.sdf.org)'s status on Monday, 15-May-2023 14:43:02 JST David K. Trudgett There are Emacs user groups who meet in person, but there has never been a Microsoft Word user group in the entire history of the universe. There is a reason for this.
-
Embed this notice
David K. Trudgett (datalinkdroid@mastodon.sdf.org)'s status on Monday, 15-May-2023 14:40:55 JST David K. Trudgett @rat @screwtape Like "Design Patterns", TDD is a bad smell that normally indicates a shortcoming of the development language in use. For instance, the pre- and post-conditions of subprograms need to be expressed in the language itself, and not bolted on externally to the program. Types need to be defined such that you cannot assign a temperature to an altitude, and so on. With these kinds of capabilities, many tests do not need to be written: the faults cannot happen.