davidtos | 11 months ago | on: Ask HN: What are you working on? (March 2025)
davidtos's comments
davidtos | 1 year ago | on: Ask HN: What are you working on (September 2024)?
davidtos | 1 year ago | on: Java Virtual Threads: A Case Study
[1] https://davidvlijmincx.com/posts/virtual-thread-performance-...
davidtos | 2 years ago | on: We switched to Java 21 virtual threads and got a deadlock in TPC-C for Postgres
- jdk.virtualThreadScheduler.maxPoolSize=10
davidtos | 2 years ago | on: Show HN: I automated half of my typing
Creating a layer for this sort of typing would also be really cool and not having to use that leader key the entire time.
davidtos | 2 years ago | on: Ask HN: Could you share your personal blog here?
I write mostly about concurrency and testing in Java for the last two years now.
I do it in hope that it helps people and to connect with people who share the same passion :D
davidtos | 3 years ago | on: Ask HN: Is having a personal blog/brand worth it for you?
It helped me to get noticed at my work and to make new connections.
You will always learn something about the stuff you write. To write better, some new way of doing something, or something from the comments.
I run my blog through cloudflare pages. I only have to push a new markdown file to github and the Hugo template and cloudflare do the rest. Took only a few hours to setup correctly.
davidtos | 3 years ago | on: Ask HN: Share your personal site
I write mostly about Java, testing and future additions to the language.
davidtos | 4 years ago | on: Ask HN: Great Blogs by Programmers
The goal is to bring fast random read/writes to Java. Fun project with lots of great challenges around performance while maintaining a nice API.