sorted by: new top controversial old
[-] blotz@lemmy.world 91 points 3 months ago

The joke is the absurd and funny statement, "ladies, my wife is single (and you should date her (implied))". Basically they are best friends who broke up and now they are supporting the other dating by joking absurdity of the situation.

[-] blotz@lemmy.world 2 points 3 months ago

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

[-] blotz@lemmy.world 2 points 3 months ago

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 3 months ago

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 4 months ago

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 29 points 5 months ago

Rage bait post

[-] blotz@lemmy.world 6 points 5 months ago

Pmjv moment

[-] blotz@lemmy.world 4 points 5 months ago

+1 ai tools are fine if you already know what you want to write and it speeds up the process of coding. But when ai tools are writing code you don't understand, you cannot verify that any of the code is actually correct and doesn't introduce bugs. Ditto for copy-pasting.

[-] blotz@lemmy.world 0 points 5 months ago

Fuck around and find out

[-] blotz@lemmy.world 65 points 5 months ago

xD just blocked the spammer and all his comments disappeared. Imagine working so hard to spam and it takes 2s to for someone to hide your posts.

[-] blotz@lemmy.world 21 points 6 months ago

I wouldn't want to sully my repo with something as useful as a gitignore.

99
submitted 6 months ago* (last edited 6 months ago) by blotz@lemmy.world to c/programmerhumor@lemmy.ml

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.

6
submitted 6 months ago* (last edited 6 months 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

84
submitted 9 months ago by blotz@lemmy.world to c/linux@lemmy.ml

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)

96
submitted 11 months ago by blotz@lemmy.world to c/piracy@lemmy.dbzer0.com

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?

0
submitted 1 year ago* (last edited 1 year 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 ›

blotz

joined 1 year ago