Viewing profile — saj1th
saj1th
HN member- Joined
- Sat, Sep 08, 2012, 6:46 AM UTC
- HN karma
- 35
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About saj1th
Recent public activity
-
comment
Comment #48519957
Been exploring loop engineering. Addy Osmani has a good post on it: https://addyosmani.com/blog/loop-engineering/ The hard part of loop engineering IMO is the machinery around it, …
- comment
- comment
-
comment
Comment #29270026
> There is also the question of computing for ML. Few reasons why Databricks platform shines here. 1) Not limited by just udfs - Extensions to improve performance, including GPU ac…
-
comment
Comment #29246270
> I do not see why it would be much slower than direct access to the storage. Implementations of protocols like ODBC/JDBC generally implement their custom on-wire binary protocols …
-
comment
Comment #29245417
Check out https://databricks.com/product/unity-catalog when you get a chance. There are other solutions in this space as well.
-
comment
Comment #29244402
> Have you tried to implement row- and column-based security on direct access to cloud storage? It flat out does not work. It is a solved problem. Essentially you need a central pl…
-
comment
Comment #29236893
> Why would Spark trounce Snowflake. What makes it inherently so much faster at 100TB jobs? These are the slides from a talk one of the co-founders (@rxin) gave at Stanford. https:…
- comment
- comment
-
comment
Comment #29233166
:) That is a good question. Why spend eng cycles to submit results to the TPC council - why not just focus on customers? I believe the co-founders have addressed this in the blog. …
-
comment
Comment #29211735
>the delta also still keeps partitioning information in the hive metastore, while iceberg keeps it in storage, making it a far superior design. Check out https://github.com/delta-i…
- story
- story
-
comment
Comment #11014485
By the same token, would you consider https://github.com/Debian an endorsement and enticement to run proprietary software ?
-
comment
Comment #10737360
The ipad app paper could be used to create similar looking diagrams
-
comment
Comment #8107300
Does this mean new packages/bridges that supports context.Context getting released for back-end datastores like elasticsearch, aws etc?
-
comment
Comment #8096231
Cool! thanks for clarifying things up.
-
comment
Comment #8095976
Informative article elithrar - thanks!. Wondering why appContext was used instead of goji's Context/environment object ? Does not a context struct that holds all the handler depend…
-
comment
Comment #8095646
Found it interesting that inject wires up the object graph and runs only once on application startup. Curious to know your thoughts around why this lib could be considered non-idio…
- story
-
comment
Comment #8088806
This is great news! Keep up the good work.
-
comment
Comment #8070746
Hugo lacks a couple of features that are present in Octopress or Jekyll but is much more performant. Hosting Hugo blog on GitHub Pages ~ http://hugo.spf13.com/tutorials/github_page…