Gorkem Yurtseven's Avatar

Gorkem Yurtseven

@grk.bsky.social

2,007 Followers  |  52 Following  |  28 Posts  |  Joined: 21.04.2023  |  1.6226

Latest posts by grk.bsky.social on Bluesky

getting ready to release distributed python environments @isidentical.bsky.social has been working on for fal.ai
it is incredible, we are for sure writing a blog post on it

10.05.2023 23:44 β€” πŸ‘ 5    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Growing list of data people to follow@spite.vc
@jakthom.com
@lloydtabb.bsky.social
@grk.bsky.social
@teej.bsky.social
@randyau.bsky.social
@launchit.ai @ryxcommar.bsky.social
@thebbennett.bsky.social
@beeonaposy.bsky.social
@skamille.bsky.social
@seanjtaylor.com
@emilyriederer.bsky.social

10.05.2023 21:33 β€” πŸ‘ 42    πŸ” 17    πŸ’¬ 10    πŸ“Œ 6

Ok hot take; llm projects are packaged very well, you dont even need docker to productize them

06.05.2023 18:51 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

who are these people?

05.05.2023 22:36 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

typescript is wildly successful because it not a special js runtime and produces js code that can work with existing libraries 100% of the time

04.05.2023 02:09 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

but then there will be differences in behavior that impacts how you thought your program ran.. things still wont work at the end lots of libraries need to be re-written in mojo. and that's ok.

04.05.2023 02:08 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

its not going to just work if you try to use your existing python program.. after a lot of new extra work the existing programs will start working and they might even have 100% coverage in terms of python functionality on paper..

04.05.2023 02:02 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

just to be clear mojo is not a python superset yet! it aspires to be one, its a long term goal not something out of the box

04.05.2023 01:55 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

you mean duck

04.05.2023 01:29 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

πŸ‘‹

04.05.2023 00:14 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

have you guys seen creator of LLVM just released a new programming language? why would, world's richest man, bernard arnault create a new programming language?

03.05.2023 18:21 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

just point FalServerlessRunner to your local dbt directory and it takes care of the rest. syncs the project to the cloud, prepares an environment if necessary, runs the dbt command and releases cloud resources

03.05.2023 00:09 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

new addition to fal, FalServerlessRunner - https://github.com/fal-ai/fal/pull/842

best way to run a whole dbt project in fal-serverless

works especially well if you use dbt-duckdb, and keep a duckdb file in the fal-serverless persistent filesystem

03.05.2023 00:01 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0

this is coming along nicely, bonus: also running a small `dbt run` with each event and only storing the transformed table

02.05.2023 23:55 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

who is excited to use polars in python dbt models?

02.05.2023 23:52 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Do I know anyone who uses databricks notebooks at work? How do you manage python environments?

02.05.2023 23:50 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

at least one pr to the docsite repo after every customer call

02.05.2023 23:47 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

β€œThis meeting should have been an offsite”

01.05.2023 21:07 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

30

30.04.2023 22:08 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

You can follow along here:

https://github.com/fal-ai/fal-events

25.04.2023 10:12 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

The beautiful part of this is that the simplest version of this implementation is really simple and good enough for a lot people

25.04.2023 08:21 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Most certainly this will become a problem. I dont expect duckdb to handle a large amount of writes. All the events will be stored in a single duckdb file, that wont scale forever at that point we can swap up storage with open source delta lake (delta-rs) or iceberg

25.04.2023 08:21 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I expect this project to grow as our company grows. First we'll be sending all events directly to a duckdb instance and everything will be stored there

25.04.2023 08:20 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

This will be a reference implementation to how do build such a system using fal-serverless

25.04.2023 08:20 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Previously we were using posthog and snowflake. We don't have a lot data but still snowflake was charging us 1k a month

25.04.2023 08:20 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

We are going to move all our internal user events and metrics to duckdb hosted by fal-serverless

25.04.2023 08:20 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Coalesce proposal submitted! πŸ€Έβ€β™‚οΈ

24.04.2023 14:11 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Thanks for the invite @davidgasquez.bsky.social

21.04.2023 13:26 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I made it!

21.04.2023 07:10 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@grk is following 20 prominent accounts