Slashdot Mirror


User: emarkp

emarkp's activity in the archive.

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

Comments · 420

  1. Try to think clearly now on Half-Life 2 Retail to Require Steam Activation · · Score: 1
    Beyond *me* why cannot Valve's sell a product in any manner they wish. If they want to put "internet required" on the the box, and only sell it to people who can activate via the internet. Well what is wrong with that? Where exactally is Valve's obligation to make and sell Half Life 2 to you, exactally as you would like it?
    I get so tired of comments like these. Look Spacemonkey no one is saying Valve can't sell their game with restrictions. What you're seeing is Valve's market responding negatively to their planned actions. Understand? Is it really that complicated? Many people are tired of having to ask for permission to play their games after paying for them. Just because technology makes it possible doesn't mean that it's acceptable.

    Additionally, this may in fact be illegal in the US. Buying a product is subject to the "first sale doctrine" in the US, which includes the right to resell a product. If I buy boxed software in the store, I do so with the expectation to be able to resell it when I'm done with it (just like a book, CD, etc.).

  2. Wait until the PENultimate minute. on Programming Assignment Guide For CS Students · · Score: 2, Informative

    Nearly every assignment I received was modified between assignment and due date when earlybirds ran into difficult or unsolvable snags. These were the only classes I found in which waiting to start was really did help.

  3. Why I won't purchase via Steam on CS: Source Half-Life's Only Multiplayer · · Score: 1
    Last I heard, purchasing the product over Steam required product activation, and required internet verification to play the game every time. I won't take it from MS, and I won't take it from a video game.

    Let me know when the box is on the shelf.

  4. No EC == Recounts everywhere! on Europeans To Monitor American Voters · · Score: 1
    The 2000 election proved beyond the shadow of a doubt the value of the electoral college.

    Without it, every county in the US would have had a recount. This would be an improvement how?

  5. Your ignorance is astounding on Hawaii Puts Old Computers To Work in Linux Labs · · Score: 1
    That's what happened in CA in 1971. See Serrano v. Priest. And we all know how much better it is here in CA, right?

    The real change is that now people don't believe they can do anything for their schools. They either move to an area with a good school, or turn to homeschooling/private schools.

    Or they're too poor do do any of the above. Or they just plain don't care.

  6. Re:What a misleading summary-Pop cures. on U.S. IT jobs Down 400K Since 2001 · · Score: 1
    Gee what do you know? It's ALL the dot-boom's fault. It's all the OTHER GUYS fault. Gee do you think that a simplistic answer will cure what ails the world? Why not? After all a simplistic cause is what started it.

    Think again. I know there isn't a simple cure or cause. However, there were a lot of people working in the industry who shouldn't have been. Unfortunately now there are people who should be working in the industry who aren't. Partially that has to do with companies having a sour taste for overbloated IT staff that were undertrained--they've now cut back to less than they probably should for their business needs (I know we have).

    My own company went through bankruptcy. I live in a small town with very few software engineering jobs and it was a bit dicey for a while there. But my current job is due to effort I made, along with a useful college degree (not a MS certification), and a good dose of luck. I'm not saying that if you lost a job it was all your fault. But in the aggregate, we are in the normal oversupply stage of post-boom.

  7. What a misleading summary on U.S. IT jobs Down 400K Since 2001 · · Score: 3, Insightful
    The recession begin Oct 2000, not Mar 2001. Note the DJ from the era.

    And is it really any surprise that after the bubble burst jobs were lost? Here's a reality check: those jobs were based on wishful thinking. They had no foundation. No offense to those who lost a job in the downturn, but I've met a number of so-called IT workers who were barely HS grads with an MCSE during the boom.

    Color me not-terribly-surprised.

  8. Wait for it... on The End Of DirectX As We Know It · · Score: 2, Funny

    Since it is a MS product, be sure to wait until version 3.0.

    (Yes, that is a joke.)

  9. Re:Awesome! on Lucas to Make Sequels to Star Wars After All? · · Score: 2
    The "romantic" dialog between him and Amadala were literally painful to watch.
    Which just proves that Anikin is a geek and that Lucas knows his audience better than you think. Have you ever heard the "romantic" dialog between a geek and a girl?

    Yep, painful to watch, hear, etc.

  10. Re:'Star Wars - Interactive' - God help us... on Star Wars on DVD · · Score: 1
    See the original blocky transparencies around Tie Fighters and X-Wings!
    You know, I can still see those. Are you suggesting they've been removed?
  11. Direct download from MS on Windows XP SP2 In Release · · Score: 1

    It's up on Microsoft's website now. Go here and click on the download link. Or if you just want the .exe link, here it is.

  12. Re:Ethernet Surge on What Was Your Worst Computer Accident? · · Score: 1

    In cases like this, wouldn't it be more effective to hook your external connection to a wireless transmitter, and your internal network to a wireless AP? That way there'd be no physical connection from the outside (except for power of course).

  13. Following up on Java Faster Than C++? · · Score: 1
    After taking the 'methcall.cpp' file and removing the dynamic allocation, the runtime was 3.5 times faster. I suspect that was due not only to the call to new and delete but because of a faster function dispatch with the object on the stack as compared to the heap.

    Just goes to show you how worthless these benchmarks are unless you have an expert implementing for each language writing code like you would in real life and the tests aren't aimed at the benefits of one language or another.

  14. never underestimate the cost of stream sync on Java Faster Than C++? · · Score: 2, Insightful
    The cout is done twice, and the new and delete are each done only once. They are not the reason for the poor performance.

    Sure cout is done twice, but it uses 'endl' where '\n' would do. 'endl' flushes the stream, which pretty much kills cache behavior. When the disk/console is orders of magnitude slower than the CPU, a single 'endl' can indeed kill performance.

    As for new/delete, they can also be very slow, depending on the current memory layout, etc. More importantly, they violate the C++ programming paradigm (local objects not allocated on the heap) and hence are indicators that this isn't a very good C++ programmer, and hence he isn't qualified to make a reasonable comparison.

    Shoot, the last time I did the Java/C++ flamewar I found that Python was faster than both (reading and sorting strings).

  15. Re:Hoax - NOT on Invisible Cloaks, Translucent Walls · · Score: 1

    How can you know this? Everything in the demo looks like a bluescreen. Without seeing a live demonstration, I think it's the only reasonable interpretation of the movies and screenshots.

  16. Hoax on Invisible Cloaks, Translucent Walls · · Score: 1, Interesting
    So it's clear to everyone that this is a hoax, right? It's physically impossible. The videos show moving objects against an unmoving background, and the effect is clearly achieved through bluescreening.

    Otherwise, how would a block in front of you show the static background behind you.

    Or more ludicrously, how would a block in front of you show your skeleton? Especially when the skeleton doesn't move with your motions?

    Please, we've had bluescreen technology for decades. And we've even upgraded to greenscreen.

  17. HDR demo on POV-Ray 3.6 Released · · Score: 1

    Is this the HDR demo you mentioned?

  18. Holy *#%@#$%! on POV-Ray 3.6 Released · · Score: 2, Informative
    Thanks for the link! Not the Ruby clip. Check out the Subsurface Scattering demo. That's some of the most impressive work to come out of Siggraph in the past few years, and one of the reasons Gollum looked so good in LotR. See here for more.

    Implemented in a video card in real time? Wow. I'm impressed.

  19. Everyone likes steam? on Valve Announces Half-Life 2 Code Theft Arrests · · Score: 1

    Maybe because people who found it too much of a pain stopped playing HL games. I've been playing Halo instead. I'm sure I'll be interested again when HL2 is finally released, but steam was such a steaming pile when it was released, everyone knew that HL2 wasn't going to ship on time--it would have imploded.

  20. Re:whatever... on Theaters vs. Camcorders, Round 27 · · Score: 1
    Getting sodomized by the movie industry is an additional negative.
    Well your theater sounds a bit different than mine...
  21. UV filter by default on Theaters vs. Camcorders, Round 27 · · Score: 1

    Indeed, I have a UV filter over all my lenses by default, simply to protect the lens. I suspect IR filters would work just as well.

  22. Um, duh? on Bruce Sterling On Lovelock's Pro-Nuclear Stance · · Score: 4, Insightful
    Add this to the logical fallacies. How do you think the grocery store refrigerates your food before you buy it? Now, how much would refrigerated goods cost to you (the average Joe) if refrigeration costs doubled?

    You might even notice other goods and services increase in cost. It's silly to think that the cost of electricity is only reflected in your electricity bill.

  23. Lawrence Lessig made this point for you on RIAA Sues Nearly 500 New Swappers · · Score: 1
    Every time a digital rights story comes up, this is one of the first comments. It's still relevant, but Lawrence Lessig has made the case very clear already.

    His book can be purchased on paper, or downloaded free (he has literally put his money where his mouth is). I was about halfway through the electronic version when I decided to support it by buying the hardcopy (which is easier to read anyway).

    I strongly recommend this to anyone. Buy it. Read it. Tell other people about it. And mention it in the first post on a digital rights story on /.

  24. Webb won't be riding the shuttle on Hubble vs. Webb - How Far Back Will They See? · · Score: 2, Informative

    Note that in the comparison box, the launch vehicle for the Webb isn't a shuttle. It's an Ariane rocket.

  25. Re:Not if email is marked as junk... on How Apple's Mail.app Junk Filter Works · · Score: 1

    At least in Thunderbird, you can turn off loading of images not contained in the message, irrespective of whether it's junk or not. I've been quite happy with that setting.