Lemmy shouldn’t have avatars, banners, or bios

  • 0 Posts
  • 20 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle

  • Aa!@lemmy.worldtoTechnology@lemmy.worldAny LinkedIn alternatives?
    link
    fedilink
    English
    arrow-up
    9
    ·
    edit-2
    1 month ago

    I have such bad things to say about recruiters. They generally don’t have a clue about any of the skills related to the jobs I’m after, and they take a huge cut of the pay the entire time I’m working the job.

    On the other hand, the two best jobs (highest pay and best working environment) I’ve had in my career, I got through recruiters, so I acknowledge them as a useful business when it works out. The last one has led to the company buying my contract and hiring me directly for the past 12 years


  • Right, that’s really more of a Steam issue than a Bethesda issue. I get why Valve and Bethesda don’t want to provide customer support for old versions, but they don’t have to. People have been figuring out their own problems when using obsolete systems or software for a long time.

    I have no issue with Steam pushing the updates and encouraging you to take them, but giving no way to decline is a pretty poor user experience. Especially when we already know they keep old versions on their servers, as people have made guides on how to downgrade with Steam


  • Aa!@lemmy.worldtoGames@sh.itjust.worksFallout 4 mods are broken again following update
    link
    fedilink
    English
    arrow-up
    23
    arrow-down
    3
    ·
    edit-2
    2 months ago

    The mods that weren’t backwards compatible were primarily the ones that depended on the script extender. This was an unsupported executable that expanded on the commands available to the scripts in the mods.

    Not to say unsupported is bad, but everyone was well aware that if they depended on the script extender, they would break if the game updated at all. The biggest mods avoided that dependency for exactly this reason, and really didn’t have any trouble. (Sim Settlements still worked the entire time, for example)

    And like usual, the community stepped up and updated their unsupported extension quickly, ready for this outcome.

    If you made a mod that depends on the script extender and then quit playing the game or supporting your mod, that was a choice you made as a modder. Meanwhile there’s mods that haven’t seen an update in 8 years that continue to work without issue.




  • Aa!@lemmy.worldtoFediverse@lemmy.worldHacker News feed
    link
    fedilink
    English
    arrow-up
    11
    ·
    3 months ago

    Yes, if you want to see Hackernews posts, get them from Hackernews yourself. Reposting to Lemmy just adds more posts with zero engagement that new users will see and be put off of the site for

    Several months ago we had three different instances with their own Hackernews communities and their own repost bots posting the exact same things, with zero discussion.

    Lemmy needs more actual discussion, and fewer bots adding noise to the feed.


  • Aa!@lemmy.worldtoFediverse@lemmy.worldIs Lemmy growing or shrinking?
    link
    fedilink
    English
    arrow-up
    13
    arrow-down
    1
    ·
    3 months ago

    A lot of people talk about the decentralization being a barrier of entry, but I don’t think it is.

    Generally speaking, your average social media user won’t care about that one way or the other. You tell them an instance to look at, they will check it out.

    Where I think it goes wrong is the general Lemmy attitude of curating your own feed. Your average Lemmy user will say the best part is that you just block the communities and instances that you don’t want to see.

    Your average social media user on the other hand, doesn’t want to spend an hour or a month blocking people and communities to make the site useable. Most folks will come in, see a feed full of tech bros, repost bots with zero discussion, 30 different fetish porn communities, Star Trek memes, and bottom of the barrel shitposts, and they’ll just leave.

    The only way I see Lemmy overcoming this is for instance admins to heavily curate the default experience so the feed is friendlier to new users. This would likely require some more tools in place to allow for this, possibly even a default block list that users can customize after they are already drawn in

    Also the sorting could be better.



  • Aa!@lemmy.worldtoMemes@lemmy.mlI hate that guy
    link
    fedilink
    arrow-up
    55
    arrow-down
    2
    ·
    3 months ago

    I say we lose the entire Crowder meme format. The “change my mind” bit was from one of his stunts, and this is just keeping it alive longer

    There’s still many other meme formats that send the same message, we don’t need to sully Calvin’s image by associating it with a Crowder stunt







  • Generally commercial drive encryption solutions, like Bitlocker, usually has a backup recovery key that can be used to access the encryption key if your TPM is reset, or if your device dies.

    So I guess the short answer is most of these solutions don’t fully protect it from being moved to another device, they just add another layer of security and hassle that makes it harder to do. And without the TPM as part of these solutions, you would be entering a 48-character passphrase every time you boot your device, which has several security flaws of its own.


  • Assuming you use bitlocker on your PC, how do you know the entire content of the TPM (your bitlocker encryption key, etc) cannot be fetched from the TPM by the manufacturer or any third parties they shared it tools and private keys with?

    The TPM specification is an open standard by the Trusted Computing Group, and there are certification organizations that will audit many of these products, so that’s a good place to begin.

    As with any of the hardware in your device, it does require some amount of trust in the manufacturers you have chosen. These same concerns would apply to anything from the onboard USB controllers to the CPU itself. There’s no way to be absolutely certain, but you can do your due diligence to get a reasonable level of confidence.

    And because it is hardware based, how do I as a user know that it does what it claims it does as I would with a software based encryption software that is open source (like truecrypt/veracrypt).

    This is a reasonable thing to think about, although very few individuals are qualified to understand and audit the source code of encryption software either, so in most cases you are still putting your faith in security organizations or the community to find issues.

    When it comes to security, it often comes with a trade-off. Hardware devices can achieve a level of security that software can’t completely reproduce, but they are a lot harder to audit and verify their integrity.

    In any case, the TPM is something that software solutions have to explicitly call in the first place, it isn’t something that activates itself and starts digging into your hard drive. Which means if you don’t want to use it in your security solution, then it will sit there and do nothing. You can keep using your encryption keys in clear memory, visible to any privileged software.

    I don’t know specifically about the XBox and how it uses it, but the TPM absolutely can be used as part of a DRM scheme. Since the TPM can be used to encrypt data with a key that can’t be exported, it could be part of a means to hinder copying of content. Of course this content still has to be decrypted into memory in order to be used, so people looking to defeat this DRM usually still can. DRM as a whole is often shown to be a pretty weak solution for copy protection, but companies won’t stop chasing it just the same.


  • Well I have good news for you, the TPM can’t do those things. The TPM is just a hardware module that stores cryptographic keys in a tamper-resistant chip, and can perform basic crypto functions.

    In of itself, it can’t be addressed remotely, but it is usually used as a component of a greater security scheme. For example, in full disk encryption, it can be used to ensure that disk can’t be decrypted on a different device.

    There’s been a lot of FUD surrounding TPMs, and it doesn’t help that the actual explanation of their function isn’t something easily described in a couple of sentences.

    There’s no reason to be afraid of a TPM, and for the privacy-minded and security-conscious, it can even be used as part of a greater security scheme for your device and its data.

    Of course at the same time, it’s not a feature most home users would make full use of, and as for not liking Windows, carry on. There’s plenty of reasons to avoid it if those things are important to you


  • Yeah, Sync was fine, just nothing special for me. I’m pretty sure it’s mostly just people who want the same experience they had on Reddit.

    I adapted to Voyager pretty quickly, and the only real issue I’ve had with it was that it didn’t handle it well when .world went down, but that’s improved enough now. I’m not the biggest fan of the swipe gestures, as they’ve made me accidentally vote on a lot of things without noticing, but it’s nothing I can’t get used to.

    I don’t need it to be exactly like it was before. I’m satisfied with something simple that does the job.


  • Seems to me this has spawned a fair bit of discussion… Which is the actual reason we’re all here.

    Sync has gotten a lot of buzz (I don’t understand why, even on Reddit, rif was always better anyway) and that’s always going to bring out the people who don’t agree, for one reason or another.

    Don’t mistake an opinion you don’t share for anything beyond what it is. I could just as easily parrot your statement back: if you don’t think this discussion is productive, just ignore it. There’s plenty of other discussions to get involved with on Lemmy