That’s incredible, exactly what OP wanted
- 4 Posts
- 60 Comments
CLI: Here’s a txt file, now memorize it you peasant
Good GUI: Welcome back my friend, straight the thing again? Btw on the right you can see some relevant info and links.
Always tastes so much better than it looks
Bioshock Infinite , even my AMD Athlon II could handle it back in the day
bestelbus22@lemmy.worldto
Progressive Politics@lemmy.world•The Plutocrats Who Rule Our World Aren't Even Enjoying Themselves
5·1 month agoElon could’ve done this and make Tesla the biggest company ever. I remember when he was awesome future guy and everyone liked him. I think he got super drunk on this success and has been “chasing the high” in all the wrong ways ever since.
Just my files & programs, and instant search through them. All a menu needs to be
A British genre of dance music from the 90s. Originated from sound system culture. The focus is on samples of breakdowns in classic soul songs, with many editing variations on the breaks. It’s what spawned drum and bass, breakcore, and so many other cool genres.
Check out this really cool documentary video with more info and examples of jungle music: https://www.youtube.com/watch?v=vDZHEAwDAVo
But they do allow you to do gotos in language without gotos. Evil and cool.
bestelbus22@lemmy.worldto
Technology@lemmy.world•The world is trying to log off U.S. techEnglish
12·1 month agoIt’s all so unnecessary. But at least we finally do something about digital sovereignty in the EU.
It’s a combination of having to spend more energy staying warm and germs being able to spread quickly because you stay indoors with the windows closed a lot
bestelbus22@lemmy.worldto
Linux@lemmy.ml•(Debian) How do i find links for apt repositories?
2·1 month agoI don’t think these include mint specific packages like OP wanted?
bestelbus22@lemmy.worldto
Linux@lemmy.ml•(Debian) How do i find links for apt repositories?
1·1 month agoI’m on mint, these are my package mirrors (based in the Netherlands):
/etc/apt/sources.list.d/official-package-repositories.list deb https://mirrors.evoluso.com/linuxmint-packages/linuxmint-packages zara main upstream import backport deb http://ftp.snt.utwente.nl/pub/os/linux/ubuntu noble main restricted universe multiverse deb http://ftp.snt.utwente.nl/pub/os/linux/ubuntu noble-updates main restricted universe multiverse deb http://ftp.snt.utwente.nl/pub/os/linux/ubuntu noble-backports main restricted universe multiverse deb http://security.ubuntu.com/ubuntu/ noble-security main restricted universe multiverseafaik there’s no public list of package mirrors
bestelbus22@lemmy.worldto
Nowhere Else To Share@sh.itjust.works•High Into Productivity?
1·2 months agoI lose 10 IQ points but I also get more creative and social
bestelbus22@lemmy.worldOPto
Programmer Humor@programming.dev•For that modern web feeling
5·2 months agoNice. Remember that everything is super complicated so don’t get too ambitious too quickly. If you run out of ideas for simple things to make i can recommend
- https://adventofcode.com/ : yearly programming puzzle advent calendar that gets increasingy difficult with the days. When you’re starting out you should probably stick with the first couple of days. You can check out older advent calendars by visiting https://adventofcode.com/{year} (like https://adventofcode.com/2024 for example).
- https://projecteuler.net/archives : also programming challenges that increase in difficulty. These are mostly related to mathematics.
- Building a web site from scratch (HTML / JavaScript / CSS). What’s nice about this is that you can start off really simple:
<html> <body> <h1>Hello World!</h1> </body> </html>and make it more complex as you go + you get very quick visual feedback as you can see the browser making your project come to life. A great online resource for learning web technologies is https://www.w3schools.com/
bestelbus22@lemmy.worldOPto
Programmer Humor@programming.dev•For that modern web feeling
1·2 months agoLove this kind of stuff. I have a whole reposity of fish functions that do stuff because I’m too lazy :)
bestelbus22@lemmy.worldOPto
Programmer Humor@programming.dev•For that modern web feeling
1·2 months agoYup that’s an http request
bestelbus22@lemmy.worldOPto
Programmer Humor@programming.dev•For that modern web feeling
4·2 months agoYou must now learn programming. The dopamine hit you get when you get the computer to do what you want is out of this world (to me at least).
bestelbus22@lemmy.worldOPto
Programmer Humor@programming.dev•For that modern web feeling
9·2 months agoAnd perform the action you actually want to do after the delay
bestelbus22@lemmy.worldOPto
Programmer Humor@programming.dev•For that modern web feeling
4·2 months agoYou mean like when an HTP request is not completely fulfilled? Is there an API for this “native” loading display of the browser?




I do actually and I also prefer CLI, just wanted add a bit of nuance to the discussion.