Live data from Hacker News

Viewing profile — issaria

issaria

HN member
Joined
Mon, Apr 08, 2013, 11:41 AM UTC
HN karma
67
Public activity
113 items

About issaria

No profile information was provided.

Recent public activity

  1. comment
    Comment #18723622

    Is ten years in prison the right product?

  2. comment
    Comment #17254501

    You sound like gitlab is the "right" choice.

  3. comment
    Comment #17208334

    Not judging your other points, but if you say Tagsschau is the most unbiased program, then you have read too much Der Spiegel.

  4. comment
    Comment #17111965

    TL;DR I'm famous and contributed to the Python community, I'm depressed (it's real! Check this references) because people don't like me forcing them to use my tool. these people mu…

  5. comment
  6. comment
  7. story
  8. comment
    Comment #15952095

    Yes, there is a javapackager in java 7 and 8, but with jigsaw that comes with java9, it becomes easier: https://steveperkins.com/using-java-9-modularization-to-ship...

  9. comment
    Comment #15934225

    You missed the joke.

  10. comment
    Comment #15916345

    Java is compile to bytecode which is then interpreted by a virtual machine, it's not compiled to native code, that's why you cannot distribute Java programs as executable like go.

  11. comment
  12. comment
    Comment #15879179

    It's been like this forever, the police have access to so called "information management system" directly to QQ and later Wechat. There is no other way to talk to people online, yo…

  13. comment
    Comment #15877599

    Yeah, good luck getting generics.

  14. comment
    Comment #15763935

    Yes, it's very impressive, and the purpose of the whole post IMO is part of the marketing (call me evil). Also if he didn't quit his job, he probably wouldn't be able to get this f…

  15. comment
    Comment #15702620

    For network applications, yes. Web? no. It actually shares a lot of the usecase with golang, I would say, if the program can be distributed as binary, there would probably no golan…

  16. comment
    Comment #15293337

    Which is not so easy to get from what I heard of.

  17. comment
    Comment #15131176

    I don't quite get it, why do people shit on systemd on every chance?

  18. comment
    Comment #15131120

    There is no where they mentioned "replace nashorn", the main feature of nashorn is to interoperate with Java, V8 cannot do that. If you follow the development of Nashorn, they are …

  19. comment
    Comment #15126230

    What? Where did they say that in that talk? They simply showed a way to execute native code with V8, so it's easier to run node on nashorn. Stop spreading misinformation.

  20. comment
    Comment #15115663

    Entry level app at best, hackers? Unlikely.

  21. comment
    Comment #15100767

    Come on, default method in interface is a Java 8 feature, what's the coolness of C#is there?

  22. comment
    Comment #15097077

    A concurrent map in my understanding, is a map that can be accessed concurrently without explicit synchronization, not each coroutine has a piece of it. Check java ConcurrentHashMa…

  23. comment
    Comment #15011642

    It's not going to happen, you not only have to fix all the legacy code, but also fix the developers.

  24. comment
    Comment #15007879

    Did you compare to python2 or python3, cause python3 is in the same league as perl6.

  25. comment
    Comment #14768325

    Regarding the lacking of generics problem, is there a way to get around it, there are always plenty of tools doing that, if the IDE can patch the syntax and support certain kind of…