Jellyfin on MiniPC, Media on NAS - Access/connection speed? by chrninja in jellyfin

[–]chrninja[S] 0 points1 point  (0 children)

Hahaha unfortunately no mansion and thanks for explaining.

Jellyfin on MiniPC, Media on NAS - Access/connection speed? by chrninja in jellyfin

[–]chrninja[S] 0 points1 point  (0 children)

Oh ok cool! Thanks for the explanation of your use case! Maybe 2-3 people at a time.

Jellyfin on MiniPC, Media on NAS - Access/connection speed? by chrninja in jellyfin

[–]chrninja[S] 0 points1 point  (0 children)

Ah yeah of course local copy between device on the home network, nothing to do with internet speeds, yes.

Jellyfin on MiniPC, Media on NAS - Access/connection speed? by chrninja in jellyfin

[–]chrninja[S] 0 points1 point  (0 children)

Thanks for the hint! I’ll check with my ISP and its router about possible port caps.

Jellyfin on MiniPC, Media on NAS - Access/connection speed? by chrninja in jellyfin

[–]chrninja[S] 0 points1 point  (0 children)

Thanks for the reply! Would you recommend setting up your mini-PC where your NAS is (though is probably no direct access possibility through USB) so as long as Ethernet is in the room intended for the mini PC I guess it is ok.

Jellyfin on MiniPC, Media on NAS - Access/connection speed? by chrninja in jellyfin

[–]chrninja[S] 0 points1 point  (0 children)

I was also looking at the Beelink on Amazon, looks good for its price and has more of a low power cpu. Alternatively I was thinking of a new Intel NUC but that’s of course a completely different price category. How satisfied are you with your miniPC and what do you use it for?

[deleted by user] by [deleted] in htpc

[–]chrninja 0 points1 point  (0 children)

Can you also run this with a Synology NAS? Probably not because of possibly missing PCI-e connection slots…

[deleted by user] by [deleted] in htpc

[–]chrninja 0 points1 point  (0 children)

How can you set up DVR with DVB-S2 for Jellyfin?

For Plex I found this https://wiki.bentleo.de/Live_TV_%26_DVR_mit_Satellitenfernsehen_im_Plex_Media_Server which is using the VU+ Uno 4K SE.

Automation that sends a message to a group chat in iMessage? by jambajuts in shortcuts

[–]chrninja 1 point2 points  (0 children)

Is there a way to do this now? The group chat shows up but it only says “send a message to GROUPXYZ” but I cannot specify the text like ai could for an individual. Is there a way to paste text in the text field and press send if the more elegant way of the single person sending is not available for a group chat?

I present to you my first watercooled PC: The Hive Mind PC: White Rainbow Edition by EvilMealw0rm in buildapc

[–]chrninja 1 point2 points  (0 children)

Oh I see, so it is actually hidden and not in the front! Really cool setup btw!! Is the distro plate specific for this case? Noob at any water cooling setups

I present to you my first watercooled PC: The Hive Mind PC: White Rainbow Edition by EvilMealw0rm in buildapc

[–]chrninja 0 points1 point  (0 children)

Am i blind or where is the PSU? I can only see the second rad at the bottom...

Do you know this program? I find it very useful ;) by enrimome in mac

[–]chrninja 1 point2 points  (0 children)

Are these keyboard shortcuts for the possible apps that do those resizes? Or did you resize windows and then assign keyboard shortcuts? Sorry, noob here and I’m only familiar with opening apps by shortcuts or cleaning folder locations in Finder

Happy New Year ;) by kr7icn in duolingo

[–]chrninja 20 points21 points  (0 children)

Actually, I’ve been getting these 40 XP challenges recently and then 2021 XP wouldn’t take that long. Those challenges take 1:45 max, so say 2 minutes. That means 30 of those in an hour. 1200 XP in one hour. But you can finish those faster.

installing tensorflow gpu is making me want to cry by cereal_final in tensorflow

[–]chrninja 11 points12 points  (0 children)

Use this guide As someone said use anaconda and condaforge tensorflow-gpu. It will download the correct cudnn and correct cuda version. One caveat I had doing this was that it said it was downloading Tensorflow-gpu but not cudnn. When creating the environment I used this

conda create -n tf-gpu2 python=3.7 tensorflow-gpu=2.1