• 0 Posts
  • 25 Comments
Joined 1Y ago
cake
Cake day: Jun 26, 2023

help-circle
rss

It’s an extremely bizarre suggestion given your request. I do want to defend the game (though not the suggestion) a little though.

It initially presents as you say, but offers you opportunities to fight back in your capacity as border control. Letting in the right people can help the resistance and incite a coup, or enable you and your families escape from the country. It isn’t just Be A Good Tankie Simulator 2013, though you can play it that way too.


For those of you who’ve never experienced the joy of PowerBuilder, this could often happen in their IDE due to debug mode actually altering the state of some variables.

More specifically, if you watched a variable or property then it would be initialised to a default value by the debugger if it didn’t already exist, so any errors that were happening due to null values/references would just magically stop.

Another fun one that made debugging difficult, “local” scoping is shared between multiple instances of the same event. So if you had, say, a mouse move event that fired ten times as the cursor transited a row and in that event you set something like integer li_current_x = xpos the most recent assignment would quash the value of li_current_x in every instance of that event that was currently executing.


A feminine body, I am happy with, but not female.

…they literally said “feminine” and “masculine”, not “male” or “female”. Specifically using language you say you’re okay with, but still prompting this response. What exactly is your problem with what they said?


There are a few options there.

As someone else mentioned if you’re using IPv6 then it doesn’t matter, you’re already routing internally even if you’re using the public DNS name, no extra work required.

All the rest are for IPv4.

If you’re not behind CGNAT some routers/gateways are also smart enough with their routing to recognise when they need to route back to their own external IP and will loop back locally instead of making any hops out to the internet. Again, if this is the case for you then no additional work is required other than perhaps running a traceroute to confirm.

Another option is to add a local DNS entry for the name you’re using to resolve to a local IP address instead of your public address. The complexity (or even possibility) of this is going to vary considerably with your setup. If you’re running your own local DNS e.g. pihole or similar then it’s trivial. This is how mine is set up.

If all your clients are going to be on PCs (or devices you have more than the typical manufacturer allowed modicum of control over) then you can do something kind of like the previous, just with all your local hosts files.

If none of the above are options, then you’ll unfortunately have to fall back on using a local name/address, which means a slightly different client setup for devices you use exclusively in your home versus ones you might use elsewhere.


Traffic for a local Jellyfin server should definitely not be going over the internet. Also any reasonably modern client should be able to direct play most media without transcoding.

As for my own Jellyfin setup, one TV has an Nvidia shield plugged in and is using the standard Android TV client. The other is a Samsung smart TV onto which I have side-loaded the Jellyfin Tizen app.


A temporary one that you’re expected to remove as soon as you’ve created the admin user(s) you need, but yes. It should only be there during initial setup and ideally removed before the server is ever exposed to the internet.


You are a worm through time.

The thunder song distorts you.

Happiness comes.

White pearls, but yellow and red in the eye.

Through a mirror, inverted is made right.

Leave your insides by the door.

Push the fingers through the surface into the wet.

You’ve always been the new you.

You don’t want this to be true.


Others said the man’s arrest was unjustified and that as a member of a party that supports free speech, Ferreri was out of line.

So because she is expected to support free speech there are opinions she’s not permitted to express? Incredible.


They don’t even have to go down. Staying stable or even going up at a consistent rate are both considered failure states, or at least unfavorable. If the rate of growth is not itself growing then they start worrying.

It’s insane.


Yes. It’s a commercial signage display, not intended for desktop use.


Same setup here, two USB drives dangling from my NUC. One of them is even notably slow for a USB drive. Still not an issue at all for home use. I’d probably need a dozen or more people all watching different things on Jellyfin at the same time before it even approached being a problem.


Even if they don’t, OP’s friend could just give OP a copy of his GOG version.


GOG games are DRM free and do not need to be cracked. They’re freely shareable as-is.

The question is whether the crossplay works between the Steam and GOG versions, and a quick Google shows that the answer is yes.


You are correct about it allowing you to have zero health and not die, but whether or not that’s the correct behavior will depend on the game. Off the top of my head I know that Street Fighter, some versions at least, let you cling to life at zero.


Payment processors do care, but not for the reasons people seem to assume. NSFW purchases have disproportionately high rates of buyer remorse and charge reversals, which understandably make them much less desirable for anyone to deal with.

Prudishness may also play a part, but the chargeback rate is a major factor.


The difference between building your own car and designing your own internal combustion engine.


or build no web application

Don’t threaten me with a good time.


Or find lots of things that aren’t matches because it’s a fuzzy search with no way to search for exact text.


That tracks with my experience as well. Literally every single Seagate drive I’ve owned has died, while I have decade old WDs that are still trucking along with zero errors. I decided a while back that I was never touching Seagate again.



Depends what you mean by “use”. I’d be shocked if there aren’t any retro-computing hobbyist groups that still dabble in it.



As games get bigger and become more cinematic (and more expensive), there will be studios that grow and grow and then make big layoffs in a lull.

Do you think this doesn’t already happen?


There isn’t much difference at all. Neither should have a cap.

Data moving across a network doesn’t have any per-unit cost to the people operating the network. Whether you use 5TB or 5GB doesn’t impact the bottom line of the ISPs at all.

The only justification for a data cap would be if they’ve overprovisioned their network and sold too many people plans that are too fast for their network to support, so they need to disincentivise people from actually using it. Even then that’s pretty shaky justification.


There are non-browser JavaScript implementations, the most well-known of which is node.js