HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jdenquin

no profile record

Submissions

The AI Token plumbing issue

getlago.com
1 points·by jdenquin·2 miesiące temu·0 comments

Consumer Founders

2lr.substack.com
2 points·by jdenquin·2 miesiące temu·0 comments

5 Years of Founder's Grind

twitter.com
2 points·by jdenquin·4 miesiące temu·0 comments

Open Source Agent Toolkit

github.com
3 points·by jdenquin·6 miesięcy temu·3 comments

Vive la France long live the US

2lr.substack.com
1 points·by jdenquin·9 miesięcy temu·1 comments

Five Costly Legal Mistakes California Startups Should Avoid with Their Employees

sanfranciscoemploymentlawfirm.com
3 points·by jdenquin·9 miesięcy temu·1 comments

Cursor Nailed Pricing

getlago.substack.com
3 points·by jdenquin·w zeszłym roku·0 comments

The Limits of Stripe's Openness: What Developers Need to Know

github.com
2 points·by jdenquin·2 lata temu·0 comments

Can Stripe products stand on their own?

github.com
2 points·by jdenquin·2 lata temu·0 comments

Tesla's Cybertruck is outselling almost every other EV in the US

businessinsider.com
121 points·by jdenquin·2 lata temu·393 comments

Progressive Billing

getlago.com
1 points·by jdenquin·2 lata temu·0 comments

Pricing our open-source product

getlago.com
2 points·by jdenquin·2 lata temu·0 comments

What to do if a user racks up an AI bill and doesn't pay

github.com
1 points·by jdenquin·2 lata temu·1 comments

We crunched the fees of Stripe's 21 products

getlago.com
2 points·by jdenquin·2 lata temu·0 comments

How to prevent fundraising from burning you out

sifted.eu
2 points·by jdenquin·2 lata temu·0 comments

Pricing AI Is Hard

github.com
1 points·by jdenquin·2 lata temu·0 comments

We got into YC, pre-product, pre-revenue

getlago.com
3 points·by jdenquin·2 lata temu·0 comments

Performance inching isn't a strategy, even for AI models

github.com
2 points·by jdenquin·2 lata temu·0 comments

Open Source does not win by being cheaper

getlago.com
3 points·by jdenquin·2 lata temu·0 comments

Is the AI Stack the New 'Modern Data Stack'?

mattturck.com
1 points·by jdenquin·2 lata temu·0 comments

comments

jdenquin
·6 miesięcy temu·discuss
Thanks
jdenquin
·6 miesięcy temu·discuss
This should work! https://github.com/getlago/lago-agent-toolkit
jdenquin
·2 lata temu·discuss
Lago (disclaimer: I'm a founding engineer there)

https://techcrunch.com/2024/03/14/lago-a-paris-based-open-so...
jdenquin
·2 lata temu·discuss
I can see why this might be fun to work on, but as a user, why would I want to learn a logic language when I could just write the SQL myself?
jdenquin
·3 lata temu·discuss
That's a fair question! To be honest, it was a no brainer choice for us since we were 2 engineers at the beginning with 10y exp on Ruby, we wanted to be focused on our product and not on the tech we could use. Ruby ecosystem is still a very good choice imo, as Python or NodeJS or any other language could also be! I have the strong opinion that regardless the language you use, you will always face the same problems, so go with what you're familiar with and let's focus on what you want to do. I can swear that we had some headaches about our core billings features, if we had a tech we did not master, we may have lose all our hairs! The only downside I can see is recruitment, it can be harder to find experienced ruby developers, but well, if it's the only one we have, I'm pretty happy with it!
jdenquin
·3 lata temu·discuss
Hey @haolez, yes the main repo contains all the docker configurations and 2 subsmodules, so you just have to clone this one and have Lago up in 2 minutes if you want to try it out! Our api uses Ruby On Rails and our front end is build with React!
jdenquin
·4 lata temu·discuss
all the Lago's api, what we call backend is open source, you can check it out there https://github.com/getlago/lago
jdenquin
·4 lata temu·discuss
all the Lago' api, what we call backend is open source, you can check it out there https://github.com/getlago/lago
jdenquin
·4 lata temu·discuss
Lago actually use Gotenberg, it's very nice to manage the headless chromium state without any headache!
jdenquin
·4 lata temu·discuss
The pain in there is that every time you want to have a PDF generation system, you have to do the same stuff, it's not "complex" at all, but it definitely takes time, whatever the technology you use. On my experience, having ten thousand PDF generating at the same time was a very high load for our infrastructure and the cost was enormous, that is one of the main thing I'll focus on today : the scalability of it. It also depending on the way you create your template, hard coded with pixels or HTML!
jdenquin
·4 lata temu·discuss
I was very surprised too!
jdenquin
·4 lata temu·discuss
Really helpful, It's really hard to know about all the fees!
jdenquin
·4 lata temu·discuss
Billing is definitely a complex subject in tech and is also very important for any SaaS.
jdenquin
·4 lata temu·discuss
I totally agree with you, I had to work on the Qonto's billing system (that Raffi is talking in the blog post) and it wasn't fun to maintain. I remember the pain it was to change anything without breaking the whole system, not because the system was bad, but because it's complex and when you build it in-house, you will certainly take some shortcuts that makes it not so flexible!