

Better yet, why put yourself at the mercy of something that can enshittify in the first place? I’ve never understood why people get into selfhosting and then go right back to giving power over their network to a 3rd party again.
Did you know most coyotes are illiterate?
Better yet, why put yourself at the mercy of something that can enshittify in the first place? I’ve never understood why people get into selfhosting and then go right back to giving power over their network to a 3rd party again.
You can still use it as a target for a more sophisticated backup solution though, like borg. Borg handles the versioning, integrity, and encryption, so online backup can just be used as dumb storage location. If the online backup deletes your data or locks you out, just use your other copies to recreate the backup into another dumb online storage. In this way, your online backup target doesn’t have to be very reliable, as long as it doesn’t fail at the exact same time as your other backups.
Okay, but I did just find this game, and it’s a free game that I’m pretty sure already hit mega-popularity back a year ago, so I don’t know what advantage astroturfing on the tiny threadiverse would serve. I’ve just been having fun with it today and wanted to post about it somewhere.
I am paid a fuck-ton so my answer is definitely yes, but I really think it would vary person-by-person. “Should” people need to work 5 days per week to get that pay? My answer is probably no.
My corporate job is one of the better ones in terms of pointless BS and people pretending to be their corporatesonas, but every time I take time off I’m reminded that we’re wasting our entire lives with work. I take a few 4-day work weeks and suddenly my house is clean again, I’m cooking more interesting meals, writing code for fun, hanging out with friends, catching up on shows, etc. Imagine how much progress, art, and innovation we could have if everyone’s natural talents and interests were given space to exist. Long-term we would have so much more of everything, and everyone would be happier and healthier. Unfortunately, short-term we’ve gotta layoff 4% of our workforce again because Mr. AI said it might make the line go up.
How so? I feel it is an example of the effect because customers are drawn in with a low price and are surprised by a plethora of seemingly-sneaky fees, which take up a large portion of the total bill. Customers feel negatively about the long list of fees and the implication that they’ve been tricked, but they wouldn’t think twice if the fees were just included in the base price. It is against their best interest to be automatically and opaquely charged for all regular services (i.e. normal airlines) instead of being transparently given the option to forego those that they do not care about (i.e., fee-based airline).
I remember someone talking about an airline that advertised very low prices up-front but then added tons of fees for every individual thing, and when adding all the fees up for the service you’d expect with any other airline the end price would be the same. However, given that all the services/fees are technically optional, this is actually an ideal pricing model since you don’t have to pay for any services you don’t want.
It’s important to use services with a workflow that works for you; not every popular service is going to be a good fit for everyone. Find your balance between exhaustive categorization and meaningless pile of data, and make sure you’re getting more out than you’re putting in. If you do decide that an extensive amount of effort is worth it, make sure that the service in question is able to export your data in a data-rich format so that you won’t have to do it all again if you decide to move to a different tool.
By default, Wine/Proton has access to your full Linux filesystem under the virtual Z:/
drive from within the Wine environment, so any dedicated adversary could include your Linux stuff into its data collection. The odds of this already occurring are probably low-ish. You can use bubblewrap raw to start sandboxing resources (e.g. blocking network access or masking directories), or there’s a project called sandwine which presumably auto-configures the important stuff through bubblewrap (though I’ve never gotten around to trying it). Wine itself can also be configured to drop the Z:/
drive through its winecfg
tool.
Without a dedicated configuration, I’m not sure Wine has any real priority or guarantee about sandboxing your original system from Windows executables, which is also why it’s important to remember that Windows malware can still do damage when running on a Linux system. The malware doesn’t really even have to be aware that it’s running in Wine if it just tries to encrypt any files it can reach.
The comment collapsing I think is fine; Lemmy-style forums already heavily rely on voting to move content around, and I think net -10 is a pretty good indicator that the comment in question has bad info, is a troll, or is otherwise not good content (as voted by the local community).
The low karma icon I’m seeing out in the wild and honestly, so far every time I see someone with that icon I look at that profile and sure enough there really are a lot of downvoted comments and antagonistic behavior. It’s probably handy to determine whether someone is sealioning, trolling, or just otherwise has a lot of bad takes (again, as voted by their local community) before deciding whether to waste energy trying to engage in a thoughtful conversation.
4chan screenshots being reported is pretty opinionated (the rationale being that it’s not about the content itself, it’s about the normalization of 4chan and the enablement of the alt-right pipeline it provides), but hopefully it’s at least optional?
It’s much better at federation than Lemmy.
Do you have an example or source for what this means? Like is it faster/more efficient to propagate things, more featureful in what it federates, etc.?
The Ratchet & Clank CPU Limited run has some noticeable FPS dips/loss under NTSYNC that FSYNC doesn’t have. It seems like NTSYNC generally trails or ties FSYNC in most other cases. I didn’t watch every minute of the footage - just skipped around through some of the CPU-limited sections since I imagine that’s the only part that matters. In any case, it seems like there’s not much to gain from using NTSYNC yet; maybe improvements will be made to at least tie FSYNC. My rudimentary (possibly incorrect) understanding is that FSYNC is hacky and that NTSYNC is the “correct” way to do it, so if nothing else getting NTSYNC to tie FSYNC means FSYNC can be deprecated at least.