Slashdot Mirror


User: Yunzil

Yunzil's activity in the archive.

Stories
0
Comments
1,855
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,855

  1. Re:Who is doing this? on Bitcoin Exchange Flexcoin Wiped Out By Theft · · Score: 1

    Oh sure, it could be some shadowy effort by the government to destroy bitcoin and its supporters. Or it could be that the government doesn't care about you at all and what you are seeing is the result of monumental incompetence on the part of the exchanges.

  2. Re:Portal + Minecraft: I don't get it on Portal 2 Beta Released For Linux · · Score: 4, Insightful

    What am I missing?

    An attention span.

  3. Re:Hypocrisy on Apple Urges Arizona Governor To Veto Anti-Gay Legislation · · Score: 1

    Yeah, no. One is a company deciding of their own free will where to locate their business. The other is the government attempting to enact legally-sanctioned discrimination.

  4. Re:Using it? No. Relying on it? Yes. on Does Relying On an IDE Make You a Bad Programmer? · · Score: 1

    Yeah. Plus someday you'll be stuck trying to debug something remotely and all you'll have available is vi. Where's your IDE God now?

  5. Re:Microsoft is a powerless company on With 'Virgin' Developers, Microsoft Could Fork Android · · Score: 1, Interesting

    Copying others isn't a long -term business plan

    Linux has been doing it for decades now.

    they need to kill Metro

    Why? Metro actually works fine on a small touch screen. Killing it would be retarded.

  6. Re:Whats wrong with Windows Phone? on With 'Virgin' Developers, Microsoft Could Fork Android · · Score: 1

    So you can't actually argue against what he said then?

  7. Re:Expect an exodus? on Gabe Newell Responds: Yes, We're Looking For Cheaters Via DNS · · Score: 1

    No, there won't be an exodus. This is a non-issue and no one cares.

  8. Re:A Defeat for the Constitution on Rand Paul Files Suit Against Obama Over NSA's Collection of Metadata · · Score: 1

    No, he's wrong. Look up why the 17th Amendment exists in the first place. These things don't just happen by accident.

  9. Re:A Defeat for the Constitution on Rand Paul Files Suit Against Obama Over NSA's Collection of Metadata · · Score: 0

    You were doing so well right up until that 17th amendment thing.

  10. Re:Rand Paul is the only honest politician left. on Rand Paul Files Suit Against Obama Over NSA's Collection of Metadata · · Score: 1

    Not much to worry about there. She'll never run again.

  11. Re:law of gravity on South Carolina Education Committee Removes Evolution From Standards · · Score: 1

    There is no law of evolution.

    Sure there is: Species change over time. New ones develop from existing ones and some disappear.

  12. Re:Just be honest - it's not for *US* on Slashdot Tries Something New; Audience Responds! · · Score: 1

    UX research has given us Gnome 3, Unity, Metro. All universally despised.

    Hey now. Metro is great... on a small touchscreen. It sucks on a desktop monitor.

  13. Re:As an environmentalist and (former) Obama fan. on Edward Snowden Nominated For Nobel Peace Prize · · Score: 2

    I thought the Peace Prizes to Gore and Obama to be the most asinine thing that the committee has ever done.

    Reminder that Henry Kissinger won the Peace Prize.

  14. Re:Doesn't scratch any itches on Bitcoin Exchange CEO Charlie Shrem Arrested On Money Laundering Charge · · Score: 1

    It is WAY faster than most forms of sending payment.

    Really? As opposed to, say, swiping a card or handing over a $20?

    Crypto currency is clearly better.

    Clearly? Care to back that up?

  15. Re:He Deserves His Rights on Ask Slashdot: What Does Edward Snowden Deserve? · · Score: 1

    He deserves his right to speak freely without fear of government retribution.

    Then he shouldn't have accepted his security clearance.

  16. Re:Full Pardon. on Ask Slashdot: What Does Edward Snowden Deserve? · · Score: 1

    How about: put in jail for the crimes he committed. Full stop.

  17. Re:What about Mercurial? on Emacs Needs To Move To GitHub, Says ESR · · Score: 1

    I know. It's because I used git.

  18. Re:What about Mercurial? on Emacs Needs To Move To GitHub, Says ESR · · Score: 1

    And git causes brain damage.

    Or possibly is the [i]result[/i] of brain damage.

  19. Re:Hard to believe on What Would It Cost To Build a Windows Version of the Pricey New Mac Pro? · · Score: 1

    I'll bet this thing just smokes

    Yeah, I'm not sure about the cooling either.

  20. Re:no need to gently move on How Ya Gonna Get 'Em Down On the UNIX Farm? · · Score: 1

    Yeah, those lazy unmotivated fucks who just want to get some work done and not spend a bunch of time reading man pages.

  21. Re:It's an Exclusionary Club on How Ya Gonna Get 'Em Down On the UNIX Farm? · · Score: 1

    It was an example of what we could aspire towards.

    Wasting a lot of braincells memorizing obscure keystrokes?

  22. Re:Stop trying on How Ya Gonna Get 'Em Down On the UNIX Farm? · · Score: 2

    It's pretty much the same when it comes to CLI vs GUI

    OK, but sometimes the GUI is hammer (held the correct way) and CLI is a sledgehammer. Yeah, the sledge can probably drive in a small nail with one well-aimed swing. But it's really heavy, and if you get it wrong you'll flatten the nail and possibly break the thing you were trying to nail.

    Sometimes you just want to drive in a nail, not construct a railroad. The right tool for the right job.

  23. Re:Confusing summary on The iOS 7 Jailbreak Fiasco · · Score: 1

    Glad I'm not the only one.

  24. Re:I used to have respect for the WSJ and Walt ... on After 22 Years, Walt Mossberg Writes Final WSJ Column · · Score: 1

    Apple doesn't understand Software Libre at all.

    The article is about products that affected the consumer market. Consumers don't give a shit about "Software Libre". They just want their gizmo to work.

  25. Re:Very different code on Comparing G++ and Intel Compilers and Vectorized Code · · Score: 1

    Such as unused variables or parameters; is that a bug or a stylistic choice to not litter the code with extra #ifdef?

    It's not a bug, but it's sloppy and lazy.