Slashdot Mirror


User: loufoque

loufoque's activity in the archive.

Stories
0
Comments
3,170
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,170

  1. Re:OpenGL a thing of the post on Khronos Releases OpenGL 4.2 Specification · · Score: 1

    Ever heard of engines and other middleware?

  2. OpenGL a thing of the post on Khronos Releases OpenGL 4.2 Specification · · Score: 0

    But DirectX is no better.

    The future lies in directly programming the hardware with a classical programming language, building your own renderers in software, hopefully not limited by outdated polygon technology.

  3. Re:Not in America. on L.A. Artist Contemplates Future Traffic Flow, With Hot Wheels · · Score: 1

    But for science, for basic infrastructure, for human rights, lower-than-upper-class living standards, for helping the bulk of the American people - progress on those fronts is now dead for a generation, given away by the democratic party that used to stand for them.

    Isn't the USA one of the countries that spend the most money in scientific research?
    In any case, the difference in funding between what I've seen in the US and what I've seen in Europe is impressive.

  4. Re:Wait a minute... on Eben Upton Talks About the Raspberry Pi USB Computer · · Score: 1, Informative

    Maybe it's an old version of Firefox, from before it became crap.

  5. Re:Can't you not on Bethesda Tells Minecraft Creator: Cease and Desist · · Score: 1

    I'd say Apple is more common than Scrolls, yet you know you can't use it.

  6. Re:Maybe having a conservative mindset helps.. on What Today's Coders Don't Know and Why It Matters · · Score: 1

    Whats the cost/benefit to learning and mastering assembly if you aren't going to need it?

    Less people master it, therefore it is more rewarding, both intellectually and financially.

    Would you rather be a replaceable coding monkey, doing what anyone else could do, or be an expert software architect that your company relies on?

  7. Re:This... on What Today's Coders Don't Know and Why It Matters · · Score: 1

    Game development is where you see the worse code ever.

  8. Re:Fuck sakes... on Mozilla's Vision of an 'Internet Life' Platform · · Score: 1

    (that time, I'm sure I get back to kernel 2.6 with Firefox 3.6 and Gnome 2)

    Surely you meant kernel 2.6.38, Gnome 2.32, and Firefox 2.0.
    It's somehow strange you have to go that far back to get a decent Firefox version on Linux.

  9. Re:some perspective for you on First PS3 Jailbreaker Arrested In South Africa · · Score: 1

    Making profit jailbreaking other people's PS3 is not illegal at all, unless Sony has managed to corrupt laws so much that you're not allowed to modify hardware that you own.

    It is indeed very profitable, you just have to find how to do it on the web.

  10. Re:I call bullshit on Making Graphics In Games '100,000 Times' Better? · · Score: 1

    Intel had its own similar project for a while, but they cancelled it.

  11. Re:Yeah, and I am a Pony on Making Graphics In Games '100,000 Times' Better? · · Score: 1

    It's called a spatial index.
    It's pretty basic computational geometry stuff.

  12. Windows 7 pre-installed on new computers... on Windows XP Market Share Finally Falls Below 50% · · Score: 1

    ... is the only reason Windows XP is receding.

    People that choose what OS to install either install Linux or Windows XP.

  13. HFT borderline illegal on How and Why Wall Street Programmers Earn Top Salaries · · Score: 1

    HFT is somewhat illegal, since it could be considered insider trading, since you have time to process information before it becomes available to other people thanks to a faster network infrastructure.

  14. Re:How long to programmers stay in that type of jo on How and Why Wall Street Programmers Earn Top Salaries · · Score: 1

    For HFT, I get proposals of 200k+ salaries all the time, and not fixed contracts.
    Your recruiter wasn't very good.

  15. Re:in other news on Why Your Dad's 30-Year-Old Stereo Sounds Better Than Yours · · Score: 1

    I take it you also can't tell the difference between different type of grapes, yet most people can.

    There is a lot of variety in red wine around the world, and even within a single region you can see a lot of differences.

  16. Re:Good for the kids on Chinese Couple Sells Kids To Fund Online Gaming · · Score: 1

    Sure, do you want my contact info to get into the firearms black market as well?

  17. Re:Good for the kids on Chinese Couple Sells Kids To Fund Online Gaming · · Score: 1

    It's illegal, so of course this happening as described in your link is fake.
    But there is really a black market for this.

  18. Re:Good for the kids on Chinese Couple Sells Kids To Fund Online Gaming · · Score: 1

    Or just eaten.
    There is actually a market for this in China.

  19. They didn't walk, they were mounted on Scientists Study Impact of Wearing Medieval Armor · · Score: 1

    So the weight on the legs didn't matter.

  20. Re:In related news on Lennart Poettering: BSD Isn't Relevant Anymore · · Score: 1

    The core of Mac OS X borrows heavily from BSD

    I think the word you're looking for is "steals", not "borrows".

  21. Re:Holding back? on Lennart Poettering: BSD Isn't Relevant Anymore · · Score: 1

    Please explain to me the specific problems with Linux audio and the ways that PulseAudio addresses them. I am hoping someone will respond to that, but if no one does I will definitely understand it is not a coincidence if no one can back up your assertion.

    The point of pulseaudio is to allow, at any time, to control the mixer extensively from userland.
    You can see all applications currently accessing your devices and how, mute a particular one, change its volume, or even change the device it outputs to; all of which transparently while the application is running and without affecting any of the other applications accessing the same sound device.

    ALSA + dmix doesn't give you that flexibility. It only allows to create a device that supports mixing, and when an application uses ALSA it is in charge of choosing the device to output to. You cannot change how that mixing is being done transparently while all the various applications are outputting sound.

    That information is pretty much common knowledge. Even Wikipedia clearly states this.

  22. Re:Neat trick, but... on Researchers Track Cell Phones Indoors By Listening In · · Score: 1

    How is stalking underage girls any better than stalking people in general?

  23. Google DNS on Telstra Starts Implementing Australian Censorship Scheme · · Score: 1

    Google DNS is quite easier to remember

    8.8.8.8

  24. High-performance Javascript on Could Wikipedia Become a Supercomputer? · · Score: 1

    Let us be serious for a minute.

    That kind of thing would require being able to harness serious computing power from within a web browser.
    Web browsers are already struggling not to fall over, consume all of your RAM and crash your GPU doing nothing at all.

    Performing some computation while loading Wikipedia pages would need to be done with Javascript, which is arguably one of the slowest programming languages ever. Even the latest JIT can barely make it play mp3 in real-time using the latest high-end PC.
    That computation would need to be intensive enough so as to justify the costs of sending/retrieving the data.

    It's just not going to work, and even if it could work, it wouldn't be practical. If I want to access information, I want to access it as fast as possible, not making my computer sluggish (which a lot of Javascript and/or Flash seems to do for unknown reasons) with some computation. I would end up just filtering it like I filter advertisements.

  25. Studies a waste of time on Ask Slashdot: CS Degree Without Gen-Ed Requirements? · · Score: 1

    Studies are a waste of time.
    That time is better spent getting work experience.

    Now, for most jobs, degrees are pretty much a requirement. But in computer software, you could maybe show off some software you've made to compensate.
    If you really want to do, you can probably work and get a degree at the same time (just go to the exams without attending any of the classes). I got my Master's degree this way, so it's doable.