HackerTrans
トップ新着トレンドコメント過去質問紹介求人

akshayka

no profile record

投稿

Benchmarking LLMs with Marimo Pair

ericmjl.github.io
1 ポイント·投稿者 akshayka·3 か月前·0 コメント

My article on why AI is great (or terrible) or how to use it

matthewrocklin.com
165 ポイント·投稿者 akshayka·6 か月前·228 コメント

[untitled]

1 ポイント·投稿者 akshayka·8 か月前·0 コメント

Why DNB moved off Databricks notebooks and onto marimo

marimo.io
5 ポイント·投稿者 akshayka·9 か月前·0 コメント

Show HN: Molab, a cloud-hosted Marimo notebook workspace

molab.marimo.io
123 ポイント·投稿者 akshayka·12 か月前·21 コメント

コメント

akshayka
·先月·議論
Hello from the original creator of marimo. We now default to putting outputs below cells (feedback heard!). Pluto.jl was a significant inspiration in marimo’s original design.
akshayka
·3 か月前·議論
Thanks for the kind words.

We've had the same thought, and are experimenting in this direction in the context of recursive language models.

Let us know if you have feedback!
akshayka
·3 か月前·議論
You have good timing. Earlier today we announced an agent skill that drops Claude into a running marimo notebook session, allowing it to run code in the marimo kernel (read variables, test logic, get feedback when errors like multiple definitions are hit, add and remove cells, manipulate UI elements ...):

https://news.ycombinator.com/item?id=47678844
akshayka
·4 か月前·議論
Hello from the original creator of marimo. Do you have teaching materials to share? I would love to see how one might teach Python with a reactive notebook
akshayka
·8 か月前·議論
See the corresponding Show HN from earlier today for a technical overview. There are some interesting components, such as the LSP-based implementation and the integration with uv

https://news.ycombinator.com/item?id=45982774
akshayka
·8 か月前·議論
This is Akshay, the original creator of marimo. Our whole team has come over to CoreWeave. We're building a whole lot more, not less, and our number one priority continues to be the open-source. We're also growing the open-source team, i.e. we're hiring.
akshayka
·9 か月前·議論
Anecdotally it seems like most software engineers have heard of linear programming, but very few have heard of convex programming [1], and fewer still can apply it. The fixation on LPs is kind of odd ...

[1] https://github.com/cvxpy/cvxpy
akshayka
·9 か月前·議論
Hi! Thanks for your interest. marimo is much more than that — unlike traditional notebooks, marimo is "reactive", meaning it models notebooks as dataflow graphs and keeps code an outputs in sync. Moreover, marimo notebooks are not "just notebooks". They can be seamlessly run as interactive web apps or as Python scripts.

Here is our original ShowHN post that explains what marimo is all about: https://news.ycombinator.com/item?id=38971966

Blog that goes deeper: https://marimo.io/blog/lessons-learned
akshayka
·9 か月前·議論
You can not use the AI features, nothing is enabled by default (you have to bring your own keys)
akshayka
·12 か月前·議論
More than that. marimo.app runs in the browser with WASM. That makes for a snappy experience but is limited in RAM and what kinds of packages can be run. This runs Python on a traditional backend, letting you use any package and any more resources.
akshayka
·12 か月前·議論
We've got you covered: https://www.youtube.com/live/cYtWzIaGvb4?si=ZbhWEQBBv15yo8eq
akshayka
·12 か月前·議論
Hi! molab is not available for self-hosting. For self-hosting, you have a few options:

Use marimo open source. This can be self-hosted in the same way that Jupyter can. Repo: https://github.com/marimo-team/marimo

Use marimo's WebAssembly notebooks (exporting to WASM-powered HTML). For example, that's how Cloudflare is sharing marimo notebooks currently: https://notebooks.cloudflare.com/. Docs: https://docs.marimo.io/guides/exporting/#export-to-wasm-powe...

Use within JupyterHub: https://github.com/jyio/jupyter-marimo-proxy
akshayka
·12 か月前·議論
If your notebooks need keys, use mo.ui.text(kind=“password”), similar to the example from Hugging Face: https://molab.marimo.io/notebooks/nb_jpcTRt2jckij9iujuZ6NuZ
akshayka
·12 か月前·議論
Thanks! Notebooks on molab are public (but undiscoverable, like public GitHub gists), and can be shared with links. This is described here: https://marimo.io/blog/announcing-molab.
akshayka
·12 か月前·議論
Sorry! Did the notebook not connect to the runtime? Notebooks usually start quickly but there is variance, which we are working to tighten. If you have a notebook link/ID, we can look into it.