Ok in all seriousness, right now I'm tracking down an issue with the ENA network interface which results in sporadic packet loss. Triggering the issue is hard and seems to require a large number of TCP segments being pushed to the NIC very fast. So far I've found that my reproducer stops reproducing when I turn off write combining on the MMIO space used for low latency queueing, which is... just a little bit weird.
Ask HN: What Are You Working On? (April 2026)
231–240 of 1001 posts
Re: Ask HN: What Are You Working On? (April 2026)
#232With this stack, I'm scaffolding several (fingers crossed) commercial learning SaaS products. The first [2] is LettersPractice - a minimalist early literacy app that's family-first, in so far as it presumes an adult supervisor who co-learns strong confidence as a phonetic coach both at and away from the app. Putting considered rails on the parent-child reading experience.
The second set of apps is in music, with some experimental dev right now against piano (via midi devices), flute [3], aural skills, and sightsinging.
[1] https://github.com/patched-network/vue-skuilder , https://patched.network/skuilder
Re: Ask HN: What Are You Working On? (April 2026)
#233Re: Ask HN: What Are You Working On? (April 2026)
#234Re: Ask HN: What Are You Working On? (April 2026)
#235Apache Shiro PMC chair (trying to get financial support for the project) https://shiro.apache.org
Jakarta EE Components: https://github.com/flowlogix/flowlogix and it's starter: https://start.flowlogix.com
Working on all of these for the last 15 years, looking for more exposure.
Re: Ask HN: What Are You Working On? (April 2026)
#236Re: Ask HN: What Are You Working On? (April 2026)
#237Re: Ask HN: What Are You Working On? (April 2026)
#238Re: Ask HN: What Are You Working On? (April 2026)
#239Based on top of that is Caution, the first FOSS general purpose verifiable compute platform launching next week in private beta.
Re: Ask HN: What Are You Working On? (April 2026)
#240Many people know that a handy data analysis feature in Excel is to create a pivot table from a spreadsheet. But spreadsheets are limited to just a million rows. You can get around this limit by jumping through a bunch of hoops.
My system lets you easily create tables with thousands of columns and hundreds of millions of rows. (Just drop a CSV, Json, or other file on a window to create a table.)
Now you can create a pivot table from it with just a few clicks of the mouse. It is fast (I created a pivot table against an 8.5 million row table of Chicago crime data in less than a second.)
The resulting pivot table is interactive. Each cell (row/column intersection) has all the row keys mapped to it. Double-click on any cell and it will instantly show you all the rows in the original table that were used to calculate the cell. You can then analyze those rows further.
It also works well against much larger tables. I have tested it out against 25M, 50M, 100M, and 200M+ row tables.