Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zeedude
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
zeedude
3y ago
> Trying to raise a software engineering discipline to the standard of the real engineers would leave you with an employee too expensive to do what his professional ethics wouldn't allow him to. Nah. The vast majority of software pr
2.
▲
by
zeedude
3y ago
Manifold provides this feature and supports IntelliJ IDEA and Android Studio. https://github.com/manifold-systems/manifold/tree/master/man...
3.
▲
by
zeedude
3y ago
Manifold already provides this feature: https://github.com/manifold-systems/manifold/tree/master/man... With an article having the same name as your post: https://github.com/manifold-syst
4.
▲
by
zeedude
3y ago
Not every day you get your wish. https://github.com/manifold-systems/manifold/tree/master/man...
5.
▲
by
zeedude
3y ago
Recovery?
6.
▲
by
zeedude
3y ago
They mostly have to do with design decisions / implementation details, not issues with extension methods in general.
7.
▲
by
zeedude
3y ago
Ding!
8.
▲
by
zeedude
3y ago
I believe Manifold already does this. https://github.com/manifold-systems/manifold/tree/master/man...
9.
▲
by
zeedude
3y ago
There are good reasons. When you begin writing IDE support you will discover that: 1. Without annotations you’ll be forced to index all static methods based on the first argument, globally. 2. Method call code completion will be ridiculous.
10.
▲
by
zeedude
3y ago
My sentiments exactly. The “API designers should control their APIs” one is my favorite and one of the more ridiculous things I’ve heard him say, which is saying something. It’s beyond humor, though, that all of his reasons are fallacies.
11.
▲
by
zeedude
3y ago
Nice redirection of focus there.
12.
▲
by
zeedude
3y ago
The “truth”
13.
▲
by
zeedude
3y ago
Limit training to stackoverflow input and wham! we have automated modern programming ;)
14.
▲
by
zeedude
3y ago
They are good about supporting latest JDK release and all LTS releases, going back to 8. It’s Oracle’s saber rattling lately concerning plugins like Lombok and Manifold that make me more disappointed than nervous.
15.
▲
by
zeedude
3y ago
The West has been importing its population for decades, full gas since 1965. Not only is this strategy failing, it is a significant contributor to the West’s current decline. The core problem is more centered on the dynamics of the 20th cen
16.
▲
by
zeedude
3y ago
It’s all about the bottom line. Touch screens consolidate a ton of otherwise expensive switch gear. Going back to physical knobs and buttons means going back to paying for engineering, assembling, testing, etc.
17.
▲
by
zeedude
3y ago
A general purpose language as the basis for a build tool always felt like a sledgehammer/nail situation to me. Personally, I prefer less concise, less flexible build config tooling.
18.
▲
Seamless, type-safe JSON, GraphQL, etc. from Java
(youtube.com)
3 points
by
zeedude
3y ago
|
0 comments
19.
▲
by
zeedude
3y ago
Here we are in the current year and we still i/o source as raw form text. Personally, I’ve always hoped for standardized AST formats with comprehensive tooling, including source control. Many more problems vanish than are created with
20.
▲
by
zeedude
3y ago
>The OS/2 API was, IMO, more logically designed and documented than anything else since. Absolutely. I was disappointed when I began writing Windows apps after having used Presentation Manager etc. Windows APIs felt like children’s
21.
▲
by
zeedude
3y ago
I recall learning Prolog for a CS class back in the late 80s to model problems using its backtracking (chaining) algorithm with facts. Sometime later Rete-based rules languages became popular, but I always thought Prolog’s language approach
22.
▲
by
zeedude
3y ago
The manifold project integrates code gen directly into the compiler. The GraphQL[1] module is amazing. The JSON[2] module for REST looks similarly impressive, but I haven’t personally used it. 1. https://github.com/manifold-
23.
▲
by
zeedude
4y ago
Not sure what you’re getting at, sharing here does for you exactly what you would do with explicit composition.
24.
▲
Forwarding and true delegation: toward practical interface composition with Java
(github.com)
2 points
by
zeedude
4y ago
|
0 comments
25.
▲
Java: True Delegation with Links and Parts
(github.com)
4 points
by
zeedude
4y ago
|
2 comments
26.
▲
by
zeedude
4y ago
There’s a Java compiler plugin, manifold, that makes this type of syntax easy. There’s an example covering the date “literal” case… https://github.com/manifold-systems/manifold/tree/master/man...