I see season 1-9 packs on both IPT and TL.
I see season 1-9 packs on both IPT and TL.
To be fair that’s a pretty recent development. Jellyfin apps for smart tvs are only just becoming stable enough for real use. Plex was the only option for a long time.
There are quite a few creators who are primarily funded off patreon and release content to YouTube. I imagine a group like MCDM (Matt Colville) who has patreon, merch, crowdfunding, and products doesn’t really care about ad revenue.
I disagree. Each distro is a user of a thousand different open source systems. When a distro developer integrates gnome, systemd, bluez, or whatever other system they’re finding, reporting, and possibly fixing bugs that end users might miss. Other than arch users, who else is compiling these things from scratch and really digging into the documentation?
Doing this by hand is challenging but possible.
First you need a hex editor, not a text editor. xxd on linux will get you started but you might want something a little more user friendly.
Then look for a label for a value you know, xxd and other hex editors will show ascii text on the side. Hopefully you’ll be able to identify the value (in hexadecimal, probably 4 bytes but could be 1, 2, or 8 as well) somewhere before or after the label. You might have to get familiar with endianness, two’s compliment, and binary floating point before the numbers make sense.
Once you know how to read a value after a label you’ll need to find some label for the information you don’t know. If it isn’t displayed in the program it might not have a super readable label.
Your stance, as I read it, is that mental healthcare only exists to make people accepting of large scale societal issues, and that those issues are the true cause of metal health disorders.
That’s a pretty serious conspiracy theory on a whole branch of medicine coming from someone who clearly has no expertise on the topic. This is the mental health equivalent of being an anti-vaxer. It shows a deep lack of understanding of your own privilege and the actual mental health struggles people have.
I think it’s a typo and they mean the decrease in gravitational force goes from exponential to linear, but continues decreasing.
I’d highly recommend adding a license file. Right now it’s more source available than open source.
How far apart are your 2 communities and what size user base are you expecting?
If they’re closeish there are probably some point to point network options you could experiment with for a low bandwidth backup link.
Expected users really just determines if you need things like load balancing, identity management, etc.
Until I was reading about this project I had never heard of it. And I would consider myself pretty plugged into torrent news.
The included docker compose was very easy to use. I was up and running in just a few minutes.
DHT crawling started immediately which was pretty cool to see.
Sometime later this week I’ll try integrating it into my arr stack.
We will make sure that you can stay on the terms applicable for the version of Unity editor you are using – as long as you keep using that version.
They did that the last time they had backlash too and then quietly removed it a few years later. How on earth do they think that’s something anyone will trust.
If you’ve ever followed the C++ committee discussions you’ll see they put a lot of time and effort into considering legacy code when introducing language changes. For better or worse existing languages are on a trajectory set from their inception that can’t always be easily redirected. New languages are free of this baggage and can wildly experiment.
Unless they start offering on-prem or there are some very high profile server hacks I don’t see that being possible. Unlike media and client software they don’t need to provide the core functionality to end users, just the output.
If your org is all Windows there’s not really an easier way to make Windows desktop applications than c# and .NET with winforms. If a team is making any internal tools for Windows users there’s a good chance that’s what they’ll be using.
I’ve been a pretty heavy torrent user for years. I’m not sure when everyone came to the conclusion that VPNs were necessary. If you stick to slightly older media on public trackers and private for really new hype stuff you’re very unlikely to get hit. Plus one letter from your isp isn’t the end of the world and you can always kick on a VPN after your first one.
I couldn’t find a good one on their site so I downloaded the app. It’s a fancy notes app with templates for a bunch of different things. The hook seems to be the decentralized sync system.
Can I ask why you’re opposed to using a subdomain: immich.something.duckdns.org
? In my experience few self hosted apps cleanly support being hosted on paths and doing so tends to require some advanced reverse proxy settings like rewrites. I don’t have immich running right now but I did at one time with that method.
I don’t believe it’s possible for a CA to decrypt TLS traffic with their private keys. They sign a site’s public key with their own private key after verification but are never given the private key itself. Public CAs only provide identity verification, they do not take part in the encryption process itself. Let’s Encrypt is perfectly safe in that regard.