Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Hitting 36 years old (Score 1) 552

I bet if you take a look outside of social media, phone apps and web startups, you'll find the situation is a lot different. Granted, that excludes a lot of the hot companies that everyone hears about constantly...

My company is an early-stage high-tech startup in Austin and the only developer on my team under 40 is our front-end guy. It's not older because we are using ancient technology either... High-speed network processing in C, control plane and management code in Python, and a modern web-based management interface (HTML5, CSS, JavaScript, etc.)

Could just be a quirk, but it was similar in the last company I was in (network security product company). I suspect it is because it is embedded systems development, but maybe it is because the types of products we were/are building. Inline network appliances where you performance is critical and you can't bring the network down.

Comment Re:Yeah right (Score 2) 308

Kind of hard to pause something the said they wanted to do. Which means they didn't even start it. Maybe notes on the back of a napkin. But that would be giving them to much credit.

Really? The 900 Mbps+ up and down I enjoy at my house from AT&T Gigapower is imaginary?

AT&T pausing their gigabit rollout when the President announces that he wants to make broadband a utility is completely reasonable. They have no idea what is going to happen, so it is hard to justify continuing to spend $$$ with the network upgrades.

Now, that's COMPLETELY different than not rate-shaping different types of traffic or trying to double-dip by charging both the sender and the receiver for traffic. Pretty much all of the ISPs are being butt-nuggets on that one.

Comment Re:There's a clue shortage (Score 2) 574

Sounds like the real problem is that you are unwilling to relocate. Putting your company somewhere where the cost of living is high and there's a shortage of talent seems to be very popular, but difficult to understand.

One of the main things that drives this is how funding works. It's amazing how difficult it is to get funding if it requires the VCs to travel. Certainly a significant hurdle even for places like Austin where you have a decent-sized high-tech community.

Since there are already WAY more companies than they'll ever fund just down the street, it's hard to blame the VCs for not wanting to get on a plane constantly. Founders know this, so guess where they tend to start their companies?

Of course, while they are more likely to get funding, they also have major issues attracting and keeping talent. Catch-22

Comment Re:relative URLs; Isilon vs. NetApp; F5 BigIP (Score 1) 114

For all the folks writing up the HTML code that goes into these things: use relative URLS!

Do not put the hostname (or IP address) of the device in any of the HTML. Us IT folks sometimes need to go through proxies (and SSH tunnels) to get to these devices (which are often on isolated "management" VLANs/networks). Simply put "/network/settings" instead of "http://mydevice/network/settings" in any [a href] links (or [img] or CSS references).

If the link in the HTML has "10.10.20.45" or "netdev01.mgt.example.com" in it, but my browser is actually connecting to "localhost" (because I have to do a SSH double-hop with forwarding), I'm going to think really evil thoughts about whomever wrote the HTML generator. I do not have to want to start editing my /etc/hosts or adding aliases to lo0 loopback interface.

Great point and something easy to miss during the mayhem of implementation of a new product.

Submission + - Ask Slashdot: Best management interface on an IT appliance?

tippen writes: The management user interface on most networking and storage appliances are, shall we say, not up to the snuff compared to modern websites or consumer products. What are the best examples of good UX design on an IT appliance that you've managed? What was it that made you love it?

What should companies (or designers) developing new products look to as best-in-class that they should be striving for?

Submission + - Ask Slashdot: UI Toolkit Recommendations?

tippen writes: What would you use to build the management GUI for a new network appliance? Assume it is for a startup, so no existing frameworks or code to worry about. No employees yet, so options are wide-open from a skills perspective. OS on the management processor (x86) will be either Linux or one of the BSDs.

Lots of options out there, but which ones would you recommend we consider for a modern management GUI? More importantly, why is that the right choice?

Comment Re:Perimeter-less networks (Score 1) 308

Not at every entry point, security should be a serious consideration on every device. Work on the assumption that everything is directly exposed to the internet and start from there. Trying to only monitor the entry points is the problem, if anything makes it past your entry points then it could have free reign over everything inside.

When I said "entry point", I didn't mean the perimeter. I meant at every single connection to the network... the RJ45 you plug into in your cube, the wireless AP you connect to with your laptop or smartphone, the vNIC in your virtual server, etc.

Comment Re:Perimeter-less networks (Score 1) 308

Personally I think BYOD is a disaster waiting to happen, but whatever.

If you don't trust any device connecting to the network and IF you are able to apply appropriate security inspection to all of the traffic, does BYOD actually matter? From the security perspective, I'm not sure it does. That said, I tend to agree with you from multiple other concerns: IP protection, compliance, backups, support, etc.

Slashdot Top Deals

All seems condemned in the long run to approximate a state akin to Gaussian noise. -- James Martin

Working...