Viewing profile — ctc24
ctc24
HN member- Joined
- Mon, Sep 21, 2020, 2:31 PM UTC
- HN karma
- 585
- Public activity
- 77 items
- HN profile
- View on Hacker News ↗
About ctc24
No profile information was provided.
Recent public activity
-
comment
Comment #47222944
Prequel | Software Engineers (backend or full-stack) | NYC (ONSITE) | $170k-$210k | prequel.co Prequel enables software companies to sync data to their customers' data environments…
-
comment
Comment #46329805
I'm with you on the misspellings. This is why we ultimately ruled out any of those options.
-
comment
Comment #46327375
Agreed, I like `ingest` as well. It does somewhat violate principle d), but the other solutions violate more of those. And to your point, they're principles, not rules.
-
story
Ask HN: What would you call a package whose purpose is to import data?
Let's assume you're writing Go, Python, or any other language in which `import` is a reserved keyword. Let's assume also that you're writing a new package, whose purpose is to "imp…
- story
- story
- story
-
comment
Comment #43557679
Prequel | Staff Frontend / Full Stack Engineer / SWE Intern | ONSITE in New York City | Full Time | https://prequel.co - Prequel is the customer data access platform. We enable Saa…
- job
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #40846807
Disagree on the data silo issue. There's a growing trend of SaaS providers making data available to their customers by feeding it back into their DWs. It started with the likes of …
- story
-
comment
Comment #40674834
Databricks themselves open-sourced it: https://www.datanami.com/this-just-in/databricks-open-source...
- story
- story
- story
- story
-
comment
Comment #39620886
That's a bit of a strawman argument. Per the post, you can't leverage this on a read replica, it has to be run on primary. So you're going to stand up and manage a full new Postgre…
-
comment
Comment #39620623
Why wouldn't you simply use SQLite (or some other in-memory flavor of SQL) instead of hacking the main Postgres db and adding load to the primary instance? The author makes a valid…