Unsorted Bookmarks

49625 bookmarks
Custom sorting
Thinking About SDN Controllers | Twilight in the Valley of the Nerds
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…
·nerdtwilight.wordpress.com·
Thinking About SDN Controllers | Twilight in the Valley of the Nerds
LTE Diaries: GTP Tunneling | BreakingPoint
LTE Diaries: GTP Tunneling | BreakingPoint
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.
·breakingpointsystems.com·
LTE Diaries: GTP Tunneling | BreakingPoint
Blue Owl Workshop
Blue Owl Workshop
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.
·blueowl.us·
Blue Owl Workshop
Kreg Jigs
Kreg Jigs
·kregtool.com·
Kreg Jigs
Personal Kanban | visualize. learn. improve.
Personal Kanban | visualize. learn. improve.
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.
·personalkanban.com·
Personal Kanban | visualize. learn. improve.
On naming - Quietly amused by the world
On naming - Quietly amused by the world
There are only two hard things in Computer Science: cache invalidation and naming things. — Phil Karlton …a variable and a variable&# …
·quietlyamused.org·
On naming - Quietly amused by the world
Tell it to your Teddy Bear « Talk About Quality
Tell it to your Teddy Bear « Talk About Quality
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.
·talkaboutquality.wordpress.com·
Tell it to your Teddy Bear « Talk About Quality
Quietly amused by the world
Quietly amused by the world
There are only two hard things in Computer Science: cache invalidation and naming things. — Phil Karlton …a variable and a variable&# …
·quietlyamused.org·
Quietly amused by the world
Top 15 Security/Hacking Tools and Utilities | Teckh
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.
·teckh.com·
Top 15 Security/Hacking Tools and Utilities | Teckh
Adafruit’s “Internet of Things” Camera « adafruit industries blog
Adafruit’s “Internet of Things” Camera « adafruit industries blog
Adafruit Industries, Unique & fun DIY electronics and kits : Blog - MiniPOV SpokePOV Tools MintyBoost Gift Certificates AVR Development Arduino Useful stuff BoArduino TV-B-Gone Game of Life Propeller SIM reader Drawdio XBee Fuzebox Tweet-a-Watt Wires, Cables, etc Robotics Sensors/Parts separator0 LEDs Power supply Clocks & Watches Books Project packs Breakout Boards Batteries & Power Bunnie Studios ARM Development Brain Machine EggBot EL Wire/Tape/Panel Microtouch NETduino Enclosures/Cases Components & Parts RFID / NFC LCDs & Displays Wearables Solar FPGA Skill badges Pinguino Discover Electronics BeagleBone Prototyping FLORA Stickers Snap Circuits littleBits ecommerce, open source, shop, online shopping
·adafruit.com·
Adafruit’s “Internet of Things” Camera « adafruit industries blog
How best to generate a random string in Ruby - Stack Overflow
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...
·stackoverflow.com·
How best to generate a random string in Ruby - Stack Overflow