• 0 Posts
  • 23 Comments
Joined 1 year ago
cake
Cake day: July 10th, 2023

help-circle


  • I only play single player games, but couldn’t care less about achievements. It is all about exploration, story, game mechanics and modding for me.

    People treat achievements as if they are a status symbol. I mean sure, if you don’t know what else to do in a game, they can give you some goal, but IMO the game itself should encourage you to reach the goal, not some external badge. The experience doing the task should be the reward in of itself.


  • Well, this is shitpost. And I wasn’t serious about this. I responded to someone that wants the whole world to switch to a global time, and since mankind existed we used some local time in our daily lives.

    Also UTC is not perfect because of leap seconds. Which means you cannot calculate with a simple formula how many seconds are between two time stamps, you need a leap seconds table for that. And leap seconds are only announced under 6 months into the future. So everything farther away, you cannot say how much time is between two stamps.

    So with UTC a minute can have more or less seconds that 60.



  • 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.


  • 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.


  • 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

  • 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@lemmy.worldtomemes@lemmy.worldTell me what it means
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    4 months ago

    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.



  • 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@lemmy.worldtoLemmy Shitpost@lemmy.worldPlease Stop
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    4 months ago

    Optionally is the key word. Blockchain transactions must be signed, and they must be accepted as following the blockchain rules by validators.

    But this is just a policy decision, not a property of the technology. You can easily implement a script that checks if every commit from remotes are signed, accepts them if they are and drops them if they aren’t or the signature is invalid.

    If you contribute to a project where the majority require signed commits, then you need to sign commits in order for your change to be integrated into the consensus.

    That has nothing to do with the technology itself, just with the application.

    So if you state that signatures are required to be a blockchain, then you can use git to create a blockchain, by just having that policy.

    (IMO I wouldn’t say that signatures are required, just that blockchains usually have them.)




  • cmhe@lemmy.worldtoSelfhosted@lemmy.worldUncommon Syncthing usecases
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    7 months ago

    I mod my games on my PC and sync it to my SteamDeck. I also sync the save files back and fourth, to continue playing on different devices. Mostly non-steam games.

    I also sync my eBook collection to my eink reader with syncthing.

    Everything is also mirrored to my always-on NAS, so syncing always works.