Slashdot Mirror


User: sourcerror

sourcerror's activity in the archive.

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

Comments · 1,986

  1. Re:"Cobbled together over 10-20 years . . . ?" on How To Deal With 200k Lines of Spaghetti Code · · Score: 1

    I obviously didn't mean that. The linked Stackoverflow post speaks about senior scientists with no software engineering knowledge at all have written this big ball of spaghetti. Some people have 20 years of coding experience. Others have 20 times one year experience.

  2. Re:why on earth would they want to do that? on Ask Slashdot: Should Valve Start Their Own Steam Linux Distro? · · Score: 1

    When I installed Ubuntu 10.04 LTS, I had a lot of problems with graphics drivers the official binary blob driver install made the whole screen black even after restart, I had to reinstall the OS from scratch, and go with the half assed opensource driver.

    If Valve wants to make the the Linux Steam experience as seamless as on Windows, they have to stick to an LTS kernel for a long time.

  3. Re:The reason on The Chinese Telecom That Spooks the World · · Score: 1

    Just run an encrypted torrent client in the background with a few Linux isos.

  4. Re:why on earth would they want to do that? on Ask Slashdot: Should Valve Start Their Own Steam Linux Distro? · · Score: 1

    Sorry, that was stupid. But keeping up with new hardware would certainly need stable binary kernel apis. Or at least good information about what hardware is supported by which version of which distro.

  5. Re:why on earth would they want to do that? on Ask Slashdot: Should Valve Start Their Own Steam Linux Distro? · · Score: 1

    Valve still has to recompile all it's catalogue for a new kernel unless there are stable binary interfaces.

  6. Re:Make it a Gaming OS already on Damn Small Linux Rises From the Dead With a 4.11 RC1 Release · · Score: 1

    Well, it's lightweight ...

  7. Re:"Cobbled together over 10-20 years . . . ?" on How To Deal With 200k Lines of Spaghetti Code · · Score: 1, Insightful

    The really frightening tought is that there are many 40 year old first year CS students.

  8. Re:Make it a Gaming OS already on Damn Small Linux Rises From the Dead With a 4.11 RC1 Release · · Score: 0

    Not Linux but close enough: http://excamera.com/sphinx/gameduino/

  9. Re:He's obviously right on John Carmack: Kudos To Valve, But Linux Is Still Not a Viable Gaming Market · · Score: 2

    Maybe they should just bundle the shared libraries like they do it on Windows.

  10. Re:Defend flash trading? on Algorithmic Trading Glitch Costs Firm $440 Million · · Score: 1

    That would defeat the whole purpose of this fee.

  11. Re:Appearance matters on Ask Slashdot: Is There a Professional Geek Dress Code? · · Score: 1

    Oh, she's a woman! I just saw a movie with a hacker woman in it, I think we can use her as a frame of reference for dressing:

    http://filmaria.co/wp-content/uploads/2012/07/dragon-girl.jpeg

  12. First rule of geek dresscode on Ask Slashdot: Is There a Professional Geek Dress Code? · · Score: 5, Funny

    The first rule of geek dresscode is that you don't speak about geek dresscode.

  13. Re:pretty easy to fix, though on Researchers Beat Google's Bouncer · · Score: 1

    I don't think searching for malware is equivalent to solving the halting problem. For e.g. for a game it's enough to check where it wants to write; if it wants to write outside of it's own directory than it raises red flags. Basically it's enough to analyse what kind of APIs it uses. (The OS sandbox should provide an API that jails your writes to a certain directory.)

  14. Re:Ignorance! on KWin Adds Support for QML Decorations · · Score: 1

    Are you talking about JSON? Because full JS is not a description language.

  15. Re:Wait... the UK? on Google Didn't Delete All Street View Wi-Fi Data · · Score: 1

    . In both cases we're talking about private entities intercepting EM radiation that is public, but not intended for that entity.

    Do you mean here visible light that's detected by the cameras? Because people are more aware of their privacy in that EM spectrum.

  16. Re:There must be a winner on What's Wrong With American Ninja Warrior? · · Score: 4, Funny

    I hate dried squids too. That's what you meant, right?

  17. They're not begging. They're selling it. on Ouya Android Console Blows Past Kickstarter Goal · · Score: 1

    They're not begging. They're selling it.

    Pledge $99 or more:
    GET AN OUYA: console and controller. Guarantee we will have one available for you, before it gets to stores. Plus the rewards above. We're figuring out how many we can make! (We have to ask you to add $20 for shipping outside the U.S.) Please add $30 if you want a second controller.

    http://www.kickstarter.com/projects/ouya/ouya-a-new-kind-of-video-game-console

  18. Re:No on Is It Time To End Our Love Affair With the QWERTY Keyboard? · · Score: 1

    Germans seems pretty happy with their qwerty keyboards. If you look at national keyboards, they are minor variations of qwerty. (e.g. the Hungarian one switches y and z and adds í).

  19. Re:"stealing" on Hackers Steal Keyless BMW In Under 3 Minutes · · Score: 5, Funny

    But, but you wouldn't download a car!

  20. Re:What could possibly go wrong? on Dreaming of Digital Glory At Hacker Hostels · · Score: 1

    That's intresting. In my country (Hungary) the minimum per person is 44 square feet (4 m2), so your 70 sq ft for 2 would violate that. And this is an Eastern-European country.

  21. Re:I have made the jump... on Ask Slashdot: Jobs For Geeks In the Business/Financial World? · · Score: 1

    Sorry, I thought he's a software ENGINEER.

  22. Re:I've been banned by Blizzard on Diablo 3 Banhammer Dropped Just Before RMAH Goes Live · · Score: 1

    That was my point, that games are first and foremost about the rules of the game (aka gameplay). The story is just window dressing. Also, not every genre depends on story to the same extent. For an RPG or an adventure game the story is important, for others it's less so.

  23. Re:I've been banned by Blizzard on Diablo 3 Banhammer Dropped Just Before RMAH Goes Live · · Score: 0

    So, what's the story of Pacman, Space Invaders, Asteriods, Frogger, Snake or Tetris?

    Back in my day I could play videogames on my C64 without understanding English.

  24. Re:Vampire on Hungarian Sequencing Company Vets DNA For 'Gypsy Or Jew' Genes · · Score: 1

    Not just second language, there are several cities with Hungarian majority there. There was even a movement for autonomy of the region.

  25. Re:Word of mouth on Why Do Programming Languages Succeed Or Fail? · · Score: 1

    Turing completeness doesn't help if the lack of proper datastructures make the program too slow. (Although I find it hard to believe that Erlang doesn't have proper arrays.)