

Sorry, I had thought that all apple products had an app store of some kind. It would seem that the 3rd gen doesn’t though. Sorry. Does it have a web browser? Might be able to use Jellyfin’s web interface.


Sorry, I had thought that all apple products had an app store of some kind. It would seem that the 3rd gen doesn’t though. Sorry. Does it have a web browser? Might be able to use Jellyfin’s web interface.


If you have , or have access to, a Jellyfin server, there is a Jellyfin client called Infuse (paid app). From there, you can do pretty much whatever you want, on the seas or on high street.
I believe a Plex client is also available.
Beyond that, I’m afraid I don’t know much about AppleTVs. Sorry.


That’s not alot of money anymore.
Around me, the biggest issues are homelessness and drug use. Millions won’t solve either but could put a bigger dent, long term, in the housing issue.
I think I’d build a bunch of low cost houses, in the sub $100k range if possible. They wouldn’t be mansions by any stretch but it might put a dent in the housing market.
Indirectly important. I help make the tools others use to do important things. Or rather I’m learning to. I’d say that what I do is as much art as precise science. The pay is a bit knaff but it’s interesting work.


The only way is to completely disconnect from the internet and never share media with anyone. Doesn’t matter if you’re running Windows, Mac or Linux.
Even then that only makes it less likely.


I tried it a couple years ago. Came to the conclusion that it wasn’t profitable for me at that time, in that location.


I think it depends on your industry.
I actually just got a new job. Went through the usual, job boards, linkedin, friends and family. Nothing worked for 3 months. Longest Ive ever been out of work.
what actually got me a job was a cold email I sent to a local company, explaining that I was new in the area and looking for work.
I picked that company to “cold call” simply because I had bought something of theirs in the past and remembered the name when I was learning the local maps.


Like others have said, more RAM would help. 4GB is the absolute bare minimum for a usable desktop.
A scan for any malware might not be a bad idea, especially if you’re running Windows. I would also examine whether you actually need any browser extensions you have installed. I’d also check and disable anything running in the background that you don’t actually need.
Wiping the drive and reinstalling Windows may also help, so would dumping Windows for a lighter weight Linux distro. Linux tends to be more RAM friendly.
You might also want to check how much free space you have on your drive. SSDs tend to get slower the more full they get. Ideally you want to keep under 70% full.
If your laptop has a HDD, replace it with an SSD. That upgrade would give you the single greatest performance increase, however SSDs have been standard for some time.


I don’t know of any sftp programs specifically, but any file sync program should work.
It would be massive overkill for this one task, but I personally use my Nextcloud server to move files on and off my iPhone to my services as needed. I have the Jellyfin media directory, Calibre upload, and Paperless upload directories mounted in Nextcloud as external directories (as SFTP mounts, I think) and then access them from my phone from the Nextcloud app.


If I remember correctly, the instance owner vanished but left the instance running.
Secondary admins kept the place running until something happened to the instance itself. Something with the database that the admin didn’t have access to recover from.
I believe it was that secondary admin that spun up the new instance.
Sorry that’s vague but about to get ready for work.
So wildly off topic question.
How are you seeing a reputation score?


Are you using some Apple or MS author account?
Google and Github SSO were the only options when I originally setup tailscale. There are a few more options now including what looks like every self-hosted OIDC provider I’ve ever heard of, and a few I hadn’t.
How did you config tail scale though?
There are a couple options depending on how you are using it. Most of the time I just use the tailscale command to configure each node.
Most systems were just sudo tailscale up --ssh to get it up and running, although I have one system setup as a subnet router to give me outside-the-house access to systems that I can’t put tailscale on. That was a little more involved but it was still pretty straightforward and well documented. Their documentation is actually very well written and is worth the read.


