semperverus

joined 2 years ago
[–] semperverus@lemmy.world 1 points 32 minutes ago

Pixel phone with grapheneOS has been an interesting ride. Not having push sucks but I still get notifications for SMS, signal, xmpp, and Matrix. Only one I miss is Discord.

Maps gets replaced with Organic Maps or its fork CoMaps.

I access my bank through my browser.

[–] semperverus@lemmy.world 5 points 7 hours ago

"If I can't have it, they can't either"

[–] semperverus@lemmy.world 1 points 1 day ago

Your point was addressed in the thing they said immediately after the part you quoted

[–] semperverus@lemmy.world 1 points 2 days ago* (last edited 2 days ago)

I do both. At home I do what you're describing for Linux but at work I do sysadmin work.

The stuff that winds up mattering on the Windows side tends to be a lot more social and resource based than it is hyper technical and digging in the weeds. If vendor software sucks, you debug it by yelling at the vendor to stop sucking (in the nicest way you can muster). You'll need to document expected vs actual behavior but most of them will hop to and provide a fix fairly quickly. The rest is just making sure you have correct configurations and a proper environment set up (including security and such). Easier said than done of course.

[–] semperverus@lemmy.world 1 points 4 days ago

Sometimes. Most times they buy them to gut them for their patents. Fitbit and Pebble both probably had some patents that Google really wanted.

[–] semperverus@lemmy.world 17 points 4 days ago* (last edited 4 days ago) (4 children)

You missed 3 times in a row.

  1. The 30% cut thing has been industry standard since the dawn of time. Valve goes out of its way to make exceptions to this rule down to 10% in cases of very high volume but everyone only talks about the 30 since thats all they hear about. Only an Epic Games apologist would parrot this as a talking point. Plus, developers are not getting nothing for that 30%, especially games that use Valve's Steam networking services. Unlike Microsoft and Sony who also take 30% cuts, Valve doesn't charge $10,000 per game patch to have someone review and approve it to be published.

  2. The regional pricing goes both ways. There was literally a game recently users were complaining about NOT getting it because the publisher opted out or something, where the regional pricing would have made the game affordable but in USD (Valves country of origin and therefore default), it was exhorbitantly priced. And this one wasn't even Valve's fault.

  3. Valve did not censor games directly on behest of the Australian nutjobs, they fought back against them pretty hard, but Valve is ultimately beholden to the payment processors (who they also pushed back on). Once Visa and MasterCard started threatening to pull services, Valve was put in a "comply or die" situation. If they didn't do as they were told they wouldn't be able to accept money with anything but Stripe or Bitcoin. They literally lost Paypal as a payment option over this fight.

I think its very dishonest of you to frame these points as enshittification. This term means the intentional degradation of a product or service for the sole motive of increasing profits. For point 1, the whole industry literally started off like that. For point 2, it was literally an attempt at equity (valve may not get the deltas correct but in some countries they're losing money on games). And for point 3, you might be able to argue it but ultimately it wasn't for profits so much as it was survival.

If you wanted to shitsling at Valve, you should have mentioned how Valve invented lootboxes in TF2 and then exacerbated the issue in CS:GO/CS2, releasing that awful plague onto the industry.

[–] semperverus@lemmy.world 1 points 1 week ago* (last edited 1 week ago)

My family and I often play multiplayer games that require each person to have a system to themselves. It's a PC after all.

We sometimes play split screen games on one of our decks plugged into the TV, but overall each of us has our own and will play separately on them whenever possible.

We can also then take them with us at our own discretion, and I don't have to worry about anyone else in my family shattering mine.

[–] semperverus@lemmy.world 7 points 1 week ago (1 children)

This one is a stretch. But for those struggling like I did at first, the joke is a play on the phrase "diamonds are a girls best friend"

[–] semperverus@lemmy.world -2 points 1 week ago (2 children)

I don't. Handhelds are personal devices, and Steam Decks are cheap. Everyone gets their own.

[–] semperverus@lemmy.world 2 points 1 week ago

Yep, just make sure to set the permissions so you're not sending notifications to the other phone (if it's someone else's) or allowing remote control of yours. Just enable file sharing or whatever you want, and maybe allow them to do the find my phone ring thing.

[–] semperverus@lemmy.world 7 points 1 week ago (2 children)

When you and your wife send pics over KDE Connect instead is a powerful moment. Still requires one phone to connect to the other over hotspot or be on the same network at home, but its slick otherwise.

[–] semperverus@lemmy.world 3 points 1 week ago* (last edited 1 week ago) (1 children)

This happens to me when I run games sometimes in 4k at max settings, with a 7900XTX. So far I have not found anything that prevents it, and I'm starting to suspect my power supply or my house's wiring might be the issue. It almost seems like a voltage sag.

 
244
submitted 7 months ago* (last edited 7 months ago) by semperverus@lemmy.world to c/linux@lemmy.ml
 

The Linux Ship of Theseus

  1. pick any distro and install it.

  2. Then, without installing another distro over the top of it, slowly convert it into another distro by replacing package managers, installed packages, and configurations.

System must be usable and fully native to the new distro (all old packages replaced with new ones).

No flatpaks, avoid snaps where physically possible, native packages only.

EDIT: Some clarification on some of the clever tools brought up here:

chroot, dd, debootstrap, and partition editors that allow you to install the new system in an empty container or blanket-overwrite the old system go against the spirit of this challenge.

These are very useful and valid tools under a normal context and I strongly recommend learning them.

You can use them if you prefer, but The ship of Theseus was replaced one board at a time. We are trying to avoid dropping a new ship in the harbor and tugging the old one out.

It may however be a good idea to use them to test out the target system in a safe environment as you perform the migration back in the real root, so you have a reference to go by.


Easy: pick two similar distros, such as Ubuntu and Debian or Manjaro and Arch and go from the base to the derivative.

Medium: Same as easy but go from the derivative to the base.

Hard: Pick two disparate distros like Debian and Artix and go from one to the other.

Nightmare: Make a self-compiled distro your target.

 

Additionally, it appears that the code for the backend server is intended to be public as well, but just doesn't exist outside of a readme.md document in the main branch.

This is setting off sirens, particularly the lack of a license.

 

If you would like to contribute, please consider making a fork of the repo and updating the language strings for your native language. Take care not to change the actual variable names (i.e. leave the word "reddit" and "subreddit" in the variable tags, but change the actual string values).

The languages are available in this folder here, in the various values-... folders:

https://github.com/bqv/slide/tree/lemmy/app/src/main/res

If you'd like to see my commit as an example of what I did to base yours off of, you can see it here:

https://github.com/bqv/slide/pull/2/commits/f346de0ef40b3fb87a9d420d969f2f16edc874a5

view more: next ›