Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dleskov
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
AOT Compilation of Spring Boot: Behind the Scenes
(excelsiorjet.com)
6 points
by
dleskov
8y ago
|
0 comments
2.
▲
Reduction of Additions
(excelsiorjet.com)
64 points
by
dleskov
8y ago
|
2 comments
3.
▲
by
dleskov
8y ago
TDD only works in conjunction with thorough peer reviews. Case in point: at my place of work, code and tests written by an intern can go through literally dozens of iterations before the check-in gets authorized, and even the senior enginee
4.
▲
Kotlin 1.2.60 comes with native compiler binaries
(github.com)
114 points
by
dleskov
8y ago
|
67 comments
5.
▲
by
dleskov
8y ago
> if doing GPL stuff use the open source license from ExcelsiorJET. Thanks for mentioning our product, but I have to make a few corrections: First, the Excelsior JET Runtime license is sadly not GPL-compatible. Also, you cannot use it to
6.
▲
Hardcore Java/JVM Quiz (with solutions)
(excelsiorjet.com)
6 points
by
dleskov
9y ago
|
0 comments
7.
▲
Conservative GC: Is It Really That Bad?
(excelsiorjet.com)
85 points
by
dleskov
9y ago
|
47 comments
8.
▲
Division by Null, or One Optimization Too Many
(excelsiorjet.com)
5 points
by
dleskov
9y ago
|
0 comments
9.
▲
The Object Is Dead. Long Live the Object
(excelsiorjet.com)
4 points
by
dleskov
9y ago
|
0 comments
10.
▲
From Excelsior's Archives: Main Thread Lives Twice (2015)
(excelsiorjet.com)
2 points
by
dleskov
9y ago
|
0 comments
11.
▲
by
dleskov
9y ago
Problem is, the God Folder dates back to Vista and it is the Windows 10 Creators Update that began setting that field to NULL. Apparently the author of that change did not foresee any backward compatibility issues.
12.
▲
by
dleskov
9y ago
Excelsior guy here. Overall, I would say that AOT suddenly becoming kosher helps our business way more than competition hurts it. Then, "JDK9 has AOT out of the box" is a bit of exaggeration. Oracle AOT is only available for Linux
13.
▲
The Folder of God
(excelsiorjet.com)
92 points
by
dleskov
9y ago
|
19 comments
14.
▲
Portable Profilers and Where to Find Them
(reddit.com)
3 points
by
dleskov
9y ago
|
1 comments
15.
▲
by
dleskov
10y ago
Author here. Kindly (suggest where to) cross-post - I think it's important for the health of our industry that freeware authors and open source enthusiasts keep getting rewarded for their efforts. Thank you.
16.
▲
Opening My First Ever Donations Season
(blog.dmitryleskov.com)
2 points
by
dleskov
10y ago
|
1 comments
17.
▲
by
dleskov
10y ago
Some info for those that want to AOT Java without paying for it: The entry-level edition of Excelsior JET is free (as in beer) since the end of August 2016. Licenses for the more senior editions have been available for non-commercial use at
18.
▲
Show HN: Restler – type-safe REST HTTP client (works off existing annotations)
(restler.org)
2 points
by
dleskov
11y ago
|
0 comments
19.
▲
by
dleskov
11y ago
[0] can be had at $10+ under a charity program at the moment: http://www.excelsiorjet.com/charity
20.
▲
by
dleskov
11y ago
Low/zero cost is a benefit only if everything else is equal. Eclipse and Netbeans are free, yet people pay for IntelliJ IDEA. We use an expensive commercial GUI testing product because all the free and cheaper alternatives sucked big t
21.
▲
by
dleskov
11y ago
I mean someone who can build support for your shiny new language and/or instruction set into GCC or LLVM and get their pull request accepted by the maintainers.
22.
▲
by
dleskov
11y ago
I am with a small company focused on compilers and managed runtimes (JVM), and I can tell you that _good_ compiler consultants are in high demand. For instance, I had a discussion with a CEO of such specialized consultancy looking for GCC s
23.
▲
Game of Life, hash tables and hash codes
(pzemtsov.github.io)
34 points
by
dleskov
11y ago
|
0 comments
24.
▲
by
dleskov
12y ago
Just want to make one thing clear: in this particular case the request was to block a specific URI. It is the (smaller) ISPs that do not have a technology to block an URI and the (bigger) ISPs that do not bother to employ that tech who bloc
25.
▲
by
dleskov
12y ago
Just specify on your freelancer's profiles that you are available part-time due to "other commitments". Not all prospects are looking for full-time workers.
26.
▲
by
dleskov
12y ago
The section on résumés in Butterick's Practical Typography book has some decent advice, not just typography-related: http://practicaltypography.com/resumes.html Have your CV edited by a professional editor. I have seen
27.
▲
by
dleskov
12y ago
Emails get lost, most often in Junk Mail boxes. When I don't hear back from someone within a reasonable time frame, I follow up with a short email asking if my previous email about this and that was received. If I do not get anything b
28.
▲
by
dleskov
12y ago
My limited experience of disputing a PayPal transaction was exactly the opposite (i.e. I was the buyer).
29.
▲
by
dleskov
12y ago
> creating a super-optimized tight loop of a program in C++, C or (better) assembly might be much easier to do than in higher level JITted languages Sometimes, the situation is exactly opposite, though: http://pzemtsov.github.
30.
▲
by
dleskov
12y ago
Excelsior guy here. Actually, Excelsior JET is a proper AOT compiler. That is, a developer or build enginer runs it on their workstation (build server) and then ships a native executable to the end users. We used to have a caching JIT, and
More ›