rbaudibert | 19 days ago | on: Ask HN: Is there a PostHog for MCP calls?
rbaudibert's comments
rbaudibert | 1 month ago | on: Ask HN: Share your personal website
rbaudibert | 3 months ago | on: Ask HN: Who is hiring? (December 2025)
rbaudibert | 3 months ago | on: Collaboration sucks
rbaudibert | 6 months ago | on: Ask HN: Is React Dead?
rbaudibert | 8 months ago | on: Timescale Is Now TigerData
rbaudibert | 1 year ago | on: Things we've learned about building products
rbaudibert | 1 year ago | on: Ask HN: Spending Tracking Tools
rbaudibert | 1 year ago | on: Ask HN: Who wants to be hired? (November 2024)
Remote: Yes
Willing to relocate: No.
Technologies: Ruby on Rails, Typescript, React, NextJS, Elixir, Phoenix, Django, PostgreSQL, Redis, AWS, Docker, etc.
Résumé/CV: https://drive.google.com/file/d/11ZWxIrmjtN0ZMCjCIMNz3IY39x7... Email: rafaeelaudibert [at] gmail [dot] com
Linkedin: https://www.linkedin.com/in/rafaeelaudibert
Github: https://github.com/rafaeelaudibert
Website: https://www.rafaaudibert.dev
Senior Full Stack Software Engineer with 7+ years of experience in various industries, ranging from seed- stage SaaS startups to growth-stage scaleups. Proven track record of working with Ruby on Rails, Python + Django, Typescript + React, and Elixir + Phoenix, building reliable and scalable software. I'm motivated by creating new and engaging customer-centric apps loved by clients.
Edit: formatting
rbaudibert | 1 year ago | on: Show HN: Open Sourcing AI Team Dev Tools
Simply removing them in a commit isn't enough to hide them from the internet
rbaudibert | 1 year ago | on: Show HN: A Modern Palletization App
rbaudibert | 2 years ago | on: The world nearly adopted a calendar with 13 months of 28 days
I guess we don't need to move them because we have plenty anyway, compared to the few ones the Americans have.
rbaudibert | 2 years ago | on: Prettymapp – Create maps from OpenStreetMap data in a Streamlit webapp
I'm not sure if this is really a rewrite, or simply an adaptation. I don't think the license could have changed, be advised.
rbaudibert | 3 years ago | on: Launch HN: Propify (YC W23) – Property Management System API Aggregator
rbaudibert | 3 years ago | on: Launch HN: Propify (YC W23) – Property Management System API Aggregator
Diff data + new data definitely seem what 90% of your customers will need.
Another quick question: When you say "Job Success/Failure", what's a job?
_Full disclosure: I work at LeadSimple <https://www.leadsimple.com> and we integrate with most of these companies ourselves, and these questions were just me being interested in knowing how you solved (or intend to solve) some of the same problems we had to solve when integrating with them :)_
rbaudibert | 3 years ago | on: Launch HN: Propify (YC W23) – Property Management System API Aggregator
1. Where are the docs for Webhooks?´
2. Is there any way to get only partial data, which was updated since the last time we hit your API? Is there a way to use a date-based cursor?
3. Is the data being saved (and duplicated) in your server, or are you simply parsing the request, converting to the PMS format, hitting their API, formatting the data, and sending it back, every time?
edit: formatting
rbaudibert | 3 years ago | on: Ask HN: Who is hiring? (January 2023)
rbaudibert | 3 years ago | on: Show HN: LiveTyper, a simple typing speed tester
rbaudibert | 3 years ago | on: Ask HN: Is there any service/application for logging locations I’ve visited
rbaudibert | 3 years ago | on: Show HN: LiveTyper, a simple typing speed tester
Edit: hold on, that was me being dumb. The actual bug is that if I press "Caps lock" (because I type capitalized letters by quickly typing Caps lock + Letter + Caps lock) it incorrectly counts it as a keypress.
For client: If you are using [LLM Analytics](https://posthog.com/docs/llm-analytics) you'll properly capture your tool calls to MCP servers.
For server: It's just normal code, you can instrument and call `posthog.capture` like normal