Spyke

Replies

til

Comment on

TIL lemmy.ml is a pro-authoritarian CCP shill instance

My understanding is that they migrated most of their political stuff to lemmygrad.ml, and lemmy.ml is a mostly a general instance with some pro-china tendencies. I have zero concerns for developer political ideologies on open source licensed projects with good licenses as long as they stay professional.

Nothing is stopping you from defederating from lemmy.ml on your own instance and/or creating a fork and doing nothing but rebranding it with proper attribution if it really bothers you that much (or use an alternate tool like kbin), but you should realize almost every software you use had at least someone with political ideologies you would disagree with make contributions somewhere in the stack.

Comment on

Grindr CEO Says App Will Be “AI-First” and “Not in the Business of Politics”

I predict it'll go Meta and have fake accounts to keep engagement up plus a "AI matchmaker" assistant that will tell you its "advice" on the situation, mostly to get you to add more personal information.

The company is probably already using user data to build gay-interest advertising models for capitalism and gay-dar models for tyrants, but this policy will let them more openly sell that data.

Comment on

The future of Obsidian plugins - Obsidian

Tldr looks like a new community plugin discovery that requires plugins to be:

  • source available
  • hosted/mirrored on github
  • owned by developers with Obsidian accounts
  • pass automated scanning
  • defined by permission manifests

Overall probably a good thing, though I wish they'd be open to featuring projects not shared with Github.

Comment on

Samsung joins Google in RCS shaming Apple

Why should anyone care about RCS? The trend has been to get everything into data instead of carrier owned services for two decades now, we don't need another SMS (it will likely always be a fallback). What we should move onto is a carrier and device type angnostic universal standard protocol over TCP / QUIC like XMPP or Matrix, with SMS as the backup.

When you get a phone you can get an phone system account and a telephone number already. Modern apps in the Google ecosystem should already recognize you are already signed in with Google and sync your contacts. Since almost everyone is already in the Google ecosystem, if Google supported it they could have extended their XMPP implementation in Hangouts to allow messaging directly via XMPP to those contacts and SMS for anyone not yet in the system (similar to how Signal did, Apple does, and Google does now with RCS). Unlike Apple, since its just XMPP, users can still add friends and be added by friends on other XMPP servers (ex. their ISPs, their own, or a third party). They could have supported or jumpstarted a new very simple open source alternative app for that portion for AOSP if the EU complained. Eventually Carriers could have supported passthroughs for those still on feature phones and other users of SMS to use the number@carrier accounts to hit XMPP users with generated SMS numbers for non-SMS users (pushed either by business necessity or part of a government / teleco org like GSMA staged removal of SMS and telephone numbers). It's all data at the end of the day.

Instead, they developed a whole new protocol to fluff the telecos and keep the now badly managed telephone number system even more necessary allowing spammers and allow the problems of legacy SMS to continue.

Apple, Google, and Samsung should all be shamed for not supporting fully open protocols and necessitating dependency on user harming stacks.

Comment on

Spotify fans threaten to return to piracy as music streamer introduces new face-scanning age checks in the UK

Reply in thread

Credit cards should roughly do the same, but both of those aren't "great" for privacy and really exists to make profiles of adults while pretending to negate the need for parents to parent (the only real way to reduce/prevent harms of kids witnessing age inappropriate media). Your ability to do financial transactions shouldn't be tied to your speech or content you view.

Comment on

Rivian CEO issues strong statement about people who purchase gas-powered cars: ‘Sort of like building a horse barn in 1910’

A giant electric "luxury" truck is still a giant "luxury" truck. Buying one over the other is like buying a cruelty free synthetic beaver cap over a cap made from an actual beaver. Yes it probably is better, but you are still wearing an ass on your head.

It's 2023, most people live in urbanized areas where a truck is similarly ridiculous, especially the modern "luxury" models. Those that actually use their vehicles for hauling things at a farm want real work trucks and tractors (regardless of engine type) with lower and longer beds.

Comment on

How can we backup all posts from a community in the old place (/r/quebec for instance) and copy all posts and comments to the new place (/c/quebec) ?

If you are an instance owner, you can use this tool https://github.com/rileynull/RedditLemmyImporter . However, is all of your sub's old content really that valuable to bring over? Why not just create the new community, copy the old sidebar info / rules, make a sticky with links to top posts in the old sub, let a few people know (in a way that doesn't violate the sub's rules) and let people migrate naturally?

Comment on

[AMA] We're Framasoft, we develop PeerTube, ask us anything!

Reply in thread

Not Framasoft, but here's a few ideas on monetizing:

The software allows you to post a "Support" button under the video with links for donations, etc. It also allows you to upload platform member only (internal) and password protected videos that you could charge access via another means to unlock.

Plugins can be added by admins to add monetization more directly as well. For example https://github.com/kontrollanten/peertube-plugin-premium-users is an attempt adds the ability to have premium videos with Stripe as the payment processor/verifier.

Admins can also soft fork and add in whatever customizations to enable monetization too as long as they adhere to the AGPL terms.