Forgot your password?

typodupeerror

Comment: Re:Silly. (Score 1) 198

by tbuskey (#35464228) Attached to: China Switching To Home-Grown Chips For Supercomputers

DEC had a number of MIPS based computers that ran Ultrix.

DECstation 3100, 5100 workstations.
The 5900 (and 5800?) mini computer.

Ultrix ran on Vaxen and MIPS systems.
The Alpha chip and OSF/Digital Unix/Tru64 replaced MIPS and were much faster.

I think SGI had Indy and Indigo2 systems at the time of the DECstations. They may have preceeded the purchase of MIPS by SGI

Comment: Re:Uh.. no (Score 1) 705

by tbuskey (#35269770) Attached to: Why You Shouldn't Reboot Unix Servers

Reboots to fix problems should never be done.

Reboots as a matter of policy isn't a bad idea.

If your system reboots periodically, you force network disconnections, memory cleanup, etc.

Users that logged on months ago are no longer tying up resources. Maybe they don't need it but forgot to logout. Or their client died so there's a zombie on the server.

Comment: Re:vim? really? (Score 1) 592

by tbuskey (#35212416) Attached to: Common Traits of the Veteran Unix Admin

Administer? No. Debug? Yep! http://www.linuxplanet.com/linuxplanet/tutorials/7295/1/

I don't run vim if it's not part of the OS. I run /usr/bin/vi because it's part of the OS. On Linux it might be vim. On BSD it might be nvi, on Solaris it's vi.

Real Unix vets know how to use the tools that came with the OS and don't *have* to use extra stuff. But we'll use nmap if we have it. Or emacs.

FWIW, you can use echo * when ls isn't available.

Comment: Re:overhead wires or third rails (Score 1) 225

by tbuskey (#35055690) Attached to: Ski Lifts Can Could Help Get Cargo Traffic Off the Road

The rope is the rail. The only place you need bearings are the ski towers. Look at a ski lift.

Heck, look at every ski area with a lodge at the top or even an EMT shack. They use the lift to get supplies up.
Of course it works. It's in use at every ski area in the world. A purpose built system would be more efficient.

Comment: Re:But but but but but.... (Score 2) 307

by tbuskey (#34776248) Attached to: Next Generation of Windows To Run On ARM Chip

You forgot Itanium. Server 2008 runs on Itanium.

Alpha has an x86 to Alpha JIT compiler that would eventually turn an x86 app into native code. It wasn't enough to keep NT on Alpha.

I think everything else got steamrollered by x86.

MS has the work environment locked up. We all run Windows to AD/Exchange/Office/Sharepoint and other native apps. Maybe some users will get a thin client to a terminal server to run legacy apps with a native web browser locally.

Most home users will just need a web browser on a phone/tablet/laptop/desktop to access everything. They're finding that Windows doesn't need to be a part of that.

Comment: Syncing is the key (Score 1) 225

by tbuskey (#33728122) Attached to: Bookmark Synchronizer Xmarks Hangs Up Their Hats

I've been using a web browser since 1993, both at home and at work.

I have always had lots of bookmarks and usually want the same set at home and at work. It's always been a pain to combine them without duplicating or losing bookmarks. I used to use my bookmarks.html as my home page.

I've gone from Mosaic to Netscape to Mozilla to Firefox. I tried external sites like delicious but didn't like how it got brought back to my browser. I tried scripts that would merge 2 copies into a master copy.

Foxmarks was the 1st system that did what I wanted. It even helped when I tried Chrome. I love saving a bookmark at work and finding it at home.

I don't want to have to sync anything else. I use different extensions, cookies, logins, etc at home/work. Work has a censoring proxy that blocks some sites. I don't use facebook, youtube, etc at work because they monitor for "excessive usage". I can wait until I get home in any event. I certainly don't want any tabes brought back to work.

The next thing I want to find is a bookmark cleaner to clean out dead links. Some of my book marks might be for a device I power on in summer and off in winter every year and I want to keep those even if they go off the network.

No man is an island, but some of us are long peninsulas.

Working...