Slashdot Mirror


User: Ravatar

Ravatar's activity in the archive.

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

Comments · 296

  1. Re:So what? on ASUS Secretly Overclocking Motherboards? · · Score: 1

    This could very well be the result of an inept reviewer unaware of the effects of AI NOS, or Intel PAT; both of which are very well known features of new ASUS boards.

  2. Re:talking heads on Xbox As An Indie Movie Studio · · Score: 1
  3. Re:$20,000 per hour on Indiana Schools May Purchase 300K Linux Computers · · Score: 1

    While I agree with your premise, schools get large discounts on utilities, and it's 300k computers not 500k. Anyway, I agree that this is a rediculous idea. Why don't schools learn that thin clients are the way to go here, ESPECIALLY if they are going to implement linux.

  4. Re:All the time is spent in the GPU so who cares on Windows Vista May Degrade OpenGL · · Score: 1

    People must be quick to forget about GLQuake. To me, it sounds like this will allow Aeroglass to run in OGL mode, as well as D3D, and will have little (if none whatsoever) effect in apps/drivers that implement their own OpenGL ICD.

  5. Re:Why? on Can a Customer Loyalty Database Change a Society? · · Score: 2, Insightful

    Who says shopping should be anonymous? If they can service me better without a noticeable negative effect on my daily life, then more power to them.

  6. Re:What is this article about??? on POSSE Rides With Linus during OSCON · · Score: 1

    What he said, this thing is acronym hell.

  7. Re:What fucking use is this invention? on Making Fire From Water · · Score: 1

    Fireplaces without the requirement of a vent (this allows fireplaces in locations where regular wood/gas burners couldn't go), is the obvious use that comes to mind.

  8. Re:Ultimate Killer App on Visual Studio Hacks · · Score: 1

    I'll rest my case here and here.

    The only things that you would catch trouble for trying to "make your own home-grown version" of would be things like ASP/ADO.NET and Winforms, which are not part of the ECMA spec.

  9. Re:Slide more and more... on Monad Shell Removed From Vista · · Score: 1

    You sir, would be absolutely correct.

  10. Re:Backwards on FCC Considers Deregulation of DSL · · Score: 1

    I believe the scope of that was more relative to the cost/availiblity of the services. As in, the elimination of government set price ceilings/floors and control of the way the company was run.

  11. Re:Sounds good to me on FCC Considers Deregulation of DSL · · Score: 1

    But that singles out only the largest and most funded companies, creating a natural monopoly. I know of many successful companies that provide high-quality service (speakeasy anyone?) that would have had no chance to create nationwide infrastructure to provide their service. Laws like these exist to benefit everyone (except potential monopolies I suppose).

  12. Re:Ultimate Killer App on Visual Studio Hacks · · Score: 1

    This article on MSDN magazine (June 2005) explains a little about how VB.NET background compilation works, and several changes they're making to its functionality for VS 2005.

  13. Re:What else has Microsoft meant to us... on Is It Wrong to Love Microsoft? · · Score: 1

    It wasnt a "fight against MS" that helped produce a lot of good technology, it was a fight "for quality technology."

  14. Spin it up. on FCC Considers Deregulation of DSL · · Score: 1

    It's not totalitarianism, it's anti-terrorism; after all, it's for our own protection, right?

    No thanks.

  15. Adverts ahoy! on On The Current State of WiFi Security · · Score: 1

    Decent article, although the multitude of ads gives Adblock quite a workout.

  16. Backwards on FCC Considers Deregulation of DSL · · Score: 1

    I believe the goal of the telecom act of 1996 was to regulate the companies.

  17. Re:What about the phone service itself? on FCC Considers Deregulation of DSL · · Score: 1

    The Telecommunications Act of 1996 regulates your phone service, so nothing will change there.

    Sadly, the act does not cover DSL/cable access.

  18. Re:Sounds good to me on FCC Considers Deregulation of DSL · · Score: 1

    You make it sound like the big bad competition is strangling the utility company; they're being fairly compensated to provide their service (which is to maintain and expand the infrastructure). The problem lies in that the line between the "utility provider" and "service providers" is too blurry.

  19. Re:Hopefully? on FCC Considers Deregulation of DSL · · Score: 1

    AFAIK, interference isn't a problem in my town, where we are testing BoP.

  20. Re:Universal internet access on FCC Considers Deregulation of DSL · · Score: 1

    BAD idea. Government provided internet = ChinaNet.

  21. Re:I don't see what's wrong... on FCC Considers Deregulation of DSL · · Score: 2, Interesting

    Read this, then you'll understand.

  22. Re:There is a price for what you want on Is It Wrong to Love Microsoft? · · Score: 1

    I used to think this way, until I saw the larger picture. That's (loosely) like saying personal transportation is a bad idea because some less-experienced driver might run into your car, crash into each other and block your highway, or even steal your vehicle.

    People are more productive, they can collaborate on scales unheard of pre-internet, and information is more free than ever before. I think a major problem is that we didn't properly anticipate the behavior that would take place (spam, etc) despite the fact that it had happened in other forms of media for decades.

    Not to say, of course that the end-user isn't at least partially at fault. But what they did was give a loaded gun to an inept armsman, without a manual or guidance. What did they expect?

  23. Re:What they don't discuss on Circuits Better with Purer Nanotubes · · Score: 1

    Couldn't that be achieved through magnetics?

  24. Re:Ultimate Killer App on Visual Studio Hacks · · Score: 1

    I'll give you the benefit of the doubt and leave it at the possibility you're misinformed, if not paranoid. You say proprietary about 5 times, which leads me to believe that you are biased against VS from the start.

    Anyways, VS.NET uses XML to write out solution and project files, which is quite opposite of proprietary.

    In VS.NET, you can write code the same way you wrote code in VS6. You never have to use or see a single line of .NET code in your C++ solution.

    If you're referring to .NET languages as "proprietary", the base platform itself is covered by ECMA/ISO, as is its flagship language, C#.

  25. Re:Ultimate Killer App on Visual Studio Hacks · · Score: 1

    If you ever start working with any .NET framework classes, you'll be glad that Intellisense exists. While the 2 monitor solution might work, I prefer doing the same, with 1 monitor (and 1 IDE), a lot faster :)