Viewing profile — remolacha
remolacha
HN member- Joined
- Wed, Nov 27, 2019, 4:12 PM UTC
- HN karma
- 403
- Public activity
- 78 items
- HN profile
- View on Hacker News ↗
About remolacha
No profile information was provided.
Recent public activity
-
comment
Comment #49162575
in film, it sounds like this is driven by government incentives/disincentives, not labor costs (see anecdotes in this thread about LA-based production crews flying around the world…
-
comment
Comment #46860157
Mesa | San Francisco - On-site | Software Engineers (Senior+) | https://mesa.dev/ Mesa is building GitHub for AI Agents. We create new kinds of infrastructure and human interfaces …
- story
- story
- story
-
comment
Comment #46639383
OP here. We recently open-sourced a small tool we built internally to help answer a question we couldn't find a good solution for: How do you evaluate AI coding agents on a real pr…
- story
-
comment
Comment #42818433
looks cool. do you have any case studies of people using this for big refactors?
-
comment
Comment #42097918
not quite what you're describing, but I open-sourced a fuzzy deduplication tool last week: https://dedupe.it Would be interested in expanding it to deal with data cleaning more bro…
-
comment
Comment #42064948
Appreciate the kind words! Linear scaling in terms of speed and cost. We haven't yet optimized the prompts & choice of model to minimize token usage, so I'd recommend emailing us f…
-
comment
Comment #42064814
Thanks! Yeah, we'd do a GSheet extension if there's enough interest. Privacy-wise, we don't store any data. Local-only isn't a priority, but should be easy to self-host if you take…
-
comment
Comment #42064782
Very cool :) I initially tried something like this, but had trouble getting reliable results without tuning my distance functions to the specific schema & domain. Did you find a wa…
-
story
Show HN: One-Click CSV Deduplication (open-source)
I made an app to fuzzy-deduplicate my Google Sheets and CRM records - No manual configuration required - Works out-of-the-box on most data types (ex. people, companies, product cat…
-
story
Show HN: Fuzzy deduplicate any CSV using vector embeddings
I made an app to fuzzy-deduplicate my Google Sheets and CRM records - No manual configuration required - Works out-of-the-box on most data types (ex. people, companies, product cat…
-
comment
Comment #42012706
Congrats on the launch! One piece of feedback - I find the tagline confusing. I had no idea what "post-code tasks" meant until I clicked around and saw a few examples.
-
comment
Comment #41932116
Congrats guys, this looks great. Definitely would've used Dittofeed for some previous projects.
-
comment
Comment #41336325
@stopachka, sorry for late reply. I've mostly provided my ideal API in the posts above. I think my answer to transactions and forgetting save is to offer a few options, as in Activ…
-
comment
Comment #41324061
Maybe a dumb question, but why do I have to wrap in `db.transact` and `tx.*`? Why can't I just have a proxy object that handles that stuff under the hood? Naively, it seems more ve…
-
comment
Comment #41323905
I really want an ActiveRecord-like experience. In ActiveRecord, I can do this: ```rb post = Post.find_by(author: "John Smith") post.author.email = "john@example.com" post.save ``` …
-
comment
Comment #41322841
This is awesome. I know that a lot of people are looking for something like the Linear sync engine. I appreciate that you're thinking about relational data and about permissions. I…
-
comment
Comment #41164660
This is so epic. One of the fundamental challenges in mainstreaming personal aviation is the difficulty of learning to fly. If you can make it 10x easier, it will be a massive step…
-
comment
Comment #40991105
fantastic. ill give it a go!
-
comment
Comment #40989888
Great concept. Needs a little refinement, but I really miss the ease-of-use of Azure DevOps now that I'm on GH. Excited to test it out Btw, is it open-source?
-
story
Ask HN: Stream processing engine that joins to historical data in Snowflake?
Hey, I'm looking for advice on stream processing engines that allow me to do the following: 1. Required: Write a query that joins an event stream with a historical table in Snowfla…
-
comment
Comment #40182534
Interesting, will try this. I imagine "symmetric" is not the correct term, but what is? I imagine there are constraints on types of random variables for which this will work, but I…