That’s incredible, exactly what OP wanted
- 3 Posts
- 13 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.
Bioshock Infinite , even my AMD Athlon II could handle it back in the day
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
Linux@lemmy.ml•(Debian) How do i find links for apt repositories?
3·29 days 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·29 days 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.worldOPto
Programmer Humor@programming.dev•For that modern web feeling
1·1 month 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
0·1 month 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
0·1 month agoYou mean like when an HTP request is not completely fulfilled? Is there an API for this “native” loading display of the browser?
bestelbus22@lemmy.worldto
Linux@lemmy.ml•Paint Dot Net Version 4.0.13 Running on Wine 11 (modified)
2·1 month agoAwesome! Pinta is good but paint.net is great.
bestelbus22@lemmy.worldOPto
Programmer Humor@programming.dev•For that modern web feeling
2·1 month agoLack of knowledge I guess. Which is why I like posting code on the internet. Thanks for the tip!

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