I started a software research company
notes.eatonphil.com/2026-02-25-i...
I started a software research company
notes.eatonphil.com/2026-02-25-i...
I did some OpenJDK commit exploration and I thought I could blog about it too. Here it is: questdb.com/blog/jvm-cur...
13.01.2026 23:43 โ ๐ 4 ๐ 4 ๐ฌ 0 ๐ 0
#Java "Magic" types: The ones you can't name (non-denotable types)
https://www.linkedin.com...
github.com/ibraheemdev/...
A collection of "modern" #Unix tools
My machine froze when I connected async-profiler and I wrote an article about it.
It involves debugging a half-dead Linux kernel, performing live surgery on a frozen CPU with GDB, pulling off a questionable resurrection and other party tricks :)
Read the full autopsy: questdb.com/blog/async-p...
TIL: Early exit makes 'javac' to duplicate 'finally' blocks. Interesting read: www.benf.org/other/cfr/fi...
27.11.2025 08:01 โ ๐ 0 ๐ 1 ๐ฌ 0 ๐ 0
๐ Blogged: "On Idempotency Keys"
Discussing several options for ensuring exactly-once processing in distributed systems using idempotency keys, from UUIDs to monotonically increasing sequences.
๐ www.morling.dev/blog/on-idem...
Hi everyone! An ongoing reorganization at my current employer has prompted me to seek for a new role and would appreciate your support.
I'm open to remote (anywhere) and hybrid roles in Switzerland. I have 25+ years experience as a software developer, 8 as devrel www.linkedin.com/posts/aalmir...
My new bug: Race between stdout and stderr causing CI builds to fail.
questdb.com/blog/azure-p...
My new blog post:
questdb.com/blog/rust-fe...
If you like seeing how high-level code becomes low-level reality, then you will like it. Enjoy!
Jestli chodรญte v Brnฤ na obฤdy do restauracรญ, tak vyzkouลกejte tuhle novou strรกnku www.lepsimenu.cz s pลehledem polednรญch menu. www.reddit.com/r/Brno/s/qA4...
22.05.2025 09:10 โ ๐ 4 ๐ 1 ๐ฌ 0 ๐ 0
TIL: Columbia (US places) and Colombia (South American country) have different spellings, though they sound identical.
Both named after Christopher Columbus but spelt differently in English vs Spanish, I guess?
Oracle Hint of the Day: INDEX_FFS for a Fast Full index Scan.
When you're really trying to tell the optimizer how you feel about that full table scan suggestion๐
SELECT /*+ INDEX_FFS ( o order_pk ) */ COUNT(*)
FROM order_items l, orders o
WHERE l.order_id > 50
AND l.order_id = o.order_id;
I only just learned about CLWB. Is it used/useful beyond writing to non-volatile RAM? Is there a non-volatile RAM which works with Ryzen? ๐ฎ
03.04.2025 08:27 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0Modern microprocessors, a 90-minute guide: www.lighterra.com/papers/moder...
01.04.2025 11:25 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Breaking news: Archaeologists discover ancient scroll revealing Satan's proudest invention wasn't fire or sin, but 1-indexed arrays.
11.03.2025 13:47 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0A source code listing showing how to use the new Kafka share group API to acknowledge messages one by one.
๐จ๐ Blogged: "Let's Take a Look at... KIP-932: Queues for Kafka!"
Kicking off a new blog series to explore all sorts of interesting technologies, projects, and services in the data and streaming space. Up first: the new #ApacheKafka 4.0 API for queue semantics.
๐ www.morling.dev/blog/kip-932...
Interesting issue in OpenJDK's UUID.compareTo(): It uses signed comparisons, which leads to unexpected sorting when the highest bit in either word is set. It can't be fixed since altering a sort order between versions is a big no-no.
27.02.2025 17:58 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0I learned about Chicory thanks to this, It looks pretty cool!
26.02.2025 10:55 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0