Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)K
Posts
5
Comments
138
Joined
2 yr. ago

  • Apps have to be signed to be installed.

  • Their explanation as to why:

    --no-quarantine is used to forcibly bypass Gatekeeper, which is a built-in macOS security mechanism. This is used to run unsigned/unnotarized applications.

    macOS Tahoe is the final release to support Intel systems, and last year Apple updated macOS runtime protection to make it harder to override Gatekeeper. Macs with Apple silicon also don't "permit native arm64 code to execute unless a valid signature is attached". Finally, we are ending support for all casks that fail Gatekeeper checks on September 1st, 2026.

    With the above in mind, it's time to deprecate the --no-quarantine flag from brew. It intentionally bypasses macOS security mechanisms, which we already actively discourage. Deprecating now will give a decent lead time for users using it to come up with another solution or adjust their workflows.

  •  
        
    brew install --cask waterfox
    
      
  • I think you should get off social media for a bit and goon instead.

  • Yes, it’s cut down for the meme.

    In reality, it would probably look more like this:

     
        
    
    public class Singleton
    {
      private static readonly Lazy<Singleton> lazy = new Lazy<Singleton>(() => new Singleton());
    
      private Singleton(){}
    
      public static Singleton Instance
      {
          get
          {
             return lazy.Value;
          }
       }
    }
    
    
      

    or this:

     
        
    
    public class Singleton
    {
       private static readonly Singleton instance = new Singleton();
    
       private Singleton(){}
    
       public static Singleton Instance => instance;
    }
    
    
      
  • Programmer Humor @programming.dev

    What's a readability

  • That would be a great option if tracks stopped getting bought out, torn down, and replaced with suburbs.

    Also, even if you do have access to one, they have gotten very expensive and have strict vehicle regulations. Idk where you live that you can get on a track for $20 but where I live, one would be lucky to get on a (non-drag strip) track for $500.

    Not defending street racing, but it isn’t that simple.

  • This. I have a Noctua NH-D12L alongside one A12-25 case fan for my 9800x3d ITX pc, and it’s nearly silent at full load with great CPU temps.

  • Samsung Galaxy Tab A are not powerful under any definition.

  • Clanker. It’s a slur, but who cares. AI don’t have feelings.

  • I don't think you can sink $300k into skins like you can vanguard, though.

    There are skins worth millions, so definitely you can.

  • Valve may not endorse it, but they certainly allow it. In fact, there are many skins that cannot be traded on Steam’s official marketplace, but only on third-party sites due to their high value.

  • I wouldn’t spend money on skins in most games but Counter Strike is different. You can buy a skin, use it for years, and then sell it for more than you paid. In fact, skins are actually a very good investment that have historically had less volatility and better returns than stock indexes like the S&P 500.

  • You can sell them on hundreds of third-party marketplaces that let you withdraw to your bank account or crypto wallet.

  • 196 @lemmy.blahaj.zone

    Post-Movie Rule

  • Memes @lemmy.ml

    Wikipedia help needed

  • Programmer Humor @programming.dev

    It's that time of year again

  • Memes @lemmy.ml

    POV: Your paper doesn't quite meet the page requirement.