Well, time for some review bombing?
Well, time for some review bombing?
Not watching the video, but here’s an answer for the clickbaity title: no, it’s not. It’s not officially supported and outside of a few enthusiasts, no one’s gonna use it on a Windows handheld.
I use ssh regularly, I just use a different key for each server. And thus I don’t use the default name (id_rsa) because it doesn’t make sense.
Here you go!
~ $ cat ~/.ssh/id_rsa
cat: /data/data/com.termux/files/home/.ssh/id_rsa: No such file or directory
~ $ cat ~/.ssh/id_ed25519
cat: /data/data/com.termux/files/home/.ssh/id_ed25519: No such file or directory
I mean, you have to be a psychopath to amass this kind of wealth.
And being a psychopath is (usually) a defense mechanism against a trauma severe enough that being a psychopath is necessary to not go mad.
So no, psychopaths don’t feel good most of the time, they’re severely broken to the point that they’re not a fully developed personality (being a psychopath is officially called a personality disorder).
Note that a personality disorder isn’t a yes/no checkbox, but more of a spectrum. For example, being slightly histrionic is very common among actors, but it doesn’t mean they’d murder you for fun.
and then sleep more peacefully than you have on the single best day of your entire life
Seriously doubt that. Those kinds of people don’t sleep well.
Stop trying to make web3 happen, it’s not gonna happen. Seriously, the name isn’t even gonna get reused for something normal because people would think it’s related to all the crypto insanity. We’re gonna go from web 2.0 straight to web 4.
Did you know that badgers keep their homes in tip-top shape by creating a latrine pit as a bathroom? They won’t defecate in their homes, instead making a pit out of dried grass and leaves just outside their burrow.
Not OP, but what puts me off is that it calls itself badger, but really it’s just a software that has nothing in common with those glorious animals. Did you know that badgers’ keen sense of smell is about 800 times sharper than our own?
Oh yeah, let’s wait until they start murdering people to maybe take some action.
The cracks, they don’t remove our protection. The cracks still have all our code in and all our code is executed. There is even more code on top of the cracked code - that is executing on top of our code, and causing even more stuff to be executed. So there is technically no way that the cracked version is faster than the uncracked version. That’s simply a technical fact.
Going by that logic, there’s simply no way that Denuvo does not hinder performance.
RPS: The study you mention showed that having Denuvo software improves revenues at launch, but also showed that a certain point after release - I think it was around three months - it evens out. Do you think publishers should have a policy of eventually removing Denuvo and making that clear to players in their marketing?
Andreas Ullmann: That’s the only point of the study where I’m not totally agreeing.
Well, who would have thunk!
Hmm, seems like my definition of “secret” is way different than Bill Gates’.
For all the mentioned cases, if your firewall blocks incoming packets by default, no one can access it, no matter what is the source of the port being open.
You don’t configure it on the docker level, at least if you care about outside connections. If you mean from your local computer to a docker container, by default you cannot connect, unless you expose the port to the system. If you mean from other docker containers, just create your own separate network to run the container in and even docker containers cannot access the ports.
I usually use netstat -tulpn
, it lists all ports, not only docker, but docker is included. docker ps
should also show all exposed ports and their mappings.
In general, all docker containers run on some internal docker network. Either the default or a custom one. The network’s ports don’t interfere with your own, that’s why you can have 20 nginx servers running in a docker container on the same port. When you bind a port in docker, you basically create a bridge from the docker network to your PC’s local network. So now anything that can connect to your PC can also connect to the service. And if you allow connection to the port from outside the network, it will work as well. Note that port forwarding on your router must be set up.
So in conclusion, to actually make a service running in docker visible to the public internet, you need to do quite a few steps!
On Linux, local firewall is usually disabled by default, but the other two steps require you to actively change the default config. And you mention that all incoming traffic is dropped using UFW, so all three parts should be covered.
Hmm, let’s ponder for a while what could I have meant. Soooo, do I put coins into my SNES or Genesis? Hmm, tough question, but if I had to give a definitive answer, it would be no. For multiple reasons, really. Like not having SNES or Genesis. And there being no slot for coins. Well, technically there’s a slot that you can put coins into, but it’s better to put the game cartridge there.
So, long story short, no I don’t. But where else would people in the past put coins into to play games? Well, that, my dear reader, is left as an exercise to you.
Nah, the consumers are just wrong. They don’t want entertainment, they want gambling.
- Game company CEO, probably
I’m still waiting for the game to come to GOG.
Having made my own pathing algorithm in Screeps… That thing’s fucking hard to do right.
Hannah Montana Linux btw?