Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bayan1234
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
bayan1234
3y ago
For this reason, I use gpt4 mostly just to start off new functions and then I edit them myself. It would be awesome if gpt4 could be made to edit the code and therefore, it didn’t have to regenerate it from scratch every time. The regenerat
2.
▲
by
bayan1234
3y ago
Yes exactly. My company has asked AWS if they will be adding support for pgvector for rds but they haven't been able to confirm if that will happen any time soon. If the vectors are in the same database as the tabular/structured d
3.
▲
by
bayan1234
4y ago
The hack to solve this is to embed each paragraph in your large corpus. Find paragraphs most similar to the user query using embeddings. Put the paragraphs and the raw user query into a prompt template. Send the final generated prompt to gp
4.
▲
by
bayan1234
4y ago
I would subscribe but your website doesn't have a clear demo video of a child using the product to read. It looks very interesting and useful though!
5.
▲
by
bayan1234
4y ago
Fivetran, Stitch, Meltano and Airbyte are tools used to extract data from tools such as these into databases. Census and Hightouch can be used to sync data into these tools from databases.
6.
▲
by
bayan1234
4y ago
Forecast package in R is quite useful. Even if you don’t use R, this book by Rob Hyndman is very approachable and easy to follow. https://otexts.com/fpp2/
7.
▲
by
bayan1234
4y ago
Create features for day of week, day of year, month of year, lagged values of y, lagged values of y for each period (eg: 1, 2, 3 weeks and years ago etc). You then predict forward 1 time step at a time.
8.
▲
by
bayan1234
4y ago
I think the author isn't talking about changing the product, but the market positioning and how it's communicated to customers.
9.
▲
by
bayan1234
5y ago
This looks really cool! I really like the free form chart builder. I work at Simply Wall St and we also make financial data easy to use and understand. We’ve realised that a bigger portion of our effort should be spent on educating individu
10.
▲
by
bayan1234
5y ago
I was initially excited about this as I think it might solve our Redshift pain points and potentially avoid us having to deal with a migration to Snowflake but then I remembered when AWS account managers promised Athena and Spectrum would s
11.
▲
by
bayan1234
5y ago
If you have a very stable SQL pipeline that runs frequently during the day then it's probably cheaper to have it on a normal Redshift cluster.
12.
▲
by
bayan1234
5y ago
Having used Redshift considerably in the past and experienced significant pain with many aspects of it, I would stay away. There are other much better options, ideally Snowflake.
13.
▲
The quickest way to build user funnels with SQL
(blog.supercooldata.com)
3 points
by
bayan1234
5y ago
|
0 comments
14.
▲
by
bayan1234
5y ago
I read somewhere (a YC video or post I can't find now) that during a pivot, the problem you're working on shouldn't really change, but the solution might change completely. I interpreted the superordinate goal as the higher l
15.
▲
by
bayan1234
5y ago
I think one of the less discussed advantages of SQL and reasons why it might be so prevalent in the analytics world is that users don't really need to spend much time to set up their environment. I can send a query to a less technical
16.
▲
by
bayan1234
5y ago
This is exactly my experience. I've found becoming proficient with Pandas to take much more time than other data manipulation libraries like dplyr or Pyspark dataframes. The Pandas way of doing things is just not memorable or intuitive
17.
▲
by
bayan1234
5y ago
Hi, I’m Bayan, author of the post. I would love to hear if you agree/disagree with the definition of a unicorn product analyst or you’ve met anyone who fits the mould. Keen to hear your thoughts.