pelya
- 0 Posts
- 71 Comments
The PC case with Turbo button was originally 486-DX, but there was no place on the new K6 motherboard to plug it into.
People are boasting about Arch, but my first open-source OS was FreeBSD 4.2, fitting on a single CD-ROM.
It included a tiny base system and C compiler, and practically every other package had to be compiled from source, using theportssystem, which was just a collection of makefiles, one for each package.
And you had to be careful to usegmakeinstead ofmake, because the default Make was BSD-specific tool incompatible with most of open-source software, which targeted Linux. And you had to make sure to use GNU versions of grep, sed, and awk, and remove all bashisms from shell scripts, because/bin/shwas of course incompatible withbash.
You had only about 50% chance that a given package would compile. Package manager? What package manager? Just runsuand thenmake install.
And my PC was AMD K6, and it had Turbo button, which did absolutely nothing. And I was very proud of my TEAC CD drive.
pelya@lemmy.worldto
Programmer Humor@programming.dev•why hard exit editor? Nano say at bottom.
432·18 days agoI remember the time when Linux jokes were about audio drivers and X11 config files, but audio has long been working out of the box, and X11 is already dead and cremated.
Even recompiling kernel now takes around five minutes instead of two hours, so that joke is irrelevant too.
So all we are left with is timeless discussion of which text editor is the best, and dumping on Windows.
Install Wallhaven plugin, then you can have two different wallpapers that are changed each ten minutes.
pelya@lemmy.worldto
Linux@programming.dev•Linux on (non-Apple) ARM, what is the current status?
231·2 months agoWell, my Raspberry Pi 5 works perfectly.
As for languages that are acceptable for business logic, C++ is lolno, Java is kinda surprisingly okay because so much business logic is already written in it and debugging is trivial, Python is not worse than Java for the same reason when you are using proper linter to catch typos, C# / Go / Ruby are probably the best because they are most modern with the lowest footgun ratio.
JSON-in-a-string is a commonplace method of having a generic or
anytype when you are too lazy to write a proper structure for it, or want to save an object into a database without creating an additional table. In all fairness it has nothing to do with the language itself, and more with lazy coders. Postgresql even have additional SQL operators to access individual JSON fields inside a record, so yeah, you can dump a whole new unstructured database into a row of your existing database, it’s totally an acceped practice.
I’ve successfully used pyenv in the past, although
uvclaims that it includes allpyenvfunctions and more.
It’s Javascript with types. You are still using one hundred NPM packages to do the simplest thing. Any string can be JSON. And Node is single-threaded, so if you plan to create some kind of parallel computation, you’d need to run 16 Docker containers of your Node server, one per CPU core, with NGINX or some other load balancer at the business end, and hope that your database engine won’t reorder transactions. And yeah, Docker is mandatory, because Node version in your latest Ubuntu release is already outdated.
TypeScript and safety-critical paths should not be in one sentence.
pelya@lemmy.worldto
Linux@programming.dev•Winux Tries to Mimic Windows While Staying Fully Linux
6·3 months agoWake me up when they recreate the ultimate power of Regedit.
pelya@lemmy.worldto
Programmer Humor@programming.dev•Free software has some glib naming conventions
4·3 months agoThe G is silent
pelya@lemmy.worldto
Linux@programming.dev•780k Windows Users Downloaded Linux Distro Zorin OS in the Last 5 Weeks
33·4 months agoIt’s honestly like that with free mobile apps. You either find a paid version or you install free abandonware riddled with ads.
The entirety of
crondocumentation is contained in the twenty lines of comments in the new config file created bycron -eThe only thing you need to know is
cron -ecommand. There’s no learning curve, it’s more like - you are acronexpert in five minutes after learning that such a tool exists.
pelya@lemmy.worldto
Programmer Humor@programming.dev•Clock but the PM quit and was replaced halfway through the project. Handover instructions: "Make the clock hands show the current time"
9·4 months agoWhen an API request fails, the seconds clock handle becomes red, and the time health management microservice sends an alert SMS to your phone once per second (scaled with the number of clients)
Letsencrypt certs are the only certs you will ever need, everything else is corporate posturing.



DNS is pronounced ‘hosts’ because it was originally one big text file.