Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mrkaye97
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
Why Spotify Is Not Using Bayesian A/B Testing
(engineering.atspotify.com)
2 points
by
mrkaye97
8d ago
|
0 comments
2.
▲
by
mrkaye97
1mo ago
Could be - I’d also argue the time cost to the engineers to switch is pretty significant too, regardless of the monetary cost
3.
▲
by
mrkaye97
1mo ago
I think the clear reason is even with their unreliability, the cost of migrating off of GitHub for _most_ places is not worth it, and so companies don't / won't (yet)
4.
▲
by
mrkaye97
2mo ago
Ah yep! I should’ve given a Go example. In Python we use decorators because it’s what’s in fashion, but in Go and TypeScript you just create a `NewTask()` e.g. where you pass a function (as well as other args), and it returns something with
5.
▲
by
mrkaye97
2mo ago
As a bit of a counterpoint, I help maintain SDKs for Hatchet in multiple languages (largely Python and TS, but also contribute to Go a bit too) that benefit heavily from generics. It's especially useful for things where users of the SD
6.
▲
All Soda Yearns to Be Red
(haterade.substack.com)
6 points
by
mrkaye97
2mo ago
|
1 comments
7.
▲
by
mrkaye97
2mo ago
For what it's worth, Work at a Startup ostensibly does give you something like this on the hiring side, although it's been far from perfect in my experience. I suspect other "platforms" for job searching might have simil
8.
▲
I'm sorry I didn't respond to your job application
(xcancel.com)
8 points
by
mrkaye97
2mo ago
|
2 comments
9.
▲
by
mrkaye97
2mo ago
Indeed! Materialized views won't work here as PG doesn't support "always updated" / "auto-refreshing" materialized views natively (although you can get something similar with extensions like TimescaleDB).
10.
▲
by
mrkaye97
2mo ago
+1 to this - I've griped pretty often that FastAPI's documentation implicitly recommends this ( https://fastapi.tiangolo.com/tutorial/sql-databases/#create-... ) by suggesting using dependency injection to
11.
▲
by
mrkaye97
2mo ago
Thanks! I should have clarified - we haven't been using this pattern for selective joins. Strongly agreed that pulling down extra data into memory and then doing the filtering doesn't make much sense. We've found it useful in
12.
▲
by
mrkaye97
2mo ago
(Matt from Hatchet - Hi Ulysse :wave:) I, at least, don't know of a perfect fix here. Re: the original comment - Postgres will also error on deadlocks after it detects them without setting your isolation level to Serializable, but I ag
13.
▲
by
mrkaye97
2mo ago
agreed :)
14.
▲
by
mrkaye97
2mo ago
(Matt from Hatchet) One small addendum here is we've had a lot of success performing joins in memory in a few very specific situations where the alternative is a single, often overcomplicated query. I've heard / seen advice m
15.
▲
by
mrkaye97
2mo ago
Gift link, if you'd like to use it: https://www.nytimes.com/2026/07/13/style/backyard-baseball-v...
16.
▲
by
mrkaye97
2mo ago
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.
17.
▲
Handling Graphs with SQL/PGQ in PostgreSQL
(cybertec-postgresql.com)
3 points
by
mrkaye97
4mo ago
|
0 comments
18.
▲
by
mrkaye97
4mo ago
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!
19.
▲
All the Worst People Seem to Want to Be 'High Agency'
(nytimes.com)
9 points
by
mrkaye97
6mo ago
|
3 comments
20.
▲
Pg_plan_advice: Plan Stability and User Planner Control for PostgreSQL?
(rhaas.blogspot.com)
1 points
by
mrkaye97
6mo ago
|
2 comments
21.
▲
Show HN: Call Your Loved Ones
(cylo.mkaye.dev)
4 points
by
mrkaye97
8mo ago
|
0 comments
22.
▲
by
mrkaye97
10mo ago
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
23.
▲
by
mrkaye97
10mo ago
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.
24.
▲
Show HN: Medici, an open-source Splitwise-like app for managing expenses
(github.com)
1 points
by
mrkaye97
1y ago
|
0 comments
25.
▲
Show HN: Medici, a minimal, open-source, dead-simple Splitwise alternative
(github.com)
4 points
by
mrkaye97
1y ago
|
0 comments
26.
▲
by
mrkaye97
1y ago
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 p
27.
▲
Thank you [styled-components entering maintenance mode]
(opencollective.com)
2 points
by
mrkaye97
1y ago
|
0 comments
28.
▲
Use Postgres for your events table
(docs.hatchet.run)
3 points
by
mrkaye97
2y ago
|
0 comments
29.
▲
Show HN: Zen, a seeker-first job searching tool
(zensearch.jobs)
4 points
by
mrkaye97
3y ago
|
1 comments
30.
▲
by
mrkaye97
3y ago
Hey everyone! I built a little app I thought people in this community might like / find useful, so I thought I'd share here. It's pretty MVP so go easy on me ;) The app: https://jobcrawler.matthewrkaye.com/ A
More ›