This profile is from a federated server and may be incomplete. View on remote instance

cmhe , (edited )

So you can play a racing game in your car, while letting the autopilot kill you.

And so that the manufacturer can sell you a new car, so that you can play newer games.

cmhe ,

Steam has a long history of breaking mods, by forcing game (and mod) updates.

Users and Developers have to actively work around that on Steam.

But while GOG doesn't force updates, they also could do a better job and allowing fresh installs of old versions.

cmhe ,

I would wish if some standard mod download, update and collection API would be established, then having multiple mod sites where everything works slightly different, some mods are exclusive and you might have to pay each service separately for a fast download.

I have a lifetime premium nexus account, so I was there when the enshittyfication started, before it was great, now I see that newcomers have it more difficult there. But I am not sure that multiple competing mod sites will be better, because there is no standard API yet.

I would be willing to pay one provider, which pays for hosting and also gives some to the creators, but then I want to have full and convenient access to all mods.

[Serious] Why do so many people seem to hate veganism?

Seen a lot of posts on Lemmy with vegan-adjacent sentiments but the comments are typically very critical of vegan ideas, even when they don't come from vegans themselves. Why is this topic in particular so polarising on the internet? Especially since unlike politics for example, it seems like people don't really get upset by it...

cmhe , (edited )

Currently being vegan or vegetarian is a choice of privilege. An healthy and varied diet becomes more difficult and expensive, when you start removing dishes from your pallet.

So it becomes coupled with a status symbol, instead of being the default way. As long as people call themselves "vegan" or "vegetarian" because of their choice (people being vegan or vegetarian because of mental or medical issues, is different case), they highlight that status over "normal" people.

If people are just not eating meat or animal products for whatever reason, without trying to use labels like "vegan" or "vegetarian" to highlight their status, then that is fine and a personal choice.

Creating societal change, to make vegan or vegetarian the default position, will also lessen the status of the vegans and vegetarians, that use those labels as such. So they have incentives to not produce a political or societal change.

Vegans & vegetarians should go on protests and lobby to make vegan food cheaper and easier than meat, so that it becomes the default. If they don't do that, and still call themselves vegan/vegetarian then that might imply that it is all about showing their status, and people don't like that.

Consumer choice is a privilege and not about creating an effective societal/political movement. They should not be used as a status symbol.

(Disclaimer: I eat meat and animal products very infrequently, only when my body demands it. I am also thankful for all vegans and vegetarians, because they gave us more interesting options in stores and restaurants.)

cmhe ,

You can accept that they are making a better choice, but then you have to accept that you're making a worse choice.

No, people don't dislike vegans or vegetarians because of their choices, they dislike them because they lord their, what they think "better" choice over others. And create in- and out- groups via labeling.

Being vegan or vegetarian means that you have to spend more money in the store to buy food, because meat is heavily subsidized compared to vegetarian options. Also, because being vegan/vegetarian is not the default, many products are overpriced.

Another point is that a healthy and varied diet using only vegan or vegetarian food doesn't come so natural, so you have to research this more, which means you have to spend time, which again is a commodity.

So it is not just about good or bad, it is also about privilege and class. So people should not go around making statements about other people making "worse" choices.

cmhe , (edited )

Yes. Meat is expensive, and should be expensive.

However meat replacement products cost even more, but they should be cheaper, because they are cheaper to produce.

Diary free ice cream is more expensive. Cow milk is cheaper than oat milk.

This isn't just about not eating meat or animal products, this is the whole "vegan lifestyle" food that is unreasonable more expensive.

Like buying more expensive vegan salt or sugar instead of normal one.

And if you don't do that, you are not a "true vegan™". And the vegan police will come and get you!

"Oh, the pepper you just ate was fertilized by pig manure, sorry you aren't vegan anymore. You should have bought the more expensive vegan pepper."

cmhe ,

I used to use Aegis, but after setting up my own vaultwarden, I use the normal bitwarden app/plugin on all my systems for passwords and TOTP.

The advantages are that I don't need my phone to login, the keys are synced and backuped in the encrypted vaultwarden database, which I can then handle with normal server backup tools. It still works offline, because bitwarden app caches the password.

