[–] 4 points 1 year ago

My Internet searching puts the US population over 18 at 262 million, which would make it closer to 5.1%. But there were definitely kids at the protests, so I'd assume they were included in the estimates. But I guess I'm not sure.

  • source
  • parent
  • context
  • [–] 9 points 1 year ago (1 child)

    10 seconds is a really long time. If it's been 4 seconds and your brake lights are still on, I'm giving you a honk. I'm not laying on my horn, just a little boop to make sure you see that it's green.

  • source
  • parent
  • context
  • [–] 4 points 1 year ago

    Crow on a wire. A gloomy portent, precariously perched. And, as the sun sets, so does it spread its deathly shadow across the just and unjust of the outdoor seating area of the California Pizza Kitchen.

    You come to work, clock in, you put sugar in your coffee, and watch it slowly disappear into nothingness. But the sugar doesn't know why. Sugar didn't ask to be born.

  • source
  • [–] 23 points 1 year ago (2 children)

    I don't really see Immich and NextCloud as being completing products, it just depends on what you're trying to do. Do you want to self-host your own files regardless of file type? Use NextCloud. Do you want a self-hosted tool similar to Google Photos for use with images only? Use Immich. I use both.

  • source
  • [–] 2 points 1 year ago

    I didn't know any the privacy dashboard. According to the article:

    The Privacy Dashboard is found in Settings > "Security & privacy" > Privacy Dashboard. It's a good idea to check this dashboard regularly.

  • source
  •  

    cross-posted from: https://lemm.ee/post/56160274

    I install Android Studio via flatpak, and this can cause flutter doctor to not be able to determine the version or to not recognize the installation at all. I've managed a hacky fix for this by running a few commands that I run as a simple script that I'm sharing here. If you use this, just close Android Stuido after it is opened; it seems to just need to be opened once in order to be recognized by flutter doctor.

    #!/bin/bash
    
    flutter config --android-studio-dir=/var/lib/flatpak/app/com.google.AndroidStudio/current/active/files/extra/android-studio
    
    /var/lib/flatpak/app/com.google.AndroidStudio/current/active/files/extra/android-studio/bin/studio
    
    flutter config --android-studio-dir=""
    
    flutter doctor
    
     

    I install Android Studio via flatpak, and this can cause flutter doctor to not be able to determine the version or to not recognize the installation at all. I've managed a hacky fix for this by running a few commands that I run as a simple script that I'm sharing here. If you use this, just close Android Stuido after it is opened; it seems to just need to be opened once in order to be recognized by flutter doctor.

    #!/bin/bash
    
    flutter config --android-studio-dir=/var/lib/flatpak/app/com.google.AndroidStudio/current/active/files/extra/android-studio
    
    /var/lib/flatpak/app/com.google.AndroidStudio/current/active/files/extra/android-studio/bin/studio
    
    flutter config --android-studio-dir=""
    
    flutter doctor
    
     

    Has anyone managed to get ctrl-p/ctrl-n working to move the selection up and down in menus? This works when editing notes in a file, but not from a menu. For example, I'd like to bring up the command menu and move up and down using ctrl-p and ctrl-n instead of the arrow keys.

    I've tried various plugins but none of them seem to provide this functionality. I'm tempted to try writing my own, but before I start down that rabbit hole I figured I'd ask here as I'm sure I'm the only one who'd appreciate this functionality. Thanks.

    view more: next ›