Spyke

Replies

Comment on

Pornhub’s parent company is changing its name to total nonsense

Reply in thread

seriously, how bad must it be to change name to clean up their image? We all expect this industry is controversial.

The only recent thing I remember about Pornhub is the current blocking in certain states as protest to the age verification requirement. That seems like a plus in my book that they stand up for privacy and internet use. Changing the name seems like it might dilute their stance.

linux

Comment on

Canonical's Snap Store Hit By Malicious Apps

As much as I despise snap, this instance bring some questions into how other popular cross-linux platform app stores like flathub and nix-channels/packages provide guardrails against malwares.

I’m aware flathub has a “verified” checks for packages from the same maintainers/developers, but I’m unsure about nix-channels. Even then, flathub packages are not reviewed by anyone, are they?

privacy

Comment on

[QUESTION] How to quit closed-source platforms?

I guess you're already said it, there are ones that have a network effect, and depending on your priorities/relationships, you can cut them off or compromise. I cut off Facebool/Meta products in general some time ago, because it was clear that would be better for my mental health. Still kept in touch with people through texts and Signal. And I'm OK with having a smaller less noisy network. For most of my personal relationships and matters, I'd have to compromise less.

On the other hand, for more professional matters, like work, or trying to find communities that I care about or seek help from, I'd have to compromise more and accept that I have to use Zoom, Slack, Google products, ... I have found ways to be OK with it. I hope you can find a way.

At the same time I may raise issues about those products' nature if/when appropriate, with my colleagues, while acknowledging that the alternatives aren't always seamless and easy. Let's face it, many alternatives keep changing, and may require a high level of entry. Anw, when I can and if it's easy enough, i may show them how I use alternatives and let them decide on their own.

Key points: compromise, be understanding & empathetic but still vigilant and an advocate when possible

EDIT: holy crap, I just realized this post is 3Y old. I’m an idiot 🤦

Comment on

CAPTCHA: Bot vs. Human. Bot wins.

Reply in thread

I have a suspicion that it might depend on a few factors that might be related to Google’s ability to track, such as the browsers you use and whether you’re on VPN. I saw a post on Lemmy the other day (can’t remember where) that they suspect captcha is more annoying on Firefox, whereas fine with Chrominum-based browsers, esp Google Chrome. I think I sometimes experienced this as well, but I didn’t keep track.

Comment on

I easly got the reddit r/place data into a 4.3GIB sqlite database, where can I post it?

here are a few options that I see but never actually use.

Your data don’t seem to be massive compared to the types of data people store on there. So I don’t think it’s gonna be an issue. Plus, if you deposit your data in 1 archivist place + 1 research place, the data may be used by more people. Don’t forget about licenses btw.

EDIT: added https://socialmediaarchive.org/ to the list, just found out about that.

Comment on

We watched 1,000 TikToks in one sitting. The algorithm served up a shocking number of ads, rivaling network TV.

Reply in thread

yeah agreed with your sentiment. I think it’s good to have an intuition about something, but it’s much better when there’s data to back it up.

Cuz then, they can do the same with others, say Youtube or other streaming services, and start to compare the numbers, like % of ads, what types of ads, how long are the ads relative to content, how many of these ads are political, how many of these ads may be harmful, …

Having these numbers can be quite handy for other researchers and regulators to look into these issues more concretely, rather than just say, “as your brothers and sisters already know, tiktok serves ads”

linux

Comment on

Best practices for navigating file structure via terminal?

Others have mentioned using interactive tools like zoxide to easily get to frequently visited directories.

In addition, I also use nnn (https://github.com/jarun/nnn), which is a terminal file manager that you can navigate through. You can create shortcuts, snippets and bookmarks with this. I use this and zoxide + fzf regularly on CLI to navigate.

Some here also mention ranger, which is another terminal file manager. In my limited experience with ranger, I feel like the start up time is much slower than nnn; but I haven’t tried much. Tho with ranger + graphic-accelerated terminals like kitty, I believe you can preview images and files, which seems to be a great feature. So it depends on your need.