There are many myths surrounding Swiss copyright law in relation to downloads. Downloading, uploading, streaming – what exactly is allowed, and what isn’t? And why?

I used Linux daily for 20 years.
Linux may be ready, the mainstream software isn't.
Are you working with Adobe? Good luck.
Want to play some multiplayer game? Good luck, again.
Oh yes, chrome and Firefox run fine. Just disregard LibreOffice, it's disappointing.

Unfortunately not.
I say that not because I hate Russians.
I hate the Russians that fly to Maldives and act like they own the place and are constantly rude to Maldivians, other tourists and leave trash behind when they leave.

Despot of carpatia?

Oh... right! I didn't think of that. :)

I wonder if America gets worse manufacturing, all the people complaining Logitech mice failing after a couple of years. While mine I have to kill them myself or gift around because they last so much and I like the new cool G series mouse.

The thing is that 1GB of a "driver" contains about 20 MB of actual mouse driver, but also all the drivers for all their other mice, keyboards, webcams, joysticks, driving wheels, loudspeakers (but why?), headphones, etc.
I like they consolidated their Logi Hub software, but it's HEAVY.

The problem when you bash millions of people is that your claims against the group becomes untrue very quickly. The Christians in my neck of the woods are generally supportive of women who want to get abortions.
That's true.
Even in Italy, house of the Vatican, home of the Pope, with 60% of Italians being Catholic Christians, abortion is perfectly legal since 1978 and no one even thinks about making it illegal.

Can someone with a Bible confirm? Sounds like some funny hoax to me.

Sony Xperia 1 here, no app, neither.

If you had a Sound Blaster 16, you had an extra IDE port on the board, which DOS couldn't see and you had to load special drivers to use them. Usually it was used for the CD-ROM.

I wish.

You're changing the environment to favour your fight. I agree with you, 90% of the times in servers space, Linux works better.

I don't want to argue with you, because your thoughts are right and you raise valid good points when interacting on social media.
But just to add something, I didn't say he's a bad person, I have no clue about that, I did say he's a bad IT person. In other words, not qualifies for the role, if I can have an opinion on that.

I support the right tool for the right task, I'm not a company cultist, I'm sure Apple is as fucked up as Microsoft, I believe you. But I don't care.

I have 20 years of experience in Linux. I'm not the average "I'm using Arch btw" Linux user. I managed several services at work with Linux and have a homelab at home.
If I wasn't a PC gamer, Windows was gone from my house. That's how I prefer Linux.
Having said that, your statement is objectively wrong.

No offence but you're a bad it person if you really think like that.
I love to suggest Apple products to my relatives, because they're too dumb and I don't have to give technical support, lol.

I'm a windows and Linux user. I received for free an old 2015 MacBook air. I absolutely love it (after installing brew).
With how infuriating Windows 11 is, I'm slowly starting to understand why people prefer to pay more for a Mac.

I get the joke, but lots of people, me included, start to understand why people pay so much for a Mac. It's not the hardware, it's not having to deal with Windows.

The amount of energy wasted in America for all the houses with AC they have, could have propelled an entire society to Mars.

Time 2 years top, there will be an AI that converts perfectly COBOL into JavaScript.

In some European countries, the authorities are taking rigorous action against film and music piracy. Even downloading a single file can lead to fines, criminal proceedings and warnings.
In Switzerland, the legal situation is somewhat different. Here, you can download or stream certain content from the internet without paying for it under certain circumstances.
line 32: found character that cannot start any token
Today, I tried (again) to install lemmy on my linux server. I tried in the past but the documentation was so lacking that I only encountered errors after errors just following exactly every command.
Today I tried again, using the Docker method, I correctly downloaded all the files, but as soon as I run "docker compose up" I get the error "/lemmy/docker-compose.yml: yaml: line 32: found character that cannot start any token"
That's usually a common error if the yaml file contains TABs instead of spaces, but it's not the case here.
So, again I'm lost and I'm looking for someone here that can bring me some light on the issue, it would be very appreciated.
build lemmy from scratch on debian
Hi all, if you're trying to build lemmy from scratch, on debian (not ubuntu), and you're following this guide: https://join-lemmy.org/docs/en/administration/from_scratch.html
Install those two things before following the guide:
apt install sudo
Of course, 'sudo' is not installed by default on Debian, so I guess it would be a good idea to install it.
sudo apt install build-essential
This will install the 'cc' compiler needed by Rust.
sudo apt install protobuf-c-compiler protobuf-compiler
This is needed to compile opentelemetry-proto.