Viewing profile — decebals
decebals
HN member- Joined
- Tue, Oct 06, 2015, 10:42 AM UTC
- HN karma
- 5
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About decebals
No profile information was provided.
Recent public activity
-
comment
Comment #46854873
For context, the guidelines are split into standalone markdown files (one for the model, one human-readable README per topic).
-
story
Ask HN: How do you give AI enough Java-specific context before code generation?
I’ve been writing Java for 25+ years (mostly enterprise; created pf4j and pippo). When using AI for code generation, I kept seeing the same issues: N+1 queries, poor exception hand…
-
comment
Comment #46763381
I'm the creator of PF4J ( https://github.com/pf4j/pf4j ) - a plugin framework for adding extensibility to Java applications, used by companies worldwide ( https://github.com/pf4j/p…
- story
-
comment
Comment #11064413
Maybe an answer is https://www.reddit.com/r/java/comments/3x1wsm/why_are_java_w... The Pippo goal is to simplify the web development in Java (as much as possible). If you want to w…
-
comment
Comment #11064355
Thanks for your appreciation. With Pippo you can see your web application as a regular Java application (with a static main method). You are not forced to create a web.xml file. Of…
-
comment
Comment #11060900
I am the initiator of this project. It's an honor for Pippo to be mentioned on ycombinator. I see some debates related to "micro" definition. A while ago a friend of mine posted so…
-
comment
Comment #10337980
I don't know many things about Spark, so I can't make a full comparison. I will try bellow to enumerate some advantages of Pippo: - modular [1] (spark uses a giant static singleton…