Spyke

Replies

Comment on

As Reddit Crushes Protests, Its User Traffic Returns to Normal

A lot of sentiment seems to suggest that for Lemmy or the fediverse to succeed Reddit has to fail.

I don't get that opinion at all. Reddit had become overwhelming bloated. A popular thread would have thousands of comments. Most of which would be near identical. Only the most up voted would ever be read and typically they had to have been commented while the thread was new.

The internet is vast, there is plenty of room for multiple social media to exist.

If you dislike what reddit has become then ignore it. If you still wish to use it then you can do so side by side with using Lemmy.

Comment on

Amazon tests new star ratings that are even harder to read

Star rating systems don't accurately convey opinions. The majority of reviews will be either 5* or 1* with only a few wannabe critics voting in between applying their own arbitrary votes.

If Amazon are going to change things then why not adopt something more meaningful. Simple up/down votes for things that actually matter.

Was this product as described: 👍/👎

Are you satisfied with the quality: 👍/👎

Are you satisfied with the value for money: 👍/👎

Then a few optional questions for things that aren't relevant to the product such as postage/packaging etc.

games

Comment on

Baldur's Gate 3 - Patch #2 Now Live! - Steam News

Putting a dead character in a container and then yeeting that container into a chasm will no longer permanently destroy the character - they will now float around as a resurrectable Soul Echo as expected.

QA clearly wasn't good enough if they didn't pick up on such a game breaking bug prior to release

And...

If you dismiss your companion to camp and shove them into a chasm, Withers will now be able to resurrect them... so you can shove them into a chasm again, probably.

Whoever wrote these notes really deserves some credit

Comment on

is it just me or GitHub is turning into some sort of LinkedIn

Has GitHub actually done anything negative? Your comments really just sound like fear mongering, I can't see any actual issues.

What is the bloat you're referring to? The UI is clean and simple. Navigating and searching code is intuitive. The issue tracker is basic but reliable. Releases are clear. GitHub Actions are complex but featureful and incredibly useful. GitHub Packages are basic but useful. GitHub Copilot is damn impressive.

Comment on

why not a,b or x,y?

A useful tip I picked up was to use ii instead of j for an inner loop. It's far more distinct than j.

If for some terrible reason you have even more inner loops you can easily continue the trend i, ii, iii, iiii, iiiii - or iv, v if you're feeling roman

Comment on

You need to send an API Request to apply for a job in this company

Reply in thread

Mmm. It's not going to happen though. Even this company have failed at standardising their own API.

Key for twitter: "twitter": Key for discord: "discordUsername":

Why are they inconsistent?! Who wrote this? Who signed off on it?!

Oh, and for GitHub you provide a url but for twitter and discord it's just the username?! But the twitter handle has to be prefixed with @. Why?!

Comment on

We're the creators of Lemmy, Ask Us Anything. *Starts Monday, 7 Aug, 1500 CEST*

Reply in thread

All the work I did creating proprietary software was essentially thrown in the trash, and societally useless. I'd much rather be paid very little, and contribute something positive to the world; time is our most valuable resource, and we should spend it doing things that improve the world, because there is so much that needs doing.

This is very well put and mirrors the issue I keep coming up against in my career.

Comment on

What should we do about license violations in apps that rely on work of Lemmy contributors?

Here's the relevant section of the GPL FAQ:

https://www.gnu.org/licenses/gpl-faq.html#IfLibraryIsGPL

If a library is released under the GPL (not the LGPL), does that mean that any software which uses it has to be under the GPL or a GPL-compatible license? (#IfLibraryIsGPL)

Yes, because the program actually links to the library. As such, the terms of the GPL apply to the entire combination. The software modules that link with the library may be under various GPL compatible licenses, but the work as a whole must be licensed under the GPL. See also: What does it mean to say a license is “compatible with the GPL”?