Thinking About SDN Controllers | Twilight in the Valley of the Nerds
As recent posts on this blog attest, I have been thinking a lot lately about software defined networking (SDN). I’m not alone in that regard, and I’m no doubt behind the curve. Some impressive inte…
It’s Not Whether Google’s Threatened. It’s Asking Ourselves: What Commons Do We Wish For? | John Battelle's Search Blog
If Facebook’s IPO filing does anything besides mint a lot of millionaires, it will be to shine a rather unsettling light on a fact most of us would rather not acknowledge: The web as we know …
LTE performance and security testing using realistic simulation of LTE traffic and GPRS Tunneling Protocol, or GTP. GTP is a layer-4 protocol used for a number of different back-haul tasks in a 3GPP/LTE environment.
Blue Owl Workshop is a men's boutique showroom located in Bellevue, Washington, USA. Blue Owl Workshop features quality denim, clothing, and accessories from select artisanship in Japan, USA, Canada, and Europe.
The Thrive blog covers everything there is to know about Personal Kanban. Check it to find engaging how-to guides, read opinions by the leading experts in the field and much more.
When you’re stuck, nothing like explaining your problem to someone else to bring the solution out of yourself. Other simple rules that you’re sorry every time you break them.
Top 15 Security/Hacking Tools and Utilities | Teckh
Darknet has a great list of tools that you might use if you were trying to check the vulnerability of your computer or a friend's computer that gave you permission. Darknet is a great resource if you are at all interested in hacking.
Some Thoughts and Questions About STT - blog.scottlowe.org - The weblog of an IT pro specializing in virtualization, storage, and servers
Stateless Transport Tunneling (STT) is an interesting network virtualization proposal. Here are some thoughts and questions that came up after I read the IETF draft.
How best to generate a random string in Ruby - Stack Overflow
I'm currently generating an 8-character pseudo-random uppercase string for "A" .. "Z":
value = ""; 8.times{value < (65 + rand(25)).chr}
but it doesn't look clean, and it can't be passed a...