blotz

joined 2 years ago
[–] blotz@lemmy.world 2 points 1 year ago

Ah yeah that should be good. I've never had issues with NFS

[–] blotz@lemmy.world 2 points 1 year ago (2 children)

What method are you using to mount the nas for immich. I ran into issues trying to mount my Nas using docker volume+sshfs but ran into zero problems using docker volume/cifs. With sshfs, immich would run until it suddenly stopped working and backups would constantly fail. Restarting the server would cause it to run for a little time longer.

[–] blotz@lemmy.world 3 points 1 year ago (5 children)

I think the issue might be that the config changes haven't been properly committed. Docker container won't just update based on docker compose config.

docker container stop
docker container rm

You might want to delete and reset any settings which have been set

docker volume ls
docker volume rm (IDs from docker volume ls)

(This will also wipe out any backups/accounts made on immich already tho)

But once you have deleted the old containers, running docker compose up -d will start the containers with the new config. You can use docker compose logs -f to see the server logs and check if everything is working.

[–] blotz@lemmy.world 5 points 1 year ago (1 children)

Okay wow. I looked into your repo and its a really interesting implementation of a DSL. I think I get what the code is trying to do? You run shimky through bash and it turns into python code? meta programming stuff! I think its a regular language? its hard to tell.

So I've actually been studying DSLs for a few months and I can recommend some ways for you to improve this code if you want.

[–] blotz@lemmy.world 6 points 1 year ago

Pmjv moment

 

I am the Anti-Rust programmer, I will call other code in Rust. I will call other code in Rust because it is coding is hard. As I am the Anti-Rust programmer, I will keep writing rust until my computer breaks, I will not use proper coding practices. Because I am the Anti-Rust programmer, my computer will be unstable and crash.

I will come to you when you are sleeping, and include random malloc(s) in your code. If I find javascript on your computer, I will use implicit type conversion. Do not try to stop me, if you try to stop me, I will do it anyways. I am the Anti-Rust programmer. If you program in javascript. You will be fine :).

You will be sleeping as I rewrite your computer. You will not notice me as I am the Anti-Rust programmer. I am slow, but I will make your computer slower. I understand your computer, as it doesn't understand me. After I rewrite your computer, you will hate your computer. You will hate your computer because it is unstable and crashes. I will do the same to all computers because I am the anti-rust programmer.

I will not stop at your computer. I will rewrite the world because I can. Your brain is written using good programming practices. If your brain is written using good programming practices, you will hate what I do. I will rewrite your brain. You cannot stop me from linking different languages together, as I am the anti rust programmer. After I rewrite you, you will enjoy constant memory leaks. You will forget everything all the time. I am the anti rust programmer.

I will rewrite the world. I will rewrite quantum mechanics because I can. I will not tell you all my plans before I rewrite you. It is because you are perfectly normal and will hate my changes. I am the anti rust programmer. You will forget me because you are full of memory leaks.

[–] blotz@lemmy.world 7 points 1 year ago (2 children)

What does the addon do?

[–] blotz@lemmy.world 38 points 1 year ago* (last edited 1 year ago) (1 children)

Ah! the classic "Turn it off and on again (but for real this time)". Works every time.

6
submitted 1 year ago* (last edited 1 year ago) by blotz@lemmy.world to c/linux@lemmy.ml
 

Linux Mint update caused a lot of issues (wifi stopped working. cinnomen keeps crashing and more). Tried fixing but nothing has worked so I'm reinstalling linux. Issue is, I got no clue what to go with. I've tried most popular distros at one point or another. Which distro has been doing cool stuff lately?

[edit] fixed wifi while waiting for responses LOL. iwlwifi was out of date and had to be manually updated :P (DE is still mega broken tho. Lots of crashes)

[Edit] just realised havent used tumbleweed before. gonna try that now

[–] blotz@lemmy.world 13 points 1 year ago (6 children)

Can't you just build from source of you want it? Like kde has pretty good docs for this.

[–] blotz@lemmy.world 9 points 1 year ago (1 children)

Did you just ... license a comment?

[–] blotz@lemmy.world 1 points 1 year ago (1 children)

Okay this has made it so much worse. i figured that the s in https and ftps stands for secure like a reasonable person. of course it doesnt xD. you would think that this is at least consistent but alas. guess what s in ssh doesnt stand for :)

1
submitted 2 years ago* (last edited 2 years ago) by blotz@lemmy.world to c/coffee@lemmy.world
 

I mainly want to get a coffee grinder because beans have a longer shelf life and are cheaper. If I also get better coffee, that's a bonus! (Basically, I'm not looking for a premium option)

What is something I should pay attention to when buying a grinder. I see people mention "flat burr" grinders all the time. Is that something important?

A few years ago I bought a cheap terrible manual coffee grinder off Amazon. It took 5-10mins to grind my coffee. The grounds where too course and my hands hurt. Is the experience better with higher quality manual grinders? At the moment, I'm not a huge fan of manual grinders because of this experience and am leaning towards buying an electrical one.

What makes a coffee grinder better than others? What is the difference between premium and budget options?

 

Is there a way to directly support boost without going through Google play? If not, that's okay as well.

 

I'm between distros and looking for a new daily driver for my laptop. What are people daily driving these days? Are there any new cool things to try?

I have been using linux mint recently. I have used nixos and arch in the past. Personally, linux mint uses flatpacks too much for my liking. Although, I might have a warped perspective after using arch. (the aur is crazy big)

 

All the normal websites have subscriptions and make it a nightmare to print off. I tried looking elsewhere but no where seams to do tabs. Am I missing something obvious?

2
submitted 2 years ago* (last edited 2 years ago) by blotz@lemmy.world to c/selfhosted@lemmy.world
 

Does anyone run their own Lemmy instance on a pi? How was the process of setting it up? Were there any pitfalls? How is performance?

[Edit] So a lot of testing around. Compiling from scratch, etc, etc...

So far i have tried

  • installing lemmy using rootless docker (on 0.17.3)
  • compiling the image 0.18 docker image as arm

rootless docker did not work well for me. lots of systemd issues and i gave up after running into a lot of issues. I tried rootless docker for security reasons. minimal permissions, etc.

When trying to compile the latest lemmy image in arm, i ran into issues with muslrust not having an arm version. It might be worth investigating rewriting the docker file from 0.17.3 to work with 0.18.0 but i haven't investigated that fully yet! I tried compiling the latest image because i wanted to be able to use the latest features

At the moment, I'm trying to set lemmy to run under bare metal. Im currently attempting to compile lemmy under arm. If that works, i'll start setting up .service files to start up lemmy and pictrs.

view more: next ›