Spyke

Replies

lemmy

Comment on

With the recent hack, there is now irrefutable proof of malicious actors trying to break Lemmy and steal user accounts. Please be careful about entering your password into random Lemmy apps!

Sorry, but that's literally every online service. For example if you buy a new virtual server it takes like 5 minutes till a Chinese IP starts to try root passwords.

If someone actually wanted to harm Lemmy they'd just DDOS the biggest instances for a month (which would be easy, it's mostly single servers after all) or attack it with so much spam and large images that storage would break.

Comment on

What's some really unpopular opinion you have?

Reply in thread

I totally get that, same here.

But ultimately you can't just blame people. There is literally an entire industry trying to sell you cheap carbs and fat. Down to the sound a bag of chips makes when you open it (this is not a joke).

So on one hand you have evolution, your body still being stuck in the past where food was scarce. On the other hand you have too much food and it's highly engineered to be addicting on purpose.

It's no surprise most people are going to lose that challenge.

meta

Comment on

Lemmy.ml has now blocked threads.net / Meta

Reply in thread

It's pretty damn simple actually. Let's say we fully federate with Threads, what will happen?

  1. Threads gets a massive amount of users, they already have 20 million sign-ups on the first day! Their user base will be gigantic

  2. We'll get a big influx of content (if Meta does the federation properly), huge communities will pop up on Threads and you'll join those communities. It's unlikely that Threads users will join communities hosted on smaller instances, why join a community with 1k users if Meta has one with 200k?

  3. Now Meta controls 99% of the users AND content. They can switch off federation at any moment. Maybe they cover it with "we have a new cool feature, but it breaks federation, sorry!" in that moment all our Lemmy instances lose most of their users and content. And you lose all your communities you joined

  4. Lemmy users will migrate to threads, because they want their content back, the fediverse dies (except for a few hundred to thousand hold-over nerds who won't give up)

Fuck Meta.

Comment on

What's more unsafe - Windows or Android?

That's a weird question, you are comparing a desktop OS with a phone OS (except you are talking about Windows phones, but I don't think you are?).

All it takes to kill your Windows installation is double clicking a random .exe file (and being unlucky that Windows doesn't warn you about this particular file). And nope, if it is a custom program your antivirus won't detect it either. Every time I hear of a company getting a crypto locker on their systems it was over a Windows PC (mostly by email). I haven't heard of your average company getting compromised by a phone yet (but those phones usually don't have network access to shared drives..).

Android is relatively locked down, a lot more than Windows. Even if someone sends you malware per email, there is no easy way to execute it on your phone. It's also not true that you can just install a rogue APK in two clicks, you have to do the following steps:

  1. Open the Settings app on your Android device.
  2. In the Settings menu, tap Apps.
  3. Tap Special app access (or Advanced > Special app access).
  4. Tap Install unknown apps.
  5. Select an app to use to install an APK file—your browser and file management apps are the best option here.
  6. Tap the Allow from this source slider to allow APK files to be installed via that app.

Definitely not something that happens by accident :)

Overall for your average user I'd say Android is safer.

Comment on

Why GitHub?

From the view of a small team that actually paid for GitLab Bronze: Their pricing is a mess and they keep changing things. We went with GitLab at first, Bronze tier, everything was great.

Then they removed Bronze tier (which was $4 per user per month) and only offered a premium tier from then on, $20 per user per month. Which is insane if you look at GitHub pricing.

So instead of paying that much we went with the free tier afterwards. Then GitLab limited free tier repos to 5 users max. Which was yet again annoying and we had to act on that.

In the end the company moved to GitHub, all we wanted was a stable solution we pay for and be left in peace. GitLab kept messing with things and wasting developer hours (Damn meetings with management). GitHub still has a $4 per user per month tier, GitLab.. wtf.. just raised the price again to $29 per user per month. Are they insane?

Comment on

As Reddit Crushes Protests, Its User Traffic Returns to Normal

Reply in thread

You take away power users and people fed up with Reddit and the casual user who doesn't care is left over.

If you look at blackout votes it was usually around 4 to 1 in favor.

During and shortly after the blackouts there were a ton of upset casual users calling the mods cunts, the blackouts don't help, stop holding other users hostage, give me back my content!!!

Those users don't care about third party apps, mod tooling and so on, they just want to browse the site. These angry users got the loudest while protestors took a break or left for the Fediverse.

Comment on

What's more unsafe - Windows or Android?

Reply in thread

Ever heard of .bat files? There is no need for admin rights to steal company and user data. All it takes is opening the wrong file. Windows is also terrible about file names, per default extensions are hidden. So you can have a file named "report.pdf.bat" for example and it will show for most users as "report.pdf" with a funny icon. It's a terrible default setting security wise.

Btw. you're still comparing a desktop OS with a phone OS. You have to compare Android with iOS. Or Windows with Linux and macOS.