ryanwaldorf

↗ HN profile [ 63.8 ms ] full profile
Karma
9
Created
March 19, 2019 (7y ago)
Submissions
0
  1. I built a Chrome extension that lets you fork Claude conversations to avoid token limits while preserving full context and files. It's completely free and open source. Key features: - Adds "Create new Chat from Here"…

  2. Hey hacker news! I built Melchi, an open-source tool that handles Snowflake to DuckDB replication with proper CDC support. I'd love your feedback on the approach and potential use cases. *Why I built it:* When I worked…

  3. This open-source app lets you convert spreadsheet files (e.g. CSV/excel), JSON files, or pasted data to SQL in-clauses or CREATE TABLE/INSERT INTO TABLE combinations. Let's you easily move data into your warehouse for…

  4. This package lets you unload a CSV from a warehouse, turn that CSV into SQL statements creating a temp table and inserting data with a CLI command, and copy those SQL statements into your query editor so you can start…