You need to enable JavaScript to run this app.
Readit News
Overwview
Stories
Comments
Posted by
u/ludovicianul
2 months ago
Ask HN: What AI agents have you built?
ludovicianul
commented on
A Deep Dive into OpenAPI
deployhq.com/blog/unlocki...
·
Posted by
u/whatatimeline
cyberax
·
2 months ago
Ugh. OpenAPI: just say "no". It's WAY too verbose, and there are usually many ways to shoot yourself in the foot.
Protobuf-based APIs are much nicer to work with. Either via gRPC, or via ConnectRPC.
ludovicianul
·
2 months ago
I would say being verbose is a positive thing. It removes the need of having additional (and usually out-of-sync) documentation. Plus all the tooling around it that allows you to keep public Dev documentation in sync with min effort.
Posted by
u/ludovicianul
3 months ago
JEP 198: Lightweight JSON API
openjdk.org/jeps/198...
Posted by
u/ludovicianul
3 months ago
Austin book club reading the same book for 12 years
kut.org/austin/2025-05-14...
Posted by
u/ludovicianul
4 months ago
FaceAge, a deep learning system to estimate biological age from face photographs
thelancet.com/journals/la...
Posted by
u/ludovicianul
4 months ago
Ask HN: AI Replacing Engineers – Firsthand Stories?
ludovicianul
commented on
Ask HN: What are you working on? (April 2025)
·
Posted by
u/david927
ludovicianul
·
4 months ago
I'm building a CLI time tracker.
https://github.com/ludovicianul/timi
Posted by
u/ludovicianul
4 months ago
Ask HN: What project are you building for personal use that uses AI?
Posted by
u/ludovicianul
4 months ago
JEP 506: Scoped Values final for Java 25
openjdk.org/jeps/506...
Load more content (10 of 269)
l
u/ludovicianul
Karma
Cake day
1613
December 15, 2016
View Original
Protobuf-based APIs are much nicer to work with. Either via gRPC, or via ConnectRPC.