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/)L
Posts
9
Comments
53
Joined
2 yr. ago

  • Don't know how serious that post is, but I don't wanna give politics to an AI. Let's remove the lobby (or make it so it actually consults and not corrupts) and make it so you don't need to be a millionaire to go into politics instead.

    How about replacing the rich class with AI instead? #burntherich

  • gamechanger. Thank you very much.

  • I don't want another app. I use lemmy exclusively in the browser, and that feature is missing :(

  • NaN: „Hey Nanna, can you call the nanny?“

  • Could you share a description of your angel? I think everyone might need that guy.

    pls dont share his description

  • No, this is Patrick!

  • Tbh I don’t care about the sponsor segments in videos. It’s actually my favorite way of advertising, as I can skip it or watch the funny ones (tomska does really funny - although slightly incorrect - segments).

    But boy do I hate sponsored results on Amazon or similar platforms. I feel like I have to search through them to get to the actual products, and then I can’t trust the reviews

  • Oh thanks, I didn’t know that. I thought it was an all purpose PCIe connector. Is there any way to find out whether it supports SSD storage? Is that way the dmidecode from my other comment (and basically saying that it doesn’t support storage?)

  • It looks like it is one, but dmidecode doesn't show it.

     
        
    # sudo dmidecode --type slot           
    # dmidecode 3.4
    Getting SMBIOS data from sysfs.
    SMBIOS 3.0.0 present.
    
    Handle 0x001C, DMI type 9, 17 bytes
    System Slot Information
            Designation: J6B2
            Type: x16 PCI Express
            Current Usage: Available
            Length: Long
            ID: 1
            Characteristics:
                    3.3 V is provided
                    Opening is shared
                    PME signal is supported
            Bus Address: 0000:ff:10.0
    
    Handle 0x001D, DMI type 9, 17 bytes
    System Slot Information
            Designation: J6B1
            Type: x1 PCI Express
            Current Usage: Available
            Length: Short
            ID: 2
            Characteristics:
                    3.3 V is provided
                    Opening is shared
                    PME signal is supported
            Bus Address: 0000:ff:1c.4
    
    Handle 0x001E, DMI type 9, 17 bytes
    System Slot Information
            Designation: J6D1
            Type: x4 PCI Express
            Current Usage: Available
            Length: Long
            ID: 3
            Characteristics:
                    3.3 V is provided
                    Opening is shared
                    PME signal is supported
            Bus Address: 0000:ff:1d.0
    
    Handle 0x001F, DMI type 9, 17 bytes
    System Slot Information
            Designation: J7B1
            Type: x1 PCI Express
            Current Usage: Available
            Length: Short
            ID: 4
            Characteristics:
                    3.3 V is provided
                    Opening is shared
                    PME signal is supported
            Bus Address: 0000:ff:1c.5
    
    
    Wrong DMI structures length: 3135 bytes announced, structures occupy 3136 bytes.
    
      
  • Sugar increases the risk of health complications, therefore selling products containing added sugar is assault

  • It matters as soon as a requirement change comes in and you have to change something. Writing a dirty ass incomprehensible, but working piece of code is ok, as long as no one touches it again.

    But as soon as code has to be reworked, worked on together by multiple people, or you just want to understand what you did 2 weeks earlier, code readability becomes important.

    I like Uncle Bobs Clean Code (with a grain of salt) for a general idea of what such an approach to make code readable could look like. However, it is controversial and if overdone, can achieve the opposite. I like it as a starting point though.

  • I recently held a science slam about this topic! It's a mix of the first computer scientists being mathematicians, who love their abbreviations, and limited screen size, memory and file size. It's a trend in computing that has been well justified in the past, but has been making it harder for people to work together. And the need to use abbreviations has completely gone with the age of auto completion and language servers.