This is IMO much more convenient and secure (in a way that loosing access to a device doesn't shut you out, and you don't need to trust third parties) then most other solutions.

cmhe ,

There is not much difference between having two apps (password manager and authenticator app) or one app, that does both on the same device.

So, if you want more security, then you have to deal with a hardware token and never with a authenticator app. But then if you loose your token, then you have trouble.

cmhe ,

What I meant is that is caches the password database for offline use.

cmhe ,

Not the drama itself should influence your judgment, but how they will deal with it.

Whenever people work together on something, there will be some drama, but if they are dealing with it, then that should be fine.

Nix and NixOS are big enough, that even if it fails, there are enough other people that will continue it, maybe under a different name.

Even it that causes a hard fork, which I currently think is unlikely, there are may examples where that worked and resolved itself over time, without too much of burden on the users, meaning there are clear migration processes available: owncloud/nextcloud, Gogs/Gitea/Forgejo, redis/valkey, ....

cmhe ,

IDK. I think that just causes more confusion. Like with “Use gitlab”, do I mean the application or gitlab.com?

cmhe ,

You don’t know what a “monopoly” is.

What the author is probably searching for is “vendor-lockin”, which is an anticompetitive practice for so long that it became the way many companies rely their business on. It favors established products over new-comers by making switching offerings difficult/expensive or even impossible, thus better products often have no chance of competing in a field, that was dominated by a single supplier for a while.

IMO there should be strict regulations and high fines associated with it, because it hinders innovation massively across all industries.

The cost of switching away from github for a project is high, but not as high as in other fields.

cmhe ,

It has more than you expect, if your project is established on github and want to move away you have to deal with:

  • migration of issues
  • migration of pull requests
  • migration of all review comments etc
  • migration of the wiki
  • migration of the pages
  • convince all contributors to possible create a new account somewhere else
  • changing of the project urls. I don’t think github offers a url rewrite service
  • forks on github will not have the new destination as the fork base
  • change the ci and release process
  • because you cannot add url rewrite rules to your old gh project, you might need to only ‘archive’ the project there with manually written text, to point to the new destination, for people to find it
cmhe ,

Well the reason for that is the vendor-lockin and centralized technology.

If your project for instance uses a similar development method as the linux kernel does, e.g. sending and reviewing patches via mailing lists and providing url to push and pull git repos from, it is quite easy to switch out the software stack underneath, because your are dealing with quasi-standart data: Mbox, SMTP, HTTP(s) and DNS. So you can move your whole community to a different software stack by just changing some DNS entries and maybe provide some url rewrite rules without disrupting the development process.

I am not saying that the mailing list development process is the right one for every project, but it demonstrates how agnostic to the software stack it could be.

If vendor-lockin is made illegal, the service providers would have more incentives to use or create standardized APIs, so that their product can be replaced by competitors. So switching to or from github/gitlab/… becomes easier.

cmhe ,

As I said, it is not impossible to move away from gh compared to many other cases in other industries, just that it is more difficult than necessary because vendor-lockin is allowed.

If vendor-lockin was illegal, companies had more incentives to use established or create new standards to facilitate simpler migration between software stacks, without changing the external interface.

For instance allowing your own DNS name to be used as the repo/project basepath instead of enforcing github.com, Allowing comments, reviews, issues and pull requests via email or other federated services, instead of enforcing github accounts to do so, providing documented, stable and full-featured APIs for every component of their software, so that it is easy to migrate and pick and choose different components of their while stack from possible different vendors, …

There are so many ways that would improve the migration situation, while also providing more ways for other ideas to compete on a level playing field. If a bright engineer has an idea for improving one component from github, they should not be required to write a whole separate platform first.

cmhe ,

It is racist/sexist/discriminatory to make assumptions on individuals based on statistics.

The statistics can still be true and can be used to counter discrimination against specific groups.

cmhe ,

“We give you money, so that you don’t put a backdoor from another country in your software.”

cmhe ,

I like RPG games, however I don’t like it when the company has the ability and incentive to bate and switch my game into a worse version after I bought it.

