jayemar

joined 2 years ago
[–] jayemar@lemm.ee 2 points 9 months ago

Mr. Grumpy who would complain about the use of "whose" instead of "who's".

[–] jayemar@lemm.ee 9 points 10 months ago (1 children)

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.

[–] jayemar@lemm.ee 2 points 10 months ago (1 children)

Black Donnellys

[–] jayemar@lemm.ee 0 points 11 months ago (6 children)

Ooh, what is that one on the right?

[–] jayemar@lemm.ee 10 points 11 months ago (2 children)

Houndstooth Hendrix

[–] jayemar@lemm.ee 0 points 11 months 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.

[–] jayemar@lemm.ee 1 points 11 months 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.

[–] jayemar@lemm.ee 0 points 11 months ago (1 children)

When did this tornado hit?

[–] jayemar@lemm.ee 0 points 1 year ago (2 children)

For those of us unfamiliar with Queen's Park, where is this?

 

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