Slashdot Mirror


User: rmull

rmull's activity in the archive.

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

Comments · 206

  1. rogue wave on Software w/ Source for Sale? · · Score: 2, Informative

    Rogue Wave Software always used to ship source. I assume they still do.

  2. Re:autoboxing ? on Java 5 RC Available, Gold Targeted for this Month · · Score: 4, Interesting

    Ways to measure time:
    1) execution time
    2) development time

    1 is usually less important than 2. Really. If it saves me one round trip to the compiler, I'll take it. The merits of the boxes themselves aside, this is a very reasonable and useful thing to do, from the perspective of both ease of coding and of code clarity.

  3. Re:All versions are affected? on Winamp Skin Exploit in the Wild · · Score: 1

    Also for what it's worth, those numbers probably don't mean much. If it's what you get out of windows task manager, then they indicate the size of the program's virtual address space, which includes pages from libraries they use that have been mapped in. Which means two things: 1) the memory may be shared with other apps, and 2) the memory may not even be in physical memory, but on disc and never actually loaded.

    And those numbers do make sense - winamp probably uses its own libraries for mpeg decoding and so on, whereas I'm sure wmp uses directx stuff.

  4. Re:64 bit calculation on GPU Gems 2 Gets Call for Participation · · Score: 1

    you can always fake precision if you want to badly enough, but it's really slow. One arithmetic operation vs. many, not to mention the various memory accesses that may need to happen, depending on how it's implemented.

    Also talking out of my ass. :)

  5. Re:MMORPG's not a good example on Designing Videogames For The Wage Slave · · Score: 1

    That's a really good idea. It would be interesting to see out it worked out - there'd probably be set times when people would all log in to play together, it'd be like a two-hour day in the game world, effectively.

    It could also be used as a lower price point for the service.

    What a great idea!

  6. Re:Play HD DVD on Microsoft Longhorn To Support HD DVD Format · · Score: 1

    No.

  7. Re:ardour? on New MusE Release, A Step Toward The Linux Studio · · Score: 1

    Can you sychronise the transport now? I tried that a few months ago, to no avail.

  8. Re:Exciting.. on New MusE Release, A Step Toward The Linux Studio · · Score: 1

    mLan is a superset of normal firewire audio (IEC 6something), which is starting to get some attention in JACK via the firewire generic driver. I'd do it myself with my fa-101, but the standard is kind of expensive.

  9. Re:screenshot of the homepage on Network Solutions Overhauls Whois Results · · Score: 1

    And what about sites with boobies on their front pages? Verisign is now a porn site! (albiet one with very small pictures) Will all the censoreware block them?

  10. Re:A bit suspect on Japanese Not That Interested In Online Videogaming? · · Score: 1

    Good point, that is a valid interpretation. However, my guess is that their sample size (300) is too small to make any really significant conclusion. Maybe if they surveyed the same group of people over a period of time it would work better.

  11. A bit suspect on Japanese Not That Interested In Online Videogaming? · · Score: 1

    They say that the number of people who have never played online games has *risen*. How exactly does that work?

  12. Re:Soul of a New Machine on Books that Changed Your Life? · · Score: 1

    I very much disliked that book. Seemed so depressing to me.

  13. Re:I'm still hoping for a more snappy interface... on Tiger Slideshow: Pretty Mac OS X Pictures · · Score: 2, Insightful

    OTOH, you might want to take a look at my other post in this article--among professionals, a signifigant number have stuck with OS9 because osx gui etc and overhead is so much heavier than in os9 that programs like photoshop, illustrator, quark, etc run a lot slower.

    Part of it is GUI overhead, but a lot of it is probably having a proper scheduler, memory protection, and all the other trappings that go with a modern OS. Plus all the apps are made with higher-level libraries that incur more overhead themselves, but lead to better software in the end. I'll bet Win95 would be pretty snappy on my Athlon too.

  14. Re:I'm still hoping for a more snappy interface... on Tiger Slideshow: Pretty Mac OS X Pictures · · Score: 1

    1. Put a cd in your drive upside down.
    2. Double click on "My Computer"
    3. Watch the window try to appear
    4. Wait as your drive tries to read the label of your cd in vain.
    5. After the timeout, see all the icons pop up in explorer.

  15. Re:Wow support for 4k stacks!!! on NVidia Releases Linux Drivers Supporting 4K Stacks · · Score: 4, Informative
  16. Re:too bad it doesnt do MP3 on New Walkman-Branded Hard Disk Player · · Score: 2, Informative

    Not Invented Here

  17. Re:Search for Linux on Microsoft Offers A Peek At New Search Engine · · Score: 1

    And me - several times now. Other searches seem to work though...

  18. Re:HP Drivers under Win2k? on HP Recall on 900,000 Notebooks · · Score: 1

    For what it's worth, those numbers can be misleading. They measure the size of the process address space, but that includes mmap'ed libraries. (i.e. stuff that's not necessarily loaded yet or may never be) A somewhat more accurate measure is to turn on the "VM Size" column, but I'm not sure exactly what that measures.

  19. 99.84 percent on PCs Use More Sick Days Than People · · Score: 1

    99.84 percent spam? Must be asdf.com.

  20. Re:don't bother........ on Why Learning Assembly Language Is Still Good · · Score: 1

    Hear hear! There was something bugging me about this article and you've articulated it exactly. Coding for maintainability, clarity, and correctness is far more important than optimization. Increase in computer speed and size allows not only the luxury of additional features but more importantly the ability to work at a higher level and get more done.

  21. Re:They should stick with C on The GNOME Roadmap · · Score: 2, Informative

    extern "C" {
    .
    .
    .
    }

  22. scheme on Programming For Terrified Adults? · · Score: 5, Informative

    I've always thought The Little Schemer would be good for this kind of thing.

  23. Re:Uhm? on H2G2 Film Website · · Score: 0, Troll

    So, just where DO you buy your crack?

  24. Re:code folding? on Eclipse Finally Gets Code Folding · · Score: 2, Informative

    Depends what you use it for. If you're folding up method definitions, sure it's the same thing effectively. But there are other places where it helps a WHOLE lot - like when you're using a GUI builder that puts gobs of generated code in different places. Just set it up to fold over the auto-generation delimiters it puts in the file and you can read your code much more easily. I've used it for that in VS.NET, with the gui builder. Eclipse's VE works in very much the same way, so it should be very useful there.

    It also works well with any other application where you have a horde of boilerplate code that you want to ignore but don't want to or can't factor out.

  25. Re:individual cat names?? Re:Cat Got Your Tounge? on Mac OS X 10.4 "Tiger" Preview at WWDC · · Score: 1

    Both, until you look.

    What's the superposition of YOUR OS?