Slashdot Mirror


User: addaon

addaon's activity in the archive.

Stories
0
Comments
1,067
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,067

  1. Re:If you are at DeVry on Learning Java or C# as a Next Language? · · Score: 1

    Cool project. What kind of stuff did you do the second week?

  2. Re:Bill's always whining about American CS... on Competing to Work for Microsoft · · Score: 1

    For the record, there were two separate individual contributors who gave more for the Gates building than Gates.

  3. Re:Bill's always whining about American CS... on Competing to Work for Microsoft · · Score: 1

    Is Bill actually sponsoring a large portion, or as little as possible? Here at Stanford apparently he asked "how little can I get away with paying for and still get my name on the side?" The answer was 10% of the new Gates Computer Science building.

  4. Re:One problem with them going mainstream on Apple Planning Intel iBook Debut for January? · · Score: 1

    Do they even design their own stuff? Their small form factor cases look 100% identical to Aspire's.

  5. Tradeoff on Dynamic Memory Allocation in Embedded Apps? · · Score: 3, Insightful

    If you have dynamic memory allocation, some day you're going to run out. If you're prepared to handle that case, either by (a) crashing or (b) recovering, then doing dynamic memory allocation will save you a good amount of development effort for a cost you've already decided to pay. If you're not going to allow (a), the question is whether (b) is more or less effort than just doing static allocation. That depends heavily on exactly what you're doing... but 16MB of memory is gargantuan, for many things.

  6. Re:Also good for error checking? on WI Assembly OKs Voting Paper Trail · · Score: 1

    Of course, who knows how many votes print into the box after everyone's done voting for the day.

  7. Re:LCD ms numbers are a lie on Today's Fastest Retail LCD · · Score: 1

    Isn't brightness implemented by changing the duty cycle of the backlight, rather than restricting the contrast range of the pixels?

  8. Position dependence on Noise Cancelling in Software? · · Score: 2, Informative

    Do you sit in the exact same relative position to the speakers (within a quarter of a wavelength or so) at all times? If not, that idea's dead.

  9. Re:The way this works for windows... on Microsoft Adopts Virtual Licenses · · Score: 1

    So the thing to do, then, is virtualize your 8-processor box into a single-(8 core)-processor box!

  10. Re:10.0 is about when you rethink your naming sche on SUSE 10.0 OSS Released · · Score: 1

    $ less --version
    > less 382

  11. Re:Loop Abuse on Protothreads and Other Wicked C Tricks · · Score: 2, Interesting

    Unless you know that n is usually large, wouldn't this be more efficiently implemented with cntlzw?

    Adam

  12. Re:Horrible headline on Linux Gains Lossless File System · · Score: 2, Interesting

    But, on a log based file system, writing is (intended to be) "fast enough". The problem with writing to a normal file system is mechanical issues; moving the head, waiting for rotation, etc. The (unobtainable in the limit) goal of a log based file system is to be able to start writing /immediately/ with the current head position; therefore, latency is (or approaches) zero and bandwidth is limited by disk bandwidth (which is, in practice, not the limiting point for most small writes).

  13. Re:Horrible headline on Linux Gains Lossless File System · · Score: 5, Insightful

    It should be said that "good write performance, bad read performance" is essentially the point, not a defect. It's easy these days to speed up reads a huge amount through caching; these days 100MB+ of UBC isn't rare. But when you have to write, you have to write (for reliability reasons); this can't be cached into memory, so it should be optimized for. The goal here is to make BOTH operations as fast as possible, though one is made fast at the disk layer and one is made fast above it.

  14. Re:Who is Anders Hejlsberg? on Anders Hejlsberg on C# 3.0 · · Score: -1, Troll

    You were an expert in a language without knowing its background and history?

  15. Re:Computation? on Next-Gen Game of Life · · Score: 4, Informative

    I mean that the physics of the ruleset can be used to implement a universal turing machine. See this for a pre-universal example.

    This means, of course, that the game of life can emulate itself. An open question (as far as I know) is whether there is a more efficient emulation method that takes deeper advantage of the rules, rather than passing through a "general computation" layer.

  16. Re:They're going to be awfully hard to program on IBM Officially Unveils Dual-core PowerPC Chips · · Score: 1

    I can't imagine assembly in Kanji.

    It would be a better fit for CISC than for RISC...

  17. Computation? on Next-Gen Game of Life · · Score: 1

    Is this new ruleset turing complete? That is, in my opinion, one of the most astonishing and impressive examples of emergent complexity re: the conway ruleset.

  18. Plug much? on Could Apple's Intel Desktop Threaten Linux? · · Score: 1

    This is more than linux with a very very slightly different desktop environment (dock? check. hot corners? check. active desktop? check. ugly chrome... it'll get uglier in time.) how?

  19. Re:Could be a disaster.... on Apple/Intel Speculation Running Rampant · · Score: 1

    Haven't seen it, but read it. Absolutely wonderful. Everyone should read it, at least, and see it, if possible. It's short and sweet.

  20. Re:And what would be better? on OpenOffice 2.0 Criticized on Use of Java · · Score: 1

    you don't have to deal with marshalling

    I agree with everything you said, but to nitpick, I think you mean mangling.

  21. Re:What Happened to Simputer? on What Happened to Simputer? · · Score: 2, Insightful

    In my home country of the USA, there are many families that do not have enough money to feed themselves. Even so, companies which sell computers to Americans seem to do moderately well.

  22. Re:Wrong question to the wrong audience on Is Leasing Really Worth It? · · Score: 1

    "How long is a piece of string?"

    As long as it needs to be.

  23. Um? on Health Consequences of CRT Monitors? · · Score: 5, Funny

    If all of us inside the conspiracy have been keeping the secret from you this long, why would we suddenly tell you the deep, dark truth now? Because you asked nicely?

  24. Idea on How to Protect Radio Signals Over Short Distances? · · Score: 2, Funny

    Use shielded signal guides. You can even get ones that work up to optical frequencies these days!

  25. Re:Not surprised on Google and Their Server Farm · · Score: 1

    So Internet Explorer distinguishing between clicking refresh and shift-clicking refresh is illegal?