HackerTrans
TopNewTrendsCommentsPastAskShowJobs

vinarun

no profile record

Submissions

Cash App founder Bob Lee, murderer was someone he knew

forbes.com
3 points·by vinarun·قبل 3 سنوات·0 comments

Ask HN: Why do you use Heroku Connect?

1 points·by vinarun·قبل 3 سنوات·0 comments

[untitled]

2 points·by vinarun·قبل 3 سنوات·0 comments

Tech stocks are way up: layoffs and buy backs

axios.com
1 points·by vinarun·قبل 3 سنوات·0 comments

[untitled]

9 points·by vinarun·قبل 3 سنوات·0 comments

[untitled]

1 points·by vinarun·قبل 3 سنوات·0 comments

[untitled]

1 points·by vinarun·قبل 3 سنوات·0 comments

What the US can do to prepare for a war with China

wsj.com
7 points·by vinarun·قبل 3 سنوات·8 comments

[untitled]

1 points·by vinarun·قبل 3 سنوات·0 comments

Russia's foreign minister says its the highest probability of nuclear conflict

foreignpolicy.com
4 points·by vinarun·قبل 3 سنوات·0 comments

How much bank short sellers profited

1 points·by vinarun·قبل 3 سنوات·1 comments

How LatAm Tech Is Replacing Retool with Google Sheets and Notion

1 points·by vinarun·قبل 3 سنوات·1 comments

Is BTC up because of lack of trust in banks post-SVB?

1 points·by vinarun·قبل 3 سنوات·4 comments

I asked ChatGPT to explain why SVB stock is crashing

2 points·by vinarun·قبل 3 سنوات·4 comments

Congress makes moves against Chinese tech

finance.yahoo.com
3 points·by vinarun·قبل 3 سنوات·1 comments

[untitled]

1 points·by vinarun·قبل 3 سنوات·0 comments

Two-way syncs across your data stack and SaaS tools

5 points·by vinarun·قبل 3 سنوات·1 comments

Make G-Sheets a UI for your MongoDB

5 points·by vinarun·قبل 3 سنوات·2 comments

[untitled]

1 points·by vinarun·قبل 4 سنوات·0 comments

How do you sync customer data in CRMs and Accounting tools to your database?

3 points·by vinarun·قبل 4 سنوات·1 comments

comments

vinarun
·قبل 3 سنوات·discuss
Yeah agreed! We were surprised to hear how deeply bundled Heroku Connect is in their Enterprise plan. Reps not knowing about heroku connect coupled with their abandoned roadmap make us excited to build a better solution
vinarun
·قبل 3 سنوات·discuss
this is actually answered on the airtable community forum

https://community.airtable.com/t5/development-apis/feature-r...
vinarun
·قبل 3 سنوات·discuss
There are limitations by notion on what can be viewed to thousands of records, but you can use a query to pull a filtered view of data in Notion. It's not just a 1:1 mapping but changes in Notion will persist through data in the database that is joined

It's really a way for teams such as customer service who may have their CS ops in Notion to view & change customer data in your data store without adding to an engineer's backlog
vinarun
·قبل 3 سنوات·discuss
looks like it's working now!
vinarun
·قبل 3 سنوات·discuss
[flagged]
vinarun
·قبل 3 سنوات·discuss
https://usebracket.com
vinarun
·قبل 3 سنوات·discuss
yeah you're right. Is a few weeks the true lag time for chatGPT?
vinarun
·قبل 3 سنوات·discuss
U.S. SENATORS WARNER AND THUNE TO ANNOUNCE BILL ON TUESDAY "THAT WILL COMPREHENSIVELY ADDRESS THE ONGOING THREAT POSED BY TECHNOLOGY FROM FOREIGN ADVERSARIES, SUCH AS TIKTOK" -STATEMENT
vinarun
·قبل 3 سنوات·discuss
it was only a matter of time given that Stripe has a penalty too
vinarun
·قبل 3 سنوات·discuss
#2. https://zapier.com #3. https://airbyte.com #4. https://usebracket.com
vinarun
·قبل 3 سنوات·discuss
https://usebracket.com in case you're interested!
vinarun
·قبل 4 سنوات·discuss
Great question!

1. We sync as fast as every minute, whereas airbyte syncs at least every hour. This makes the Google Sheet a way less useful read/write tool, and can also lead to a ton of merge conflicts if you're trying to set up a two-way sync.

2. On that note: Bracket is built for two-way syncing, with handling for merge conflicts built in. That way, you're in control of which source wins race conditions.

3. We have field level controls. For example, some data in the google sheet can be read-only while others are read & write

4. It's at least twice the work (often more!) to set up and manage two pipelines instead of one -- almost like having one email address for sending emails and another for receiving them

5. Airbyte does not support transformations for G Sheets currently, whereas with Bracket you can write a SQL query to transform your data from Postgres to Sheets