Spyke

Replies

linux

Comment on

XFS File-System Maintainer Stepping Down

Reviewing has become a nightmare of sifting through under-documented kernel code trying to decide if this new feature won't break all the other features. Getting reviews is an unpleasant process of negotiating with demands for further cleanups, trying to figure out if a review comment is based in experience or unfamiliarity, and wondering if the silence means anything.

Damn I feel that

tech

Comment on

As Reddit Crushes Protests, Its User Traffic Returns to Normal

IMO, I don't see reddit ever going back to what it was even a year ago. Like many other lurkers I didn't actively post much on reddit, but I used it a ton for searches. Reddit was (and still is to a much lesser extent) a great place to find support or posts that might address an obscure problem you have with tech in general. Trying that today gives me mixed results at best. Subs are private or the replies that were helpful are now deleted. A lot of the search results that you might've found before don't actually show up because the user deleted their account and/or posts. Its far less useful for this purpose than it was even a few months ago and I think we'll see traffic start to reflect that pretty soon.

news

Comment on

Ohio high school English teacher, Jennifer Ruziscka, resigns after OnlyFans account discovered

Reply in thread

I strongly agree with both points, but it should be noted she was making almost 75k as a teacher according to the article which is definitely on the high end for Ohio teachers

was also a cheerleading coach and yearbook adviser with a salary of $74,720 at the time she resigned.

Edit:
Reading more into the article, she's been teaching for 30 years. 75K for that sort of experience is ridiculous

news

Comment on

'Suits' Was Streamed For 3 Billion Minutes on Netflix and the Writers Were Collectively Paid $3,000

Reply in thread

It’s semantics, but the equivalent for a song would be plays. I think the problem with using views or plays for a metric like this is that they don’t account for people that take in the entire piece of media. It considers people that accidentally click an episode and then close it after some seconds, and people who watch an episode from start to finish, to be the same. One of those people are going to see a lot more ads than the other, thus making the company more money. Just my hypothesis tho.

linux

Comment on

Downsides of Flatpak

The isolation paragraph seems more like a gripe with Gnome Software Center rather than flatpak itself.

It most likely doesn't scale to have all developers keep track of all the dependencies of all their software.

Also not sure I agree much with this. When developers don't keep track of their application's dependencies, end users often end up having to do it and it's a much worse experience overall.

I do agree with that it ends up being more of a burden on developers to maintain dependencies in their package. It's not great knowing there are potentially patched issues sitting in older libraries that are shipped with a flatpak because a package maintainer hasn't had the bandwidth to update them.