For what? I use both maybe I should hook them up too. :)
- 2 Posts
- 20 Comments
Done now edit your comment too. ;) I was thinking some personal experience.
Take your thumb and gently push the eye back into shape from its elongated form. Push a bit and then check if your vision improved. Repeat until the focus point is correct. Be careful not to overshoot the sweet spot.
German: Komm wir essen Opa! Komm wir essen, Opa!
English: Come we are eating grandpa. Come we are eating, grandpa.
raldone01@lemmy.worldto Showerthoughts@lemmy.world•Saying "over" on the radio is like the null byte at the end of a string.1·4 months agoI don’t think a semicolon is semantically correct in this case. It suggest you want to add something. That’s why it is used in programming. You are making statements.
Maybe we should use a
.
after return statements to signal the end of our statement stream.
raldone01@lemmy.worldto Selfhosted@lemmy.world•Your help needed: PhD research on why people choose to self-hostEnglish3·4 months agoDone but I felt lots of questions to be very similar. Maybe there is a form platform that can show only a subset of control questions for every survey.
raldone01@lemmy.worldto Showerthoughts@lemmy.world•Flies bother people because the flies expect us to be covered in shit, like other animals2·5 months agoI hate to break it to you but some humans…
raldone01@lemmy.worldto Showerthoughts@lemmy.world•Flies bother people because the flies expect us to be covered in shit, like other animals1·5 months agoI think that may be just a numbers thing. Highly annoying though. And when they crawl over your screen but you can’t remove these little flies without risk of squishing them on the monitor.
I love FTL.
Also your chats 😂.
Literally the only time you need to take your hands off…
I am running local models only for privacy sensitive stuff. If you have ollama you can also setup openwebui and access both local and remote models through the same very nice interface! Also chatgpt API is much cheaper than subscribing.
Reminds me of something I drew a while back.
I screwed up the equal length of the mandibles from the reference image. They look very similar to this bettle though. The body texture and shape is not quite right though.
raldone01@lemmy.worldto Selfhosted@lemmy.world•What is your favourite way to transfer files in your homelab?English1·7 months agoÄhm. So your not gonna like this but I just connect with vscode remote-ssh and drag’n drop em from the os file explorer into the vscode one.
So long story short scp I guess.
raldone01@lemmy.worldto Selfhosted@lemmy.world•Why do I have a separate Jackett docker image every day?!English2·7 months agoI tried recyclearr but found configarr to be more flexible.
https://github.com/raydak-labs/configarr/
Here is my configarr config:https://github.com/raldone01/configarr_config
I believe configarr is just a superset of recyclearr.
I had a dl380 g6 and if a non hp certified gpu was put in it would increase the baseline Fan speed to almost full. Even though the other GPUs temperature values were correctly recognised by the ILO processor.
It was ridiculous.
Maybe its better on the g7 but I wouldn’t count on it.
Hahaha thanks. Though I read through their website and wanted to support them.
I always buy entertainment books in paperback because I stare at screens way too much already.
University books though 🏴☠️ all the way.
I think I found it Et.Al but I am not sure. Bought it though.
In linux user and group names don’t matter. Only the gid and uid matter. Think of user and group names as human names like domains are for IPS.
In docker when you use mounts, all your containers that want to share data must agree on the gid and uids.
In rootless docker and podman things subuids and subgids make it a little more complicated since IDs get mapped between host and container, but its still the IDs that matter.