Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Bravo, robfoo (Score 2, Insightful) 683

Let others smack you down, but with nearly 30 years of programming experience in numerous languages, I'm with you. Indented branching flow seems clean, stable and maintainable. I got dissed for a job i applied for because my code was designed this way instead of the "enlightened" way of throwing exceptions. Exceptions are ok, I guess, if everything is a C++ objects that self-destructs when it goes out of scope, but reality doesn't always work that way. In retrospect, I'm glad I'm not at that job.
Security

Submission + - World's smallest hardware firewall?

An anonymous reader writes: An Israeli startup has squeezed a complete hardware firewall into a USB key. The "Yoggie Pico" from Yoggie Systems runs Linux 2.6 along with 13 security applications on a 520MHz PXA270, a powerful Intel processor typically used in high-end smartphones. The Pico works in conjunction with Windows XP or Vista drivers that hijack traffic at network layers 2-3, below the TCP/IP stack, and route it to USB, where the Yoggie analyzes and filters traffic at close-to-100Mbps wireline speeds. The device will hit big-box retailers in the U.S. this month.

Slashdot Top Deals

If all else fails, immortality can always be assured by spectacular error. -- John Kenneth Galbraith

Working...