The way Tailscale works, you don’t need to worry to much about your local IP address. You can just use the Tailscale IP address and it will connect as if you were local using the fastest route. That’s the beauty of a mesh VPN. Each device knows the fastest route to each other.
Without more information I can’t really tell what issue you are actually having, but if your system has internet, you have a local IP and if the system is showing as up on your tailscale dashboard than it will have a tailscale IP. Not being able to connect using one or the other would be a configuration issue. Whatever service you are having trouble with is probably only listening to one of the interfaces but not the other.
I’m assuming you are running a linux or unix box, but try running the command ip addr. Assuming you have the package installed, it will tell you all of your IP addresses for the system you run the command on. The list may be quite long if you have a lot of docker containers running. The command tailscale ip will do the same but limited to your tailscale IP addresses.
Sometimes it’s handy to be able to share larger files with just a link, but for the most part it’s just syncing folders on my desktop and laptop, and giving me access to those files my iphone. I don’t generally use it for off-system storage.
Mainly just Nextcloud. I have it setup pretty lean as most of it’s capabilities is just massive overkill for my needs. I mostly just have it handling file, calendar and contact syncing as well as it’s news reader.
I’ve largely ignored most of Proton’s offerings as it feels like they are trying to become Google 2.0. I lived through that once, that was enough. When Proton started they were very much “Don’t know who you are and don’t want to”. Now I’m not so sure what their ambitions are. Creepy vibes from them lately that remind me of Google.


Peertube uses bittorrent tech underneath to help distribute the load. Each viewer shares what they’ve downloaded to others viewing the same video at the same time. If 100 people are watching the same video at the roughly the same time the original host really only sends out 1 or 2 streams.
Things might get interesting if each of those 100 people want to watch a different video though. Pretty sure a server run by a popular youtuber like Mumbo Jumbo or even Justin Guitar would choke.


Basically what you want is to turn the linux laptop into a router. Thats doable. I believe Ars did an article on a similar build a couple years ago.
And here it is: https://arstechnica.com/gadgets/2016/04/the-ars-guide-to-building-a-linux-router-from-scratch/
It’s an old build based on an almost 10 year old version of Ubuntu, but quickly glancing through it, I didn’t see anything completely out of date. Version numbers will have changed and perhaps some package names will have changed but it will give you a starting point for further research. You won’t want to cargo cult this build.
I think the main difference is that your internet would be coming in from the wifi interface and going out the ethernet interface rather than the other way around.


Well, I’ve been using Ubuntu for the last 20 years (god, it hurts to say that) and only started playing with NixOS, 3 years ago.
Between the two I like NixOS better, but if I had to choose only one it would probably be Ubuntu. When things break, I know how to fix it. Usually without having to spend 2 hours of reading and trying to understand the documentation.


Well, yes I looked at tailscale too, but that would prevent me from using my normal commercial VPN
You can split your devices traffic, Tailscale traffic through Tailscale, everything else through your masking VPN.
I’m trying to get the best of 2 worlds: using the VPN to hide my IP from services that i visit and my ISP, and a secure connection to my home server.
For that, what I would do is put the masking VPN (like PIA or whatever) on your router (not all routers can do this) and then have Tailscale on the devices or individual services. In theory, everything would still be able to talk to each other (even if your mobile device is not behind the router), but everything that is behind the router would enter and exit their traffic wherever you have the masking VPN set to. Downside of doing this is that EVERYTHING that is behind that router is also behind that VPN which can cause problems with some services, like banking and streaming.
It would also mean that the only way you could host a public service is to have an external VPS acting as a reverse proxy. Cloudflare might also have something that could work around this setup, but I’m not familiar with their offerings.
This setup also doesn’t mask your traffic (origin and destination) from your mobile provider (just your home ISP), but that is a harder nut to crack as they can see, real time, where you are physically, and depending on your device, may have deeper device access anyways. I’m thinking prepaid phones and phones bought from the carrier (at least here in the US) or if your carrier has “asked” you to install an app to manage your account. My assumption is that my mobile provider can see anything I do while I have my phone or tablet with me, and just work around that.
You might want to ask in !privacy@lemmy.ml and !privacy@lemmy.world, as this is more up their alley.
They have their place and I generally like the concept, however, not crazy about most implementations.
I don’t like the fact that the batteries are not replaceable in most of them and the ones that do have replaceable batteries (Ryobi and Ego come to mind) are generally prohibitively expensive per kwh and usually can’t be used as a UPS like some of the integrated models.
I don’t insist that the batteries be hot swappable like the Ryobi model I have, but there is no reason to toss all that extra plastic and circuitry when the battery itself eventually fails.