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
119
Joined
3 yr. ago

  • I recommend Waterfox

    They have pledged to not fill their browser with AI slop features.

  • Disappointing that the new XPS doesn't use CAMM2

  • Well, there is zero interest if you pay it in full by the allocated date (usually 12-24 months); however, if you do not pay it in full by then (which they try to trick you into), not only do you get charged interest going forward, you also get charged interest for every month that was previously “zero interest”, which ends up being a lot, often more than the product(s) would’ve originally cost.

  • Don’t worry. All the stores now (at least in the US) have predatory deferred financing that promises zero-interest and then shows you low minimum payments to trick consumers who were never taught how credit works into thousands in interest.

  • I have been using Mullvad for years and never knew this existed.

  • I think you should get off social media for a bit and goon instead.

  • Deleted

    Permanently Deleted

    Jump
  • 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;
    }
    
    
      
  • Unfortunately, they changed it: