bestelbus22

u/bestelbus22@lemmy.world
6 posts · 84 comments

Recent posts

Recent comments

on racist ai · c/fuck_ai · 6 pts · 191d

I'm a programmer, AI is really good at programming and I use it everyday at work. But you really need to be careful and read and understand EVERY LINE the AI gave you and judge if it's correct architecturally, maintainable, fits the direction of the product etc etc etc.

I let it write tests and mundane mapping functions mostly, but it's still pretty useful as an "assistant".

The tech bros all come from this programming world and I think they got a bit too enthousiastic about the technology. An LLM is not a human brain.

on Name it · c/greentext · 8 pts · 213d

Bioshock Infinite , even my AMD Athlon II could handle it back in the day

on Peasants... · c/linuxmemes · 7 pts · 218d

Just my files & programs, and instant search through them. All a menu needs to be

on Jungle · c/programmer_humor · 34 pts · 221d

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

on Jungle · c/programmer_humor · 15 pts · 221d

But they do allow you to do gotos in language without gotos. Evil and cool.

on Underwear · c/comicstrips · 8 pts · 223d

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

I'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 multiverse

afaik there's no public list of package mirrors

Nice. 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

<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/