I think your opinion is disrespectful towards artists. It implies that they don’t deserve to be compensated for their work and consequently that their profession is less worthy. Why art specifically? What sets their product apart from other goods?
I think your opinion is disrespectful towards artists. It implies that they don’t deserve to be compensated for their work and consequently that their profession is less worthy. Why art specifically? What sets their product apart from other goods?
I know this, I’ve worked on LLMs and other neural networks so I was wondering what kind of difference you could make out. Humans do the same thing, they just have more neurons and use more sophisticated training modes and activation mechanisms as well as propagation patterns.
So what I’m saying is that you can’t tie intelligence to the fundamental mechanism because it’s the same, only humans are more developed. And maturity on the other hand is a highly subjective and arbitrary criterion—when is the system mature enough to be considered intelligent?
Ist das denn so viel billiger als einfach ein Pay-As-You-Go bei Wasabi beispielsweise oder nem anderem hot storage cloud provider wie rsync.net oder Backblaze? Vorteil ist, dass du dort regelmäßiger dein Backup updaten kannst. Mit sowas wie rclone geht das dann auch inkrementell, und wenn du restic und dann rclone im size-only mode benutzt sogar recht flott.
Randnotiz: Bei Wasabi und rsync.net ist der Zugriff auf deine Daten auch kostenlos.
But it does understand it since it’s able to answer arbitrary questions, no?
+1 for Lazygit. It doesn’t cover all of my needs so I have to use the CLI for a few small things, but for 99% of your typical git usage this tool is such a gift.
deleted by creator
Weird scheme but at least high number good.
Being centralized isn’t the only reason, but basically yes. The concept behind the protocol is simpler because your decryption keys only ever live on one device. You don’t really have the entire trust (and key sharing) model for devices that Matrix has. Signal’s desktop app works very similarly to WhatsApp where your single main device needs to be connected at least intermittently for “guest” sessions to be able to send and receive messages. I haven’t used Signal desktop though, that was just the impression I got from it. Would make sense though because WhatsApp is allegedly borrowing from Signal’s protocol quite a bit.
It is just closer to WhatsApp. What Matrix does, especially with regards to enabling true multi-device support, is quite complex overall and sometimes causes issues with keys for decrypting messages not arriving on all devices. Signal is more limited but it just works a lot better. Small but important extra: Signal supports fully encrypted voice and video chats.
Full disclosure: I personally also prefer Matrix because I use it with multiple devices. I don’t want to install desktop apps for these services and Element runs in the browser while Signal does not.
You can do something similar without any addons. Firefox allows selection of multiple tabs at once out of the box, and you can have it create bookmarks for this selection. You can then have it open all bookmarks in a bookmark folder at once.
Endless Space 2
Weiß > Mandel > Dunkel > Vollmilch
Unfortunately not
Not really, I just miss some of the subs that I used to frequent. Most of them already exist somewhere in the Fediverse and just need to gain some traction. The other thing I miss is my app, RedReader, but the author has plans to extend it to support Lemmy or similar in the future so I’m good.
I don’t know about France. I live in one of your neighbouring countries and as a graduate or even undergrad software dev you won’t have a hard time finding a job that pays 60k+. 80k+ is rare but definitely also exists.
Edit: And yea all of these are pre tax obviously.
I wasn’t worried about nutomic and you. We all appreciate what you guys are doing for us ex Redditors seeking a new platform, even more so that you are willing to sacrifice so much personal comfort just to bring joy and entertainment–two luxury goods–to all of us. Most people seeking a job are not in it for ideals though, so it’s not completely unreasonable to think that you might need to compete for your work force by offering salaries comparable to what’s common in your market.
Even if you spend all of that on salaries and everybody earns the same, 4k€/month for a software dev job for example seems low in central Europe. That’s not even 50k a year. Some companies offer between 60 and 80k for entry level positions. You need closer to twice that much to be remotely sustainable with 7.
spez is a very special specimen.
The language itself is very easy to get started with (like Typescript) and it’s widely supported, but the developer experience of writing Python is hands down terrible. I thought that it was a good idea to recommend languages that take you by your hand when you get your toes wet for the first time and Python does not do that at all. For example, since it’s interpreted without any meaningful upfront processing, any kind of error in your code will only reveal itself when the interpreter actually tries to execute the portion in question. This can become annoying very quickly, especially if you’re learning by doing / through trial and error.
In my opinion Python is an incredibly potent tool for seasoned developers, but despite its easy syntax and forgiving semantics I don’t think it is a good idea for beginners to use it for anything beyond a basic “hello world” application.
I see, thank you!