HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mrkaye97

9 karmajoined 3 lata temu

Submissions

Handling Graphs with SQL/PGQ in PostgreSQL

cybertec-postgresql.com
3 points·by mrkaye97·w zeszłym miesiącu·0 comments

[untitled]

1 points·by mrkaye97·2 miesiące temu·0 comments

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

nytimes.com
9 points·by mrkaye97·3 miesiące temu·3 comments

Pg_plan_advice: Plan Stability and User Planner Control for PostgreSQL?

rhaas.blogspot.com
1 points·by mrkaye97·4 miesiące temu·2 comments

Show HN: Call Your Loved Ones

cylo.mkaye.dev
4 points·by mrkaye97·6 miesięcy temu·0 comments

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

github.com
1 points·by mrkaye97·12 miesięcy temu·0 comments

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

github.com
4 points·by mrkaye97·12 miesięcy temu·0 comments

Thank you [styled-components entering maintenance mode]

opencollective.com
2 points·by mrkaye97·w zeszłym roku·0 comments

comments

mrkaye97
·7 godzin temu·discuss
Gift link, if you'd like to use it: https://www.nytimes.com/2026/07/13/style/backyard-baseball-v...
mrkaye97
·7 godzin temu·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 miesiące temu·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 miesięcy temu·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 miesięcy temu·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
·w zeszłym roku·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