Denuvo forces me to be connected to the internet, which makes playing the game on the move difficult or even impossible. It also allows them to make sure that the most current version is played. MTX means they don’t have incentives to fix the game and instead sell you the fixes, or even enshittyfy it, to squeeze out more money.

This gives me the incentive to wait a couple of years, until the game doesn’t receive any updates anymore, and then decide if the final product is worth it. And hope that I will get a good experience out of it, before the Denuvo activation servers are shut down.

So you have to wait for a few years, in order to know if the gameplay is (and stays) any good.

cmhe ,

SuSE Linux 6.0 I believe. Its been a while and I was very young then…

cmhe ,

Here is the problem: Even paying will not get you out of ads any longer. You bought a TV, well the manufacturer will show additional ads on it. You paid for Windows or a Mac, well Apple or Microsoft will advertise additional services on it, same with Android (Google services) or IPhone.

Just spending money to be ad free is no longer enough, because companies try to find ways to extract even more money (or information to sell others) from you, now that you have proven to have some. Either be it additional subscriptions or vendor lock in. They never have enough money, they just want all of it.

So to live ad free, you have to avoid using any product with profit interest or research every company you deal with on what its incentives are, which is very hard or impossible for many people.

Here is a tip though, try to find hardware that comes without bundled software, and find open source software to use it with.

cmhe ,

I noticed if the TV was off or on (muted and black screen) without looking at it, but my parents did not.

cmhe , (edited )

No idea.

I don’t have access to any CRT TV. I also don’t remember ever hearing it on CRT PC monitors as a child, only on the TV. If I did, then it was just much quieter than the TV.

What I found fascinating at that time was, that it was so noticeable to me, but my parents didn’t believe me at first, when I mentioned it. I had to prove it to them. To me, that was just a normal noise.

Like growing up with an additional sense, and assuming that everyone else has it too.

cmhe ,

“Non-profit organizations” that sounds like the minority of developers. Most projects are from single developers that just throw their project on github et al. and release it from there.

cmhe ,

Nvidia has created a bit of a sore spot for many Linux Developers and thus users. Through their actions and non actions made it impossible to create FOSS drivers for their hardware that work well and are integrated and tested with the rest of the system.

Many fresh users don’t seem to recognize the reason why they are having a sub par experience using their hardware is Nvidia and not the open source community. They often blame and complain to the developers of the open source drivers or applications, who either have to hack around hurdles placed by Nvidia or cannot inspect closed source drivers written by that company.

It is IMO understandable that at some point the community stops providing free and unpaid customer support for hardware and software, they have no control over or don’t even own.

If you would start paying them, then I suspect you might get better answers. Otherwise you just get information about stuff people are excited about.

cmhe ,

Only really nice when not CLA is required and every contributor retains their copyright. Ente doesn’t seem to require a CLA.

Otherwise it allows the owner to just take the changes from their contributors and change the license at a later date.

cmhe ,

The AI part is what makes this fuck up special and international news.

We are used to human fuck ups, but a in person event where the organizers where so lazy that they used AI to create the content and that it sucked is something novel.

AI generated pictures, blogs and books are old news, generated in person events is new.

cmhe ,

IMO the whole byte stuff is pretty confusing, people should have just sticked with bits, because that avoids implementation details.

One bit is the smallest amount of information. Bytes historically had different amounts of bits, depending on the architecture. With ASCII and the success of the 8 bit processor word of the Intel 8080/8085 processor, it is now defacto 8 Bit long.

But personally, byte seems a bit (no pun intended) like the imperial measurement system.

cmhe ,

Or other standard archiving formats like WARC.

There also is github.com/ArchiveBox/ArchiveBox which looks a bit similar.

GTA V source code has been leaked. ( lemmy.dbzer0.com )

The full GTA V source code has been leaked The leak contains GTA V source code and stuff from Bully 2 and GTA VI Leaked in a discord server by a random British guy in the 360 modding community known to get sued by Rockstar multiple times...

cmhe ,

It contains only code, no assets or textures.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • tech
  • kbinEarth
  • testing
  • interstellar
  • wanderlust
  • All magazines