HackerTrans
トップ新着トレンドコメント過去質問紹介求人

mrkaye97

9 カルマ登録 3 年前

投稿

Handling Graphs with SQL/PGQ in PostgreSQL

cybertec-postgresql.com
3 ポイント·投稿者 mrkaye97·先月·0 コメント

[untitled]

1 ポイント·投稿者 mrkaye97·2 か月前·0 コメント

All the Worst People Seem to Want to Be 'High Agency'

nytimes.com
9 ポイント·投稿者 mrkaye97·3 か月前·3 コメント

Pg_plan_advice: Plan Stability and User Planner Control for PostgreSQL?

rhaas.blogspot.com
1 ポイント·投稿者 mrkaye97·4 か月前·2 コメント

Show HN: Call Your Loved Ones

cylo.mkaye.dev
4 ポイント·投稿者 mrkaye97·6 か月前·0 コメント

Show HN: Medici, an open-source Splitwise-like app for managing expenses

github.com
1 ポイント·投稿者 mrkaye97·12 か月前·0 コメント

Show HN: Medici, a minimal, open-source, dead-simple Splitwise alternative

github.com
4 ポイント·投稿者 mrkaye97·12 か月前·0 コメント

Thank you [styled-components entering maintenance mode]

opencollective.com
2 ポイント·投稿者 mrkaye97·昨年·0 コメント

コメント

mrkaye97
·8 時間前·議論
Gift link, if you'd like to use it: https://www.nytimes.com/2026/07/13/style/backyard-baseball-v...
mrkaye97
·8 時間前·議論
I was just going to post this, and searched first and landed here. Not much to say beyond that reading this piece made me so happy, and brought back tons of nostalgia for days I'd long forgotten.
mrkaye97
·2 か月前·議論
Hello! Hatchet engineer here - just thought I'd drop a link to some discussion on this topic from last year, which is here: https://news.ycombinator.com/item?id=43574767

Happy to answer more questions beyond this!
mrkaye97
·8 か月前·議論
I've been using Elixir, which has been wonderful, mostly because of how amazing the built in `Enum` library is for working on lists and maps (since the majority of AoC problems are list / map processing problems, at least for the first while)
mrkaye97
·8 か月前·議論
IMO this is very dependent on the risk of cutting once, so to speak. I'd imagine that at PostHog, the idea is there's little risk of cutting many times - iterating - and more damage is done by the measuring taking far too long.
mrkaye97
·昨年·議論
I've been working on this little Splitwise clone type app I've been calling Medici: https://github.com/mrkaye97/medici

Mostly to learn some Rust and because I thought most of the features of Splitwise worth paying for would be fun to build. Been loving working in Axum and getting to implement some fun database things