Slashdot Log In
Pleasing Google's Tech-Savvy Staff
Posted by
CmdrTaco
on Wed Mar 19, 2008 09:54 AM
from the nobody-even-tries-to-please-us dept.
from the nobody-even-tries-to-please-us dept.
An anonymous reader writes "Douglas Merrill, Google Inc.'s chief information officer, is charged with answering that question. His job is to give Google workers the technology they need, and to keep them safe — without imposing too many restrictions on how they do their job. So the 37-year-old has taken an unorthodox approach. Unlike many IT departments that try to control the technology their workers use, Mr. Merrill's group lets Google employees download software on their own, choose between several types of computers and operating systems, and use internal software built by the company's engineers. Lately, he has also spent time evangelizing to outside clients about Google's own enterprise-software products — such as Google Apps, an enterprise version of Google's Web-based services including e-mail, word processing and a calendar."
Related Stories
Submission: Pleasing Google's Tech-Savvy Staff by Anonymous Coward
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.
All Credit to Him (Score:5, Interesting)
Re:All Credit to Him (Score:5, Insightful)
The idea is not to restrict people, but restrict damaging elements from hopping around your network.
Parent
Re:All Credit to Him (Score:5, Interesting)
Even smart people can make errors of ignorance or naivetè with regards to their computers. It's nice that they've cordoned off the system to prevent them from torpedoing the whole network at once, but you still have a mess on the other side of the wall to clean up. Most of the important stuff is probably saved where they're regularly backed up(Google sure as hell isn't going to have problems with storage space) but there's definitely going to be downtime involved.
It's probably not worth the cost and risk for most companies. If someone wants or needs something on their system, just having them ask first is a reasonable approach.
Parent
Re: (Score:2, Interesting)
Exactly. IT security at most companies is designed around the belief that the average clueless user will find a way to screw something up if given too much freedom. So we lock them down in order to minimize the damage that they can do.
That's less of a problem with more technically inclined
Re: (Score:3, Interesting)
Re: (Score:3, Insightful)
If you allow some employees access through those walls to other networks, and a hacker manages to get their credentials it can start to get quite nasty.
Even if the isolation between networks is good there's also the possibility of _work_ being secretly tampered with. I'm sure there are hacker who would want to tamper with GMail or Google Desktop.
Or confidential information leaking out.
Nice approach (Score:3, Insightful)
Re:Nice approach (Score:5, Insightful)
I'm not really sure how that works.
Other than leaking source code onto the Internet, I don't really see what problems this could cause. I work at a small company with a similar philosophy -- the company buys your hardware, and certain software if you need it, but you can use whatever you want so long as you're not fighting with it on the clock.
But think about it: Spam botnets can be blocked by killing port 25 outbound. Data loss can be managed by the fact that everything's on version control, which is backed up. Traditional spyware and viruses will at worst take a machine down, at which point, it's the responsibility of whoever owns that machine to fix it -- or maybe they try to spread over the local network, at which point, staying patched and/or running a personal firewall will pretty much stop it.
The only real danger would be if we got big enough to be a target for deliberate attacks, and someone stole our source code. Google is arguably this big, but I've never heard of a leak from them. TFA does mention a possible strategy:
So what mistake could one employee make to ruin it for everyone?
Parent
Re: (Score:2, Insightful)
Re: (Score:3, Interesting)
Re: (Score:2)
The first example, about monitoring all communications and tracking is pretty close to Google's own licenses.
The second example is close to one we ran into where the license said for non-commercial use only. The software's writer said he meant that to be interpreted as a personal computer at home, not a registered non-profit entity. We probably would have won if it had ever actually been adjudicated, but we just fou
Re:Nice approach (Score:5, Funny)
Parent
Re: (Score:3, Interesting)
Re: (Score:3, Informative)
Show me how.
And traditional viruses/spyware won't do that.
The trouble is, modern OSes are reasonably secure at this point, and you can bet the external-facing IPs are going to be locked down. Same with internal services -- some random developer's desktop might be open, but the service is going to be secure. So what you're talking about is someone actively making a "hacking" attempt at
Re: (Score:3, Insightful)
Get pwn3d and:
a) Commit GMail/etc code secretly backdoored by a hacker.
b) Leak out the search ranking and antisearch spam methods/algorithm google uses. Google's search results are already not as good as they were years ago.
Re: (Score:3, Insightful)
b) I got nothin', though I'm willing to bet the search algorithm is one of those things that not many people get to see/tinker with.
Re: (Score:3, Interesting)
Data loss can be managed by the fact that everything's on version control, which is backed up. Traditional spyware and viruses will at worst take a machine down, at which point, it's the responsibility of whoever owns that machine to fix it -- or maybe they try to spread over the local network, at which point, staying patched and/or running a personal firewall will pretty much stop it.
That's a great theory, but more often than not, that *isn't* the way things really work. I've seen sys admins really bork config files that were using RCS. I've seen a virus take a network down for two days despite updated and running A/V and firewalls. Anyone who has worked in IT for very long is forced to admit that you can make it really, really difficult for your users to shoot themselves in the foot, but nothing you can do can guarantee security. The best firewall, the best anti-virus and the be
Re: (Score:2)
Re: (Score:2)
Only in an organization run by an IT staff that doesn't have a clue. In any other company, said employee would simply be put on a very short leash, or shown the door.
I wish our IT was like this. (Score:5, Insightful)
I recently built an application for my group that started off in PHP/MySQL. The customers were using it and loving it, but IT said they're not interested in supporting PHP and we weren't allowed to stand up a server. After months of talk with them and compromising, it was rewritten into JSP/Oracle. Then they said we're not allowed to do that either, so we agreed on C#.net/MS SQL. I rewrote it to that and after a month, they again came back and said no way. Getting ever more frustrated (I now had the same program in several languages), I ended up in C# Desktop Application instead of web/MySQL. They've been complaining again, but we have more leverage there in that my entire group was stood up to build desktop apps. I'll probably have to switch it to Oracle, but that shouldn't be a big hit.
We wasted lots of time and money rewriting what was already done all because of politics. I always thought IT was meant to *support* rather than hinder.
Re:I wish our IT was like this. (Score:5, Interesting)
Beware of any job where IT support calls the shots. That is an incredibly inane and inefficient business model. IT support is exactly that: They are there to support development efforts, not to hinder them with brain-damaged policies usually written and enforced by CTOs that don't have a clue and administered by low-paying drones who substitute authority for what they lack on the pay scale.
Why even bother working for a company like that? With the upswing in IT, you sound like you've got way more than enough experience to find a job elsewhere.
Parent
Re: (Score:2, Funny)
Why not switch to a company like google ?
Simple: they pay me so much money that this form of light torture / kafkaesque work environment is still more attractive to me. The banks I work for pay me approx 4 times more than google would - this way, I can retire when I'm 40 years old (and spend time doing interesting/creative IT stuff instead of having to be chained to a corporate entity).
I work t
Re: (Score:2)
Re: (Score:3, Interesting)
One large factor that keeps the war burning brightly is that the relative skills between various user communities and an administration community is also all over the map. I
Re: (Score:3, Insightful)
If they're only willing to support a specific language, then you need to work in their requirement (generally speaking).
Re: (Score:2, Informative)
Re: (Score:2)
I agree with you in principle, but it sounds like in the original comment that there was no communication between IT and the developer in question.
Re: (Score:3, Informative)
My management did their best to fight it, but IT has a strong pull here I guess.
Re: (Score:2, Insightful)
IT is a cost, but if they are doing their jobs correctly they can also work to save the company money. Most software engineers have no clue about what technology would be best to implement their products on, they only know what got touted as the best/fastest/newest thing on
Generally, there's just too much ego involved fro
Re: (Score:2)
- Initially, no - they wrote the thing in PHP just 'cause (maybe it was a prototype or maybe the devs were just experimenting and found they'd come up with something people wanted)
- In subsequent rewrites, yes - they agreed on C#, for instance, and then IT changed their mind after the thing was rewritten again in C#...
Re:I wish our IT was like this. (Score:4, Informative)
The worst I have seen was where I requested an email to be send from a a system. I knew it was possible. What was even worse was the fact that they had bought the CRM package for a LOT of money, because it was able to do so.
So when I asked if it would be possible to implement it, the answer was that I needed to fill out a request. I told them I could only fill out the request if I knew how much money it would cost.
Catch 22. The procedure on how to do things was written and nothing could change that.
I have seen IT departments that were unable to remove certain rights from people if they would not need them anymore, because there was no procedure for it.
I myself had, due to human error, access to each and every place in the building. More then anybody else. When I mentioned this, they told me that because I got it, somebody must have OKed it so I have the right to it.
IT departments just LOVE procedures. Basicaly because they are so easy to put in logical yes and no questions and answers. They should start with some debugging of their procedures and realise that the real world is more then if, then, else.
It seems that the person at Google has done just that.
Parent
Re: (Score:2)
What am I missing? You had discussions with IT and agreed on whatever platform. What happened when they said "no way", and you wav
Re: (Score:2)
Re: (Score:2)
The question is... (Score:2, Informative)
From the article:
Re: (Score:2)
This works remarkably well, but that's because our floor is about a 50/50 split of software developers and sysadmins, and we all know our way arou
Mostly fluff (Score:5, Insightful)
Enterprise-software? (Score:2)
Is that a synonym for "software"? The sentence would seem to make sense then.
Not uncommon in tech-savvy organisations (Score:4, Insightful)
More than once I got hold of an oldish spare computer and installed Gentoo Linux on it, and the only justification I had for doing so was that Windows got on my nerves. Not much of a business case, but as far as they were concerned I was a big boy and could look after myself, and it was no skin off their nose as long as it didn't take up tech support's time.
The only thing that made us different from the tied-down masses elsewhere in the company was our level of knowledge about what we were working with. I maintain that the best security system is user education. Obviously that's not to suggest that you should throw caution to the wind, but clued-up people generally won't get you in trouble. So clue them up.
Right now I'm in a much more locked-down environment and it's incredibly frustrating. Something as simple as connecting to a printer is a nightmare because I have to go through some tech support clown who invariably knows a lot less than I do and bumbles around randomly prodding things till it works. I don't have admin rights to my own machine, and useful things like the command line are blocked. It drives me mad, and it holds me back in my work, but hey, some IT goon has an easier life because of it, so it's all fair enough, right?
Google is full of smart people, and the people in charge are clearly smart enough to treat them as such. I wish more companies would follow this example.
Re: (Score:3, Insightful)
Just because you have some brilliant techies doesn't mean they are all security conscious as well.
Ehh. (Score:2)
standards-compliance (Score:3, Insightful)
Quick Story (Score:5, Interesting)
I moved from my job in NY as a System Admin for an ISP. I won't name names, but our major tech we used was Cisco, Solaris, Linux and VMware ESX.
My family and I moved to SC for the nicer weather
But I setup a few smallish vmware servers and I'm happy. I have my Linux-in-a-box. I've done a bunch of grepping and typing and scripting and such this morning, and I found some new issues that I didn't see before without seeing the "big picture".
So back to my point. I'm very picky about the apps I use and whatnot, so it's hard for me to "conform" to an IT ruleset about what can and cannot be run on company machines. The ISP I worked at was very flexible in this manner, for some reason I expect this out of the new job.
Our business model is we sell these published apps and hosting to our customers. We run a large private MPLS network and connect many smaller places to us. They can run Office 2007 from a website.
Then it hit me. Things have been getting really optimized in the last year or two, so we're using our own stuff. My office apps "live" in a website. The revelation came that now, when it comes to my laptop (or desktop), I can do whatever I want. Notice this is typically a nightmare for common IT shops, but many of our smaller customers think IT is a pain and will be happy with published apps and thinclients. For someone like me, who is tech-savvy, I can format my machine and install Linux (some of the other guys have already done so). Because there's a Citrix web client for Linux (I use it at home). Involve virtualization in the mix, and our datacenter becomes one giant network, one giant machine that we manage and the apps are just floating around inside. We manage all the security and whatnot, and keep it running.
So in a way, you really can have it both ways. We're not a Web 2.0 shop, but our method is definitely Another Way to Do It.
Last Adopter (Score:5, Insightful)
Re: (Score:2, Informative)
Re: (Score:3, Funny)
Re:Not actually a big deal (Score:4, Interesting)
Parent
Re:How? (Score:5, Insightful)
Parent
Re:How? (Score:5, Insightful)
Parent
Re: (Score:3, Informative)
Most likely they use those tools to check themselves, pretty much as you compile (most of) a compiler with itself, debug a debugger, and so on.
If you are interested in how these recursive tools work, check valgrind [valgrind.org]'s documentation (interesting because it relates a bit how some design decisions were made so that valgrind could be used on itself) for example.