18 May 2013

The Ruby Reflector

Topic

NAT

  Source Favicon
Email

magicanddreamsandgoodmadness :

Pinup girl

No idea what's going on here, but I still like this picture.

during a brainstorm session for JDWSRAJOTM, Nat suggested that Juliet's moon poison be from a futuristic syringe stabby thing.

concentrationstudios.com Read
  Source Favicon
On Coding Horror over 2 years ago.
Email

Do you remember when a router used to be an exotic bit of network kit?

Those days are long gone. A router is one of those salt-of-the-earth items now; anyone who pays for an internet connection needs a router , for:

NAT and basic hardware firewall protection from internet evildoers

A wired network hub to connect local desktop PCs

A wireless hub to connect laptops, phones, consoles, etcetera

Let me put it this way: my mom -- and my wife's mom -- both own routers. If that isn't …

codinghorror.com Read
  Source Favicon
By fguillen of a Freelance Web Developer 3 years ago.
Email

Very important also is that I'm not going to talk about how to configure the NAT of my home router. This is diferent on each router and is the same theory of ‘opening the ports' for your emule . Although I'm not talking of this step, this step is very important and the Web Service won't can talk with your Local Server if this is not well configured.

The HTML code on your Web Site

Still on the Phixter Visits Web Site , go to the ‘code' of your …

fernandoguillen.info Read
  Source Favicon
By Ilya Grigorik of igvita.com over 3 years ago.
Email

…a simpler Webhook will do the job. However, if the receiver is hidden behind a firewall, a NAT, or is a web-browser which is designed to generated outbound requests, not handle incoming traffic, then the implementation gets harder. If you are adventurous, you could setup a ReverseHTTP server . If you are patient, you could wait for the WebSocket's API in HTML5. And if you need an immediate solution, you could compromise: instead of a fully asynchronous push model, …

igvita.com Read
  Source Favicon
By James Mead of Blog - James Mead over 3 years ago.
Email

…strictly Value Objects , I can't help but think that this quote from Nat Pryce is relevant :-

Some languages might allow you to stub a value, but what's the point? It is easier and less error prone to use the real type. If it's not easier to use the real type then, I think, you should investigate why. What can you do to make the value type easier to use?

Steve Freeman makes a similar point in Test Smell: Everything is mocked .

Reusable matchers …

blog.floehopper.org Read