Slashdot Mirror


User: TomorrowPlusX

TomorrowPlusX's activity in the archive.

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

Comments · 423

  1. Re:Just so you know on Intel's Linux OpenGL Driver Faster Than Apple's OS X Driver · · Score: 1

    While OSX's Intel GPU performance is now lagging behind linux, I have to say I'm genuinely impressed by the quality of the drivers. I've never seen glitches or corruptions in rendering - and speaking as a guy who's been writing opengl for 10+ years, I've seen a lot of shit drivers. Particularly on the OSX side of things.

    Intel's drivers for OSX ( whether written by apple or intel, IDK ) always produce correct output, even if performance isn't always top notch.

  2. Re:Not surprised on Apple Delays Simpler and Cleaner iTunes 'to Get It Right' · · Score: 1

    [citation needed]

  3. Re:You'll Have To Claw That Oil Out Of My Cold Dea on Existing Solar Tech Could Power Entire US, Says NREL · · Score: -1, Troll

    I didn't realize Ruch Limbaugh was on Slashdot...

  4. Re:The Real Problem on Autonomous Vehicles and the Law · · Score: 1

    Taxi drivers will try to stop it, it's true. I suggest to them that they demonstrate superior service. If they can, people will use human services over automated driving services.

    Now, as a city resident (cyclist, pedestrian) who has been hit by taxis I'm going to root for their destruction in totality. Fuck them, and fuck everything about them.

  5. Re:People moving just the start on Autonomous Vehicles and the Law · · Score: 1

    I live in Washington DC, and I live a life surprisingly like your description of Tokyo life. And friends of mine who live in NY live it more so. The city life is great, and you *can* have it in America. You just have to live in (or near) a real city.

  6. Gimbals on Using Flywheels to Meet Peak Power Grid Demands · · Score: 3, Interesting

    Dumb question, I suppose. But, given that the earth rotates, and given that the flywheels will have a huge angular momentum, are they gimbaled? The article says they're suspended in a vacuum, levitated on a magnetic field, which is cool. But if they're not gimbaled a huge amount of energy will be wasted fighting precession as the earth rotates.

    I assume the people making these things are smart and know their shit. I'm just curious how a problem like this is solved. If not gimbals, what?

  7. We are not the audience. on Google To Offer Chrome OS Notebooks For $20/month · · Score: 1

    Every post here is (understandably) negative. But, come on kids, we are not the audience here. Programmers are not the audience. Hackers are not the audience. Gamers are not the audience.

    People who spend all day on facebook, gmail and last.fm are the audience. And this is probably a very good solution for them.

  8. Re:Yeah... on Electric Car Subsidies As Handouts For the Rich · · Score: 1

    If only there were some motive force to life other than money. If only!

  9. Re:And Adobe can't do this, why? on Smokescreen, a JavaScript-Based Flash Player · · Score: 1

    Actually, adobe is. I can't recal the name of the project, but Adobe's writing a canvas-based flash renderer in JS.

    Canvas is actually the right way to go, because despite all the comments in this thread about how HTML-5 is "officially as powerful as flash" now, the fact is flash does still have some advantages, like bitmap filters.

    Those can be implemented from scratch in a canvas-based renderer, whereas any attempts via dynamic SVG will be subject to whatever support SVG has for filters.

    In short, by implementing a from-scratch canvas-based renderer, Adobe gets full control over the pixel pipeline, which allows them to get pixel-perfect rendering. Flash is, believe it or not, a very high quality renderer, and Adobe likely doesn't want to lose that.

  10. Re:reasons this may not catch on in the US on Electric Bicycles Surging In Popularity · · Score: 1

    Hey, I just want to thank you for a good & sensible writeup.

    I am one of those people who architect his life about sensible transportation. I recently bought a house in washington dc, and ride my bike to work daily. I've been a bicycle commuter for 10 years, and have made my living arrangements favor bike commuting accordingly. It's actually pretty wonderful, I spend 15 minutes on my bike every morning and evening to get to work ( and if necessary, to stop at the grocery store on my way home ).

    Frankly, it's an absolute joy. My colleagues bitch and moan about traffic, yet they insist on living as far as possible from where they work and spend more than half of every day.

    Anyway, I had to comment simply because so many internet discussion threads about cycling tend to devolve into name calling and internet-tough-guy-ism.

  11. Re:It's a Free Market on Microsoft Seeks Patent On Shaming Fat Gamers · · Score: 1

    You know, I just wanted to let you know that we yanks know perfectly well what an arse is, we don't need to have your mystical moon-man speak translated for us.

    Yes yes yes, it must make you feel all high-falutin-etc to condescend to let us in on your colloquialisms. But it's not a secret. We know what arse means. We also know that you call a car's trunk a "boot", and that you like to spell color with a 'u'.

    We get it. Carry on.

  12. Re:Kamikaze development on Apple Open Sources Grand Central Dispatch · · Score: 1

    Absolutely true, but I want to point out that Apple's just trying to make simple things easy -- they're not trying to say that they've finally solved truly capital-h Hard concurrency problems.

  13. Re:Free Energy, what I would do if I invented it. on Steorn's "Free Energy" Jury Comes Back To Bite Them · · Score: 1

    2 things:

    1) You'd better figure out how to keep the world from just getting hotter and hotter. That free energy's being turned into work, after all.

    2) You're using what would be the greatest advancement in the entirety of human history, to play a prank? On all of humankind?

    Sir, you have my respect.

  14. Re:Why not real trees? on DoE Considers Artificial Trees To Remove CO2 · · Score: 2, Funny

    Americans only, eh? I forgot about how nobody else uses timber for anything, ever.

  15. Re:Mr. Document meet Mr. Hack on Khronos Launches Initiative For Standards-Based 3-D Web Content · · Score: 1

    We call that "gopher".

  16. Re:Wasn't that the.... on id Releases Open Source Wolfenstein 3D for the iPhone · · Score: 1

    It's also one of the finest games ever made ( well, in my opinion ).

  17. Re:Woah on KDE 4.2 Is Released · · Score: 2, Insightful

    Replace the "4" with "10" and you have OSX...

  18. Re:Looking forward to this! on Plethora of New User Space Filesystems For Mac OS X · · Score: 1

    One man's "stupid gimmicks" is another man's graceful and easy-to-use system.

    I know the above sounds snarky, but I worked on Mac OS Classic for years, and was a linux user at home for years as well. I was *very* put off at first by OS X's eye candy and general fooferah. And then I actually used it ( 8 hours a day at work ), and realized it was fantastic. I ditched my Slackware running thinkpad for a powerbook, and never looked back.

  19. Re:But Chrome wasn't the fastest! on Minefield Shows the (Really) Fast Future of Firefox · · Score: 1

    I went through this dilemma a while back. I also wanted to embed a scripting language, and I read up on Tamarin and Webkit's JS engine. Both seemed really hard to work with outside of the browser space.

    In the end I went with python; not because of the performance or the language ( JS is an awesome language ) but because the boost.python bindings system rocks my socks. It's hands-down beautiful.

  20. Re:about time.. on Microsoft Working For Samba Interoperability · · Score: 1

    Well, I'm not an MS employee. In fact, I'm a graphic designer who prefers to work on OS X and writes Cocoa apps and 3d games in his spare time.

    Why I got modded funny is beyond me.

  21. Re:about time.. on Microsoft Working For Samba Interoperability · · Score: 5, Funny

    They haven't done this to Mono yet, as far as I know. They're even helping Mono with Moonlight.

    I'm not a Microsoft fan, but you know, it's *possible* they're not as evil as they used to be.

  22. Re:Safety ? on Breakthrough In Use of Graphene For Ultracapacitors · · Score: 1

    My understanding is that this is already being done in some flywheels, except that instead of a ribbon, the flywheel is coiled carbon fiber. When the container is breached, instead of spinning off and destroying everything in its path, it simply burns up.

    I imagine it gets rather hot -- after all it would be converting a horrific amount of kinetic energy into heat -- but it gets hot in a stationary manner.

  23. Re:auto rocks on Interview Update With Bjarne Stroustrup On C++0x · · Score: 1

    I will not miss all the typedef'ing I do to keep my iterators sane. I'm looking forward to the new for loop which automatically handles containers as well.

    It blows my mind when a simple for loop declaration ends up more than 72 chars long.

  24. Re:Objective C and C++ on Interview Update With Bjarne Stroustrup On C++0x · · Score: 3, Funny

    If you're writing C++, the spec is an improvement. If you're writing Objective-C, you probably don't care because you've already got a great language.

    Also, you'll gnash your teeth because god knows how long it will take for apple to provide a compiler toolchain ( gcc? llvm? clang? ) which supports the new features.

  25. Re:It hurts you to learn C++ is still being used. on Interview Update With Bjarne Stroustrup On C++0x · · Score: 3, Insightful

    There are vanishingly few programmer geeks left on slashdot. Most of the "programmers" here, these days, are folks who've written a few scripts or set up a movable type install.

    There are a few real programmers left here, but they're lost in the noise. You know, the roaring noise made by the python and ruby folks.

    This post brought to you by a C++ programmer who happens to love Python and Ruby ( and javascript! it's an amazing language ), but uses the different languages where appropriate.