Slashdot Mirror


User: Eraesr

Eraesr's activity in the archive.

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

Comments · 284

  1. Browser vendors decide the specs? on W3C Announces Plan To Deliver HTML 5 by 2014 · · Score: 4, Interesting

    So basically it's the browser vendors that eventually determine what goes in and what stays out? How much of an influence will Internet Explorer have on this?

  2. Re:Enlighten me please on UK's 'Unallocated' IPv4 Block Actually In Use, Not For Sale · · Score: 1

    Call me naive. Perhaps I am because I don't know a whole lot about this subject, but couldn't companies just buy some kind of IPv6 router that can act sort of like NAT and assign IPv6 addresses to individual devices, but translate those addresses to IPv4 as data comes in? That way a company could just use IPv4 addresses internally and for the outside world, run everything through an IPv6 converter.

  3. Re:The update is free. on Leak Hints Windows 8 Tablets May Be Dearer Than Makes Sense · · Score: 1

    The requirement to join a domain (or more specifically: connect to a corporate Exchange server) is highly relevant if you're using it in a corporate, Windows driven environment. And yeah, you don't need Outlook if all you're going to do is fetch e-mail off of an IMAP or POP3 server.

  4. Re:thin crust on First Word On Results From GRAIL, NASA's Moon Gravity Mission · · Score: 4, Funny

    What more proof do you need that it's made of cheese, eh?

  5. Re:Good to keep in mind on How the Critics of the Apollo Program Were Proven Wrong · · Score: 0

    Oh damn, that was supposed to be a reply to this post :-/

  6. Re:Good to keep in mind on How the Critics of the Apollo Program Were Proven Wrong · · Score: 1

    You seem to forget that in the 1960's, the technology to build robots like Curiosity didn't exist yet. And we do hear the same complaints about the Mars rovers (it costs too much, etc) these days as well.

  7. Re:Security by obcurity? on Dutch Court Rules Hyperlinks Can Constitute Infringement · · Score: 2

    That is such a short sighted thing to say. You have no idea who supplied the link to GeenStijl. It might've been someone working internally at FileFactory or even PlayBoy.

  8. Re:Anthill Inside on Stanford Researchers Discover the 'Anternet' · · Score: 2

    I knew there had to be AT LEAST one other person making the link between this article and Discworld :-)

  9. Re:...no on How To Deal With 200k Lines of Spaghetti Code · · Score: 1

    There's a good chance that functionality hidden in those 200K lines of code can be rewritten in half that much code. Such spaghetti projects tend to bloat in amount of code as time progresses and multiple coders are working on it.

  10. Re:And this is different...??? on JavaScript For the Rest of Us · · Score: 1

    Just going out on a limb here, and I'm not sure if this is the case with this newfangled i18n-ed javascript nonsense, but we're basically talking keywords here. Single tokens without any of the grammatical complexities we have to deal with in natural languages. So basically, if I'd write a project in Dutch as:

    functie test(i) {
    als (i == 0)
    retourneer waar;
    }

    Then your IDE could parse that and translate that to

    function test(i) {
    if (i == 0)
    return true;
    }

    I'm not really in favor of this because it creates an IDE dependency but the problem may not be as big as many people make it out to be. The only real concern is that if people start using different language keywords, they will probably start choosing variable names in their own language as well, not to mention commenting (oh wait, nevermind, that's barely done any way).

  11. Re:ID on Ask Slashdot: How To Get Old Commercial Software To Be Open-Sourced? · · Score: 3, Informative

    And what company wants to release code today in our litigious environment

    The Doom 3 engine source code was released in November last year and John Carmack has already said that when the time is ripe, he'd do the same with id Tech 5 (the engine that powers Rage). So there's still (high profile) people that believe in it.

  12. Re:Like nuclear war. on Ask Slashdot: How Does Your Company Evaluate Your Performance? · · Score: 0

    yours? Is that something in between hours, years and French days?

  13. Re:because - on What's To Love About C? · · Score: 1

    You seem bitter.
    Maybe my statements were a bit bold and lacked the required subtlety, but you're making a completely incorrect assessment of me. I'm dealing with C often enough, but there are a lot of situations where using a language like C# or Java is the logical choice.
    Such languages won't always allow for greater productivity, sure, but in one case it does and in another it won't. You almost seem to have some sort of animosity towards C# or Java, throwing basically anyonethat is using or preferring these languages over C on a "newer programmer" pile who aren't worth the air they're breathing.

    Once again: all I'm trying to say is that in some situations you're better of using a language like Java or C# and in other situations you're better off using a language like C. Again other situations are better handled by PHP or ASP.NET. Choosing the right tool for the right job. That's all this is about. And anyone saying that the world is black and white where C is always better or where Java is always better is just not seeing things right.

  14. Re:because - on What's To Love About C? · · Score: 1

    I'm not saying Python is better for a business application than C. I'm just saying that for each problem, there is a tool. And there are situations where Python probably would offer some advantages over C and vice versa.

  15. Re:Obvious on HTC Defeats Apple In Slide-To-Unlock Patent Dispute · · Score: 1

    It's not about whether or not it's obvious or something that sprang forth from a genius epiphany. Apple (and other companies) try to get patents on everything not to make sure their innovation can be used as sellingpoint that is unique to their products, it is to fight legal battles like these. They're just taking potshots at everything in hopes they'll just hit one of them.

    What I'm trying to say is that in the tech world, there's so much patent trolling going on, it's unreal. Anyone's astonishment at the stupidity of this patent or its related legal fights is just naive. It's no longer about innovation, it's about being annoying to your competitor.

  16. Re:because - on What's To Love About C? · · Score: 4, Interesting

    What a crock of shit. C is just a different tool for a different job.
    When writing business software for Windows desktop platforms you don't want to mess around with pointers, memory addresses or other relatively low level stuff like that. High level languages like Java, C#, heck, even Delphi are far more useful for that and allow for far greater productivity.
    Sure, there are situations where C is the better choice, just like even lower level languages are sometimes a better choice, but claiming that people choose Java, C# or Python over C because they're ignorant is ignorant in itself. If, these days, you choose to build your windows forms application in C, then you're just getting yourself in a world of hurt that could easily be avoided by choosing a different tool (programming language).

  17. Re:Oh, this won't end well... on Has the Command Line Outstayed Its Welcome? · · Score: 1

    The availability of a (commandline) console in id Software games has been a blessing IMO. The console in Quake 3 is a very powerful tool.

  18. Re:Encyclopedia Galactica on Eben Moglen: Time To Apply Asimov's First Law of Robotics To Smartphones · · Score: 1

    I still find it odd that Android doesn't allow you to selectively grant or deny permissions to apps.
    It's up to the app maker to be sure to check if the app actually has access to the required function and if not, gracefully handle its inability to operate. The privacy invaders will probably still require you to grant all permissions before the app even properly shows its start screen but at least then you know you're dealing with a boogyman.
    If an app requires access to my contact list and it states that it needs that info for social features, then you could choose to grant that permission. If you don't, then the app simply won't offer you any social functionality, but it could still offer its core functionality. Sure, after granting contact list permissions the app could still phone home that information, but the end user can be a bit more selective about things.

  19. Re:Was Jesus riding Nessie? on Fundamentalist Schools Using "Nessie" To Disprove Evolution · · Score: 1

    You know what's even funnier? The countless number of Christians ridiculing these people for believing that Nessy is real while they continue to pray to an imaginary entity every day of their lives.

  20. Summary links to page 2 of the article on Sonic.net's CEO On Why ISPs Should Only Keep User Logs Two Weeks · · Score: 1
  21. Re:Because programmers use them or they don't on Why Do Programming Languages Succeed Or Fail? · · Score: 1

    Yeah but that is because the 3rd why is a what

  22. Re:If they don't like it on A Day In the Life of a "Booth Babe" · · Score: 1

    uh-oh, take the sentence whatever way suits you most ;-)

  23. Standardized control conventions is what's lacking on Is Microsoft's Kinect a Gaming Failure? · · Score: 1

    A problem I think Kinect is struggling with is standardized control conventions.
    On gamepads, navigating menus by moving the thumbstick in the direction of the item you want to select is intuitive and a standard way of how basically all games (I should say UI's) work. It's also a standard convention to have the A button select or accept things and have the B button go back to the previous screen or cancel actions. Does Kinect have such standardized control mechanisms?

  24. Re:If they don't like it on A Day In the Life of a "Booth Babe" · · Score: 5, Insightful

    Maybe I'm being a bit blunt here, but these women know they are selected on their looks, they know they are put in convention centers filled with a predominantly male audience, they know they are put there to garner attention by flaunting their female properties and yet they complain about being looked at in sexualized ways? Sorry, but that's like a prostitute complaining about people only wanting to have sex with her and never come by for a good talk over a bottle of expensive wine.

    Don't get me wrong, I'm not a big fan of the ladies waving their "accessories" left and right on the shows (like E3). It only helps to reinforce the stereotype image people have of games and gamers. I think the games and gadgets industry (and probably the cars industry, another big offender) is better off without these stereotype girls draped all over flat screens and hubcaps. Still, if these girls have a problem with the job they have, then they shouldn't do it.

    I see the other reactions about how some of them may have no choice, but that's such self-victimization. Everyone has a choice, the only thing that's stopping these girls from getting a different, more appropriate job is their own lack of belief that they can. If you think the job sucks, sure, I can understand that, but don't enter a room filled with oversexed nerds wearing nothing but a bikini or figure hugging cat suit and expect them to judge you on your intelligence.

  25. Re:How about printing the information on the stick on Using QR Codes To Save Lives · · Score: 1

    Then everybody with a QR-code reader can get your info. Online database access can at least in theory be restricted to authorized people.

    Couldn't the information the QR-code holds be encrypted with a private key?