Viewing profile — issaria
issaria
HN member- Joined
- Mon, Apr 08, 2013, 11:41 AM UTC
- HN karma
- 67
- Public activity
- 113 items
- HN profile
- View on Hacker News ↗
About issaria
No profile information was provided.
Recent public activity
-
comment
Comment #18723622
Is ten years in prison the right product?
-
comment
Comment #17254501
You sound like gitlab is the "right" choice.
-
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.
-
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…
- comment
- comment
- story
-
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...
-
comment
Comment #15934225
You missed the joke.
-
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.
- comment
-
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…
-
comment
Comment #15877599
Yeah, good luck getting generics.
-
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…
-
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…
-
comment
Comment #15293337
Which is not so easy to get from what I heard of.
-
comment
Comment #15131176
I don't quite get it, why do people shit on systemd on every chance?
-
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 …
-
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.
-
comment
Comment #15115663
Entry level app at best, hackers? Unlikely.
-
comment
Comment #15100767
Come on, default method in interface is a Java 8 feature, what's the coolness of C#is there?
-
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…
-
comment
Comment #15011642
It's not going to happen, you not only have to fix all the legacy code, but also fix the developers.
-
comment
Comment #15007879
Did you compare to python2 or python3, cause python3 is in the same league as perl6.
-
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…