Skip Navigation
Posts
4
Comments
265
Joined
2 yr. ago
  • I remember the very strange control scheme it had on PS4 I think it was? You couldn't bind your abilities to any button, just specific combinations like Square+Left, but not Square+Right, something like that. I wonder if they've changed that in the newer ones.

  • I only just found out about it and wanted to share since I havent heard any dicussion around this style of game. It looks fun, but I havent had a chance to sink much time into it.

  • I can't seem to find it, but I think it was James Gosling, where he was blocked from reviewing code at Google because he hadn't gone through the company's approval process. I hope this wasn't a myth I've been carrying on for this long.

  • Gaming @beehaw.org
    meteokr @community.adiquaints.moe

    Erenshor is a game that seeks to condense the MMORPG experience into a fully single-player title.

    Looks to be really interesting, similar to the Everquest or WoW private servers with bots, or FFXIV's NPC dungeons, but actually designed from the ground up to be a single player experience where the bots actually play with you. Sounds neat.

  • Right, I did hear about that lawsuit way back when, I just didn't know of these types of consequences. Very appreciated, especially the sources.

  • I really appreciate you linking studies about this topic, as finding this kind of research can be daunting. Those looks like really interesting reads.

  • Is this for hardware RAID controllers, or have you experience software RAID like LVM or ZFS exhibiting the same drop out behavior? I personally haven't but it be nice to look out for future drives.

  • Oh I thought there was some other CVE acronym I was unaware of. I don't think periodically git cloning a repo every few days would be something to worry about. Ever since the Yuzu take down I got in the habit of mirroring a bunch of repos that I'd be very sad to lose, just as a precaution, it probably won't matter, but it's a tiny peace of mind knowing I could at the very least compile it myself if it was lost.

  • Is a cis-gendered woman who had a hysterectomy, not a woman?

  • Is anyone who doesn't have bottom surgery a woman? Is a man who takes testosterone pills for erectile dysfunction, a woman?

  • A post-menopausal grandmother is not a woman? A flat chested woman, is not a woman? A woman born without a uterus is not a woman?

  • Please define what a woman is, without excluding any cis-gendered women.

  • Does Backblaze work for what you are doing? It been a bit since I've price compared them, but I think it was something around 5$ a month per TB?

  • Those are distinct distros, while Bedrock is a layer that sits on top of multiple different distros and actively merges them together. At a glance, vanilla doesnt look like they merge/manage other distros at all? So I'm not sure the comparison makes sense. BlendOS is a completely different approach by using containers to isolate the different systems. Bedrock wants to merge the different systems where ever possible. I wouldn't say either is better or worse as their goals appear to be entirely different.

  • Have you ever heard of Bedrock Linux? Its an extremely interesting "meta-distro" that let's you run multiple different distros at the same time only marginally isolated. The whole premise is to merge the systems together instead of separating them with a container style workflow. Tons of stuff works cross distro to! Its extremely cool to have Debian AND Arch packages just installed the normal way on each distro. Its a beautiful and horrifying system, that warms my heart every time I remember it.

  • got him

  • Oh so its just referring to writing the mod's code in the same file the mod is declared in being bad form? That seems very reasonable; since the point of a module is code separation so it makes sense to always put it in its own file. Good, I'm already doing that at least!

  • Linux @lemmy.ml
    meteokr @community.adiquaints.moe

    Eelco steps down from the board (NixOS)

    discourse.nixos.org NixOS Foundation board: Giving power to the community

    The community is more important than the product. — Pieter Hintjens Dear contributors to the Nix ecosystem, dear users, We recognize that the Nix community keeps growing and changing, and its governance has not been adapting accordingly. While the foundation board was never intended to lead the ...

    NixOS Foundation board: Giving power to the community
    Programmer Humor @lemmy.ml
    meteokr @community.adiquaints.moe

    Extreme Go Horse Programming Methodology

    LocalLLaMA @sh.itjust.works
    meteokr @community.adiquaints.moe

    LLMs made into single-file executables with llamafile

    Seems like a really cool project. Lowering the barrier to entry of locally run models. As llamacpp supports a ton of models, I imagine it be easy to adapt this for other models other than the prebuilt ones.