HackerTrans
TopNewTrendsCommentsPastAskShowJobs

goleary

no profile record

Submissions

$1/month Web Analytics from the team behind Drizzle ORM

onedollarstats.com
1 points·by goleary·il y a 2 ans·0 comments

comments

goleary
·il y a 9 mois·discuss
Here's an interesting read on the evolution beyond RAG: https://www.nicolasbustamante.com/p/the-rag-obituary-killed-...

One of the key features in Claude Code is "Agentic Search" aka using (rip)grep/ls to search a codebase without any of the overhead of RAG.

Sounds like even RAG approaches use a similar approach (Query Generation).
goleary
·l’année dernière·discuss
> I did not invest the time to experiment with my SSB receiver and therefore never got any weather reports during the voyage.

wow
goleary
·il y a 2 ans·discuss
David *Sucks
goleary
·il y a 3 ans·discuss
>But consider a personal finance app. The main goal is cross device sync, cloud backup, offline capable, etc. In this case having the entire db stored on every device is probably what you want.

A bit confused by this. If I'm a developer of a PFM, I don't want anything but a single user's financial data synced to their device. This sounds like partial replication to me.
goleary
·il y a 3 ans·discuss
Yeah, my solution is just using a deep link - I'm unable to track whether or not the payment is completed due to the lack of a Venmo API.

I wrote about how it works here: https://gabeoleary.com/posts/venmo-deeplinking-including-fro...

When I wrote this it only worked on mobile. The deep link would take one into the app with the amount/details etc prefilled out. Just tested and it looks like the same format works on desktop now too.

I had until just now not realized that Plaid has a Venmo integration.

I could imagine using the deep link to begin the transaction and then using the plaid connection to look for it's completion...
goleary
·il y a 3 ans·discuss
Although it seems to have actually linked successfully after going through the Splitwise auth flow despite this error.
goleary
·il y a 3 ans·discuss
I tried to link Splitwise, but keep getting "The authorization flow was cancelled" While the authorization window is open.
goleary
·il y a 3 ans·discuss
Very cool, I signed up for a trial to kick the tires!

I created a tool that helps people stay on top of shared transactions (https://reconcile.app/) a few years ago and have recently been working on another iteration of it that has some similarities to what you've built, but with a focus on couples who share much of but not all of their financial lives.