Slashdot Mirror


User: thom2000

thom2000's activity in the archive.

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

Comments · 4

  1. Cost and value are different things on Young Programmer, Stop Advocating Free Software! · · Score: 3, Insightful

    Software is the immediate result and the manifestation of what your learned and what you know. How much is that worth? Nothing? Think again.

    He seems to have confused cost and value. Free software has no cost, but still has value.

  2. Standard system on Another English/Metric "Spacecraft" Problem · · Score: 1, Funny

    Hmm, maybe it would be a good idea to always use a standard international system of units, to avoid these kind of problems...

  3. Re:Runtime overhead on Haystack: A More Compelling View Of Your Data · · Score: 1

    This is worse than playing Battlefield 1942. Imagine trying to play them at the same time!!

    Haystack isn't a game, stupid!

  4. Not all abstractions are leaky on The Law of Leaky Abstractions · · Score: 2, Insightful

    Sure, the author points out a few examples of leaky abstractions. But his conclusion seems to be that you always will have to know what is behind the abstraction.

    I don't think that's true. It depends on how the abstraction is defined, what it claims to be.

    You can use TCP without knowing how the internals work, and assume that all data will be reliably delivered, _unless_ the connection is broken. That is a better abstraction.

    And the virtual memory abstraction doesn't say that all memory accesses is guaranteed to take the same amount of time, so I don't consider it to be leaky.

    So I don't entirely agree with the author's conclusions.