Slashdot Mirror


User: phantomfive

phantomfive's activity in the archive.

Stories
0
Comments
31,362
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 31,362

  1. Re:News for nerds... on Rovio's Desperate Push For 'Angry Birds' Movie (venturebeat.com) · · Score: 1

    ok, so nothing special.

  2. Re:News for nerds... on Rovio's Desperate Push For 'Angry Birds' Movie (venturebeat.com) · · Score: 1

    Yeah, being able to break out of the standard distribution network for content (aka extortionists) is huge.

  3. Re:Should have done it a long time ago on Microsoft Urged to Open Source Classic Visual Basic (i-programmer.info) · · Score: 1

    Some people predict that Windows will eventually go open source.

    Hmmmm. What could Microsoft possibly gain from that? Even hypothetically in the future, I can't see it.

  4. Re:Naked coding interviews on Code Quality Predicted Using Biometrics (vice.com) · · Score: 1

    anyway how do you write a recursive function that can detect a cycle in a linked list?"

    I'll be honest, of the many bugs I've had in my code, managing to get a cycle in a linked list is one I've never had. I'm 100% perfect at not getting cycles in my linked lists. Wow, go me!

  5. Re:Fake negative on Code Quality Predicted Using Biometrics (vice.com) · · Score: 1

    It could also be that most bugs show up in code where the developer is most confused and thus feeling stress.

  6. Up Next on Code Quality Predicted Using Biometrics (vice.com) · · Score: 1

    Code quality measured in FPKLOC. Guess what that metric is.

  7. Should have done it a long time ago on Microsoft Urged to Open Source Classic Visual Basic (i-programmer.info) · · Score: 4, Insightful

    If you're not going to maintain a platform, you should open-source it so people who care about it aren't abandoned without hope. I don't like VB but the way Microsoft dropped it was not good.

  8. Re:Javascript is going away on Ask Slashdot: Have You Migrated To Node.js? · · Score: 1

    Personally i don't see any problems with JavaScript.

    None at all? You might want to look into that blindspot.
    There are things in this world that I think are just awesome, but even then there are at least some problems.

  9. Re:Javascript is going away on Ask Slashdot: Have You Migrated To Node.js? · · Score: 3, Insightful

    WebAssembly and Emscripten are really cool technologies though. But in no way a threat to JavaScript.

    The reason Javascript is popular is because in the browser, it's the only option. Once WebAssembly is widespread, that will no longer be a reason to use Javascript. That is my reasoning for explaining why Javascript will no longer be popular.

    Why do you think people will still use Javascript once they have other options?

  10. Re:Type systems on Declaring Code Is Not Code, Says Larry Page (arstechnica.com) · · Score: 1

    Did you read it? I would be much more impressed if you could comment based on your reading of the case.

  11. Javascript is going away on Ask Slashdot: Have You Migrated To Node.js? · · Score: 5, Interesting

    Javascript is approaching its peak as a programming language. The thing that will kill it is WebAssembly.

    Soon, you will be able to write front-end code in any language you like, you won't need to use Javascript. And if you're not using Javascript on the front-end, there's really no reason to use it on the back end.

  12. Re:It failed for the same reason it succeeded. on New Clues About Why Mt. Gox Failed (thedailybeast.com) · · Score: 1
  13. Re:Hide the lede on Fake Facebook Event Draws Police, Spawns New Meme (cnet.com) · · Score: 1

    That's why I take the stairs.

  14. Re: What BS on 'Eat, Sleep, Code, Repeat' Approach Is Such Bullshit (signalvnoise.com) · · Score: 1

    When I noticed that IBM's parking lot was nearly empty by 6pm, I sold all my IBM stock.

    That was like 30 years ago, right? At least, I can't remember ever seeing IBM's parking lot full at 6pm.

  15. Re:thats the problem on Civil Liberties Expert Argues Snowden Was Wrong (usnews.com) · · Score: 1

    Huh.....somewhere I got the idea that the earth was only 4 billion years old.

  16. Re:thats the problem on Civil Liberties Expert Argues Snowden Was Wrong (usnews.com) · · Score: 1

    That is the fundamental problem. Almost no one actually believes that the NSA was acting in an unprofessional manner.

    I do. Pretty near every abuse you can think of, the NSA has already done it. LOVEINT? Spying on friends? Spying on politicians to influence legislation? It's all there.

    tbh I'm kind of surprised how fast the abuses happened.....I figured they could at last survive a couple decades before degenerating into corruption.

  17. Re:Remember where the responsibility is on A Third Of Cash Is Held By 5 US Tech Companies (siliconbeat.com) · · Score: 1

    The myth essentially shifts the blame from the corporate executives to "the system". It's the same as the hippies' stereotypical disgust with The Man, the modern rebels' jealousy of the 1%, the historic persecution of Jews, and the vilifying of banks. Rather than a specific mechanism to effect change, such as participating in a shareholder poll or vote, the myth provides a vague target for outrage that the masses can rally against, feeling good about their impotent rebellion. It satisfies a craving to be a noble warrior in a community of fellow underdogs, fighting against a powerful oppressor... but it doesn't require the drudgery of actually changing anything.

    Good analysis, and eloquently stated.

  18. Re: Giant problem on Declaring Code Is Not Code, Says Larry Page (arstechnica.com) · · Score: 1
    Most people don't use Maven for building Android apps, believe it or not. Most of the time people used Ant, believe it or not, because that's what Google advocated (I have no idea why). Later, they switched to Gradle (again, I have no idea why).

    the so-called Android API already bundles some third-party libraries (such as Apache HttpComponents)

    ok, that's a good point.

  19. Re:The API _is_ the semantics of language on Declaring Code Is Not Code, Says Larry Page (arstechnica.com) · · Score: 1

    Apparently that's the question of the trial in the OP: whether or not this use of the API is fair use.

    Yeah.

    I really, really hope they rule for Google in this, because otherwise it could have some pretty far-reaching negative impacts on the software industry as a whole.

    The appeal that ended probably will be cited in many cases from now on, but I can't see how the current case will have much affect.

  20. Re:Type systems on Declaring Code Is Not Code, Says Larry Page (arstechnica.com) · · Score: 1

    Read through this case and you'll be much smarter. Or don't read it, and remain ignorant.

  21. Re:The API _is_ the semantics of language on Declaring Code Is Not Code, Says Larry Page (arstechnica.com) · · Score: 1

    Because in order to re-implement an API, it is necessary to copy almost verbatim the definitions of the functions and other entities that make up the public interface of the API.

    Oh. That's where the fair use defense comes in. Obviously in a lot of cases, you can redo your API differently, like C# standard library is different than Java's, but if you need to be exactly the same, there are plenty of reasons you can get away with under fair use.

  22. Re: Giant problem on Declaring Code Is Not Code, Says Larry Page (arstechnica.com) · · Score: 1

    BS. That's precisely why it was done. It was done so existing Java third-party libraries (of which there are a huge amount) could be leveraged in Android applications without much rework needed.

    What existing java libraries became popular on Android? I can't think of any, and I've never used any in my own programming (although I've used C libraries).

  23. Re:Giant problem on Declaring Code Is Not Code, Says Larry Page (arstechnica.com) · · Score: 1

    It costs ~$5000 to apply for a patent (including lawyer fees). After that, there's no maintenance fee. It will lapse automatically after ~20 years, and there is nothing you can do to renew it.

  24. Re:The API _is_ the semantics of language on Declaring Code Is Not Code, Says Larry Page (arstechnica.com) · · Score: 1

    I really hope this interpretation doesn't stand

    It's been adopted around the world, so you're basically out of luck there.

    because it will make it impossible to reimplement any closed API without licensing agreements.

    No, you're wrong! Why do you even think that? There are many reasons that you can re-implement a closed API, among them for interoperability purposes. That covers most things you would want to do with an API, actually.

  25. Re:Type systems on Declaring Code Is Not Code, Says Larry Page (arstechnica.com) · · Score: 1

    No. In this case, Google definitely copied Java. They fully admit that. It's not even a question in court.

    The questions in court were:
    1) Were the copied parts protected under copyright?
    2) Were the copied parts allowed as fair use?