Slashdot Mirror


User: reed

reed's activity in the archive.

Stories
0
Comments
214
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 214

  1. Bubble on Keeping a Data Center Cool on the Cheap · · Score: 1
  2. Claris! on Apple Making a Spreadsheet? · · Score: 1


    R.I.P ClarisWorks!

    Once I had that, I never opened Word95 again!
    Most of the features, but sane.

  3. Re:Blender's great, but not for game mesh editing. on Blender Now Has Soft Body Support · · Score: 1

    It can import and md2, md3 and md5. If the neccesary scripts aren't in the release yet, you can get them (and many other scripts) at:

    http://www.blender3d.org/cms/Import___Export.5.0.h tml

  4. Future of Debian usage... on Debian Upgrade May Cause Serious Breakage · · Score: 1

    Wait, you mean people actually are still using Woody and are trying to upgrade all at once to Sarge?

    Nobody uses Woody. Run 'testing' or 'unstable' and upgrade continuously-- that's the best way to use Debian, and with perhaps slightly expanded automated testing of the 'testing' branch, and more frequent moving of packages into 'stable', that could simply be the way it always works in the future; forget these antiquated "distribution releases".

  5. Re:Of course... on If Bad Software Developers Built Houses... · · Score: 1


    http://www.homedepot.com/prel80/HDUS/EN_US/diy_mai n/pg_diy.jsp?CNTTYPE=PROD_META&CNTKEY=Products_2%2 FGarden+Center%2FStorage+Buildings%2FWood&BV_Sessi onID=@@@@0145143431.1118424516@@@@&BV_EngineID=ccd laddelgmgedkcgelceffdfgidgnj.0&MID=9876

    A terrific way to experience the outdoors, the Mackinaw has so many uses: waterside cabana, deluxe playhouse, weekend retreat & more! Crafted from select knotty red pine, the Mackinaw is completely panelized for easy assembly. Handy Home Products' do-it-yourself building kits are completely pre-cut - there's nothing to saw! No special carpentry skills are needed to build a Handy Home building - we've designed each one with you, the do-it-yourselfer, in mind. All that's needed are a few common household tools and a little spare time.

  6. My favorite vehicle did not make it on DARPA Announces 2005 Grand Challenge Semifinalists · · Score: 1

    I was rooting for a somewhat local team but they didn't qualify, probably will enter next year though.

    Their vehicle is pretty awesome, hope they can get some good navigation software worked out by next year. The vehicle can just drive over lots of obstacles that seem to get the various trucks and jeeps hung up, which gives it a good advantage, but they will probably need to "armor" it a bit from branches, posts, and loose rocks.

    Videos of the vehicle here: http://www.howeandhowe.com/videos.htm

  7. in-world browser for free software on Second Life Virtual World to Get Firefox · · Score: 1

    http://interreality.org/projects/crystalzilla

    "Proof of concept" using all free software (client and server): Free 3D engine, free web browser, free networking architecture. Pending changes to Mozilla will be integrated into user applications sooner or later. Hackers wanted...

  8. Resist XP! on Mad as Hell, Switching to Mac · · Score: 1

    I dunno I run Windows 2000 at work and it's perfectly stable. I also run Debian unstable which is also perfectly stable (heh heh).

    Don't use WinXP.

  9. Re:Can Microsoft even legally sell Windows in Cuba on Cuba Switching to Linux · · Score: 1

    Most large companies like Coca Cola have many associate companies around the world that are licensed to use its trademarks, patents, and to manufacture and bottle its products. So its not just one company. I have heard that in fact the top-level Coke corporation is technically based in Japan, no idea if that's true or not.

  10. pointless stuff on The Horror Of British Telecom · · Score: 1

    Wow, that was one of the most pointless rants I've read in a long time.

  11. Tips for writing scriptable UNIX programs on How Should an Application's Logs Work? · · Score: 2, Insightful

    Related to logging, is program output. If you are writing tools that run at a Unix console, then someday you'll want to run them from scripts and use their output:

    1. Use stdout and stderr appropriately: I should be able to run "foo > file" and see warnings on my console, but only get useful data in the file. Don't write messages to stdout if they aren't useful output. C++ has std::clog too. Don't make scripts use "grep -v" to remove random status messages or whatever.!

    2. prefix your warnings/errors with the name of the program. So if a bunch of programs run in a script-- or in the background-- you can sort them out.

    3. Indicate if something in an error or a warning.

    4. Don't get too emotional, unless it's really neccesary:

    Bad: WARNING! SOMETHING REALLY HORIBLE HAPPENED! AHH!!!

    Good: fooprogram: Warning: Something really horrible happened!

    Notice that you can use a ! at the end for emphasis, but it's not obnoxious.

    Make reasonable suggestions if you think an error might be caused by user error:

    fooprogram: Error: No status file found. (Use fooprogram -s to initialize.)
    fooprogram: Error: No response from server at localhost:2323. Did you run it first?

    (But try not to be too patronizing!)

    5. Use error codes. (in exit() or return from main). Make an enum or #defines somewhere. Document them in the man page and/or --help output.

  12. "VR" is what you want it to be (so come help!) on What Ever Happened to Virtual Reality? · · Score: 1

    What do you mean when you say "Virtual Reality". There are lots of related technologies that were pretty immature in the early 90s that have made a lot of progress, the biggest one being 3D graphics display hardware and software.

    Now, I think, one of the more interesting technologies that could possibly be grouped under the otherwise vague "Virtual Reality" umbrella to work on is user-interface stuff, and desiging applications and networking software that lets people use their personal computers to share a graphical world and collaborate in it over the Internet.

    There are several Free Software projects working on this, one of them I helped design so I feel obligated to plug it here :) http://interreality.org/ (actually, another VOS user told me to!)

    It's important that a strong Free Software project emerge in this area soon, or the field will become dominated by proprietary software and standards! Interreality and VOS are especially lacking in nice, easy to use applications for non-programmers and non-Unix-geeks, and we need artists to try creating worlds for the system and give us some direction on where it needs to go.

    Regarding VRML, you may think it's lame and dead but it's not. The latest version, called X3D, fixes a bunch of problems with VRML97, and with today's graphics cards the graphical quality is far better than it was 10 years ago.

    Reed

  13. Re:Intelligence = CPU + experience on Sony's Robot Attends Pre-School · · Score: 1
    ...after the first human-brainpower-equivalent CPU is created. It will take that long for the machine to "learn" the world if it only has a CPU equivalent to one human brain (1 HBE).
    Of course, if Moore's Law is still kicking, then 2 years into the learning phase, they can swap the 1-HBE processor for a 2-HBE processor...

    What are you talking about? This doesn't mean anything. What is the clock cycle of your brain? What is its instruction set? RAM access time? It makes no sense...

  14. Re:Home on Longhorn to use UNIX-like User Permissions · · Score: 1

    My God, Mavis Beacon Teaches Typing still exists??!!

  15. Bershire Hathaway on Web Design on a Shoestring · · Score: 1


    I love the Berkshire Hathaway site. Take it as some advice from some people who know how to make a lot of money with a minimum of waste. Looks like someone's nephew put it together in a few hours circa 1996, and it's one of the most easy-to-use and clean sites I've seen in months. No need to impress anyone with slick graphics there :)

  16. Re:Posted by Zonk on Thursday February 17, @07:41A on Lead Mozilla Developer Talks Windows CE · · Score: 1

    No, "" is just the minimally sized dept. name :)

  17. OT: date formats on Stallman Feeds Gates His Own Words · · Score: 1

    It's not quite as dumb as it looks, it just came out of specific uses. The year is often implied. It also matches the way you say it, "February sixteenth, two thousand and five". (You don't say "two thousand and five february sixteenth", though you could I guess). Some examples:

    02/16
    02/16/05

    What dates are those? Both the sixteenth of February, current year. They line up nicely. If you are more interested in month-related data, then it works well; you can make nice lists, where the constant year is not obscuring the data that is varying; compare (e.g., how many August dates are in this list? How many August 1 dates?):

    1/5/05
    2/16/05
    6/6/05
    8/1/05
    8/3/05
    10/23/05
    10/24/05
    12/31/05
    1/5/06
    2/17/06
    5/2/06
    8/9/ 06
    8/28/06
    8/29/06
    9/1/06
    9/12/06
    12/1/06
    4/ 8/07
    8/1/07
    05/1/5
    05/2/16
    05/6/6
    05/8/1
    05/8/3
    05/10/23
    05/10/24
    05/12/31
    06/1/5
    06/2/17
    06/5/2
    06/8 /9
    06/8/28
    06/8/29
    06/9/1
    06/9/12
    06/12/1
    07 /4/8
    07/8/1
  18. Re:Always preferred Avebury on Stonehenge Version 2.0 Completed · · Score: 1

    Yes, as one of those tourists I agree. I did manage to get a photo of Stonehenge-minus-tourists by lying down in the grass so that they were all just obscured. Looks cool against the sky too.

  19. Re:How about this? on Why MS is Not Opening More Source Code · · Score: 1
    htons is usually an empty macro on big endian systems anyway. My guess is that FIX macro is preventing a ton of ugly checks like this:
    #ifdef WRONG_BYTE_ORDER
    send(foo);
    #else
    send(htons(foo));
    #endif
    #ifdef WRONG_BYTE_ORDER
    bar = thing;
    #else
    bar = htons(thing);
    #endif
    #ifdef WRONG_BYTE_ORDER
    if(baz == 23)
    #else
    if(htons(baz) == 23)
    #endif
    {
    Instead you can just do:
    send(FIX(foo));
    bar = FIX(thing);
    if(FIX(baz) == 23)
    {
    Code readability is usually better than such tiny optimizations that the compiler will do much better than you anyway, and this FIX macro is probably there for readability.
  20. Great, needs a few minor improvements. on Google Launches Mapping Service · · Score: 1

    When will I be able to download a .gpx (common GPS interchange format) file with my route on it? :)

    Nicely implemented interface, too bad it doesn't do smooth zooming, and it needs a miniature overview map in the corner zoomed out a few levels from the main map, first time I zoomed in I ended up lost in the middle of the ocean.

  21. Re:Wait a second! on LiveJournal Blackout Analysis Online · · Score: 1

    Isn't that circumventing the purpose of the EPO? If there's a smokey fire in there and the firefighters have to enter the room and start spraying water around, won't a few machines glowing for four minutes after the EPO was pressed put them in danger of electrocution? Or force them to wait four minutes beore they can enter?



    No, you have two, one for each power system, seperated by enough space that it's hard to hit them both by accident, but easy for both to be hit in an emergency.
  22. Re:Yes on 'Evil Twin' Threat to Wireless Security · · Score: 1

    You can "Man in the Middle" this SSL exchange by spoofing the entire look and behavior of https://www.bankofslashdot.org. The only problems are getting a key signed by a CA (not that hard), and implementing the spoof deeply enough that you can get the info you want before throwing up a mysterious error at the user and making them go away.

  23. Re:Now's the time to sell. on IBM Ordered to Show More Code to SCO · · Score: 1

    That's a five year chart btw.

  24. Re:Now's the time to sell. on IBM Ordered to Show More Code to SCO · · Score: 1


    Maybe, but hang onto your IBM shares...

    SCOX vs IBM and S&P:
    http://finance.yahoo.com/q/bc?t=5y&s=SCOX&l= off&z= m&q=l&c=IBM&c=%5EGSPC

    That one really tells you a lot about SCO's prospects..

    SCOX is currently about 4 at 200k volume average, IBM is mid 90s at 5M volume average...

  25. Why assume that Intel x86 is here forever? on Ars Technica Reviews AmigaOS 4.0 · · Score: 1

    Why does everyone think that the Intel PC will last forever? Why is it ridiculous for new hardware with a new OS to be feasible?

    That said, if I was able to run AmigaOS on a PC or Mac, even in a slow emulation mode, or on a cheaper native machine, I'd consider porting my software. Especially if there's a POSIX layer to work with.

    There is something to be said for starting over from scratch with a nice simple system. Anyone remember something called "V2OS", a new OS built from scratch for Intel x86? I was ready to start playing with it and writing programs, but I don't think they ever got a C compiler finished for it...