gregor

joined 3 months ago
[–] gregor@gregtech.eu 5 points 2 days ago

SSDs have become incredibly cheap, and flatpak doesn't even use that much storage space.

[–] gregor@gregtech.eu 11 points 2 days ago (7 children)

I love flatpak. No more dependency hell!

[–] gregor@gregtech.eu 3 points 2 days ago (1 children)

OMG I use cachyOS too, for the same reasons, plus I love how much I can tinker with it.

[–] gregor@gregtech.eu 2 points 2 days ago (1 children)

This is quite unnecessary, it would be simpler if we have a list of the long-running and most stable instances and have the users pick one.

[–] gregor@gregtech.eu 3 points 2 days ago (3 children)

If they have the same people running all of them, how is that different from running a single mastodon server in kubernetes, so that it doesn't get overloaded?

[–] gregor@gregtech.eu 6 points 4 days ago (1 children)

Whoops, average English mistake. I meant that I want "no vendor lock in" and "night vision"

[–] gregor@gregtech.eu 8 points 4 days ago* (last edited 4 days ago) (3 children)

Thank you for noticing :)

I really love messing around with sysadmin stuff and Linux. I also have a blog page in case you'd like to have a read, but I'm currently in the process of rewriting it in Svelte instead of pure HTML and CSS (disgusting, I know), so I haven't had the chance to write more posts.

[–] gregor@gregtech.eu 14 points 4 days ago (2 children)

13 here, I feel like a baby in the Lemmy userbase

[–] gregor@gregtech.eu 7 points 4 days ago* (last edited 4 days ago) (5 children)

13 / M / Slovenia

I somewhat fit this demographic, but my age is not at all comparable to the average Lemmy user.

 

It would be amazing if it doesn't disintegrate if it rains, too.

[–] gregor@gregtech.eu 8 points 4 days ago (1 children)

What if we're both nerds? Do I have your blessing to explain the fediverse in that case?

[–] gregor@gregtech.eu 2 points 5 days ago

Oh yea, I was pretty confused by the bad English

 

(Cloud computing platforms with auto-scaling functionality)

 

When will we be able to use any programming language in the web?

 

No Intel ME or AMD PSP please

 

No Intel ME or AMD PSP please

 

I don't want to get arrested or something for seeding/downloading torrents.

 

I'd like to test my PC a bit It must also run on Linux, either natively or through proton

 

cross-posted from: https://gregtech.eu/post/1188873

I made grebuntu to merge all of the separate scripts into one script for all distros, but it doesn't work. The individual scripts do, I tested in VMs. What could have caused the issue? the script in question is tsubuntu.sh btw, can be found in the repo The original scripts are available at https://github.com/Tsu-gu/tsubuntu

 

My Raspberry Pi, on which I host a Minecraft server, suddenly froze. I cannot not SSH in, nor can I join the Minecraft server. I ran the Minecraft server in Docker, via itzg/docker-minecraft-server. I turned off the Raspberry Pi, took out its microsd and plugged it into my PC, to at least attempt to run the Minecraft server from my PC to see if I still have the data. I tried to copy it with cp, but I got an input-output error. Could this be the filesystem's fault? And how can I fix this? If you need any additional info about this crash, please do not hesitate to ask.

 

Am I doing the lemmy image compression and removal of old proxied images correctly? Here's my docker service for lemmy:

pictrs:
    image: docker.io/asonix/pictrs:0.5
    # this needs to match the pictrs url in lemmy.hjson
    hostname: pictrs
    # we can set options to pictrs like this, here we set max. image size and forced format for conversion
    # entrypoint: /sbin/tini -- /usr/local/bin/pict-rs -p /mnt -m 4 --image-format webp
    entrypoint: /sbin/tini -- /usr/local/bin/pict-rs run  --max-file-count 5  --media-max-file-size 500  --media-image-format webp --media-image-quality-webp 50 --media-animation-quality-webp 50 --media-retention-proxy 1d --media-retention-variants 1d  filesystem sled -p /mnt
    user: 991:991
    volumes:
      - ./volumes/pictrs:/mnt:Z
    restart: always
    logging: *default-logging
view more: next ›