Readit News logoReadit News
Starlord2048 commented on Happy 20th birthday, Y Combinator   twitter.com/garrytan/stat... · Posted by u/btilly
Starlord2048 · 6 months ago
[flagged]

Dead Comment

Starlord2048 commented on A 10x Faster TypeScript   devblogs.microsoft.com/ty... · Posted by u/DanRosenwasser
Starlord2048 · 6 months ago
[flagged]

Dead Comment

Starlord2048 commented on Polars Cloud: The Distributed Cloud Architecture to Run Polars Anywhere   pola.rs/posts/polars-clou... · Posted by u/neilfrndes
scrlk · 6 months ago
Ibis also solves this problem by providing a portable dataframe API that works across multiple backends (DuckDB by default): https://ibis-project.org/
Starlord2048 · 6 months ago
wow, ibis supports nearly 20 backends, that's impressive
Starlord2048 commented on Polars Cloud: The Distributed Cloud Architecture to Run Polars Anywhere   pola.rs/posts/polars-clou... · Posted by u/neilfrndes
Starlord2048 · 6 months ago
I can appreciate the pain points you guys are addressing.

The "diagonal scaling" approach seems particularly clever - dynamically choosing between horizontal and vertical scaling based on the query characteristics rather than forcing users into a one-size-fits-all model. Most real-world data workloads have mixed requirements, so this flexibility could be a major advantage.

I'm curious how the new streaming engine with out-of-core processing will compare to Dask, which has been in this space for a while but hasn't quite achieved the adoption of pandas/PySpark despite its strengths.

The unified API approach also tackles a real issue. The cognitive overhead of switching between pandas for local work and PySpark for distributed work is higher than most people acknowledge. Having a consistent mental model regardless of scale would be a productivity boost.

Anyway, I would love to apply for the early access and try it out. I'd be particularly interested in seeing benchmark comparisons against Ray, Dask, and Spark for different workload profiles. Also curious about the pricing model and the cold start problem that plagues many distributed systems.

Starlord2048 commented on Introducing command And commandfor In HTML   developer.chrome.com/blog... · Posted by u/Kerrick
Starlord2048 · 6 months ago
Thanks for sharing

The idea of declarative UI actions without JS is appealing

The good:

* Killing boilerplate for popovers/modals (no more aria-expanded juggling).

* Built-in commands like show-modal bake accessibility into markup.

* Custom commands (e.g., --rotate-landscape) let components expose APIs via HTML.

My doubts:

* Abstraction vs. magic: Is this just shifting complexity from JS to HTML? Frameworks already abstract state—how does this coexist?

* Shadow DOM friction: Needing JS to set .commandForElement across shadow roots feels like a half-solved problem.

* Future-proofing: If OpenUI adds 20+ commands (e.g., show-picker, toggle-details), will this bloat the platform with niche syntax?

Starlord2048 commented on The necessity of Nussbaum   aeon.co/essays/why-readin... · Posted by u/rbanffy
Starlord2048 · 6 months ago
When we talk about making AI safer, we often slide into paternalistic frames where we dictate outcomes rather than enabling capabilities with appropriate guardrails. The distinction she makes between providing capabilities and forcing functions seems critical.

I'm curious if anyone has explored applying Nussbaum's theory directly to AI development frameworks. What would her capabilities list look like for artificial intelligence? Could this be a more productive framework than current alignment approaches?

u/Starlord2048

KarmaCake day63April 3, 2020View Original