Ask HN: The Reddit strike has begun. Where do we go now?

I realized today I’ve got a few questions around niche hobbies that typically I’d go find a subreddit for to ask. This ranges from programming in a new framework I’m learning (React Native) to questions around where I can learn more about the cosmos and why we’re here from a physics standpoint, to some health questions around a condition I […]

Show HN: Java REST without annotations, DI nor reactive streams

grumpyrest is a Java REST server framework that does not use annotations, automatic dependency injection or reactive streams, and minimizes the use of reflection. I created this because I got fed up with annotation-mad frameworks that you cannot easily understand, step into or reason about. grumpyrest uses the type system to guide JSON mapping and validation, and (possibly virtual) threads […]