Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment OS not kernel (Score 2) 2

Tozzi overthinks it in the article. The kernel succeeded by being in the right place in the right time and then continuously being good enough that there was insufficient reason for change.

Linux, the OS not the kernel, was the first mostly complete Unix available on a college student's budget that would install on hardware the college student mostly already had. Right place, right time. Hurd didn't exist in any usable form, Minix and Solaris were $$ and the *BSD's didn't start to release for a year or two later.

Fast forward four years and when those graduating college students met the Internet bubble, Linux was the server OS they knew. Right place, right time.

Byeond that it was a game of, "don't eff it up." That's where Torvalds' pragmatism came in to play.

Comment Why so difficult? (Score 2) 288

Just set up a script on the machine looking for a specific USB device, start shutdown if the device is not present. This is pretty common stuff, hell my old Lenovo laptop has a smartcard slot in it that would do the same thing if the card was removed.

In fact if you look you can find the same thing all over the place for the last decade on many hacking sites, even back in the late 90's this kind of stuff was on the "scene" I had back to back modems in telcom rooms inside boxes that if the box was opened it dumped 110V into the modem logic boards so that when discovered they would self destruct.

Most "hackers" today probably dont even own a buttset.

Comment It is worth it. (Score 1) 267

They might not be programming languages per se, but I've spent a lot of time with autohotkey, NSIS, apple applescript and the like. The one thing all of these have in common is quick, clean looking applications with a narrow degree of focus; automation and deployment.

I've done some pretty nice tricks with them, mostly from a IT side of things. I've done a few applications with autohotkey. One startup I worked at couldn't really customize their helpdesk system, but wanted more info from tickets. I made a nice little app that took it from editing a txt file, to a few tabs of checkboxes, radio buttons, etc that would copy the answers to the clipboard.

Automator has helped me tons, especially when creating apple accounts. I started with a script I found, and I've been customizing it for our own needs within the company. We have a few services that only have a web interface to administrate them. Using the appleIDautomator script as a base, I've been able to tweak it to set these up as well.

Finally did an active directory rollout a few weeks back and needed to bundle meraki, bit9, and forsit's profile migrator. Bundled all 3 setups in NSIS. I've done even better installers than that with NSIS. I took a 7 server JBOSS application, bundled mysql, apache, etc and made an installer that even did CRC checks on the files post install. Meh, it did all kinds of crazy stuff, changed the machine name, added entries to the hosts file. It cut the install time down from 40 hours to 4.

Comment Y2K was -not- a small issue (Score 5, Insightful) 59

The reason so little went wrong is because people spent ages testing and upgrading/fixing beforehand. Had we left it all to 1st Jan 2000 there would have been issues,

It annoys me to see Y2K trotted out time and time again as a non-event. It was a very big event, and by the large part it was very successfully handled.

Comment Myths and Truth (Score 1) 425

Most myths contain an element of truth. The truth is that computers are very unforgiving to software code which is not exactly, precisely correct. Few human beings are capable of operating near that level precision in any intellectual activity, let alone coding. Fewer still are capable of self-checking their results to catch the errors.

So until we develop a DWIM interface (do what I mean) there is and will be a sharp line between the folks who are good enough and the folks who aren't. There's a limited amount of difference in work product between the folks who "aren't quite" and the folks who "aren't at all."

Comment Re:Pay, not talent (Score 4, Insightful) 553

Right here is the solid fact.

it's not about skill, It's about how cheap can we get the whores for, and how hard can we abuse them.

20 somethings tend to be too stupid to stand up for themselves and accept a 60 hour workweek as normal. They also buy the bullshit of "what doesn't kill you makes you stronger" and keep accepting more and more workload.

Comment Dear recruiters.... (Score 1) 553

I'm an "old fart" and more of a digital native than any 20 something.. I have been in the internet since 1987 in a legit form.. Was a part of it in other forms for 2 years previous... Running Unix and managing dial up nodes for UUnet access. I have been active in usenet at that time as well as not only living the digital world, but I have done more in networking and computing hardware than any 10 of the new kiddies from college put together. How many of them have actually licked a cray?

In fact most old farts I know that are still in the business can still work circles around the new turds on the block. We just work smart using that experience we have instead of being over caffeinated lost puppies sniffing and peeing on every server rack they can find.

Slashdot Top Deals

HELP!!!! I'm being held prisoner in /usr/games/lib!

Working...