Have you looked into netbird? I have been thinking of setting that up over tailscale
Have you looked into netbird? I have been thinking of setting that up over tailscale


I share the same opinion as yourself and gave you an upvote. LLM are a truly fascinating technology and I’m amazed by how little we understand on how it even does what it does. That said the process that got us here and what they are currently being used for is amoral at best


May I suggest using Signal messenger over WhatsApp.
WhatsApp does use the Signal messaging protocol but I don’t trust meta not to modify their implementation of it.
Signal is a privacy at all costs foundation.


This is really cool and will be useful. My second thought was oh great now my smart TV can see how excited I am watching their injected ads and how many people saw it too. One of the many reasons to never connect modern TVs to the Internet.


I am using lingodeer to learn korean, but i know it also has Japanese. I was using duolingo for korean and Japanese, but the korean lessons were terrible.
This is the first time hearing about Tuta, Thank you
I personally like lxc’s over vms for my home lab and i run a dedicated lxc for docker and one running a single node k8s.


It doesn’t surprise me that you would write someone off as a conspiracy theorist, so I don’t take much issues with your opinion on that.
There is most certainly foreign issues imposing their will on the US, some are successful some are not. this is no different than another country, it’s how Geo-politics works.
When Trump meets with putin, both sides will try to impose there policies on each other.
Then there is the darker side of this with foreign propaganda being injected into things like social media to influence the opinion of the general public.


Removed by mod


How so?
There isnt any reason why it can’t be both, and in my opinion it very much is.


I recommend Ollama, its easy to setup and the cli can download and run llms. With some more techsavviness you can get openwebui as a nice ui.


So i see this alot and i understand it but at least in my country (canada) i have been torrenting for well over 15 years with out a vpn. The worst case is a 5k fine total but not before a letter from the isp forwarded to me on behalf of the copyright holder. Which i can ignore with out any issue since they have no idea who i am.
Issues will arise if you reply to them.
So is vpn required?
it depends on where you live and your confort with your risk.


2728604 checking in, man i miss those days
If it a failing disk, and you dont have any backup, and its important data.
Have a look at a product callef SpinRite. It may bring the disk back from the dead long enough to get the data off
https://www.grc.com/sroverview.htm
Then 3 2 1 backup strategy for your future needs.


Closes one I can think of is, The Fair Phone https://www.fairphone.com/
I did a ninja edit about ports, but in your labels I only see web as an entrypoint
Edit, nm I see it not used to using labels for configuration it seems
Your entry point says, web should you not also have web-secure as well. I’m in my phone to forgive me if I missed some details
Edit: Not familiar with pod man, but are you should the port for the service isn’t 80 and not 8081 since it should be routing inside of podman?
This has been my journey.
I started with pure docker and hostpath on an Ubuntu server. This worked well for me for many years and is good for most people.
Later I really wanted to learn k8s so I built a 3 node cluster with NSF managed PVC for storage, this was fantastic for learning. I enjoyed this for 3 plus years. This is all on top of proxmox and zfs
About 8 months ago I decided I’m done with my k8s learning and I wanted more simplicity in my life. I created a lxc docker and slowly migrated all my workloads back to docker and hostpath, this time backed by my mirrored zfs files system.
I guess my point is what are you hoping to get out of your journey and then tailor your solution to that.
Also I do recommend using proxmox and zfs.