TypeScript and safety-critical paths should not be in one sentence.
pelya
- 3 Posts
- 315 Comments
pelya@lemmy.worldto
Linux@programming.dev•Winux Tries to Mimic Windows While Staying Fully Linux
6·3 days agoWake me up when they recreate the ultimate power of Regedit.
Randall himself already solved this problem

The only truly universal solution

pelya@lemmy.worldto
Technology@lemmy.world•The dominoes are falling: motherboard sales down 50% as PC enthusiasts are put off by stinking memory pricesEnglish
13·6 days agoEh, Chinese manufacturers are also desperately trying to catch up with AI hype. In any case, we’ll see some new brands on the market, and it’s not a bad thing, and I would not spend my time worrying about giant rich corporations.
My actual worry is that once RAM prices go up, they won’t go down for quite some time. If we get another bubble after AI bubble pops, the prices may not decrease at all.
pelya@lemmy.worldto
Programmer Humor@programming.dev•Free software has some glib naming conventions
4·13 days agoThe G is silent
Herakles would probably be more correct. Romans used ‘k’ mostly in Greek loanwords, and used their native letter ‘c’ everywhere else.
Recursively dumping all data from the server was always a
wgetthing, it will create a nice directory structure for you and will also convert links in webpages to point to your local file system.
CURL got some kind of contract with several embedded hardware manufacturers, at least it’s financially stable.
pelya@lemmy.worldto
Linux@programming.dev•780k Windows Users Downloaded Linux Distro Zorin OS in the Last 5 Weeks
33·1 month 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"
8·1 month 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.
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"
15·1 month agoSeconds hand does not show seconds.
pelya@lemmy.worldto
Linux@programming.dev•What you do with your windows button on your keyboard?
3·2 months agoMeta-Tab switches between activities on KDE.
Don’t call it Windows key. It’s Meta, even if Micro$oft paid to put an advert on it.
pelya@lemmy.worldto
Linux@programming.dev•Debian's APT Will Soon Begin Requiring Rust: Debian Ports Need To Adapt Or Be Sunset
1·2 months agoWasn’t there a Rust-to-C compiler that would circumvent this limitation?
See, when a spider and a dragon love each other very very much…









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.