I'm currently working on modeling energy, climate and new policies like universal basic income
Ask HN: What are you working on? (June 2026)
101–110 of 1001 posts
Re: Ask HN: What are you working on? (June 2026)
#102Re: Ask HN: What are you working on? (June 2026)
#103Re: Ask HN: What are you working on? (June 2026)
#104https://logging24.com/landing_a/
The basic idea is to make Regex-scans so fast/cheap that "a metric" can be anything numeric in the text and "tracing" is useless because you can just log (and filter) more things. Turns out Regex at >200GB/s solves a lot of problems.
Metric cardinality explosion is immediately a non-issue, histograms have arbitrary resolution, and you can get from histogram pixels back to the underlying logs. And no need to instrument everything thrice for logs, metrics and traces.
The next big feature I'm aiming for is needle-in-a-haystack searches. The data block headers support it already, but the scan engine doesn't yet use it.
Re: Ask HN: What are you working on? (June 2026)
#105We are in the process of writing our own vertical stack with Go to control the machine instead of expensive and handicapped solutions from Siemens and etc.
Re: Ask HN: What are you working on? (June 2026)
#106indiesecurity.com
Re: Ask HN: What are you working on? (June 2026)
#107Re: Ask HN: What are you working on? (June 2026)
#108And been working on a Mario-with-guns game concept: http://devz.cl/posts/what-if-mario-had-a-gun/
Thought it’d be a short concept to get from start to finish but the things you need to implement and plan for in a video game can be near infinite and decision paralysis is a real problem for me.
Re: Ask HN: What are you working on? (June 2026)
#109Re: Ask HN: What are you working on? (June 2026)
#110The idea is decompile something like Wordperfect or Framemaker, then port the NeXTStep code to GNUStep and have WP on GNUStep/Linux.