Overall I think this is well written. I agree with @[email protected] that the section on picking an instance could be improved, since which instance one picks can be rather important, since federation/defederation is dictated by individual instances.
And a minor typo I noticed:
leaving Mastodon out to try
I assume that should be “out to dry”.
and connect to it with an iPad that has a Jellyfin client installed?
In my experience, you don’t even need the dedicated Jellyfin client. Just opening it up in a web browser works out of the box, so that’s potentially one less thing to download/install/manage for the clients.
That said, I’ve never tried to access Jellyfin from an iPad/iPhone/Mac so it might not be as seamless as my experiences on Android/Linux based devices. But I imagine they’d be fine; just test it out before you hit the road.
Ah, thanks for the tip. I’ve got a dinky little pair of binoculars lying around, so I’ll give 'em a try
Noice. There isn’t too much light pollution around where I live, so I’m hoping to get to see it some time over the next few days if the conditions are right
Hell yeah. Did you have to do a long exposure for this, or could you also see it with the naked eye?
I’ve tried catching a glimpse over the last few days, but it’s just too close to the sun, even after sundown.
I bought an N64 with 4 controllers and 5 games for $5.00 about 10 years ago…the same setup is like $200 minimum now.
Sounds like you got an absolutely incredible deal; I don’t think $5 was a normal price point for that kind of hardware even 10 years ago. I sold my N64 with 2 controllers and maybe 4 game cartridges for ~$100 around 17 years ago and the guy I sold it to didn’t even haggle.
I’ve been really happy with Bazzite on my laptop the last few months, although I seldom game these days.
My wife’s Windows laptop stopped working recently and I haven’t been able to repair it, so she’s been gaming on my laptop in the meantime. So far it’s been able to play everything she’s thrown at it without issue.
I’m sad that I haven’t been able to fix her laptop, but I’m kinda happy cause it means there’s no longer any Windows machines in the entire house, lol.
Is it “fair”? I’d say no, but the world isn’t a fair place. Enormous, unscrupulous corporations are to blame for the untenable situation we collectively find ourselves in. And those corporations aren’t going to be rectifying their behavior any time soon unless forced to.
That being said, asking individuals to take steps to reduce climate change isn’t an unreasonable thing in my eyes. Because, until corporations are held accountable, asking individuals is the only thing that can possibly improve the situation. Even though it’s like throwing a cup of water on a forest fire.
The second that Amazon, Shell, BP, ExxonMobil, Chevron, Coke, Pepsi, et al are forced to do their part, I will start throwing my trash out the window again like a proper American. Until then, I’m gonna recycle and encourage my friends and family to do so as well.
The official documentation has some guides on setting it up in a few different ways, although they assume the user is decently familiar with Linux/terminal commands and such. There might be some more beginner-friendly guides out there, though.
https://jellyfin.org/docs/general/installation/container/
I switched from Plex to Jellyfin a while back and I’ve been very happy with it.
Hmm, have you made any changes to the firewall on the system hosting the Docker container?
You might need to edit the firewall with a something like this:
sudo ufw allow from 192.168.1.0/24 to any port 8096
Are you using docker-compose to run the Jellyfin service? If so, you might need to add something like this to the docker-compose.yml file:
network_mode: 'host'
extra_hosts:
- "host.docker.internal:host-gateway"
I’m no expert at Docker or UFW, but these are part of my Jellyfin setup, which I’m running on Ubuntu LTS in a Docker container.
Are you putting the port number at the end of the local IP? Jellyfin defaults to port 8096 iirc. So the server URL should be 192.168.0.5:8096. What happens if you input that?
Are you able to connect to the server via web browser? e.g., typing http://192.168.0.5:8096 into Firefox
And as a quick sanity check, is your phone connected to the same wifi network as the Jellyfin server?
Thanks a lot! I’ll look into the upgrades you mentioned and try my luck. Here’s hoping I can get it back up and running without too much work
Thanks a bunch; I’ll check out the PEI coated build plate.
I’ve contemplated getting the BLTouch probe for auto-leveling, but I don’t think bed leveling is the root of the issue; I’ve leveled the darn thing about a thousand times by now
Agreed on the Ender 3’s needing some tinkering. My wife got me the Ender 3 V2 a couple of years ago for Christmas and I like it a lot, but I spend more time troubleshooting it than actually printing stuff.
I like to tinker, but the Ender 3 V2 takes advantage of that fact.
Any recommendations on part upgrades? I’ve upgraded the nozzle and the extruder on mine (the stock, plastic extruder cracked badly last year and I replaced it with a full metal one), but it is still very unreliable. Prints are always failing due to adhesion issues even if I use aftermarket adhesives like MagiGoo on the build plate.
Depends on the particular device. LDAC has been around for years and supports higher bitrates than mp3s (assuming we’re putting 320kbps mp3s in the “higher quality” category)
Relevant to this idea, I use these apps to let me know when things like the International Space Station, meteor showers, aurorae, etc are visible overhead:
https://spotthestation.nasa.gov/
https://www.timeanddate.com/astronomy/night/
Would be neat if there were one unified app to track them all and send notifications
Ah, darn. Unfortunately I have no additional help to offer since that particular issue was fixed for me after changing those options in Flatseal.
I’d try running Firefox from the terminal to see what error message you’re receiving when the crashes occur; the unique error message was what led me to this workaround when I was originally troubleshooting.
In Bazzite, you should just need to open the Discover package manager and click “Refresh” and then “Update All” in the top right. Although these drivers don’t appear to be available through the package manager yet; mine is still on version 560.31.02.
If your Firefox crashes are anything like mine were, it should be solved by opening up Flatseal and disabling Wayland rendering for Firefox. See the screenshot shown here: https://universal-blue.discourse.group/t/nvidia-555-drivers-incoming-important-information/2554
When I first installed Bazzite on my Intel+Nvidia laptop, the Firefox crashes were constant. The workaround here fixed the issue for me.
I’ve had this same experience on Linux Mint. I’ll run apt update & apt upgrade and, occasionally, if Firefox is one of the things being updated, new tabs and new pages won’t load and will tell me I need to do a system restart to continue browsing.
I always update manually, so it never happens without me initiating the update first. But sometimes I’m like, “Dangit, didn’t realize this update would require a restart to keep using Firefox.”