Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ejboy
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
The Arrival of Java 27
(inside.java)
4 points
by
ejboy
19h ago
|
0 comments
2.
▲
by
ejboy
7d ago
There are ways to make copy-paste ChatGPT usable with things like AI Badger. Also, ChatGPT web is unmetered, so you can do review/planning work and only delegate the actual implementation to Codex.
3.
▲
by
ejboy
7d ago
I’d trust Marlboro as my healthcare provider before I’d install a Trojan from Zuck.
4.
▲
Java and Polyglot Microservice Benchmarks (K6 Load Test)
(ozkanpakdil.github.io)
1 points
by
ejboy
8d ago
|
1 comments
5.
▲
by
ejboy
10d ago
Probably because Zuck is a big fan of ancient Rome.
6.
▲
Go Is Not Just for CLIs. It Runs the Cloud Native Control Plane
(devops-daily.com)
2 points
by
ejboy
12d ago
|
0 comments
7.
▲
by
ejboy
12d ago
I am happy to see JDK versions actually becoming faster and lighter over time. Nice contrast with other platforms that seem to be moving in the opposite direction.
8.
▲
by
ejboy
12d ago
Thank you - very useful summary.
9.
▲
Spring Boot Tips: Easiest Way to Provide Environment Variables
(sivalabs.in)
1 points
by
ejboy
13d ago
|
0 comments
10.
▲
No Database Operations Found: What Writing a Spring Boot Analyzer Taught Me
(foojay.io)
2 points
by
ejboy
13d ago
|
0 comments
11.
▲
Modern Java: An In-Depth Guide from Java 8 to Java 21
(medium.com)
4 points
by
ejboy
15d ago
|
0 comments
12.
▲
Why is Arrays.fill 265 times slower on G1GC?
(krzysztofslusarski.github.io)
30 points
by
ejboy
16d ago
|
27 comments
13.
▲
by
ejboy
19d ago
Author here. I’m continuing to improve StatLite alongside these low-memory experiments. One direction I’m exploring is supporting other Micrometer-based frameworks, like Quarkus, which should be an interesting fit for this kind of 256 MB VP
14.
▲
Native Java with GraalVM and Virtual Threads on Kubernetes
(piotrminkowski.com)
3 points
by
ejboy
22d ago
|
0 comments
15.
▲
by
ejboy
22d ago
Author here. I just published a follow-up experiment pushing the same Spring Boot setup down to 256 MiB VPS running Alpine Linux and JDK 25 + compact object headers.
16.
▲
Code maintainability plummets in the AI coding era
(leaddev.com)
4 points
by
ejboy
23d ago
|
0 comments
17.
▲
by
ejboy
23d ago
I wouldn't say collapse. But given that we started in November 2025 (with wide adoption of Claude Code), we probably have 3 to 15 months before we see widespread impact on quality.
18.
▲
by
ejboy
25d ago
One big benefit of TUIs is that they lower the bar for customer adoption. Before Claude Code, it was unthinkable to come up with a mass-market TUI because most users would not use it simply because it's a terminal. Now, it can even be
19.
▲
by
ejboy
28d ago
Keeping priorities right!
20.
▲
by
ejboy
28d ago
Used to code primarily in Java. Now my app stack is about 80% Go. I love that it enables lightweight application development. Glad to see the platform evolving with a focus on resource efficiency.
21.
▲
by
ejboy
28d ago
My guess is that two factors are amplifying each other - Microsoft pushing for AI-assisted development internally and external agentic tools putting a lot of pressure on GitHub.
22.
▲
by
ejboy
29d ago
I ran into this during Monday’s outage. My project-management tool caches GitHub issues and metadata locally, so I was able to keep planning without interruption. Sounds like GitHub may be having issues again today too, although I haven’t r
23.
▲
by
ejboy
1mo ago
Totally. I've learned a lot this year, but the knowledge feels shallow. I'm now mostly outcome-oriented, rather than focused on the journey.
24.
▲
Reducing Maven stdout noise by 99% while keeping failure traces
(pvrlabs.xyz)
1 points
by
ejboy
1mo ago
|
0 comments
25.
▲
Show HN: Mvn-lite – I taught Maven to be an introvert for coding agents
(pvrlabs.xyz)
3 points
by
ejboy
1mo ago
|
0 comments
26.
▲
by
ejboy
2mo ago
Just added Docker support in the 0.2.2 release
27.
▲
by
ejboy
2mo ago
Just added Docker support in the 0.2.2 release! You can spin it up with: docker run --rm -p 127.0.0.1:9090:9090 ghcr.io/pvrlabs/statlite:latest Opening http://127.0.0.1:9090 will auto-monitor StatLite itself so you can
28.
▲
by
ejboy
2mo ago
I ran across Beszel earlier - it’s a great project! But where Beszel focuses on server and container metrics, StatLite focuses strictly at the application layer-tracking app-level traffic, errors, latency, restarts, and runtime health. Both
29.
▲
by
ejboy
2mo ago
Thanks, I can see the value for quick testing. I don’t use Docker in my own setup, but I’d consider adding it. An issue with the workflow you’d expect would be helpful - the tracker is under GitHub -> PVRLabs/statlite -> Issues.
30.
▲
Lightweight Spring Boot Monitoring Without Prometheus and Grafana
(pvrlabs.xyz)
29 points
by
ejboy
2mo ago
|
8 comments
More ›