Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tuczi
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
tuczi
7y ago
Why not just C++?
2.
▲
Is Kotlin just a beta version of Java?
(devolution.tech)
3 points
by
tuczi
7y ago
|
0 comments
3.
▲
by
tuczi
7y ago
+1. Pointers are the pain point for beginners in programming generally and sometimes for those who switch from other languages. This article is good start point for them to catch up if they need to.
4.
▲
Efficient finding unique integer
(devolution.tech)
1 points
by
tuczi
7y ago
|
0 comments
5.
▲
by
tuczi
7y ago
As the author said: an oldie but goodie.
6.
▲
Kubernetes at Pinterest
(stackshare.io)
4 points
by
tuczi
7y ago
|
0 comments
7.
▲
Language Support for Lightweight Transactions [pdf]
(timharris.uk)
2 points
by
tuczi
7y ago
|
0 comments
8.
▲
by
tuczi
7y ago
Good point. As far as I know, a long time to fix isn't an exception but rather a standard in such cases. That hursts even more :(
9.
▲
by
tuczi
7y ago
A long time ago, I thought such things don't really happen but the more experience I have less surprised I am.
10.
▲
The Basics of Software Transactional Memory
(goodmath.scientopia.org)
3 points
by
tuczi
7y ago
|
0 comments
11.
▲
by
tuczi
7y ago
jstack does only one thing but does it well :) It is one of the most useful tools while debugging JVM apps and everybody should get to know it.
12.
▲
by
tuczi
7y ago
Absolutely agree that Lombok increases Java readability. If I cannot use JVM alternatives like Kotlin or Scala (for whatever reasons), Lombok is a perfect tool to help beeing productive. IMO saving one line with @Cleanup is not worth it but
13.
▲
Lombok Saved My Ass
(devolution.tech)
69 points
by
tuczi
7y ago
|
58 comments