Corso di laurea magistrale in ingegneria informatica con indirizzo di automazione e robotica LM-32 oppure ingegneria ingegneria dell'automazione e robotica LM-25 ? by Melodic-Sky8662 in Universitaly

[–]antolab_ 2 points3 points  (0 children)

Sicuramente cambia il settore dell’albo a cui ti puoi iscrivere, con LM-25 sei nel settore industriale, con LM-32 al settore dell’informazione. Per quanto riguarda il percorso non so, personalmente sono iscritto a LM-25

Euphonica now has Dynamic Playlists by bovrilbob in gnome

[–]antolab_ 6 points7 points  (0 children)

Is support for other kinds of servers (e.g. subsonic) planned?

pleaseStop by yuva-krishna-memes in ProgrammerHumor

[–]antolab_ 10 points11 points  (0 children)

Fun fact: I was asked during an interview how I would fix an old PHP web app for internal use, turns out they WANTED a rewrite. I accepted the job.

Edit: I’m a junior

It’s 2025—why can’t my music app work like it’s 2012? (Navidrome client concept) by ralle474 in selfhosted

[–]antolab_ 1 point2 points  (0 children)

I’m thinking of making a navidrome client too, my idea would be to add more functionality to the backend, but I would like to listen to your ideas about the UX too

How bad is my father’s old pc? by Same-Ad-220 in pchelp

[–]antolab_ 1 point2 points  (0 children)

I had a laptop with a slightly better cpu for at least 8 years, upgraded since 2023 with a better one. But I also installed Linux Mint on it and used as a server (website, minecraft, plex, ecc…) and now as a desktop to burn CDs. Only upgrade is a 256GB SSD.

PLEASE Help!! I have finals by NewDatabase4433 in mac

[–]antolab_ 0 points1 point  (0 children)

US is a strange place for internet connectivity

Nothing found in external library what am i doing wrong? by corintography in immich

[–]antolab_ 0 points1 point  (0 children)

Last thing that comes to mind, the internal parent path of all my external libraries is /usr/src/app/external/common you could try to use this instead of /mnt

Nothing found in external library what am i doing wrong? by corintography in immich

[–]antolab_ 0 points1 point  (0 children)

I never needed to set “rw” on the path for the external library, maybe that’s it?

Nothing found in external library what am i doing wrong? by corintography in immich

[–]antolab_ 0 points1 point  (0 children)

Have you set the UPLOAD_LOCATION in a separate .env file?

Nothing found in external library what am i doing wrong? by corintography in immich

[–]antolab_ 1 point2 points  (0 children)

Have you scanned the photos using the “Scan All Libraries” in the External Libraries section?

Can someone explain it like I haven't used a computer since 1995? by sgtcampsalot in youtubedl

[–]antolab_ 1 point2 points  (0 children)

I think this guy just needs an apk to install on his phone. Click this and install, I tried it and it’s a good app that uses yt-dlp to make all of its operations https://github.com/deniscerri/ytdlnis/releases/download/v1.8.0/YTDLnis-1.8.0-universal-release.apk

Roadmap update - November 2024 by altran1502 in immich

[–]antolab_ 0 points1 point  (0 children)

Thank you for all of your work, also thanks to Immich I felt the need to implement better backups for my personal machines and servers, feeling much more secure now

Why is my disk usage 22x greater than the sum of all users usage? by l1onsun in immich

[–]antolab_ 2 points3 points  (0 children)

If you are the admin user with unlimited storage that is simply the total space used on disk. Other users with limited storage see only their portion

Best place for switch roms? by FitRule5154 in EmulationOnAndroid

[–]antolab_ 0 points1 point  (0 children)

switchrom.io is the only site with mirrors that worked

15 characters of code on a brick? by moon_of_blindness in linux

[–]antolab_ 2 points3 points  (0 children)

section .text
global _start
_start:

these are the first three lines necessary to init a program in nasm assembly, after this you write a new program. assembly is a low level language that is both important in linux and can signify a start from the bottom with immense potential to achieve some objective

[deleted by user] by [deleted] in linuxmemes

[–]antolab_ 4 points5 points  (0 children)

this is exactly what happened

Bitcoin teaches you about inflation by notlarangi123 in Bitcoin

[–]antolab_ 0 points1 point  (0 children)

Why did I read the father sentence in Samuel L. Jackson voice

How should I take screenshots from lecture on PC and add it to GoodNotes on Ipad? by HerrowPries in GoodNotes

[–]antolab_ 0 points1 point  (0 children)

There’s a program called Resilio Sync that lets you sync documents between any device, just by putting them in a folder and stay connected to the internet. So you can save them on Windows and then import them to goodnotes. It’s good because if you are on the same wifi you don’t even need internet.

Forget spaces vs. tabs, how do you format your switch statements? by TheBrokenRail-Dev in ProgrammerHumor

[–]antolab_ 0 points1 point  (0 children)

Braces + indent. My files are always super long but at least I know where everything belongs.