Slashdot Mirror


New Tadpole SPARCbook RSN

Jon Masters wrote to us in regards to the SPARCBook 6500 from Tadpole. Solaris 9, 4 gigs of RAM and all that - but with the TiBooks and Linux working on laptops, how much do people need Solaris laptops?

146 of 396 comments (clear)

  1. Who would need it by Anonymous Coward · · Score: 4, Insightful

    There are some apps that people need to run on Solaris on a mobile workstation -- government comes to mind.

    1. Re:Who would need it by A_Duck_Named_Ping · · Score: 2, Funny
      bad idea.

      bad enough when people take their work home with them, even worse when they take the server home with them!

    2. Re:Who would need it by einhverfr · · Score: 2

      There are some apps that people need to run on Solaris on a mobile workstation -- government comes to mind.

      Wow, you mean that I can run Government on one of these notebooks? Cool. How much do they cost? No Mr. Ashcroft, I didn't mean....

      --

      LedgerSMB: Open source Accounting/ERP
  2. I'll take yours if you don't want it! by Anonymous Coward · · Score: 5, Insightful

    with the TiBooks and Linux working on laptops, how much do people need Solaris laptops?

    Where else can you get a 64-bit laptop?

    1. Re:I'll take yours if you don't want it! by Twirlip+of+the+Mists · · Score: 3, Informative

      Apple like to infer the Tibooks are 64bit machines.

      First things first. If they lead you to think something without saying it, they imply. If you think something without their saying it, you infer.

      Now, where exactly did Apple imply that their PowerBooks are 64-bit systems? The only marketing or tech material I've seen that even mentions 64-bit computing is a little blurb on the vector units, saying that they handle "information in 128-bit chunks, compared to the 32- or 64-bit chunks in traditional chips."

      --

      I write in my journal
  3. Elementary by drhairston · · Score: 3, Troll
    but with the TiBooks and Linux working on laptops, how much do people need Solaris laptops?

    Solaris notebooks will satisfy their own market niche - users who need a stable, secure Unix with good development tools. Linux notebooks will be available for the rest of the Unix market.
    --
    Dr. Joseph Hairston
    Superintendent, CCBC
    1. Re:Elementary by Thud457 · · Score: 3, Funny

      I think the moderator read "users who need a stable, secure Unix with good development tools" + " Linux notebooks will be available for the rest" = flamebait. A totally acceptable interpertation of the post.

      --

      the preceding comment is my own and in no way reflects the opinion of the Joint Chiefs of Staff

    2. Re:Elementary by los+furtive · · Score: 2

      Get back to work Dr. Bragsalot. If you ate your degree maybe you'd realize it's flamebait because it implies Linux is unstable, lacks development tools and is unsecure. I would have posted this piece of flamebait anonymously, but felt like rubbing it in the nose of someone who obviously posts as an anonymous coward to his own posts.

      --

      I'm a writer, a poet, a genius, I know it. I don't buy software, I grow it.

    3. Re:Elementary by Billly+Gates · · Score: 2
      Not to sound like a troll or anything but how many patches of solaris 8 came out? How many service packs for w2k? Now, tell me how many patches for the 2.4 kernel are out there? 10, 15, 20!

      Go to any security related website and count the number of security holes for Linux and Windows as well as Solaris. WIndows is very bad while Linux is behind as a close second.

      Its not fair to mod someone down because you do not agree with them but this is slashdot.

    4. Re:Elementary by g4dget · · Score: 2

      Good development tools? You've got to be kidding. The GNU project, gcc, gdb, command line tools, was a huge success on SunOS/Solaris early on, exactly because it filled the many gaps in Sun's operating system and development tools.

  4. Re:Specifications by echophase · · Score: 2

    Look at the yellow, circlish image... "available in winter 2002".

  5. You're Right by 4of12 · · Score: 3, Interesting

    Yes, at this point the advantages of a Solaris laptop are a pittance compared with what else is out there.

    Most user applications that demand laptop portability are met with x86 hardware or a Mac running Powerpoint.

    Even if Sun had had the benefit of Intel's economies of scale so that we'd be using UltraSPARC V's by now, they still would have difficulty selling the laptop to any market except perhaps Solaris field engineers.

    64 bit addressing and Solaris 9 is a great boon for folks running databases on big iron, but I just can't see what it buys you on a laptop.

    --
    "Provided by the management for your protection."
    1. Re:You're Right by NanoGator · · Score: 2

      "64 bit addressing and Solaris 9 is a great boon for folks running databases on big iron, but I just can't see what it buys you on a laptop."

      Sounds like it'd be helpful for 3D rendering apps. In that case, I could see Hollywood buying a few of these.

      --
      "Derp de derp."
    2. Re:You're Right by BrookHarty · · Score: 2

      4GB of memory, might be that its big iron in a travel size.

    3. Re:You're Right by Twirlip+of+the+Mists · · Score: 2

      It's not. Even at film resolution, 3D rendering doesn't require 2 GB of RAM. It works just fine with 32-bit addressing. The killer solution for 3D rendering is massive coarse parallelization; each machine in a big farm-- not a cluster, just a farm-- gets a frame to crunch on. Since each frame is unrelated to the one before or after it, each machine in the farm can work independently of the others. So in the time it takes to render one frame, you can render N, where N is the number of identical machines you have in your farm.

      --

      I write in my journal
    4. Re:You're Right by NanoGator · · Score: 2

      "It's not. Even at film resolution, 3D rendering doesn't require 2 GB of RAM"

      I would disagree with that. I'm maxing out my gig of RAM right now. It's not because I'm being inefficient, it's because I'm making good use of it to speed up workflow. The more I have, the more stuff I can do.

      In any case, you're right about the 32-bit crunching. I'm not sure if the 3D apps out there are tuned for 64-bit or not. I know that LW used to run on Alpha.

      *Shrug* Just thought I'd mention it. If it's not popular today, it could be.

      --
      "Derp de derp."
    5. Re:You're Right by Twirlip+of+the+Mists · · Score: 2

      I would disagree with that. I'm maxing out my gig of RAM right now. It's not because I'm being inefficient, it's because I'm making good use of it to speed up workflow. The more I have, the more stuff I can do.

      You need to understand the difference between total memory and per-process virtual memory. If your computer has two gigs of RAM in it, and you launch four programs that allocate 512 MB each, you've exhausted all of your physical memory. But each of those programs could allocate another 512 MB of memory if it needed it; your computer would just start swapping. That's total physical memory.

      What we're talking about is the maximum amount of RAM available to a single process. It's very, very, very unusual for a single process to need to allocate more than 2 GB of RAM for itself. I guarantee that none of the programs on your computer need anywhere even close to that amount of RAM. If you open them all at once, you can use more than 2 GB of physical memory in your computer, but not because any one process needed more than 2 GB of virtual memory.

      The 32-bit/64-bit question only applies when you're talking about the amount of virtual memory available to a single process. It has nothing to do with how much memory you can put in your computer, or how many programs you can run at one time.

      --

      I write in my journal
  6. Re:Specifications by dumb+kid · · Score: 3, Informative

    You missed something.

    The page says that the version with Solaris 9 and 4GB RAM is due in winter 2002.

    --
    - Never attribute to malice that which can adequately be explained by stupidity.
  7. Oh, come on by BlueGecko · · Score: 5, Insightful
    but with the TiBooks and Linux working on laptops, how much do people need Solaris laptops?
    I don't even need one and I can answer that question.
    • An administrator of a fully SPARC-based network
    • Someone in scientific or industrial applications who need more than the 1 GB RAM that the TiBook supplies; with these specs (4 GB RAM, 160 GB max harddisk) it could even work quite well as a demonstration or temporary replacement server
    • Someone with legacy Solaris programs that they need to make transportable
    • A person who develops for Solaris
    • Someone who just plain prefers Solaris to Linux (believe it or not, they exist)
    Just because you personally do not have a use for this device does not mean that no one has a use for it.
    1. Re:Oh, come on by DNS-and-BIND · · Score: 2

      My, my...what a static, limited world you live in. If you can't imagine thousands of engineers lining up to submit purchase orders for this new laptop...heck, why don't we just replace all the servers in the world with Dell 1U units running XP? Heck, it works, doesn't it?

      --
      Shutting down free speech with violence isn't fighting fascism. It IS fascism!
    2. Re:Oh, come on by RevAaron · · Score: 2

      That's afraid of ssh and remote X windows. ...

      Humor us all, and think just for a minute, and fill in the blank: a laptop's purpose is largely to be ______ (circle your answer: portable, stationary). If you guessed portable, you're right! And when you're in a place where you've taken your portable laptop, you oftentimes don't have access to the network. So. It is time like those when you can't just ssh -X in to run an app running on a Sun server somewhere.

      --

      Working toward a usable PDA environment in the spirit of Newton OS: Dynapad
    3. Re:Oh, come on by kwerle · · Score: 2

      My, my...what a static, limited world you live in.

      I blame my parents.

      If you can't imagine thousands of engineers lining up to submit purchase orders for this new laptop...

      Thousands... Nope. A few, yes.

      heck, why don't we just replace all the servers in the world with Dell 1U units running XP? Heck, it works, doesn't it?

      'Cause it doesn't do what I want. Dell 1U's running FreeBSD, on the other hand, would do me fine. I'd even go with linux if I needed to. But I think I'll buy OSX for my next server box because it's so easy to use and maintain (I've got freebsd now, and the last openssl patch was a royal pain).

      Which brings me to my point: I suspect these laptops will be REALLY EXPENSIVE. Solaris is notorious for being an unfriendly OS for users. I'm thinking that most engineers will:
      . Buy a big server/desktop and remote display when they need to crunch numbers with a GUI, as is done around here most of the time.
      . Go with a friendlier OS for their notebook.

      What's more, I don't think there are a whole lot of applications out there right now that I'd want to run on a 650Mhz notebook that need 4G RAM. Are there folks who need to run big DBs on their notebook? Yeah, a few. Thousands? Naw.

      Finally, I note that Dell will sell me a notebook with 1G RAM and a 2.2GHz CPU for about $5200. I wonder if a similar config from SUN (with the same RAM and CPU at 1/3 speed) will cost less than 3x.

    4. Re:Oh, come on by DNS-and-BIND · · Score: 2
      You're thinking, huh?

      I can't help but ask...how many Real Engineers have you actually been in contact with in your entire life? The market for this laptop is out there, have no worries. Your parochial, limited view of the world prevents you from seeing this.

      --
      Shutting down free speech with violence isn't fighting fascism. It IS fascism!
    5. Re:Oh, come on by kwerle · · Score: 2

      And when you're in a place where you've taken your portable laptop, you oftentimes don't have access to the network.

      Actually, I almost always do have access to the network. Maybe I'm just spoiled.

    6. Re:Oh, come on by kwerle · · Score: 2

      I can't help but ask...how many Real Engineers have you actually been in contact with in your entire life?

      Not counting "Software Engineers", right? Can I count my father, who is an EE? That's 1.

      And as I walk down the hall, I gotta think there are about 20 in our group here. And back when I worked with ME's, there were another... 15 to 20.

      So, my grand total for engineers I've worked with, PLUS my dad is around 36-41. Not a big number - but some... And if we count "Software Engineers" that I have worked with since school, the number probably about doubles, but I don't think that's what you really mean.

      While we're being conversational, here, how many have you worked with? Are you one? Are you in line to buy this laptop? Know anyone who is?

    7. Re:Oh, come on by RevAaron · · Score: 2

      I think you must be spoiled.

      In the places I've worked and schooled, I've had net access in a lot of places, but never all. This will diminish as wireless gets to be more pervasive, 802.11b in offices, &c. There are a lot of places (outdoors!) that there is little net coverage ATM.

      --

      Working toward a usable PDA environment in the spirit of Newton OS: Dynapad
    8. Re:Oh, come on by kwerle · · Score: 2

      For me, it'd be extremely convenient to pull down the code via CVS to my nice SPARC laptop, take it home and work on it from anywhere in my house.

      I totally agree. Get a Mac! I vpn in to work and do any amount of remote unix work on it. The built in airport cards are great, though I bought a linksys 802.11 instead of the airport - that's before they dropped the price. Since it's Solaris, the X11 remote displaying is a no-brainer.

      Is this right for everyone, no. Is it right for people that god forbid prefer Solaris over Linux? Yes. Is it right for someone that does work or support from home (and god knows that EVERY tech person is on call 24/7), yes.

      See, I don't agree. It's too damn expensive (I'm guessing). If you want to work at home, get 802.11 and something cheaper to set in your lap. I really think the most compelling arguement is for the sales dude who needs to tote the big DB and app to demo. For remote work... hell, that's why X11 apps remote so easily, right?

    9. Re:Oh, come on by kwerle · · Score: 2

      Help me out, cause I can't keep track - don't they still sell Solaris for X86? And wouldn't that be a much less expensive proposition?

    10. Re:Oh, come on by BlueGecko · · Score: 2
      Help me out, cause I can't keep track - don't they still sell Solaris for X86? And wouldn't that be a much less expensive proposition?
      They do, but Solaris SPARC software does not run on Solaris x86 without a recompile, and if the point is to run as close to the network as possible, you may not want to run the x86 version anyway. (The x86 version also had severe laptop the issues last I heard. Sun may have rectified them.)
  8. Demo systems by Telastyn · · Score: 5, Insightful

    These sort of things are great to use as portable demo systems for software that runs on solaris. I've seen some older x86 laptops running solaris for this purpose (don't ask me, I didn't install them)

  9. Conflicting information. by dananderson · · Score: 2
    Look at the yellow image at the top: "Available in Winter 2002 4GB of memory, Solaris 9"

    At the bottom, it says 2GB of DRAM, Solaris 8.

    The Specification page says 2GB ECC SDRAM, Solaris 8.

    The PDF Datasheet says "2GB ECC SDRAM, 4 slots PC 133 SODIMMs (unbuffered, ECC)" and "Solaris 8"

    My guess is it's a last minute update.

  10. That is nothing by MosesJones · · Score: 5, Funny


    Now for something with real bizarre appeal you need to go for...S/390 on a laptop. Yes folks thats right, the great big clunking mainframe in the backroom running on your own Thinkpad.

    Solaris is for wimps, I wouldn't go anywhere without my portable mainframe system.

    --
    An Eye for an Eye will make the whole world blind - Gandhi
    1. Re:That is nothing by lostchicken · · Score: 2

      Anybody can do this with Hercules/390 on Linux (as long as you just happen to have a copy of OS/390 or VM/ESA). Easy and free.
      Makes for quite a demo.

      --
      -twb
    2. Re:That is nothing by macemoneta · · Score: 2

      Unlike Flex-ES, Hercules/390 can't run VM/ESA (it can run VM/370, however). VM/ESA (or z/VM as it's currently called) requires a super-instruction used to run a virtual machine, SIE (Start Interpreted Execution) which is not implemented in Hercules/390.

      --

      Can You Say Linux? I Knew That You Could.

    3. Re:That is nothing by CoolVibe · · Score: 2
      They cheat. Look:

      (From the page:) It is based on an IBM ThinkPad running Linux, and the S/390 emulation product FLEX-ES. FLEX-ES is a product of Fundamental Software, Incorporated (FSI) of Fremont, California. This package (the ThinkPad, Linux, and FLEX-ES) can run all current S/390 operating systems.

      They use linux to emulate a S/390. So, not only stinkpads can do it :)

    4. Re:That is nothing by Servo · · Score: 2

      Dude, your gettin a big iron!

      --
      A slip of the foot you may soon recover, but a slip of the tongue you may never get over. -Benjamin Franklin
    5. Re:That is nothing by lostchicken · · Score: 2

      I thought VM/370 was in the class of operating systems called VM/ESA. Hmm. guess you learn something new every day. Slashdot is informative (at least that's what I say to justify the time spent on it...).

      --
      -twb
  11. Duh, yes it's necessary. by Art+Popp · · Score: 5, Insightful

    If you're developing software with six layers of abstraction between you and the box, buy all means by a PowerBook (they're ever cute), and develop it there. I'm sitting here next to an HP workstation for which I had to write 5000 lines of C for a particularly stressed application. Writing it using my (more powerful) Linux box and porting it over would have been a huge mistake.

    In using a close match for the target platform I discovered a bug in their libraries that I would not have otherwise caught, and was familiar enough with the debugging utilities of the box to use them remotely on the servers on which this app. lived. Since I had written the app. at exactly the same OS level as the target system, I new it wasn't a porting bug and that it wasn't a version bug. This saved me time far more valuble than the cost of my HP workstation. People who look down their noses at this laptop either code at very high levels or don't code at all.

    1. Re:Duh, yes it's necessary. by binaryDigit · · Score: 3, Insightful

      It takes 43 minutes to compile

      43 minutes to compile a 50000 line program, OUCH. Compile time isn't much of an issue. I guess it's not if you're not making a lot of changes or having to go through debug sessions where you have to tweak things to help figure out what's going on.

      As to the rest of your comments, it's the same thing people have been saying for the last 10 years, pc's more cost effective than brand x unix, yadda, brand x is going away, yadda, yadda. The most amusing thing is this comment:

      I would never consider spending more on Sun hardware because if Im doing graphics I use a Mac (or Irix)

      Irix!?! SGI!?! Lord knows, their stuff is never overpriced and their price performance ratio is on par with WinTel/Apple. Oh wait, maybe not. What's that, SGI/Irix has certain features that warrant the higher price for your needs, hey, just maybe Sun/Solaris does the exact same thing in the server market.

    2. Re:Duh, yes it's necessary. by rnd() · · Score: 2
      Much less spend 20k on a Solaris box when you can get 6 dual processor Athlon boxes for the same price.


      Try 20 or more Dual Athlon boxes for the same price!!!

      --

      Amazing magic tricks

  12. Solaris laptops? by wandernotlost · · Score: 5, Insightful
    ...but with the TiBooks and Linux working on laptops, how much do people need Solaris laptops?

    Believe it or not, there are still people that haven't ported their software to linux. They need Solaris laptops (or worse yet, they lug around a workstation) to show off their wares to potential customers.

    Personally, I think it's silly. Porting to linux is a great idea for a number of reasons, the ability to run on a plethora of cheap laptops not being the least.

  13. Fail-over, demonstration, ... by BoomerSooner · · Score: 5, Insightful

    and the ability to run your applications without rebuilding.

    Plus if your trying to sell something that runs on Solaris wouldn't it be good to demo it on solaris? For example, if the customer cannot come to you.

    Also as far as server fail-over you could use one of these temporarily to host a webserver, db, hell anything you want. If the battery works like most laptops it would last at least 1 hour with a heavy load and 2+ with a moderate load. Try that with a UPS for around $8000 (SPARCs are damn expensive).

    1. Re:Fail-over, demonstration, ... by _Spirit · · Score: 2

      I remember talking to some engineer from a db company (think it was Progress, not sure) a while back, he had an RS/6000 laptop on which he could create a temporary server while he repaired whatever went wrong on the original server. Don't know how they'd cope with the load (the client this was at had a pretty large RS/6000, don't think the laptop came anywhere near it performancewise). I think they had some plan to keep everybody but a few key employees out of the db in cases like this.

      I guess these Sparcs can be used for the same thing. They sound a lot cheaper than those RS/6000 laptops though, i think the machine that guy showed me cost $30000+ at the time.

      --

      beauty is only a light switch away

  14. a good reason. by programic · · Score: 4, Funny

    but with the TiBooks and Linux working on laptops, how much do people need Solaris laptops?

    Because you need that kind of firepower to adequately run StarOffice(TM).

    --
    -- yawn. --
    1. Re:a good reason. by smnolde · · Score: 2

      I bet it doesn't have a winmodem.

  15. Why Solaris? by Derkec · · Score: 3, Interesting

    You may have Solaris apps or need to test against a sparc. That or you just can't find a TiBook with ->4gigs- of RAM.

  16. Anti-Hemos/Linux R0XX0R$ post! by swordgeek · · Score: 5, Interesting

    I honestly worry about the number of brain cells that Hemos and others like him are firing on, at times.

    Every single time an article about Sun/Solaris comes out, someone (often the original poster) will say, "but Linux does xxx, so we don't need this!"

    Everybody chant the following mantra: Solaris is not Linux. Linux is not Solaris. There is room for both.

    Do we need this laptop? Well hell, do we need laptops at all? Is there some reason we NEED a Linux laptop over one running Win2k? Of course not!

    That said, some things are easier under Linux that Windows. (and vice versa!) Some things are more mature under Solaris than Linux (or maybe all things?). Some people prefer Solaris, some prefer Linux, some prefer Windows, and some preferred OS/2. WHY WHY WHY WHY WHY do we have to say "but Linux..." EVERY SINGLE FUCKING TIME ANYTHING ABOUT ANY OTHER PLATFORM IS MENTIONED?????

    OK, rant off. Just had to get that off my chest.

    --

    "People who do stupid things with hazardous materials often die." -- Jim Davidson on alt.folklore.urban
    1. Re:Anti-Hemos/Linux R0XX0R$ post! by swordgeek · · Score: 3, Insightful

      "Why is CDE still a viable window manager?"

      I can think of two reasons:

      1) It never was.
      2) Because Gnome 2.0 hasn't hit final release yet. That's where Sun is going from CDE, and good riddance!

      "Linux a good all-around choice for those who do a little work on Unix"

      Oh, absolutely it is! No argument from me on that aspect--three of my machines at home run Linux! What I object to is the assumption (or occasionally flat out claim) that Linux is (a) a better solution always and forever; and (b) therefore the only one that should be talked about. It amounts to the same sort of egotistical empire-building and chest-beating attitude that Microsoft is always accused of.

      --

      "People who do stupid things with hazardous materials often die." -- Jim Davidson on alt.folklore.urban
  17. Re:did you notice this by perky · · Score: 2

    When did you last meet a CFO who ran a Sparc workstation? It's simple: the people who make the decisions use Windows and MS Office.

    --
    "The new wave is not value-added; it's garbage-subtracted" - Esther Dyson, Dec 1994
  18. horror, horror, look at the keyboard! by meshko · · Score: 4, Funny

    You can see it clearly in the datasheet here:
    http://hw.tadpole.com/pdf/products/mobile/s parcboo k/datasheet.pdf
    at zoom level of 800% or so.
    What is that key between tab and shift? This has to be a mistake. Do they really expect any self-respecting Unix user will by this???

    Prejudice aside, I think I want this toy even more than Zaurus. I wonder if FreeBSD 5.0 will work on it ;)

    And yes, there are people who really do need it.

    --
    I passed the Turing test.
    1. Re:horror, horror, look at the keyboard! by JUSTONEMORELATTE · · Score: 5, Funny

      What is that key between tab and shift? This has to be a mistake. Do they really expect any self-respecting Unix user will by this???
      Umm, it's a caps-lock? Just as every Sun keyboard has had since the introduction of the Sparc?
      Don't get me wrong, I liked the Sun3 keyboard just fine too (with a CONTROL there, as God intended!) but you're fighting a battle that was lost 12 years ago, man. Move on!
      --

    2. Re:horror, horror, look at the keyboard! by bmajik · · Score: 4, Funny

      YOu are wrong.

      There has been a UNIX layout and a PC layout keyboard in type4, type5, type5c, and presumably type6.

      All my sparc keyboards are UNIX layout - the way god intended.

      and my w2k / xp machines at work ? They run ctrl2cap - from sysinternals.com

      The battle hasn't been lost. The weak have given up.

      --
      My opinions are my own, and do not necessarily represent those of my employer.
    3. Re:horror, horror, look at the keyboard! by Nerftoe · · Score: 2

      What is that key between tab and shift?

      Or how about the key between Fn and Alt? Yes, that's the infamous "diamond key". Look very closely, and you can see they "painted" over the Windows key.

      Hah.

    4. Re:horror, horror, look at the keyboard! by markov_chain · · Score: 2, Informative

      A lost battle, perhaps-- but we haven't lost the war yet. Don't give up, fellow opposers of the most useless key!


      machine:~> xmodmap -
      remove Lock = Caps_Lock
      remove Control = Control_L
      keysym Control_L = Control_L
      keysym Caps_Lock = Control_L
      add Lock = Caps_Lock
      add Control = Control_L
      ^D
      machine:~>

      --
      Tsunami -- You can't bring a good wave down!
  19. Re:Solaris runs on Intel by jedidiah · · Score: 2

    Just because the OS runs there, it doesn't mean that the applications run there as well. MIPS and Alpha NT were great examples of this. So is Sparc versus x86 solaris.

    --
    A Pirate and a Puritan look the same on a balance sheet.
  20. Re:LOOT AT THIS! by Squarewav · · Score: 2

    solaris is a server OS and is likely going to serve files to windows users, the point is to stop viri before before some dumb ass in acounting double clicks on that happy.exe file that was in his email

  21. Solaris x86 running on Toshiba laptop by chadworthman · · Score: 2, Interesting

    I've got Solaris x86 running on Toshiba 4020CDT laptop and I use it like a server. I've got Apache, MySQL, and PHP running a copy of OpenDB for my group at work. I'm very impressed with the performance of a machine that was lumbering along with Windows 2000.

    And with the battery, it's has a builtin UPS!

    Sure, I could have used Linux. But I mostly use Solaris for work, so I chose to work with an operating system I'm more familiar with.

    1. Re:Solaris x86 running on Toshiba laptop by banky · · Score: 2

      I have the same laptop, and couldn't get it to recognize my PCMCIA. What are you using?

      --
      ZOMG I WOULD LOVE TO KNOW ABOUT YOUR FEELINGS ON MACINTOSH VERSUS WINDOWS, VI VERSUS EMACS, AND HOW YOU'RE NOT A DORK
  22. Re:Define 64-bit by npietraniec · · Score: 3, Funny

    Define "64-bit" for a personal computer.

    Are you simple? It's one thing to say "What do I need this for." It's another thing to try and claim that your 32 bit computer is 64 bit.

  23. Amen, brother! by jonr · · Score: 3, Insightful

    The Slashdot crowd are the Beavis & Butthead of the IT industry. Well, maybe not all of you. :)
    J.

    1. Re:Amen, brother! by ArsonSmith · · Score: 4, Informative

      huh, huh, huh, you have an account as well, huh, huh, huh, cool.

      --
      Paying taxes to buy civilization is like paying a hooker to buy love.
    2. Re:Amen, brother! by HiredMan · · Score: 2

      Uhhhhhh.... did you say "the TIT industry"?
      Huh huh huh... That would be cool...
      Yeah, that would rule, eh eh RULE! Yeah rule, yeah..
      huh huh huh huh

      =TKK

      PS Wasn't sure how to take that until I saw your User #.
      Rock on brother jonr! ;)

  24. Interesting... by airrage · · Score: 3, Interesting

    I'm not a huge SUN fan, from a business standpoint, but this actually has some merit. I can see some applications for admins, engineers, etc., though still a niche-market. They say that even a mouse will fight a lion if backed into a corner. So it's interesting to see the last death throes of Sun. I just don't think this strategy is the kind of thing that makes sense.

    --RIP DMC, here's some 40 for me, and some for my homies.

    --
    "This isn't a study in computer science, its a study in human behavior"
    1. Re:Interesting... by swordgeek · · Score: 2, Insightful

      Hmm.

      I was sitting here laughing about Sun's "Death Throes," and then thought about their stock price for a minute, and decided that the business world needs to be blown up in its entirety.

      Sun is a healthy, prosperous company. They have a BIG market share in server rooms (especially in the geophysics/oil&gas world), they're producing excellent hardware, they've got a top-notch OS, and...

      their stock price is floating around $3, making them ripe for a takeover by quite a few companies.

      It's stupid. Their stock price, like that of many other companies, has no bearing on their health as a company anymore. There's simply no connection between stock price and performance, either good OR bad.

      Bah. No real point. Just disgusted with big business.

      --

      "People who do stupid things with hazardous materials often die." -- Jim Davidson on alt.folklore.urban
    2. Re:Interesting... by bmajik · · Score: 2

      while i agree that its a shame stock price doesn't necessarily affect quality of products...

      i think its pretty clear that the entire tech sector was _Extremely_ over valued. SUNW lost a lot of ground not because of their bad products, but because of the bad investors that inflated the price so damn high.

      Realistically, anyone that had any sort of experience with the markets would have started selling sun short about a year ago. And they'd be filthy rich right now. With double and triple digit P/E ratios, the entire tech sector is a joke.

      Look at MSFT - no debt, $40b in cash, record revenues all through an economic downturn (and the tech sector crash). Still, the price has been floating around the same level for about 2 years. Granted, after 1:30PST today there may be a big change in MSFT, but even so, the financials at MS by all indications show that it is one of the strongest companies there is.

      Yet its share price has stagnated.

      Right now, so much price has dropped out of the tech sector, that all that remains is for the _value_ of those stocks to catch up. Then the stock prices will rise again, and do so at a normal rate (backed by people that know what the fuck they're doing, not idiot day-traders)

      Incidentally, SUNW's product offerings are a mixed bag. They cant decide wether they're a hardware or a software company publicly (What is SunONE ? Has anyone seen it ? Why were they telling MSFT that Software didn't matter 1 year ago ?) Also, as nice as the ultrasparc III is, its only nice compared to other sparcs. x86 chips are doing quite a bit better, and itanium crushes it for FP work. SGI systems scale better than Suns, pretty much everyone makes a workstation that outperforms them at the bottom end. IBM's entire line of products is in roughly all ways superior to the equivalent (where they exist) offerings from Sun.

      Sun's biggest asset right now is its installed base, and as we've seen, linux/x86 is eroding that because for many things, the port is almost free, and because the hardware is soooo much cheaper (absolute and price/perf)

      Sun was the poster child of the .com era. And now they're paying for it.

      Sun is not a healthy or a prosperous company. They're laying people off, forcing vacations, etc etc. This isn't because of their stock price. Its because people aren't buying as much sun gear, because it costs too damn much money, and because everyone that bought any in the last 2 years has auctioned it off as they went under, so the market is flooded.

      --
      My opinions are my own, and do not necessarily represent those of my employer.
    3. Re:Interesting... by airrage · · Score: 2

      "Sun's biggest asset right now is its installed base, and as we've seen, linux/x86 is eroding that because for many things, the port is almost free, and because the hardware is soooo much cheaper (absolute and price/perf)"...couldn't be more accurate. I buy a generic PC with quality parts and slap Linux on it, it's a phenomenal choice cost-wise with little or no risk. Plus, I haven't bought into any one paradigm of how things should be ... the potential for companies is huge...that's why their stock price is bad. If you could get a car half of what you bought your current one for which was/is basically the same..what would you do?

      --
      "This isn't a study in computer science, its a study in human behavior"
    4. Re:Interesting... by swordgeek · · Score: 2

      That the tech sector was overvalued is a given. I mean, RedHat at $114??!!! It doesn't get much more ridiculous than that!

      But I'd argue (or rather disagree mildly) with much of the rest of your post. The x86 chips just don't compare to the Sparcs. Itanium I don't know about, but I suspect that it is a better chip than the Sparc, for some things. (After all, it's a newer technology base) Less scalable than SGI? I would say that was true up until the introduction of the UltraSparc II. Even if it were still true, the Sparc scales very well up to 100+ processors, and I'm not convinced that parallel processing beyond about 50 processors is the way to go.

      Linux/x86 is eroding the Solaris/Sparc market in _some_ fields. In others, it's not even a speck on the horizon. For instance, what do I want as a firewall: FW-1/Solaris, or IPTables/Linux? It depends on the situation, but IPtables/Linux is a great option where before there may not have been any alternative. In those cases, Sun loses.

      BUT, if I'm looking for a high end workstation for geophysical modelling, my answer is a Blade2000 with Solaris, running Landmark software. No alternatives, no other consideration.

      As for the appearance of not being a healthy company: Every publicly traded company is laying off people, forcing vacations, cutting costs, and cancelling training. Why? Because they're trying to show profitability in the current quarter, and get their stock price back up! When I say that they're healthy, I mean that they have good products for the market they're in, good technology, a good organisation, and good potential for long-term growth. Unfortunately, like effectively every other stupid company out there, they're chasing the damned stock market on a week-by-week basis, instead of working long term.

      Oh, and if you think the market's flooded with Sun gear, try to buy a V880--there's currently a 3 month waiting list!

      --

      "People who do stupid things with hazardous materials often die." -- Jim Davidson on alt.folklore.urban
    5. Re:Interesting... by bmajik · · Score: 2

      Read up on the SGI Origin 3800.

      Can you say 512 cpus in a single system image ? Can you say clustering multiple 512cpu nodes ?

      Sun isn't even close. Never has been. The E10k and E15k are basically iterative improvements over the old Cray CS6400. A 10 year old system.

      And im not making this shit up. go look at speccpu and specfp scores. Modern athlon and p4s smoke any sparc chip in integer scores. And the itanium 733 smoked it in floating point.

      Not all companies are laying people off. Microsoft, for instance, hasn't done any layoffs. Microsoft also isn't playing any short-term quarterly financials games. Fucking yourself for short term gains is what caused the .com fallout to begin with. Sun is killing their future by destroying investments in intellectual capital.

      --
      My opinions are my own, and do not necessarily represent those of my employer.
  25. The CmdrTypo that almost corrects itself by distributed.karma · · Score: 3, Funny
    "buy all means by a PowerBook"

    *lol*

    --

    --
    If you moderate this, then your children will be next.

    1. Re:The CmdrTypo that almost corrects itself by Art+Popp · · Score: 3, Funny

      Yeah, I went to correct the one and changed the other. Sadder still is that I can actually spell. Someday I'll learn to work the mouse.

  26. Non-Sun OEM use SPARCcs? by bsharitt · · Score: 2, Interesting

    I didn't know other OEMs besides Sun used the SPARC processors. Are there any other OEM besides Tadpole and Sun that make SPARC based machines?

    1. Re:Non-Sun OEM use SPARCcs? by Kenja · · Score: 2

      These days the only one I can think of would be Samsung. However there are a bunch of small companies htat buy motherboards and CPUs from Sun and built systems. In the past there where groups such as ROSS that not unly used the Sun CPU design but went beyond that to introduce their own versions (the ROSS Hypersparc). If you hunt around you can find some cool Sparc hardware made by the clones. My fav's would be the ROSS Sparcplug, a full height drive bay Hypersparc computer and the Opus Sparcard, a Sun Sparc 5 on a ISA card.

      --

      "Have you ever thought about just turning off the TV, sitting down with your kids, and hitting them?"
    2. Re:Non-Sun OEM use SPARCcs? by otis+wildflower · · Score: 3, Informative

      Sun sells OEM mobos that can run Solaris, and there are a few manufacturers out there, though I think Axil is gone.. Fujitsu builds some enterprise-class sparc systems, and I worked on a system built by a japanese or korean company (forget which) that was just an AXi base IIRC.. Also, Integrix builds OEM systems, though I've only used their pizza-box RAIDs before..

      You might be able to build your own, but these days finding a 250 or 450 on ebay may be cheaper...

    3. Re:Non-Sun OEM use SPARCcs? by Lupulack · · Score: 4, Informative

      Heck yeah , Fujitsu , Tatung , Toshiba just to name a few.


      Check out www.sparc.com for lists of members of the Sparc consortium.

      --
      The fact that no one understands you doesn't mean you're an artist.
  27. Military and certain agencies by BWJones · · Score: 5, Interesting

    but with the TiBooks and Linux working on laptops, how much do people need Solaris laptops?

    Well, I can tell you that there are certainly a number of users in the military as well as applications that certain government and quasi government agencies use running on Solaris. A few years ago at the Whitehouse, I noticed a number of Solaris workstations and the first laptop running Solaris I had ever seen. I don't know about things currently, but I expect there to be more Windows machines there now than there used to be. Although our Veep Dick Cheney appears to use a TiBook.....

    Additionally, the TiBook is limited to 1GB of RAM (hardware limited NOT the OS which can address much more) and there are number of users in the sciences and video editing markets who would like portable 2GB workstations, but given Apple's focus on video editing, I would expect the next TiBook revision (not the one next week) will address more RAM.

    --
    Visit Jonesblog and say hello.
    1. Re:Military and certain agencies by mcfiddish · · Score: 3, Funny


      Although our Veep Dick Cheney appears to use a TiBook.....

      I would love to see that "switch" ad.

    2. Re:Military and certain agencies by evilviper · · Score: 2

      It went like 'beep beep' and then the nukes launched.

      My name is Dick Cheney, and my Windows box wiped out Iraq.

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  28. Why do people need it? by antis0c · · Score: 2

    how much do people need Solaris laptops?

    Choice. Sure we balk at Microsoft people asking why anyone needs to run Linux, then we turn around and balk at someone for creating a Solaris laptop.

    I think its cool, I'd like to get one for work, we use a number of Solaris only apps.

    --

    ..There's a-dooin's a-transpirin'
  29. Re:Mod +Funny by Kenja · · Score: 2
    Lets see.

    "Broken, stupid compilers". You think GCC is broken? If you don't like the compiler you're given to use, find a diferent one.

    "braindead default configs". No such thing as a default config on oslaris, talk to the people who installed it.

    "a useless, trash desktop". I use Gnome and KDE for my Sun box. Once again, if you dont like the tools you are given, use somthing else. Soalris 9 ships with Gnome now, KDE can be downloaded pre compiled. So what's the problem?

    It sounds like you have some poorly configured Solaris systems. However that in no way means that Solaris is the problem. As they say PEBCAK (Problem Exists Between Chair And Keyboard).

    --

    "Have you ever thought about just turning off the TV, sitting down with your kids, and hitting them?"
  30. FYI by Darth+RadaR · · Score: 3, Informative

    Yes, Virginia. There is a Gnome for Solaris.

    --
    /*drunk.. fix later*/
    1. Re:FYI by zerOnIne · · Score: 2

      indeed, running ximian gnome on my ultra30 here, and a chick two offices over has KDE on her sun box ... i'm fairly certain the CDE is mostly included to maintain full compliance with the UNIX standard ... i have no idea *why* you need to have CDE to call something a 'UNIX', but you do according to the folks who own the trademark ... and that's part of the reason why it's incorrect to call a linux system unix

      --
      09
  31. Re: portable vs. portable by distributed.karma · · Score: 4, Funny
    > Someone with legacy Solaris programs that they need to make transportable

    So you can make the program portable even when it isn't portable? ;-)

    --

    --
    If you moderate this, then your children will be next.

  32. Re:did you notice this by 13Echo · · Score: 2
    "It's simple: the people who make the decisions use Windows and MS Office."


    Except at Sun.
  33. Out of Wintel, tired of being lied to. by leandrod · · Score: 2

    What if I do not want to feed the lesser known but equally evil half of the Wintel duopoly, and the TiBooks are either not good enough for me or produced by a equally evil company I do not trust.

    --
    Leandro Guimarães Faria Corcete DUTRA
    DA, DBA, SysAdmin, Data Modeller
    GNU Project, Debian GNU/Lin
    1. Re:Out of Wintel, tired of being lied to. by leandrod · · Score: 2
      > Use AMD and Linux? No more Win, no more Tel. ;)

      Kinda... AMD is still Intel architecture, so it helps validate the Intel marchitecture and misfeatures, even if partially. And this architecture is seriously inefficient, with huge manufacturing costs hidden by scale, huge chip real state, power consumption and heat dissipation. Ah, and yet 32/36/64 bits hybrid instead of fully 64 such as the UltraSPARC or the coming AIM PowerPCs.

      --
      Leandro Guimarães Faria Corcete DUTRA
      DA, DBA, SysAdmin, Data Modeller
      GNU Project, Debian GNU/Lin
    2. Re:Out of Wintel, tired of being lied to. by leandrod · · Score: 2
      > yet 32/36/64 bits hybrid instead of fully 64 such as the UltraSPARC or the coming AIM PowerPCs.

      Forgot to mention the notebook Alpha that HP/Q and Intel aborted.

      --
      Leandro Guimarães Faria Corcete DUTRA
      DA, DBA, SysAdmin, Data Modeller
      GNU Project, Debian GNU/Lin
  34. Re:I could use a Solaris laptop by DNS-and-BIND · · Score: 2
    Obviously a man who has never had to deal with the Teamsters in a business setting.

    Assignment: put yourself in a situation in which you have to deal with the Teamsters. I bet you hate it.

    --
    Shutting down free speech with violence isn't fighting fascism. It IS fascism!
  35. Re:Mod +Funny by Darth+RadaR · · Score: 2

    Broken, stupid compilers; braindead default configs; a useless, trash desktop; lackluster performance; finicky printer queues; workstations that inexplicably lock up and refuse to log out; header files and libraries with all kinds of wonky problems; etc...

    Any OS is gonna run like crap if it's not configured right, so I won't go into that.

    If you don't like the defaults that come with Solaris, you can get quite a bit of GNU and other stuff from Sunfreeware

    --
    /*drunk.. fix later*/
  36. Re:Define 64-bit by kbielefe · · Score: 3, Funny

    Now that you mention it I think my trs-80 laptop is 64-bit because it can add two 64-bit numbers.

    --
    This space intentionally left blank.
  37. CPU Comparison, Anyone? by daveman_1 · · Score: 2

    Anyone know of a rough performance comparison between linux apps running on a UltraSPARC-IIi 650MHz processor VS a new P4 or Athlon XP? This seems like a very nice laptop but I'm not at all familiar with Sparc processor performance...

    --
    Russian Russian Russian RussianDollSig DollSig DollSig DollSig
    1. Re:CPU Comparison, Anyone? by bmajik · · Score: 2

      any x86 today will either cost less, be faster, or, usually, both.

      the reasons you want this are because
      1) you need sparc/solaris machine(s)
      2) you need one thats portable

      --
      My opinions are my own, and do not necessarily represent those of my employer.
    2. Re:CPU Comparison, Anyone? by bmajik · · Score: 2

      why are you saying probably ? if you know im wrong, say why. if you dont and you're guessing, don't say anything..

      I owned 3 different sun machines before i left high school. There is an SGI sitting on the desk next to me, and a dual proc sparc at home.

      preferences are preferences, numbers are another. If you cared, i could tell you _why_ the old sparcs were good at some things (MMU hardware contexts, and register windows were early optimizations that x86 didn't have for instance..)

      sun simply hasn't kept up with ChipZilla. Economies of scale have made wintel what it is..
      that means that sexier products are marginalized... but the average person gets more computing power for under $1k than could be had at any price just 10 years ago..

      --
      My opinions are my own, and do not necessarily represent those of my employer.
  38. Remembering Axil (was Re:Non-Sun OEM use SPARCcs?) by nsayer · · Score: 2

    In my youth, I actually transitioned from Apple ][ to Sun. I didn't buy my first PC until 1994 and then only to run FreeBSD on it. I was a big fan of Suns for a long time, which was tough to do given the pricing.

    I wound up at one point doing some contracting for Axil. I still remember those days fondly. Among other products, Axil made a board called the Axilerate which was a drop-in replacement for the Sparcstation 1, 1+ or 2 motherboard which featured a Microsparc 2 CPU. In essence, you could upgrade your machine to the equivalent of a Sparcstation 5. I thought it was a great product (obviously modern machines are on a whole different level). Axil didn't have any sort of employee/contractor purchase program. I actually had to go to a reseller to buy my Axilerate board.

    It was a shame when the asian flu hit Hyundai, which was Axil's parent company. In a cost-cutting measure, Hyundai shuttered Axil, which at the time was the #2 manufacturer of Sparc based computers (#3 was almost as far behind Axil as Axil was from Sun).

  39. Re:Define 64-bit by lostchicken · · Score: 2

    So, by that logic, is my quad-pentium machine a 128-bit box?

    --
    -twb
  40. Re:Linux Laptops? by daveman_1 · · Score: 2

    I would recommend giving this vendor a try:

    http://xtremenotebooks.com/index.html

    Laptops without an OS pre-installed are possible through them and they at least appear to be reasonably priced per included laptop features. I once purchased an IBM laptop with linux pre-installed but I think they have since discontinued that option...

    --
    Russian Russian Russian RussianDollSig DollSig DollSig DollSig
  41. Fun With Sparc Hardware by peatbakke · · Score: 2

    I was hoping it would share some other great features with Sun servers, but alas, I'll have to wait for a laptop with hot swappable CPU and memory modules ..

    Sarcasm aside, Tadpole makes some great products. They've been building laptops that put most others to shame for years ... I've only played with one (mmm, trade shows), but they're solid and fast little buggers. Heavy, and the battery life isn't very good, but if you need a Solaris workstation on the road ..

    My other favorite style of Sparc system was the Ross SPARCplug. It was a full server, packed into a two (or three?) 5.25 inch drive bays. Stick it in your PC, plug in a network cable, and pow -- stealth server! Dual hypersparc CPUs, 256MB of RAM, SCSI, 100Base/T ethernet ... at the time (mid-ninties), it was a rocket! They pop up from time-to-time on eBay .. usually a few hundred bucks now, as opposed to several thousand dollars back in the day.

    Hmm. You can also find raftloads of old IPXes and stuff, for dirt cheap (usually under $100). Tons of fun. Beats the pants off of a low end PDA for cheap thrills.

    Just think .. for about $1000, you too could own a REAL beowulf cluster, running on Sun hardware! Now that's something to write home about, even if your nodes are only running at 25MHz .. but even then, you'd still be surprised at what they can do.

  42. But it *has* to be Intel or Mac..... by Junta · · Score: 5, Interesting

    I got a Tadpole Sparcbook 2 from work. About a month later, my apartment was broken into and it, among other things was stolen. So my girlfriend was calling all the local pawn shops to make sure they would keep an eye out for it. I came through the door on such a call and she said 'I'm tired of dealing with this guy, he wants to talk to you'. And so I answered and he asked what type of Laptop it was, and I replied with Tadpole Sparcbook 2. He said he didn't recognize the brand and if it was Intel or a Mac, and I said neither, it is a Sparc, and he replied that all computers were either Intel or Mac, even if rebranded something else. He asked if it ran DOS or Mac, and I said "SunOS". He said he didn't want to know the application I run on it, but what comes up when I turn it on before running anything. Finally I said 'If something comes into your store that looks like a laptop but you don't know what the hell it exactly is, it's probably mine...

    Evidently no one else knew enough to buy it either, and so when they caught the guy a year later, that was the only thing of ours they had not managed to offload. When I went to the police to reclaim it, I was fully prepared to go to lengths to show I knew the password, but they said 'just take it'. Then an officer asked me if that was a good brand of laptop and would I recommend it for their college aged kid....

    Oh the nostalgia working on that brings me... SunOS 4.1.1... As an aside, anyone know where I could get a replacement battery, software updates, and/or the little scsi plug adapter for this sucker?

    Also have a new iBook (for when I need battery or don't want to take forever to do anything), and bought my Fiancee a PC laptop (linux/WinXP dual boot).

    --
    XML is like violence. If it doesn't solve the problem, use more.
    1. Re:But it *has* to be Intel or Mac..... by dhovis · · Score: 3, Informative
      where I could get a replacement battery

      I don't know about the rest, but the best course of action with the battery is to get it re-celled. Inside the battery casing is usually just standard sized NiCad or NiMH or LiIon cells (depending on the age). Search around, there are companies that specialize in exactly this.

      Look at the xrays of a TiBook, for example. You can see the cells inside the battery in the lower left corner.

      --

      --
      The internet is the greatest source of biased information in the history of mankind.

  43. The uses of a Solaris notebook by Princeofcups · · Score: 2, Interesting


    1 - Jump start. This is a beautiful box to ethernet over to your new server to install Solaris via jumpstart, especially if you need to do the install while off the net, e.g. a tripwired hardened server like a firewall running Checkpoint Firewall/1.

    2 - CDE. So many of the admin tools for SunOne software are buggy in any version of X other than standard CDE. Examples are the directory/web server java based console.

    3 - Portable development. Let's say that you are debugging Sparc assembly for a new device driver, or just testing your C code on a particular patch level of Solaris XYZ to find issues with the shared libraries, and you would rather sit in the coffee shop than in your dusty cube.

    4 - Portable 64 bit processing. Particularly useful for math or physics types who want to crank out some data on the way to a conference or in the hotel room. (Yes, 1GB of RAM, but no limit on Swap. Not to mention REALLY big Ints.)

    5 - Full solaris application testing environment. A wonderful thing to have to take to datacenters in other parts of the country which are not part of the corporate backbone yet to help you figure out why those new Websphere application servers cannot talk SSL LDAP over 636 to the new SunOne Directory Servers.

    6 - I could keep going, but I have to get back to work. :-) I want one!

    jfs

    --
    The only thing worse than a Democrat is a Republican.
  44. Re:Define 64-bit by Alien+Being · · Score: 5, Funny

    main(){
    printf("My computer is %d bits\n", sizeof( int) * 8);
    }

  45. I emailed them and got their brochures (via mail) by BoomerSooner · · Score: 5, Informative

    They are 5000 to 8000 depending on the config. The new ones didn't have prices yet so the $8000 is for the 2GB system.

    Actually prices aren't that bad when comparing to average Sun prices.

  46. Obligatory Movie Reference. by cybermace5 · · Score: 2

    It may have a RISC processor, but does it have a 28 dot 8 modem in it?

    --
    ...
  47. Re:Three excellent reasons to love it... by Junta · · Score: 2

    Not so uncommon anymore, for various reasons, a large number of three button touchpad equipped laptops are available.

    Thinkpads, for example have three buttons. Some HPs do as well. Some others I'm sure, but I haven't dealt with them...

    I, on the other hand, have a one-button touchpad.... My optical 5-button,2 wheel mouse compensates though (not bad for 12 bucks...)

    --
    XML is like violence. If it doesn't solve the problem, use more.
  48. Re:Define 64-bit by Fluffy+the+Cat · · Score: 2

    64 bit memory addresses are not just an issue when it comes to physical memory - that's the size of your virtual address space, too. Linux on a 32 bit system won't allow a process to consume more than 3GB of VM, no matter how much physical memory you have.

  49. Re:Specifications by Mignon · · Score: 3, Funny

    So the little yellow circle says "Available in Winter 2002." Hasn't that already passed in the Southern Hemisphere? Let's have those reviews, you upside-down people!

  50. UltraSPARC 2i by Sivar · · Score: 2

    Isn't the US2i artificially limited to 2GB of RAM?

    The website seems to say that the laptop simultaneously has 4GB and 2GB. *THAT* is the power of Sun hardware. :)

    --
    Computer Science is no more about computers than astronomy is about telescopes. --E. W. Dijkstra
  51. Tadpole by dozer · · Score: 5, Interesting

    A few years ago, I travelled around Europe supporting my company's product on site. I'd try to fix a bug, then send the patch back to the US to be built (no source code could ever touch a client's computer). Turnaround times were over a day, due to the time change.

    Then I got one of these (for hrumptyhrumptens of thousands of dollars). It paid for itself in a month. I could do builds on-site, leading to turaround times of less than an hour. I no longer had to get a hotel for most support visits! I sure had a need for a non-Linux notebook.

    Of course, it radiated so much heat out the keyboard that my hands would just drench the thing in sweat. That got a little gross. But it worked like a champ.

  52. This is neat and all, but... by rickwood · · Score: 2, Interesting

    Why isn't there a price on the freaking page? If I wanted to talk to someone on the phone, I wouldn't be using the web!

    I mean, I'd really like a solaris laptop. It would beat the hell out of my portable rack rig. But damn it, I don't want to have to fend off sales reptiles just to find out how much it is.

    All I can think is that they want to "personalize" the price based on how much money they think they can get out of you.

  53. Re:LEARN TO WRITE C! by Wdomburg · · Score: 2

    Learn to name files with the proper extension

    $ cat source.c
    > main(){
    > printf("My computer is %d bits\n", sizeof(int)\
    * 8);
    > }
    > !
    $ gcc source.c
    $ ./a.out
    My computer is 32 bits

    Matt

  54. Re:We used to use them by El+Volio · · Score: 2
    Since you can only jumpstart from a server on the clients subnet...

    Not true, the boot server has to be on the same subnet (the boot and install server do not have to be the same machine). And if you have control of the routers and can set up directed broadcast, even that might not be necessary.

    --

    "You can never have too many elephants on your team."

  55. Re:did you notice this by bmajik · · Score: 2

    have you visited sun ? (or do you work there ?)

    otherwise, i wouldn't be so sure theres no reliance on MS software at Sun :)

    --
    My opinions are my own, and do not necessarily represent those of my employer.
  56. Portable Oracle by phaetonic · · Score: 2, Interesting

    Having a mobile sparc platform capable of running Oracle is something great in its own right; the cost of shipping an E250 to trade shows and customer sites for demos will be dramatically reduces, as well as engineers who can go on-site in more than one location per day to demo their app, I think it has some really good benefits.

  57. Re:Define 64-bit by audrey · · Score: 2, Informative

    eh. You guys clearly have never had a 64-bit box. An int is 32-bits on most 64-bit archs.

    main(){
    printf("My computer is %d bits\n", sizeof(void*) * 8);
    }

  58. Re:Market research by kwerle · · Score: 2

    And that's the first smart thing anyone on this thread has said - including me. Sales folks are the only one's I can really see buying this stuff, just so they can tote around a full DB and 'big app'. And I still can't imagine all that many sales. Not for the amount this thing is gonna cost.

  59. Re:did you notice this by new500 · · Score: 2

    . . .

    When did you last meet a CFO who ran a Sparc workstation?

    Try a CFO or other management financial officer at a trading house, broker - dealer, investment bank . . . . . plenty of trading floors are peppered with, if not standardised on apps which run on and are customised for, or developed in house for Solaris. Can't be f&*&^d to go dig out a list right now of deidcated apps like order flow processing, risk management progs . . . but how about this one for a start : Mathematica plus their financials add - ins plus really dang big set of market data, say your position close end of day. Now that's what a CFO might want to muse over on a laptop every now and then. OK, what I suggested won't be much good for those who run 24/7 books, and I'm only picking on one market sector (but you didn't specify) but i hope you get my drift.

    It's simple: the people who make the decisions use Windows and MS Office. - Yes I often feel that's about all the decision - making tools some banks have been using in recent years :-) but your statement is clearly untrue in such a generality.

    Nope, I've not met a CFO who did run a SPARC laptop. Maybe that's because Tadpole have been a lame duck of a useless company doing nothing and developing no new products for years. They seemed to focus more on selling whimsical stories to the London Stock Exchange. This new announcement is undoubtedly only happening because the SPARCBook team recently did an MBO (not really an MBO because so much of their financing came from the parent) to try to get free of the rest of the increasingly farcical company.

    . . .
    == Idle Random Thoughts - Usual Disclaimers Apply==

  60. Re:Define 64-bit by be-fan · · Score: 2

    Even with the 36-bit extension, all current IA-32 processors are still 32-bit, because the 36-bit address space is physical, not virtual. The virtual address space is still 32-bits, and all pointers are still 32-bits, as well as all GPRs.

    --
    A deep unwavering belief is a sure sign you're missing something...
  61. Same reason we need pumpkin computer articles by billstewart · · Score: 3, Insightful
    As with the recent pumpkin-based computer case, it's nice to have articles about Sparcbooks because they're cool. However, it's even nicer to have Sparcbook articles, because the things are in fact useful if you're a developer or user in the Sun Sparc world, which many people still are (alas, not me any more :-) (It's also surprising to hear that these guys are not dead yet - I haven't seen one of their machines in a long time.)


    If *you* want to carry a pizza-box Sun on Caltrain and use one of the few cars that still have electric outlets, go ahead...

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  62. Here you go, I found an email with prices & na by BoomerSooner · · Score: 4, Informative

    This is a month old however:

    Tadpole has discounted our 500MHz IIe laptop with the 14.1" LCD
    1024x768, with 20-60GB HDD and up to 2GB RAM. Let me know if you have any
    interest.

    500MHz IIe, 14.1"LCD, 20GB HDD, 256MB RAM $5,489.50
    500MHz IIe, 14.1"LCD, 20GB HDD, 512MB RAM $5,939.25
    500MHz IIe, 14.1"LCD, 20GB HDD, 1GB RAM $6,750.00
    500MHz IIe, 14.1"LCD, 20GB HDD, 2GB RAM $8,730.50
    can expand to 60GB HDD

    Tadpole also announced a 650MHz IIe, up to 160GB HDD, 4GB RAM coming in
    Dec., 2002

    Dennis Vines
    Sr. Account Manager
    Tadpole
    2300 Faraday Ave
    Carlsbad, CA 92008
    PH: 800-770-9003 x 216
    FX: 760-931-1063
    Email: dennisv@ca.tadpole.com

    Portable Solaris Workstations and High Density Servers providing
    solutions from the Rack to the Road

  63. Re:Define 64-bit by CoolVibe · · Score: 2
    coolvibe@azazel devel $ ./tellme
    My computer is 8 bits

    Wow, I didn't know my Pentium II box was 8 bit! Oh whoops, I did sizeof(void) instead of sizeof(void *). Still, I was quite surprised for a while ;)

  64. Spelling flame and statement of obvious by for(;;); · · Score: 2

    > Do they really expect any self-respecting Unix
    > user will by this???

    By which I assume you mean, "Do they really expect any self-respecting Unix user to pass this up?"

    From Dictionary.com:
    ----------
    bye1 also by Pronunciation Key (b)
    n.

    1. A secondary matter; a side issue.
    2. Sports. The position of one who draws no opponent for a round in a tournament and so advances to the next round.
    ----------

    Oh, ho ho ho! I do so love myself. Anyway, I remap every keyboard I touch, much to my officemates' chagrin. CapsLock makes a fine control.

    --

    "Whatever happened to fair use?"
    -- Duff-Man
  65. Sun doesn't use 'em by ToasterTester · · Score: 2

    I work in a large Sun shop and work with Sun staff all the time and they have flown me into Sun in the Silicon Valley for visits. I have only seen one Sun staffer over the years use a Sparc laptop. Even that person griped about what a dog it was. Most the Sun staff I've seen have your typical x86 laptop. Some run Solaris x86 when they can (a lot of compatiblility issues) and the rest I see run some combo of Linux and Windows.

    Biggest problem with Sparc laptop are cost. Just not enough bang for the buck compared to an x86 laptop.

    1. Re:Sun doesn't use 'em by shaldannon · · Score: 2

      I haven't seen a cost either, but the last time I recall seeing a price tag attached to a Solaris-running laptop with some version of Sparc CPU, the price was around $10k (of course, this was in 1997, so prices may have changed). From what I gather, when dealing with Sun (and compatible) hardware, the old yacht motto applies: "if you have to ask the price, you can't afford it."

      --


      What is your Slash Rating?
    2. Re:Sun doesn't use 'em by ToasterTester · · Score: 2

      I haven't seen recent prices but in the past they were about twice what a x86 laptop was.

  66. Solaris laptop? by newt · · Score: 2

    It isn't a Solaris Laptop, it's a SPARC/Linux laptop. :-)

    - mark

    --

    -----
    I tried an internal modem, but it hurt when I walked.

  67. Re:More bits != better by Twirlip+of+the+Mists · · Score: 4, Informative

    But is 32-bit always worse in practice than 64-bit?

    Actually, 64-bit is usually worse in practice than 32-bit, all other things being equal. Many processors let you compile code for 32-bit pointers or 64-bit pointers; the MIPS R10000 family is the one I'm familiar with. The same code compiled for the 32-bit ABI will either run at the same speed as the 64-bit version, or it will be faster. The difference is caused by cache performance. If your pointer is twice as big, you can only squeeze half of 'em into the same caches. Thus, more cache misses, and decreased performance of the application overall.

    Unless you need more than 2 GB of virtual memory for your program, you should compile it with 32-bit pointers.

    --

    I write in my journal
  68. Re:Solaris Sun Ray by Twirlip+of+the+Mists · · Score: 2

    I've never done any real programming on a Sun, but on an SGI you have to specifically tell the compiler to compile to a 64-bit ABI if you want to use 64-bit pointers. The syntax is "cc -64 -whatever foo.c." If you omit the -64 flag, you get a 32-bit binary. The same may be true on a Sun.

    --

    I write in my journal
  69. Re:did you notice this by Darren.Moffat · · Score: 2

    Just because a document is published in Excel format it doesn't mean that it was generated by Microsoft Excel. StarOffice can export as well a import Microsoft formats.

    I do work at Sun. We have a program called Sun-on-Sun which means we run the buisness on Sun hardware and where possible Sun Software.

    StarOffice is used when spreadsheets are used. In general all our Microsoft Office like needs are met by StarOffice today and in the past (prior to Sun aquiring Star Division) Applix was used. There is still some use of Framemaker for very large and complex documents.

  70. Re:Define 64-bit by Alien+Being · · Score: 2

    I stand corrected.

  71. Re:Solaris Sun Ray by simm_s · · Score: 2

    Yep, On Sun you need to specify cc -xarch=v9 foo.c and you'll get 64 bit programs. You also need the Forte C compiler to do it.

  72. Re:More bits != better by Oggust · · Score: 3, Informative
    All that is true, but one good thing with 64-bit architextures is that you get to 64-bit data registers as well. If your app actually uses 64-bit math, having those long registers help a great deal. (The alternative is doing it with several smaller registers, tracking cthe flags and branching and stuff. Really ugly and slow, and on an architecture like IA32, where you really only have 3 registers, this gets even worse.)

    /August.

    --
    "An object declared as type _Bool is large enough to store the values 0 and 1." -- 6.1.2.5, C99 standard.
  73. Tadpole x86 laptop by red_dragon · · Score: 2

    Tadpole once made a pretty spiffy Intel-based laptop computer, circa 1995 or thereabouts. Other than the processor (it had a 120- or 133-MHz Pentium), it had everything their SPARC-based laptops had at the time, including built-in SCSI (the internal HDD was also SCSI) and a 3-button Trackpoint-like stick. I believe that was their only Intel-based laptop, though; most people don't seem to appreciate over-engineered products like theirs.

    --
    In Soviet Russia, Jesus asks: "What Would You Do?"
  74. Neat, but how much will it cost? by benmhall · · Score: 2

    Me, I _am_ a fan of Sun. I think they have a disproportionately bad rap for a company that has offered real innovation in the computing industry. Sure, they haven't done anything really revolutionary in the last year or two, but being the "dot in .com" I understand that they're just trying to keep afloat. I'm sure they'll make it through.

    However, it's pretty hard to justify buying even their low-end hardware. I wonder how much this laptop is? (Yes, I realize it's not from Sun...) There was no mention of price on the site.

    I know, probably one of those "if you have to ask, you can't afford it" laptops. Seriously, though, any idea of an estimated cost? (Even unofficial...)

  75. Parts by erik+umenhofer · · Score: 3, Interesting
    I had one last year. It was really cool. It felt like a solid piece of metal. I loved holding it because it made me feel like I was carrying a real machine and not a bunch of plastic. I got parts at a couple of places.
  76. Re:Tadpole Sparcbook 2 by erik+umenhofer · · Score: 2, Informative

    Do you have a floppy for thing? If you can track one down, just to a net install of OpenBSD or Netbsd, I think both have X support. Also I know Solaris 2.6 stock will run pretty well on a Sparcbook 3 ("well" is a relative term). Usenet is the place for finding parts these days.

  77. Re:+5 Informative? by ArsonSmith · · Score: 2

    No, I just think that someone sees it at +4 funny and mods it up as something diffrent because it is suppose to add to the comeadic value.

    --
    Paying taxes to buy civilization is like paying a hooker to buy love.
  78. Re:did you notice this by perky · · Score: 2
    Try a CFO or other management financial officer at a trading house, broker - dealer, investment bank . . . . . plenty of trading floors are peppered with, if not standardised on apps which run on and are customised for, or developed in house for Solaris.

    Believe me, banks do not have Unix workstations on trading floors. The Database servers are Unix, and much of the back-end systems are Unix, but the screens in front of a trader are windows. Likewise the managers will have very good P&L breakdowns and exposure analytics, but they are just a report generated by some query. You don't need a SPARC to read a report. This is true in the least for Paribas, UBS, Deutche and JPMorgan.


    As to the second point, I think you misunderstand what I was getting at. The original poster was asking why their marketing bumph was in MS proprietary formats. I answered that the poeple who look at marketing bumph will have a Windows machine on which to look at it. I wasn't talking about generic decision makers in a bank.

    --
    "The new wave is not value-added; it's garbage-subtracted" - Esther Dyson, Dec 1994
  79. Re:Define 64-bit by James+Lanfear · · Score: 2

    Being pedantic and all, that should actually be

    #include <limits.h>
    #include <stdio.h>

    int
    main(void)
    {
    printf("My computer is %zd bits\n", sizeof(void*) * CHAR_BIT);
    return 0;
    }

    since there's no guaranty that you're machine will have 8-bit bytes.

  80. Re:More by shokk · · Score: 2

    How about sales guys doing demos for applications written for Solaris sparc? Why spend the development $$$ to port to Solaris x86 just for sales guys to do demos when you can get a few of these babies to hand out to the sales guys.

    --
    "Beware of he who would deny you access to information, for in his heart, he dreams himself your master."
  81. Re:Define 64-bit by Paul+Komarek · · Score: 2

    You may not believe me when I say this, but I'm really glad you showed me that constant. I try not to be outwardly pedantic, because it puts people off (or maybe it's my bad breath). But I shudder when I have to hardcode something like 8 bits per byte.

    -Paul Komarek

    [Apologies to Monty Python for stealing their punch line]

  82. Re:Solaris Sun Ray by Paul+Komarek · · Score: 2

    gcc and Compaq's cc on Alpha automatically use 64 bit pointers and 32 bit ints. Perhaps this is because the Alpha has always been a 64 bit cpu?

    -Paul Komarek

  83. Re:Specifications by evilviper · · Score: 2

    Can't post reviews... Too busy watching the water in the sink swirl around the wrong way.

    --
    Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  84. Re:More bits != better by delong · · Score: 2
    If your pointer is twice as big, you can only squeeze half of 'em into the same caches. Thus, more cache misses, and decreased performance of the application overall.

    I hate it when my pointer is twice as big and I can only squeeze half of it into the caches. Cache misses suck, and definately decrease the performance of the whole thing. Damn straight.

    Derek@killmykarma.edu

  85. ah, the memories by g4dget · · Score: 2

    After being a long-time Solaris user, the steep price of the Tadpole was the last straw when I needed a UNIX laptop--that's what made me switch to Linux, and I have never looked back.

  86. Re:Other SparcBooks by daveman_1 · · Score: 2

    [From the naturetech website]
    "We see it reasonable that list pricing for 888P and 888P+ should be within the range of $6,000 to $9,000" said Sam Chen, Senior Vice President of Sales and Marketing," and have confidence that no other similar can compete with this price-performance in the market."

    If this is to be considered reasonable, I think it is fairly safe to say I won't be owning one. While there are some features in there which appeal to me(built-in SCSI, but no mention of whether the HD is SCSI) it had better be every bit as fast as my desktop for that price. I do realize that one should expect to pay a premium for a portable SPARC laptop but that is in the range of "I want to see it before I buy it.".

    --
    Russian Russian Russian RussianDollSig DollSig DollSig DollSig
  87. Re:If it's free software, you can recompile it by jo42 · · Score: 2
    > Linux breaks, who you going to call?

    Guido to bitch slap Linus.

  88. Re:If it's free software, you can recompile it by jedidiah · · Score: 2

    Someone should have moderated this post up as funny.

    "call Sun on the phone and talk to the guy who wrote the component"

    You just KILL me...

    You're better than Yakov Smirnoff.

    --
    A Pirate and a Puritan look the same on a balance sheet.