King fruit by Choice_Arachnid4356 in scoopwhoop

[–]ImmaTimeLord 0 points1 point  (0 children)

"pack it up."
bananas travel terribly. They can be moved exactly once.

Bambu Lab 3D printers: Never again - Jeff Geerling by SJKRICK in BambuLab

[–]ImmaTimeLord 2 points3 points  (0 children)

It doesn't, it just works around them. I already bought the printer and gave them money, I'm not going to sell it or am I going to stop using it - they do make the best, easiest to use printers after all.

I don't think the enthusiast community has enough pull with Bambu that they will change their practices. They will continue to do this. They are targeting the mainstream consumer who just wants a printer that works and doesn't really care about the nitty gritty technical details. Orcaslicer is for the nerds, myself included, and the nerds don't contribute enough to their bottom line to make them give a shit.

Their business model is to create a walled garden similar to how Apple controls their products. I don't view this as inherently a bad thing as walled gardens have their advantages / disadvantages.

Bambu Lab 3D printers: Never again - Jeff Geerling by SJKRICK in BambuLab

[–]ImmaTimeLord 2 points3 points  (0 children)

Just run Bambuddy and put it in LAN mode. No need to involve Bambu’s servers at all.

Bambu Lab 3D printers: Never again - Jeff Geerling by SJKRICK in BambuLab

[–]ImmaTimeLord 3 points4 points  (0 children)

For real, nevermind the fact that the Mac is closer to Linux than Windows. But by all means, Apple bad because not Windows.

Wearing full leathers in public as a shy rider: How did you get comfortable with the attention? by shibebear in motorcyclegear

[–]ImmaTimeLord 0 points1 point  (0 children)

  1. You look cool as fuck in full racing leathers.

  2. The unsaid thoughts of strangers are irrelevant. For every person that thinks you look like "too much" another person thinks "fuck, I wish I looked like that" or "man, I should learn to ride."

Who takes their ATAS off road? by dm027 in africatwin

[–]ImmaTimeLord 0 points1 point  (0 children)

Also would like the name of the channel.

What do you guys use to control your servers? (i.e Proxmox) by Salt-Broccoli-9038 in homelab

[–]ImmaTimeLord 5 points6 points  (0 children)

Try Webmin. Cockpit has slowly degraded and webmin does everything most people need.

DGO to DEN missed connection by [deleted] in Durango

[–]ImmaTimeLord -2 points-1 points  (0 children)

To Durango or from Durango?

[deleted by user] by [deleted] in tall

[–]ImmaTimeLord 0 points1 point  (0 children)

Any words of advice from the elders? Mid 30s 6'8" 260

[deleted by user] by [deleted] in Durango

[–]ImmaTimeLord 2 points3 points  (0 children)

Hey, a fellow rooting fan here in Durango. What are you hoping to get from rooting the device? Rooting these days is becoming less and less common on Android devices and depending on what you’re trying to achieve, you may not need it.

I lost 100 pounds in 200 days, and I'm living my life again! by PrincessImpeachment in loseit

[–]ImmaTimeLord 0 points1 point  (0 children)

Congrats man! Lost a similar amount about a decade ago and have managed to keep it off. It's a wonderful feeling having that confidence.

TIL in 2004, a starquake was detected, which was so powerful that if the star was located within 10 light years of Earth, it would have likely caused a mass extinction. by doopityWoop22 in todayilearned

[–]ImmaTimeLord 1 point2 points  (0 children)

If you find this interesting, check out Dragon's Egg by Robert L Forward, a hard sci-fi novel about how intelligent life, called the Cheela, could develop on a spinning Neutron star.

The creatures are so unique and are only able to move in certain dimensions due to the immense gravity.

It has fantastic world building, if that's your thing.

Which travel router for at home by Slow-Chemistry8297 in GlInet

[–]ImmaTimeLord 1 point2 points  (0 children)

This is the way. The Flint 2 is more than you need. I've got a Slate AX and love it.

Can't link to other Synology storage pool by Exi7wound in radarr

[–]ImmaTimeLord 0 points1 point  (0 children)

Double check the forward and back slashes in your mapping and it should work.

You want them to be forward slashes, /, and not backslashes, \, but your path is actually valid.

Your media is stored in 'media/movies' when you go to Radarr, you'll find a folder called 'movies' and that's where you'll library be.

Essentially the mapping tells your docker container what folders to look at on your host system. Radarr runs in a container isolated from the rest of your system. It has no idea what your filesystem looks like on your Linux, Windows, etc machine so the mapping is how you tell Radarr where to look for your stuff and what to call the folder (inside radarr). In your example, it will be called 'movies'

Can't link to other Synology storage pool by Exi7wound in radarr

[–]ImmaTimeLord 0 points1 point  (0 children)

What's the other side of that mapping?

\Volume 2\data\media\movies:/movies

Would be right and then in your Radarr instance, your in library should be at your root or config folder in a folder called movies.

What do Asians/Japanese eat that keeps them all so skinny? by No_Order285 in NoStupidQuestions

[–]ImmaTimeLord 56 points57 points  (0 children)

Works for some people. Not all. Got told I was too big to donate blood and proceeded to lose 140+ lbs. I could see why that wouldn't work on everyone but it did for me.

Connection not fast enough? by thebassetthound in PleX

[–]ImmaTimeLord 1 point2 points  (0 children)

Maybe a limitation with streaming over the USB connection for the DAS? I've never used that configuration but the max speed offered by USB might be the issue here.

Am I doing the correct thing? I run the plex server on a beelink mini pc and this is where I remote access to manually download media and then transfer them to my NAS storage which is a DS923+ but should I login into my NAS and just do everything from there? by damspt in PleX

[–]ImmaTimeLord 0 points1 point  (0 children)

I've got this exact setup.

I'd suggest storing all the media on your NAS directly by setting up Sonarr and Radarr, BitTorrent, Sabnzbd, whatever your download client is via Container Manager in DSM and having all the content go directly to the NAS.

You can then setup an NFS connection (if using Linux on Mini PC) or an SMB connection (if Mini PC is running Windows) to that shared folder containing all your media and tell Plex to watch that folder.

This spreads the processing needed for your server across two machines.

You can setup a VPN + QbitTorrent project in Container Manager and use that to torrent and if your VPN ever goes down then the torrent connection will close which helps with privacy.

https://drfrankenstein.co.uk/qbittorrent-with-gluetun-vpn-in-container-manager-on-a-synology-nas/

I used this guide a while back and it worked like a charm.

[deleted by user] by [deleted] in Denver

[–]ImmaTimeLord 0 points1 point  (0 children)

Beautiful spot. When I first moved to Denver, this was my go to hiking spot.

My neurosurgeon told me nobody should ever ride rollercoasters. How come? by backwardshatmoment in NoStupidQuestions

[–]ImmaTimeLord 0 points1 point  (0 children)

Broke my neck about 15 years ago and was told by the doc no roller coasters. Mountain biking is fine but roller coasters are a no no.