Slashdot Mirror


User: MORB

MORB's activity in the archive.

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

Comments · 299

  1. Re:Why the animosity? on How Icaros Desktop Brings the Amiga Experience To x86 PCs · · Score: -1, Flamebait

    I used to use amigas since 1989, and develop on them (I even released a few things on aminet and participated in community events and such), and to my great shame it took me until 2001 to come to my sense and realize that amiga and its community are a pointless waste of time.

    People who still haven't realized that in the year of our lord 2012? They are fucking morons, and deserve all the mockery they receive.

  2. Re:I like this approach on Rockstar Creates 'Cheaters Pool' For Game Hackers · · Score: 1

    Blizzard's approach is to make games that are single player or cooperative only and to make them so easy that there's no reason to cheat.

  3. Re:Great! on Instagram Debuts On Android · · Score: 1

    I heard of a great website to find such things easily: http://www.google.com/

    But basically they are filters that makes contemporary shitty photos taken by smartphones look like 70s shitty photos taken by polaroids, which are considered not shitty anymore because well I don't know, hipsters I guess

  4. Re:Wrong wording. on 25 Alleged Anonymous Hackers Arrested By Interpol · · Score: 1, Troll

    And a sperg (an offensive diminutive for "aspergers") is someone who cares way too much about minutiae that nobody else cares about. Hackers are people breaking into computer systems. It's what everyone calls them, it's how everyone understands the word.

    Language evolves. Get over it.

  5. Re:Design difference with TGV on Bullet Train Derails In China · · Score: 5, Interesting

    And it works incredibly well. The TGV had several high speed derailment that all caused only minor injuries.

    It includes the world's fastest derailment at 294kph (182mph) where only one person was slightly injured.

    http://en.wikipedia.org/wiki/TGV_accidents

  6. Re:If I worked at wikileaks on How WikiLeaks Gags Its Own Staff · · Score: 1

    It's also a matter of trust, I think.

    Wikileaks works because its sources trust it to keep their identity secret. If there was a breach of confidentiality, this trust would evaporate and people would stop leaking confidential material through wikileaks.

  7. Re:It's really quite simple on Why Does the US Cling To Imperial Measurements? · · Score: 1

    In france when we want to use a shorter word we say "borne" (ie "marker", as in the markers every km on the side of the road), although people say kilomètre just as often. I never really thought of it as being a mouthful, maybe we're just used to it.

  8. Speech on A "Throne" Fit For a Tech King · · Score: 1

    Does it says "your business is appreciated" in a robotic voice once you're done?

  9. Re:actually, I wanted to read real news on MakerBot Introduces Printable Vinyl Records · · Score: 1

    April's fools is not about making jokes, it's actually about trolling. Slashdot's strategy of spamming rubbish fake news is actually quite effective for that, as people whine about it in every thread.

  10. Re:Adblockers on Glasses Purge 3rd D From Films · · Score: 2

    I'm enjoying the comments from behind my longer and bigger amount of karma that makes slashdot offers me the option to be rid of the ads intended for lesser beings.

  11. Re:C++ has had its day on ISO C++ Committee Approves C++0x Final Draft · · Score: 1

    If C# is more cumbersome, then perhaps there's a way to make it less so while keeping flexibility and power.

    I only can see two clear advantages to c# over c++: garbage collection and reflection. Everything else boils down to syntactic preferences or minor features. And there's a lot of useful things that c# is missing compared to c++.

    I'm sure in time both things will make their way into C++ in a way or another (garbage collection is half-way there).

    I don't think that D is a good answer to the shortcomings of C++. I'm not a fan of the "let's add in everything and the kitchen sink" approach.

  12. Re:C++ has had its day on ISO C++ Committee Approves C++0x Final Draft · · Score: 1

    And yet despite all the hype I find C# incredibly more cumbersome and verbose and when I'm at work I truly can't wait to get home to work on my c++ hobby project. Part of it will be in javascript too, because it is better for some of the parts of my project.

    There is no such thing as an universally simpler and better language, and some of c++ features that people love to hate such as RAII, templates (not those half-assed generics that c# offers) and operator overloading permit to make some complicated things much simpler than anything you can achieve in most of those more recent languages.

  13. Re:My first question. on ISO C++ Committee Approves C++0x Final Draft · · Score: 1

    It's easy to wrap std::list to do that yourself. What you propose would mean that if you get a list passed from some other opaque part of the code you have no way to predict whether size will be O(1) or O(n), because it may or may not be the result of a splice.

    Plus like it is now allows the spec to make simple and clear complexity promises (list::size() is O(n), splice is O(1)) without having to specify how the implementation should work in too much detail.

  14. Re:You gets what you pays for . . . on Man Finds Divorce Papers, Tax Docs On "New" Laptop · · Score: 1

    So merely opening the box should turn a brand new item into a used one? It doesn't really make sense, because for all intent and purpose it is still brand new when the store sells it to another customer.

    It's covered by warranty just the same, and they make sure it's in pristine condition (except occasional mishaps like what might have happened in TFA) before repackaging it and putting it back on the shelves.

    If they had to sell returned items as used, then they wouldn't bother having a return policy in the first place. This is the "price" you pay for being able to return items.

  15. Re:You gets what you pays for . . . on Man Finds Divorce Papers, Tax Docs On "New" Laptop · · Score: 2

    Or

    3 - someone brought the computer, returned it and got a refund for whatever reason, and they omitted to wipe the drive when they repackaged it.

    People often don't realize that as a downside of the ability to return items, the stuff they purchase might actually have been previously sold and then returned.

  16. Re:swerves? on Gov App Detects Potholes As Your Drive Over Them · · Score: 1

    They can filter out false positives by considering only multiple reports at the same locations.

  17. Re:Ship it w it's done, stop it when it's shit on Why Warhammer Online Failed — an Insider Story · · Score: 3, Insightful

    "If you aren't Blizzard, don't attempt a project as big as Blizzard's titles. "Schuster, bleib bei deinen Leisten" is an old German proverb, meaning "stick to what you are able to handle". Being too ambitious doesn't help anyone and will just end up in a disaster - happened many times, especially in the gaming industry."
    Well, AoC's failure was not caused merely by a funding problem. After all we did have 5 years, and a lot of good people. I think it was mostly a combination of being shy on some things, like not being willing to rewrite the engine and tools from scratch instead of reusing the crap from anarchy online.

    And there was also kind of a poor philosophy of trying to add too many feature in the game right at release instead of doing fewer things but doing them well (like blizzard originally did with WoW).

    For instance, the guild city raid thing should have been cut from release (it just wasn't ready) and released in a polished form in an expansion pack imo.

  18. Re:Ship it w it's done, stop it when it's shit on Why Warhammer Online Failed — an Insider Story · · Score: 2, Interesting

    [i]"Ship it when it's done."[/i]

    There were more than 110 people working full time on AoC at the time I left funcom, most of them working in Oslo with salaries adjusted for the high cost of life there. That's expensive as hell.

    Unless you're blizzard and swimming in money, you have to rely on external sources of funding for that kind of project, and if you need to push the release back, you have to convince them to pour in more money instead of cutting their losses and pulling out.

  19. Re:GNU/Stallman on Stallman Crashes Talk, Fights 'War On Sharing' · · Score: 1

    Shouting, running, making a fool out of himself.

    I thought Steve Ballmer had patended that.

  20. Re:Waiting for a capable PostgreSQL front-end on PostgreSQL 9.0 Released · · Score: 1

    There is this:
    http://www.kexi-project.org/

    It's based on Qt/KDE, can use SQLite, MySQL or PostgreSQL as the back end, and can be scripted in python or ruby. Runs on Linux, MacOS, Windows.

  21. Re:Impossible? on Left-Handed Gamers Getting Left Behind? · · Score: 2, Insightful

    The difficulty is not in pressing the right buttons. I'm left handed but I can use a mouse with either hand without even thinking about it, and like you I never swap the buttons.

    However, in a game you need to be both fast and precise. I can't pull that off with a mouse in my right hand. Some left handed people can (for various reason, including perhaps that they got used to use a mouse in their right hand form the beginning), but it doesn't mean everyone can.

    I generally don't have much issues with games though, except for one thing: in most PC games I must spend a good half hour to swap the keys around so I can play with my mouse in my left hand. It's very irritating because before having even played the game I have no idea which actions are important and need to be reachable quickly and which are useless or nearly so. It wouldn't kill developpers to provide a reasonable left handed preset.

  22. Re:More typical wankery from the master thereof. on Ryanair's CEO Suggests Eliminating Co-Pilots · · Score: 1

    Buy some advertising and STFU.

    Why would he do that when trolling is free and so effective?

  23. Re:This would be a correct ruling... on Prosecutor Loses Case For Citing Wikipedia · · Score: 1

    "There is absolutely no guarantee of it's verity or authority."

    This. A good demonstration would be this:
    http://encyclopediadramatica.com/Vandalize_Every_Equation

    I bet that some of the vandalism they did is still around.

  24. Re:cool on Nanoresonators Create Ultra-High-Res Displays · · Score: 1

    I never disable it.

  25. Re:cool on Nanoresonators Create Ultra-High-Res Displays · · Score: 1

    The grand parent does have a point. Since I bought a nexus one (which have a pixel density almost as high as the iphone 4), I'm yearning for the day where computer monitors reach the same pixel density. You have no idea how good it makes text look until you see it. My 21" 16:9 monitor feels ugly and pixelated now in comparison.