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/)F
Posts
9
Comments
202
Joined
1 yr. ago

  • Greek definitely has upper and lowercase. Arabic and Persian do as well, but also rules on glyphs (different letter-shapes based on proximate letter combinations), as well as small accents that change the pronunciations.

    All have hand-written (cursive or calligraphy) vs typewritten variations, including fixed-width vs variable fonts.

    Serifs are display attributes, mostly for latin alphabets. But greek lettering have had them too, albeit in subtle, light versions. The modern didone (thick) or slab serifs didn't show up until 18th Century.

  • The Michael Offensive at the end of WW-I.

    After 4 years everyone was out of gas. Germany had early success during this campaign, but there were fresh American troops, and the Entente had figured out their munition manufacturing supply pipelines.

    Once it turned, it went really bad for the Germans. It led to a total collapse and the one-sided Versaille Treaty.

    The grievances gave rise to Hitler, and everything that came after that, which affects the world to this day.

  • Theodora convincing her husband not to flee the Nika Riots of 532 AD. She successfully rewrote Christianity and global history forever (for better or for worse.)

    Deep, historical cut. 👍🏼

  • Survey respondents in the other 9 were too hung-over to answer.

  • Bullshit filters.

  • Don't forget the Ticketmaster fee.

  • If this was C:

     
        
    #define uuID func
    #define uuiD return
    
      

  • As long as y'all maintain your altitude.

    And avoid getting raptured. Otherwise we'll hear no end of your Arch installs.

  • I think the logo's supoosed to evoke a lowercase letter 'a' (for Audacity).

    The video talks a lot about bending over backwards to not lose existing users. They could have kept a smaller version of the waveform between the earcups as an homage to the original icon.

  • Most appliances connect using a cheap microprocessor like an ESP-32 which provides both WiFi and BLE.

    If there's a DNS server running, it's usually for mDNS/ZeroConf service discovery. Usually so it can easily get provisioned via a smart speaker or hub.

    More details here: https://circuitlabs.net/dns-server-and-dns-sd-implementation/

  • GraphQL:

  • The unbridled enthusiasm is the same.

    In the dotcom era, I had friends working at e-commerce startups selling items you could easily find at a store. They even had to buy from the same wholesale suppliers, and try to undersell retail, even though they had additional shipping cost (offset a little by not having to pay local sales tax). So they ate the losses because VCs told them they had to show the only metric was positive customer growth (not profit). All business ideas were "add e-commerce to X."

    In the 2008 crash, even though it was triggered by real-estate debt, a lot of the same tech dynamics were at play, except "add mobile to X."

    A lot of present day AI companies are following the same path. "Add AI to X."

    What's different this time is that there's a lot more hardware involved, in the form of GPU and data center expansion. After dotcom, we were left over with a lot of fiber, telco, and home internet expansion which was still usable. This time, it's not clear what the data centers will be good for if AI crashes out. Maybe crypto-mining.

  • Yummo

    Jump
  • Yummo

    Jump
  • In scriptwriting, they always tell people to 'Up the Stakes!'

    When Crypto and NFTs went bust, everyone jumped on the AI bandwagon and upped the stakes. All you need is the next big, existential thing that ups the stakes even more.

    • Climate
    • Energy
    • Food
    • Disease
    • War
    • Worldwide annihilation

    Come on! You gotta pump up the stakes.

  • A lot here. I have two suggestions:

    • Create, then
    • Share

    Channel everything you want to do and is rattling around your brain into creation. It doesn't have to be perfect. Nothing is. Get feedback from people you trust, then push them out without caring if anyone looks at it or reacts.

    And keep learning. Especially things outside your comfort zone.

    Eventually you'll figure it out.

  • Have done it both ways. Will never go back to bare metal. Dependency hell forced multiple clean installs down to bootloader.

    The only constant is change.

  • Could try:

     bash
        
    if [ condition1 ] && [ condition2 ]; then
      echo "OK"
    fi