[-] eleanor@social.hamington.net 10 points 11 months ago

At this point, it's just "the news cycle"; no need to add on anti-trans.

Reading the news in general is just sadness

[-] eleanor@social.hamington.net 3 points 1 year ago

Yeah, I'd personally try out a live CD for a different distro (probably Puppy) to see how the events show up there.

I do wholeheartedly recommend changing distros though

[-] eleanor@social.hamington.net 6 points 1 year ago

I used to be really into theming. But now, the default Breeze and Adwaita look good enough that I haven't bothered wanting to change them in a couple years.

That and thmes always appeared to be some degree of "broken" that I just don't bother anymore.

I do always change the cursor to the black Adwaita one, even on KDE. It just feels right to me.

When I did still use themes, Numix, Arc Dark, and whatever "flat" themes that I could find were my favorites.

[-] eleanor@social.hamington.net 8 points 1 year ago

Circles, the thing I hit accidentally when blocking a corporate account

[-] eleanor@social.hamington.net 20 points 1 year ago

fr! I'll start calling it "X" when he calls his daughter Vivian

[-] eleanor@social.hamington.net 2 points 1 year ago

All the NMS comparisons that I've heard are also making me want to play it again too, lol

[-] eleanor@social.hamington.net 8 points 1 year ago

a bunch of records from a retired local DJ ended up scattered in thrift stores around my area; I ended up getting a bunch of really good condition 80s disco and funk 12in singles

[-] eleanor@social.hamington.net 11 points 1 year ago

They do. sorta. It's definitely possible to put something like Starfield on a dual layer BDROM, probably even uncompressed! But then load times would be fucking crazy because BD is an order of magnitude slower than an SSD.

Distributing install files for a day 1 version of a game and using the disc as an auth key, (which is what they did last gen iirc) is still possible.

[-] eleanor@social.hamington.net 7 points 1 year ago

The difference between the Fediverse and a closed system like reddit is that it's open and we're privy to haphazardly implemented functionality and bad API documentation.

I work on big closed source web apps for a living; they're just as haphazard and badly documented, it's just all closed.

[-] eleanor@social.hamington.net 4 points 1 year ago

I don't think anyone liked it. More like tolerated it because of a combination of network effects and it being less shitty than Facebook.

At least, that's why I was on Twitter. People I wanted to follow were there.

[-] eleanor@social.hamington.net 11 points 1 year ago

You could switch to the ESR branch, which gets feature updates much less frequently.

[-] eleanor@social.hamington.net 44 points 1 year ago

I never went to the homepage unless I accidentally landed there because of autofill. I normally just go straight to subscriptions. There are still recommendations under videos, so I check that out every so often, mostly because my secondary monitor is portrait and I can see them under the video

5
submitted 1 year ago* (last edited 1 year ago) by eleanor@social.hamington.net to c/lemmy_support@lemmy.ml

I think this means that something is wrong with lemmy-ui, but I'm not sure what.

ETA: I'm eleanorOpossum on beehaw.org.

EDIT: FIGURED IT OUT

Cause: I deleted everything in the pictrs folder after the CSAM raid on lemmy.world. The UI was crashing because it couldn't load the site icon.

Solution: TL; DR: I ran this UPDATE site SET icon = NULL FROM local_site WHERE site.id = local_site.site_id; in the database.

My install uses lemmy-ansible, so my DB was in a docker container.

  • I ran docker ps to find the id of the container running the DB
  • Then I ran this to connected to it docker exec -it $CONTAINER_ID_FROM_DOCKER_PS pqsql -U lemmy -d lemmy
  • Then I searched for my instance in the
  • And then I ran this SQL expression to set my site icon to null; UPDATE site SET icon = NULL FROM local_site WHERE site.id = local_site.site_id;

Based on this comment and the rest of that thread (along with some basic SQL knowledge)

view more: next ›

eleanor

joined 1 year ago