Skip Navigation

Posts
0
Comments
93
Joined
1 mo. ago

  • Firstly, I'm not trying to start a flame war with commenters, I genuinely just disagree on something and some people are getting a little hot under the collar by it. The Linux Foundation comment I made because ultimately VC touches more than people think. Even its something that isn't directly tied to VC, that money filters through groups like LF which is a non-profit and most would argue a quite legitimate organization. The point is there really is no separation or clear line of demarcation on what is "good" funding and what is "bad" funding.

  • Yeah, I think you missed that. Go back through and reread comments please. Thank you.

  • The businesses that fund the Linux Foundation through private equity are though, aren't they?

  • So, companies should not be allowed to invest in other companies? Who is allowed to invest in companies then? Only private individuals? But those individuals are apathetic, so they have to be made to? Or if they don't want to, then since other companies aren't allowed, wealthy private individuals would need to? Its not normal because its acceptable, its normal because the alternative is fantastical and unrealistic.

    To the other point, does Tailscale have complete control over Wireguard? They don't control the technology behind that. They do for their control server tech and to some extent Headscale, but that's not what its built on anymore then what's built on Linux.

  • That's not really a justifiable reason, though. The Linux Foundation provides grants and scholarships to the open source community, but they do that through private equity business. So transitively, many open source projects are funded by businesses looking to capitalize on that innovation. Do you consider that when pulling from a git repository? No, that's overbearing. Additionally Headscale is in part maintained by a Tailscale employee. That would surely create a conflict of interest given Tailscale is solely interested in generating revenue.

  • Headscale is great if you like networking fun, but that aside I'm not understanding why VC funding is such a black mark to the poster. Tailscale doesn't generate meaningful revenue streams as its early-stage, so it has to secure funding to continue operations until they achieve high enough revenue to go public. That's pretty standard in a business life-cycle, though. It seems like the main complaint is that Tailscale is a business. And what about the Linux Foundation? They are funded through private equity. Should you consider switching away because of that?

  • Depending on how much storage you are needing for media, one possible option there (if nothing else until you can find a more cost effective solution) is to host the media remotely. You can use rclone to sync remotely to a local mount point and then point your Jellyfin library to that mount. pCloud is a popular choice for stuff like that.

  • "Will not connect to the internet" is probably too vague to troubleshoot. Isolate exactly what part is failing. Is the device receiving an IP address? Are you able to ping anything on the local network? Are you able to ping a remote IP address? If you aren't receiving an IP address, is DHCP running? Can you statically set your IP and ping out? Is there another switchport you can try on the router?

  • YT performance videos show Witcher 3 running at 60FPS on Steamdeck and Arkham Knight averages around 53-55FPS on Steamdeck. Side by side comparison videos of Witcher 3 show Steamdeck has higher graphical fidelity over Switch 2 as well.

  • That's the real problem. Crypto bros can take something genuinely interesting and kill it by association. IPNS is a really neat idea. Self-certifying name resolution over a DHT swarm would be fun to play around with, but if pushed by the bros isn't going to get any adoption.

  • I've been using Tailscale for awhile now and had no idea Funnel existed. I'm sitting behind CG-NAT and that is the kind of solution I've been after for my media server. Thank you so much for the heads up.

  • "Snapdrop is now LimeWire". I didn't even know LimeWire still existed.

  • Technically, yes. WINE/Proton aren't sandboxed so it would be possible to pull some information at least. I've heard people install the flatpak version of Steam to isolate network calls using flatseal, so that's one workaround potentially.

    NOTE: I'm just talking about generic data collection. The DRM/anti-cheat stuff could flag you as using Linux and then the game just refuses to run. I know the new ToS talked about banning VMs so maybe they lump linux users into that (at least for online play).

  • I did some more reading on this, and it apparently isn't due to DRM, its about an update to ToS that occurred in April. The update expands data collection for advertising and forced-arbitration. Arguably that's worse than kernel-level DRM. DRM can be ripped, legal shenanigans can't.

  • I'm assuming the post is actually about DRM operating at ring 0. That's not really root level though. That's kernel level. Root is still operating in user-mode and politely asking the kernel to interact with hardware.