xantoxis

joined 1 year ago
[–] [email protected] 34 points 1 month ago (2 children)

Accurate.

No matter what question you ask them, they have an answer. Even when you point out their answer was wrong, they just have a different answer. There's no concept of not knowing the answer, because they don't know anything in the first place.

[–] [email protected] 25 points 1 month ago* (last edited 1 month ago) (4 children)

They don't care. At the moment AI is cheap for them (because some other investor is paying for it). As long as they believe AI reduces their operating costs*, and as long as they're convinced every other company will follow suit, it doesn't matter if consumers like it less. Modern history is a long string of companies making things worse and selling them to us anyway because there's no alternatives. Because every competitor is doing it, too, except the ones that are prohibitively expensive.

[*] Lol, it doesn't do that either

[–] [email protected] 10 points 1 month ago* (last edited 1 month ago)

Podman is not yet ready for mainstream, in my experience

My experience varies wildly from yours, so please don't take this bit as gospel.

Have yet to find a container that doesn't work perfectly well in podman. The options may not be the same. Most issues I've found with running containers boil down to things that would be equally a problem in docker. A sample:

  • "rootless" containers are hard to configure. It can almost always be fixed with "--privileged" or some combination of permission flags. This would be equally true for docker; the only meaningful difference is podman tries to push everything into rootless. You don't have to.
  • network filesystems cause headaches, especially smbfs + sqlite app. I've had to use NFS or ext4 inside a network-mounted image for some apps. This problem is identical for docker.
  • container networking--for specific cases--needs to managed carefully. These cases are identical for docker.

And that's it. I generally run things once from the podman command line, then use podlet to create a quadlet out of that configuration, something you can't do with docker. If you are having any trouble with running containers under podman, try the --privileged shortcut, see that it works, and then double back if you think you really need rootless.

[–] [email protected] 4 points 1 month ago* (last edited 1 month ago) (1 children)

I haven't deployed Cloudflare but I've deployed Tailscale, which has many similarities to the CF tunnel.

  • Is the tunnel solution appropriate for Jellyfin?

I assume you're talking about speed/performance here. The overhead added by establishing the connection is mostly just once at the connection phase, and it's not much. In the case of Tailscale there's additional wireguard encryption overhead for active connections, but it remains fast enough for high-bandwidth video streams. (I download torrents over wireguard, and they download much faster than realtime.) Cloudflare's solution is only adding encryption in the form of TLS to their edge. Everything these days uses TLS, you don't have to sweat that performance-wise.

(You might want to sweat a little over the fact that cloudflare terminates TLS itself, meaning your data is transiting its network without encryption. Depending on your use case that might be okay.)

  • I suppose it’s OK for vaultwarden as there isnt much data being transfered?

Performance wise, vaultwarden won't care at all. But please note the above caveat about cloudflare and be sure you really want your vaultwarden TLS terminated by Cloudflare.

  • Would it be better to run nginx proxy manager for everything or can I run both of the solutions?

There's no conflict between the two technologies. A reverse proxy like nginx or caddy can run quite happily inside your network, fronting all of your homelab applications; this is how I do it, with caddy. Think of a reverse proxy as just a special website that branches out to every other website. With that model in mind, the tunnel is providing access to the reverse proxy, which is providing access to everything else on its own. This is what I'm doing with tailscale and caddy.

  • General recs

Consider tailscale? Especially if you're using vaultwarden from outside your home network. There are ways to set it up like cloudflare, but the usual way is to install tailscale on the devices you are going to use to access your network. Either way it's fully encrypted in transit through tailscale's network.

[–] [email protected] 38 points 1 month ago (1 children)

I hope you've turned on 2FA.

[–] [email protected] 170 points 1 month ago (42 children)

600 miles? Call me when they make one small enough to fit in a car

heyooooo

[–] [email protected] 9 points 1 month ago

IDK but scroll through the list of instances and I'm sure you'll find a few

[–] [email protected] 4 points 1 month ago

To be honest, that's me too! (And I also might be autistic.) But I'm capable of thinking things out verbally, something I do particularly in regard to programming and architecture problems, or figuring out what to say to someone else. So it's a tool that's available to me. I don't think it's available to my dog, but I'll bet he's doing virtual paws.

[–] [email protected] 10 points 1 month ago (2 children)

But they can make plans, they have goal-oriented behavior that drives them to seek out a goal that exists beyond their senses. If I leave the house through the front door without giving my dog his customary distraction, he goes out the back door and around the side because he knows that, if I haven't properly secured the fence, he can get out through the fence to reach me. Nothing about that involves his senses, it's just something he's figured out.

Now, I doubt any part of that involves an internal monologue because they don't use language (even though they can, in fact, understand limited language). If they don't use it themselves, they probably don't figure things out in their heads that way, it simply wouldn't be very efficient. But they certainly possess more complex internal cognition than just "I smell food" or whatever.

[–] [email protected] 69 points 1 month ago (49 children)

ARM looking pretty good too these days

view more: ‹ prev next ›