- 2 Posts
- 13 Comments
bestelbus22@lemmy.worldto
Linux@lemmy.ml•(Debian) How do i find links for apt repositories?
1·6 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
5·11 days 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·11 days 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·11 days agoYup that’s an http request
bestelbus22@lemmy.worldOPto
Programmer Humor@programming.dev•For that modern web feeling
4·11 days 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·12 days 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·12 days 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.worldOPto
Programmer Humor@programming.dev•For that modern web feeling
2·12 days agoYes very true, and also not likely at all ;)
bestelbus22@lemmy.worldto
Linux@lemmy.ml•Paint Dot Net Version 4.0.13 Running on Wine 11 (modified)
6·12 days agoAwesome! Pinta is good but paint.net is great.
bestelbus22@lemmy.worldOPto
Programmer Humor@programming.dev•For that modern web feeling
14·12 days agonull will actually default back to the rules coming from CSS, I use this all over the place as a pattern
bestelbus22@lemmy.worldOPto
Programmer Humor@programming.dev•For that modern web feeling
7·12 days agoI knew about this feature yeah but it seemed too janky to me (which says something, you should see the rest of my project :P)
bestelbus22@lemmy.worldOPto
Programmer Humor@programming.dev•For that modern web feeling
72·12 days agoLack of knowledge I guess. Which is why I like posting code on the internet. Thanks for the tip!
I don’t think these include mint specific packages like OP wanted?