HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mrkaye97

10 karmajoined 3년 전

Submissions

Handling Graphs with SQL/PGQ in PostgreSQL

cybertec-postgresql.com
3 points·by mrkaye97·지난달·0 comments

[untitled]

1 points·by mrkaye97·2개월 전·0 comments

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

nytimes.com
9 points·by mrkaye97·3개월 전·3 comments

Pg_plan_advice: Plan Stability and User Planner Control for PostgreSQL?

rhaas.blogspot.com
1 points·by mrkaye97·4개월 전·2 comments

Show HN: Call Your Loved Ones

cylo.mkaye.dev
4 points·by mrkaye97·6개월 전·0 comments

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

github.com
1 points·by mrkaye97·12개월 전·0 comments

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

github.com
4 points·by mrkaye97·12개월 전·0 comments

Thank you [styled-components entering maintenance mode]

opencollective.com
2 points·by mrkaye97·작년·0 comments

Use Postgres for your events table

docs.hatchet.run
3 points·by mrkaye97·2년 전·0 comments

comments

mrkaye97
·16시간 전·discuss
Gift link, if you'd like to use it: https://www.nytimes.com/2026/07/13/style/backyard-baseball-v...
mrkaye97
·16시간 전·discuss
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개월 전·discuss
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개월 전·discuss
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개월 전·discuss
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
·작년·discuss
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