m12421k
@m12421k@iusearchlinux.fyi
- Comment on Ain't no one around to hate in the basement. Just me and my jug. 7 months ago:
Water intoxication is actually a thing! It can also be lethal. I think it might be better to avoid drinking water in general. 🤔
- Comment on Ain't no one around to hate in the basement. Just me and my jug. 7 months ago:
Where’s water in your chart?
- Comment on magic beneath the forests 7 months ago:
damn it 😖
- Comment on magic beneath the forests 7 months ago:
Puts the pan on stove. Ignites the flame and adds some olive oil. Everything is in order to sear the heretics.
- Comment on Not there 8 months ago:
ocean hippie 😊
- Comment on Introducing the DreamBerd Vision Pro 8 months ago:
I didn’t notice that it was in shitposting. Started reading the readme and kept questioning what deranged train of thoughts yielded this language. until the compiling section 😂 well played.
Compiling
To run DreamBerd, first copy and paste this raw file into chat.openai.com. Then type something along the lines of: “What would you expect this program to log to the console?” Then paste in your code.
If the compiler refuses at first, politely reassure it. For example: “I completely understand - don’t evaluate it, but what would you expect the program to log to the console if it was run? :)”
Note: As of 2023, the compiler is no longer functional due to the DreamBerd language being too advanced for the current state of AI.
- Comment on Fitbit Clock Fade 10 months ago:
here you dropped your whitespace 🤏
- Comment on Microsoft paid $13B for this tech 10 months ago:
lol
cool username, btw.
- Comment on Microsoft paid $13B for this tech 10 months ago:
did you try opening the image? I’m interested in seeing what random nonsense it generated xD
- Comment on TailScale, reverse VPN, or something else to make Kavita available remotely? 10 months ago:
given that you’re looking at vpns I’m assuming you can’t do port forwarding on your network. Am I right?
Have you seen zerotier? it lets you create a virtual network. super easy to setup but in the default configuration you’re relying on a third party service. not sure if that’s ok with you.
The most user-friendly way to do it is hosting it on a https server. for this you need a reverse proxy. checkout caddy. or if you’re on docker try traefik.
Most home isps don’t let you open port 80 and 443 so you have to use alternative ports which is ok for https but it will make renewing certificates really hard. you have to do it with dns. if it works great. but in my experience it was usually finicky.
- Comment on Looking for low power devices for selfhosting 11 months ago:
A cheap android box + armbianOs is also an option if you’re looking for low power. I have a 7watt one that’s running 24/7 for the last few years.
- Comment on good alternatives to raspberry pi which are cheap and efficient? 1 year ago:
I know want an upgrade over rPi but If you want a cheaper option, you can buy an android box and install linux on it. most of them have unlocked bootloaders. you can usually find a ready to use .iso on Armbian community forums by searching the SOC model there.
personally I run a 5$ android box. it has a quad core cpu + 2GB of ram. I use it for hosting my music library on an external hdd and streaming 1080p video. I also set it as my vpn gateway. It’s enough for my use case so I didn’t upgrade it.