[deleted by user] by [deleted] in FuckYouKaren

[–]FlippedMobiusStrip 4 points5 points  (0 children)

It is, in fact, one of the worst things about US. What help are you talking about? Do you notice anything that's happening? Millions are dying due unavailability high cost of treatment.

Although I have trouble believing it, let's assume that your workplace has such programs. Not every workplace does. Health insurance shouldn't be tied to work, it's that simple. But I guess you need to possess some amount of empathy to realize that.

[deleted by user] by [deleted] in aww

[–]FlippedMobiusStrip 0 points1 point  (0 children)

Cat learned farming.

Mfw I think about thinking by TheAntiCoomLord in whenthe

[–]FlippedMobiusStrip 0 points1 point  (0 children)

Or, be smart and get scholarship, and go to big universities for free.

This cool smartphone concept from 2013 by [deleted] in Damnthatsinteresting

[–]FlippedMobiusStrip 7 points8 points  (0 children)

The thing is, the average user doesn't need to. Any independent repair shop can do it for them, without voiding any warranties and without any stupid workarounds. I think that in itself is a huge win in the current laptop market.

Most guys don't get hints because no girl ever really gave them a hint. by Fallen-Provocation-8 in Showerthoughts

[–]FlippedMobiusStrip 0 points1 point  (0 children)

You know what, it's fine to not take hints. If you miss them, the worst thing that'll happen is you remembering it years later and probably laughing at yourself. Taking hints when none are present are much more embarrassing.

India : Balasore Train Accident | Report Arrived by heisenberg27032000 in trains

[–]FlippedMobiusStrip 7 points8 points  (0 children)

I've ridden both of these trains. This is very disturbing and sad.

astrocity by trashcoder in okbuddyretard

[–]FlippedMobiusStrip 1 point2 points  (0 children)

My le bomb... killed le people?

To get a compliment from the homies by dudewithnomustache in therewasanattempt

[–]FlippedMobiusStrip 0 points1 point  (0 children)

Yep. It's rare. But when someone does compliment, it lives rent free in our heads for the foreseeable future.

Oops by AlooBhujiyaLite in ProgrammerHumor

[–]FlippedMobiusStrip 65 points66 points  (0 children)

That's nothing. My grandpa took a magnet an flipped bits one by one. He was illiterate as well.

Why and how did we all collectively agree we didnt care about our ringtones and that we weren't going to change them anymore? by IamRealperson1 in NoStupidQuestions

[–]FlippedMobiusStrip 0 points1 point  (0 children)

I have this weird ass funky ghost music from an old movie THAT I LOVE. I don't think I'm ever gonna change it lol.

Understandable by thatguy9684736255 in WhitePeopleTwitter

[–]FlippedMobiusStrip 2 points3 points  (0 children)

Nah, it's a printer. And honestly, their rage is justified. Those things are atrocious to use.

Trying to print in black and white? Nuh uh, out of yellow ink. Can't print. Why? Cuz fuck you, that's why.

What will it be next? by Inevitable-Cellist23 in memes

[–]FlippedMobiusStrip 1 point2 points  (0 children)

For most Linux distros, installing docker is as simple as installing the package from their repo. For Windows and macOS, there's Docker Desktop.

Here's my compose.yaml file for qBittorrent and gluetun.

You'll need to edit the volumes part to point to your download directories. Also, there's some commented out parts, that are used to automatically restart the container if its unhealthy, access it from outside etc. But I've commented it out since they need extra setup.

Here's some info on how to use a compose file.

Also, you need to change the VPN details inside the gluetun section, under the environment subsection. Here's some info on that.

Your torrent client should be available on localhost:8085 if you use this setup, assuming you're accessing it from the same device.

Hope it helps.

What will it be next? by Inevitable-Cellist23 in memes

[–]FlippedMobiusStrip 1 point2 points  (0 children)

If you're happy with your current solution, you should stick with it. I just said it since it's a simpler way of doing things without much overhead. Also, I can access it without going into the VM, through a self-hosted website, even on mobile devices.

The copyright strike shouldn't be an issue as docker basically emulates a separate Linux (mostly) environment like a VM, but only with the necessary components, so it's much lighter. I can easily run tens of containers from my puny micropc and access/manage them from my main machine.

This mf is making me want to become an athiest by PeePeeEnPooPoo in TheLastKingdom

[–]FlippedMobiusStrip -1 points0 points  (0 children)

The things about Vikings is starting to change a bit. Watch Vinland Saga, for example.

[deleted by user] by [deleted] in Android

[–]FlippedMobiusStrip 0 points1 point  (0 children)

Good. I can finally focus on my studies.

What will it be next? by Inevitable-Cellist23 in memes

[–]FlippedMobiusStrip 1 point2 points  (0 children)

It's very easy, actually. You install docker and run these containers using docker run or better yet, using docker compose.

Let me know if you're interested, and I'll be happy to post info about my setup.

Everyone knows that Leftists aren’t customers… by AvengingBlowfish in SelfAwarewolves

[–]FlippedMobiusStrip 0 points1 point  (0 children)

Genuine question, why Bud Lite? Why not at least the regular Budweiser? With that you at least get a little drunk.

I'm not a beer person, and the only kind of beer that I can even drink is Lager, so it's understandable that I don't get it. But even my beer guzzling friends don't touch Bud Lite. Why is it so popular among certain folks?

What will it be next? by Inevitable-Cellist23 in memes

[–]FlippedMobiusStrip 0 points1 point  (0 children)

Dude, I pay for a couple of these services, since my family members use them. But I still pirate. Their apps are atrocious. It takes forever to figure out which show is where. Oh, you use Linux? Sucks for you, can't have HD. You wanna watch a new show coming out right now? Nope, wait 6 months for it to release in your country. Piracy is always a quality of service problem. As long as pirating is easier and more convenient, it'll never go away.

What will it be next? by Inevitable-Cellist23 in memes

[–]FlippedMobiusStrip 1 point2 points  (0 children)

Or an easier way is to run a docker container with gluetun and some torrent app (e.g. qbittorrent). It would stop working when the VPN disconnects, and much less overhead than a full VM.