Deano’s answer to: “Why do all the Batman villains always go to Arkham Asylum?”

From the question: All the Batman villains who are caught end up in Arkham Asylum*. They rarely, if ever, go to prison to serve life or death.

Superhero comic logic aside, what would be some good explanations for this? I am personally inclined to believe that Arkham is a Guantanamo Bay-of-sorts, where the villains are put, because they have been thwarted by Batman without proper legal procedure such as warrants, reasonable doubt, and so forth. This would also explain why people like sane villains like Catwoman have been thrown in Arkham.

What are your theories?

*As I remember; Harley Quinn and Selina Kyle were sent to a rehabilitation clinic at one point, though.

Taking the issue at it’s face, I’d say it’s likely a NIMBY problem – while dividing up the tough mental cases throughout whatever state Gotham is in might seem to be a good way to keep them from possibly colluding on an escape together, it’s just as likely that this would mean that less corrupt cities and towns would subsequently be threatened with potential reprisals during a villains inevitable escape.

Supervillains, in a sense, are the toxic waste created by superheroes – no one wants to address the natural byproduct of a “mostly good thing”, and where possible they pool the waste and store it in locations and communities that don’t have the political clout to prevent such outcomes.

Actually, taken in that light, it’s possible Gotham as a whole is somehow a functional internment camp for the worst of society in the DC Universe… Perhaps Batman’s secret mission is more about keeping everyone from escaping Gotham, a prison in the shape of a city…?

This answer originally appeared on Quora: Why do all the villains always go to Arkham Asylum?

Deano’s answer to: “How do you remind people that you did something very nice for them?”

You do another nice thing for them, as a ‘thank you’ for them letting you do the first nice thing…

(Photo courtesy of http://www.flickr.com/photos/jst…)

If that doesn’t make them your guilt-ridden love slave (or at least prompt a sheepish thank you), then stop doing nice things for them, delete their email contact info, and burn their phone number; they are a lost cause.

This answer originally appeared on Quora: How do you remind people that you did something very nice for them?

Deano’s answer to: “Will different computer users inside one company (i.e. at one building location) normally share the same IP address?”

The short answer: No. All IP addresses for individual computers must be unique to allow for proper/intended network function.

The more complicated truth: Most users inside a company have “multiple IP addresses” – one local/internal IP address associated with their computer, and one or more external IP addresses, which map back to the local address via a process called Network Address Translation (NAT), and pass actual Internet traffic back and forth.

(Image snuck safely out of http://qwikstep.eu/search/get-ex…)

These external IPs exist, and continue to be used for several reasons:

  • The IPv4 address space, which most Internet ready devices still use is comparatively small, so assigning unique IPs worldwide to all Internet-capable devices is simply no longer possible[*]. The “new” address space, known as IPv6, has been in development for several hundred years, and will be rolled out “any day now” to consumers and business.
  • Because of this, companies use routers to translate between internal and external IP addresses, even on a one-to-many basis. While it is unlikely that a large company will use a single external IP for a given building/campus, it’s possible that whatever your internal IP address, external traffic to your single computer may hop between external IPs over time, or based on the service(s) you use.
  • Internal IP addresses also give you a nearly-unlimited and “free” supply (okay, a mere 18 million or so usable) of addresses, that you can organize as you wish. While most home Internet users are at least somewhat familiar with the “192.168.0.0/16” network, the other private address spaces are “172.16.0.0/12”, or my personal favorite, the “10.0.0.0/8”[“]. By contrast, external “Internet IPs” are usually leased through a hosting provider, and more IPs = larger monthly bill.
  • Most companies (or at least their ISPs) use firewalls and other security measures to protect from both external attack, and various kinds of internal tampering/espionage. These firewalls typically sit between the internal and external address spaces, and monitor traffic for suspicious behavior, blocking known exploits and recording log data to help forensically source unknown attack vectors after the fact.

Long story short – Yes, in many cases, everyone in a single location of a given company will share one external IP address, making it difficult to associate IP traffic to a specific user within the company[†]. For this reason, marketers, website administrators, hackers, and security and support companies will typically try to use other means (transparent GIFs, cookies, user registrations, “MAC IDs”, etc) to identify individuals as distinct from their associates within the company.

[* Actually, back in the day I worked at several companies and universities that used a public network address for all their Internetworked machines (often numbering in the hundreds or less)… It wasn’t until the advent of students needing their own IPs that most universities switched over. ]

[“ For more on the private network address space, check out the great Wikipedia entry here: http://en.wikipedia.org/wiki/Pri… ]

[† Depending on the purpose of your question and individual network configuration, that could be a very good/anonymizing, or a very bad/incriminating thing. Best to just start deleting the wikileaks porn now, just in case…]

This answer originally appeared on Quora: Will different computer users inside one company (i.e. at one building location) normally share the same IP address?