I mostly like my LG tv, and it's nice that I can use it without agreeing to their T&C or logging in. It does really piss me off that if I wanted to change picture settings (brightness, color, etc) I'd have to turn their adware settings back on.
OneCardboardBox
You can host docker volumes over NFS, but the actual container images need to exist on a filesystem that supports overlay (which NFS does not) unless you want things to be slow as shit. And I really do mean miserably slow. A container image shared over NFS will take forever to spin up because it has to duplicate the entire container filesystem instead of using overlays, and then it'll blow up your disk usage by copying all these files around instead of overlaying them. It's truly unusable.
As someone who has seen Murnau's Nosferatu quite a few times, I appreciated Eggers' ending. The original really kinda ends when Hutter returns home. You get a couple of comedic scenes with Knock causing a ruckus in town, but basically the plague is a backdrop and Ellen just stumbles into discovering Orlock's defeat. Then it's over.
Meanwhile, Eggers added a real sense of dread and drama to Wisborg's plague. The physical + mental toll of the plague is reflected in a more interesting way.
I did get taken out of the moment briefly at the end:
spoiler
When the occultist/paracelsian tells Hutter "No man can outrun his fate" after they fail to kill Orlock in his mansion. The exact same line is from the original, where Hutter is hurrying down a street and encounters the paracelsian on his way to work.
Whenever I watch the original, this line seems out of place and kinda pointless. Then to encounter it again in Eggers' version interrupted my immersion. Granted, I think the context of the line makes way more sense in Eggers' version, but it just struck me as an obvious reference.
From that same discussion thread:
We plan on supporting any token/nft/coin for tipping, awards, curating, less captchas, etc. Each subplebbit owner should be able to create their own tokens or nfts to monetize their effort and incentivize their users to participate. Avatars will also be curated NFTs.
The protocol does not use blockchain for data, but the web service itself looks like it would use crypto and NFT to manage aspects of user identity, spam prevention, and monetary incentive.
There's a JTAG port in the base of the cortex for pushing firmware updates. Problem is, we lost the signing keys back in the neolithic. Thag got crushed by a mammoth before we had a chance to invent written language and write documentation.
I can go to China, buy a book full of propaganda, fly to the USA, and read it with no issue.
I can tune my radio to a shortwave broadcast from Mexico, and there's not a damn thing the FCC will do to stop me.
I don't even fucking like TikTok. It's an amalgam of all the worst dark patterns developed by corporate social media. Of course, nobody in government gives a fuck when Zuck does the exact same thing. I think it really comes down to the fact that as a foreign company, ByteDance can't play the same election fundraising games that American companies do.
I used to browse certain subreddits for negativity bait. Eventually I decided that I didn't want to immerse myself in a negative mindset so often.
The trick for me was to recognize those moments when I was on auto-pilot and navigating to those spaces because I was bored and it was a reflex. I would remind myself that I know it's bad for me, and then force myself to do literally anything else. Go to some other website. Vacuum the floor. Put on some music and go for a walk. Eventually I lost that reflexive instinct, and now I have no desire to go back to those places.
I'm not going to pretend that what worked for me will work for anyone else, nor will I say that I'm now a better person for avoiding those spaces. I've probably replaced that habit with an equally pointless one, it's just nice to not always view things from the context of tearing others down.
Eh, maybe. Back during feudalism, emancipation of serfs was also considered theft from the nobles who owned the land (and thus the serfs who worked it).
Sometimes governments implemented programs to reimburse the nobles for losing "their" serfs, and sometimes not. Now that we're a couple centuries removed from that drama, we generally accept that the destruction of feudalism was a good thing, regardless of whether it was theft.
There used to be a similar bug in the Roku jellyfin app.
If you can recreate the subtitle issue using test file 5 from this repo, it might be worth submitting a bug report. https://github.com/ietf-wg-cellar/matroska-test-files
No. 404 media is written by people. I've personally been impressed by their reporting over the last year.
Looks like a briar pipe of some kind. I don't really know my pipes but I think it could be a churchwarden or a sherlock style.
There are plenty of online shops that would sell similar pipes. It's a question of how close to the photo you want it to be. I think a high quality briar pipe can run a few hundred dollars. However, you should be able to get something for 30-80 USD if you look at entry-level options.
I sometimes enjoy smoking from my long stemmed 18th century replica clay pipes, which I purchased from pipeshoppe.com. Historically, clay pipes were cheap to produce and somewhat disposable. Even today a fancier clay pipe can be had for <50 USD. However, their current selection of wooden pipes is a bit sparse so you'd have to look elsewhere to match what's in the photo.
I set up a very straightforward Godot dev environment yesterday using toolbox which is built on top of rootless Podman.
The nice thing about toolbox is that it uses my native host Wayland compositor. So whatever I have running in the toolbox can be interacted normally through sway (my host WM).
You can either distribute a container image with your given toolbox configured, or just document the setup steps.