

Jellyfin depends on proprietary Microsoft .NET, even on Linux.
It’s still better than Plex and Emby, which are fully proprietary, and have no source code. But I will stick with sshfs with kodi, and nginx plus mpv for now.
Jellyfin depends on proprietary Microsoft .NET, even on Linux.
It’s still better than Plex and Emby, which are fully proprietary, and have no source code. But I will stick with sshfs with kodi, and nginx plus mpv for now.
One time I was getting estimates for server software for an embedded device I had made. In a teleconference, I told one company that our prototype server ran on nginx. They emailed us an estimate saying we had to switch our embedded system to Windows 10 IoT Enterprise, and put the server on Microsoft’s cloud, because “Engine X is not an enterprise web server.”
I took one look at a trans woman, and I was immediately infected by the woke mind virus.
The DNC is holding a meeting at the ritzy $400-a-night resort over the weekend to choose a new party chair, a move that took on urgency after the Democrats took a beating at the ballot box in November. State party chairs Ben Wikler of Wisconsin, Ken Martin of Minnesota, and former Maryland Gov. Martin O’Malley have the most votes so far
Hey, I recognize that name. I sent a letter to Ben Wikler a couple months ago, demanding that the next DNC chair NOT be a neoliberal, and saying that I wouldn’t offer any more support to any neolib candidates. This was based on the assumption that he would be the one representing me for the purpose of choosing the next DNC chair. I never really expected he could be the one selected for it. I hope he’s as progressive as I’ve heard.
Looks like polar coordinates, with theta being the maleness (at 180 degrees) or femaleness (at 0 degrees), and radius being the magnitude.
(edit: That’s actually what it says above the chart, I just missed it.)
C when I cast a char * *
to a char * * const
: ok
C when I cast a char * *
to a char * const *
: ok
C when I cast a char * *
to a char const * *
: WTF
C when I cast a char * *
to a char const * const *
: ok
You may not like it, but the rules say “any operating system is fine”. I don’t like Windows either, but this post is technically correct.
In the US, healthcare is too expensive to afford out of pocket, so most people get health insurance from their employer, as an additional benefit. This covers the employee, their spouse, and their children up to a certain age.
In this case, it looks like people employed by the military will be prevented from getting full healthcare for their children, if those children are transgender.
Using a VPN (like Tailscale or Netbird) will make setup very easy, but probably a bit slower, because they probably connect through the VPN service’s infrastructure.
My recommended approach would be to use a directly connected VPN, like OpenVPN, that just has two nodes on it – your VPS, and your home server. This will bypass the potentially slow infrastructure of a commercial VPN service. Then, use iptables rules to have the VPS forward the relevant connections (TCP port 80/443 for the web apps, TCP/UDP port 25565 for Minecraft, etc.) to the home server’s OpenVPN IP address.
My second recommended approach would be to use a program like openbsd-inetd on your VPS to forward all relevant connections to your real IP address. Then, open those ports on your home connection, but only for the VPS’s IP address. If some random person tries to portscan you, they will see closed ports.
When I worked on OpenStack for a few years, 80% of the bugs I fixed were type errors that could have been prevented by Python being staticly typed.