I remember specifically buying an Nvidia GPU in 2009 because their proprietary driver was awesome and could do multi monitors properly using their proprietary X11 extension called TwinView
- 0 Posts
- 24 Comments
MinFapper@startrek.websiteto
linuxmemes@lemmy.world•...wasn't it supposed to be other way around?English
6·3 months agoYeah they now expect you to use their native protocol for sharing audio on the network.
https://wiki.archlinux.org/title/PipeWire#Sharing_audio_devices_with_computers_on_the_network
MinFapper@startrek.websiteto
Selfhosted@lemmy.world•Have clankers visited my blog one hundred twenty-one sexagintillion eight hundred ten novemquinquagintillion times so far in November??English
4·6 months agoIt’s interesting that anubis has worked so well for you in practice.
What do you think of this guy’s take?
MinFapper@startrek.websiteto
Selfhosted@lemmy.world•Have clankers visited my blog one hundred twenty-one sexagintillion eight hundred ten novemquinquagintillion times so far in November??English
15·6 months agoIt’s interesting that anubis has worked so well for you in practice.
What do you think of this guy’s take?
MinFapper@startrek.websiteto
Selfhosted@lemmy.world•People using Cloudflare, are you still happy with it? Would you consider any self-hosted alternative?English
2·6 months agongrok isn’t just for development.
That’s news to me lol. I’ve personally only used them for development so I can’t tell you how good they are for running production services.
I just looked at their pricing page and it looks like the Free and Hobbyist only include 1GB and 5GB of data, respectively. I’ve never actually measured my data usage because Cloudflare gives unlimited data, but I suspect that’s nowhere near enough for a photo sharing app like Immich.
MinFapper@startrek.websiteto
Selfhosted@lemmy.world•People using Cloudflare, are you still happy with it? Would you consider any self-hosted alternative?English
321·6 months agoYou might be misunderstanding the value-add of a CDN to self-hosting, so here’s my attempt at explaining:
I’ve been self-hosting things for a very long time. In the old days, we would wrangle our routers to expose port 80 for HTTP (and later, port 443 for HTTPS) and forward those connections to the self-host server and then add the appropriate DNS records to point our website domain to our home IP address (which was its own fun challenge when ISPs refused to give static IP addresses for home plans). Relatively simple.
However, in recent years (especially after the pandemic) the internet has become a much more hostile place. People find vulnerabilities in your nginx/caddy/apache or whatever reverse proxy you use (or router, or any one of the many other parts of your network/software stack) gain access to your local network and your personal data. And then there are bad actors doing DDoS attacks or AI crawlers generating DDoS levels of incoming requests to overload your hardware.
All that combined means it’s very dangerous to have your home IP exposed to the internet (allowing any sort of inbound requests) at all.
So, how do we access our self-hosted stuff while we’re outside of home? The safest approach is to use a VPN. Tailscale is the most popular one that I’ve come across. Only client devices that are connected to the VPN have access to your stuff. Random bad actors can’t poke your self-hosted stack for vulnerabilities.
Okay, what if you want to share something with people publicly? I for one, use Immich for my photo libraries and it’s very easy to be able to share a link to an album for friends and extended family to access without having to install and configure a VPN on their phones.
That is where cloudflare comes in. We can run
cloudflaredon our machine, which makes an outbound request to cloudflare and creates a tunnel to route all the incoming requests from their servers to your reverse proxy. Your network is still not exposed to the internet, and the edge nodes (the machines that actually front the incoming traffic from the clients) are not owned by you.Now, I guess it’s feasible to rent a VPS on DigitalOcean/OVH/Azure/AWS and run a Tailscale exit node there to achieve a similar result. I haven’t looked too deeply into Pangolin but it looks kind of similar. Now you’re adding extra work to keep those configured correctly (and up-to-date), is less secure because you’re not doing that full time (unlike the engineers at cloudflare) and you’re still dependent on that VPS provider to not go down, so the disaster recovery profile hasn’t changed all that much.
That’s why there’s no self-hosted alternatives to a CDN. I guess you can go with their competitors like Fastly/Akamai/etc, but all of them are considerably more expensive. And even the ones that do have free tiers have data limits or bill per gigabyte. That’s an extra headache to worry about for that one month your mother decides to take 1000 videos of your son during the family vacation and her phone automatically backed up all of them at full-quality.
MinFapper@startrek.websiteto
Selfhosted@lemmy.world•Organic Maps migrates to Forgejo due to GitHub account blocked by Microsoft.English
1023·1 year agoIt doesn’t seem like a very “walled” garden if they were able to migrate all their data including issues and comments
MinFapper@startrek.websiteto
Privacy@lemmy.ml•Is it safe to travel with your phone right now?English
11·1 year agoPretty sure they can. Or at least, they can deny you entry into the country if you decline to unlock it for them.
MinFapper@startrek.websiteto
Asklemmy@lemmy.ml•Do you prefer Threema, Signal or Matrix? Why?English
91·1 year agoThat sounds like an awful lot of work to workaround a problem that shouldn’t have existed in the first place.
That’s where time dilation will kick in
MinFapper@startrek.websiteto
Technology@lemmy.ml•China made a bet decades ago because it couldn’t compete with the US on cars. That bet is paying off bigEnglish
51·1 year agoYou’ve never been to rural Japan if you think they primarily use public transport.
Hell, even in the outskirts of Tokyo most people have cars and drive.
That said tho, there’s no excuse for urban city centers to not be walkable.
MinFapper@startrek.websiteto
Asklemmy@lemmy.ml•How did you hurt yourself in a very stupid way?English
15·1 year agoJust now. I was reading this thread and grinning at other people’s misfortune so my wife decided I should join them and bit me 😵
MinFapper@startrek.websiteto
Asklemmy@lemmy.ml•Straight men, what's the weirdest thing you've been told you can't do because it's gay?English
1·2 years agoDid you even say no homo first?
MinFapper@startrek.websiteto
Asklemmy@lemmy.ml•Straight men, what's the weirdest thing you've been told you can't do because it's gay?English
12·2 years agoWhat is gay underwear? Like a specific brand?
MinFapper@startrek.websiteto
Linux@lemmy.ml•This Week in KDE Apps: Marble gets an update, KDE Connect gets a speed boost, and Kate gets all flutteryEnglish
41·2 years agoAs someone who’s currently wrangling with so much C++ specific issues to try and make just one bloody contribution to KDE, this comment hits too close to home.
MinFapper@startrek.websiteto
Linux@lemmy.ml•I'm thinking of building a PC - any advice?English
3·2 years agoYou have a link handy?
MinFapper@startrek.websiteto
Asklemmy@lemmy.ml•What's a handy terminal command you use often?English
15·2 years agoYou can just run
yaywith no arguments and it does exactly what your update script does.


Yes, but ported C# usually doesn’t make for the most idiomatic Python.
99% of the time that doesn’t matter, but a highly security sensitive reverse proxy shared by multiple users most likely part of the stack to be attacked might be an exception.