Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Stop require CS degrees for all positions... (Score 1) 609

My CS degree was at least 2/3 math and theory (maybe more). Calculus, Probability, Automata theory, Discrete math, Data Structures, Algorithms, Logic, Abstract Algebra. We could get some vocational type programming for electives (the building database apps with .net type) but the math prevailed. It was also disturbing that the article seemed to lump programmers and IT staff together. There are IT degrees out there now and they will prepare you pretty well, but they are basically vocational degrees that the course material will have changed every 5 years. Today's CS degree has mostly the same theory it did 20 years ago.

Comment Re:$1000 a PC? (Score 1) 606

I should clear some things up. 1000 computers is the total supported. At any given time only a few are being replaced. That $1000 includes a pretty generous warranty and monitor. The warranty is pretty much a given with Dell as they don't sell parts for their computers very long on their website. We get about 5 years out of a computer and the 18 month reference was so we minimize the number of configurations floating around. If a machine breaks, we can say it's config 2010 and pull a part from that shelf. Also, consider that we already have staff and it would be considered "soft time."

Submission + - Generic PCs for corporate use 1

porkThreeWays writes: I work for a government agency supporting about 1000 PCs. The economy has hit us just like everyone else and we are looking at ways to save money. We currently buy Dell computers and even with our government discounts end up spending about $1,000 for a pretty mediocre computer. I had the idea of building our own PCs for considerably less. We'd spec out a standard configuration that we'd use for 18 months. CPU speeds and RAM sizes may change during that time, but socket types, memory standards, hard drive interfaces standards, etc, etc would be required to stay the same. We have Dell warrantys right now, but I could see just keeping spare parts on the shelf and building that into the cost of the PC. We'd also be able to transfer Windows licenses because the Dell installs are non-transferable. However, I couldn't find anyone on the large scale doing this. Is anyone on Slashdot using PCs they built themselves on the large scale?

Comment Current archive / backup systems are silly (Score 2, Insightful) 202

For longevity, current backup systems are just silly. They are simply just not abstracted enough. For REAL archival what's needed is an active system like the Internet but one that guarantees n redundancy. Perhaps a p2p like system with nodes backing up files. This abstracts away whether they are going on SATA, IDE, SCSI, Tape, whatevs. The local machine handles all the hardware details. When newer, better, cheaper technology comes along, the old data is automatically able to propagate onto the new storage mechanisms. I see this all the time working in the IT industry. I have backups from 10 years ago I can not read because we no longer have a working tape drive to read it. We need to separate ourselves from the hardware.

Comment Re:A Self-Appointed Teacher Runs a One-Man 'Academ (Score 3, Insightful) 393

The fact he doesn't have a Ph.D is misleading. He has a bunch of bachelor and masters degrees. Pretty darn difficult ones if you ask me. Perhaps he saw more value in learning a bunch of related subjects pretty well instead of specializing. Regardless, he is definitely a product of the traditional university system.

Comment Re:Invitation strategy. (Score 1) 350

This didn't help the cause. I had a school project with 5 people and we decided to use wave. After awhile we got tired of waiting for invites and just bought them off ebay. Unlike other google products, wave is only useful within wave. Google voice is still in invite mode, but I can text people without google voice. Gmail (when it was invite only a number of years ago) could still email other people. Google wave is only useful if ALL the people in your group have it and the barrier of entry was just too high. Even when you had an account and could invite other people, it took a few days for them to receive their invite.

Comment Re:Why directors shouldn't resist... (Score 1) 521

You sir, are my hero. I've never been able to put into words exactly why I hate 3D, but you have. People keep comparing 3D to the sound and color advancements, but they don't take away from a movie. 3D does. 3D actually makes the movie worse for me. Not because of the headaches, or glasses, or anything like that, but because it looks so fake and in no way anything my brain has seen in the real world.

Comment Re:Poor programing practices, NOT IIS or SQL at fa (Score 1) 288

I was able to generate some errors by putting carefully crafted data into a website form once. I notified the company that made the software and their two programmers were such arrogant jackasses. "Oh well they are stored procedures so it's not a problem." I was so annoyed at their arrogance I got permission to attempt to crack the website and basically got full access to the box and all the data and a lot of data on their network through windows file sharing (sql server had some stored procedures to execute files if I remember correct, this was like 3 years ago) in about 20 minutes. Oh yeah, this software stored all of my company's employee medical records and as it was hosted stored all their other clients medical records as well.

The moral is that security is a very complex beast. They kept asking what product they could buy to fix this and I just laughed. They bought some McAfee product in the end that only masked the problem. Input needs to be completely sanitized and relying on tricks like stored procedures for security is a band aid. McAfee products don't protect against security holes due to logic mistakes.

Comment Re:For non-Windows-expert family tech-support type (Score 1) 472

You can manually copy a good DAT over and a good copy of svchost.exe into their proper directories. However our copy/paste wouldn't work so I wrote a batch file because the copy command still seemed to work ok. Because we had to do it on so many we didn't have time to type anything, just run a .bat file with those two copy commands and a reboot.

Slashdot Top Deals

Work without a vision is slavery, Vision without work is a pipe dream, But vision with work is the hope of the world.

Working...