HackerTrans
TopNewTrendsCommentsPastAskShowJobs

akshayka

no profile record

Submissions

Benchmarking LLMs with Marimo Pair

ericmjl.github.io
1 points·by akshayka·3 माह पहले·0 comments

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

matthewrocklin.com
165 points·by akshayka·6 माह पहले·228 comments

[untitled]

1 points·by akshayka·8 माह पहले·0 comments

Why DNB moved off Databricks notebooks and onto marimo

marimo.io
5 points·by akshayka·9 माह पहले·0 comments

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

molab.marimo.io
123 points·by akshayka·12 माह पहले·21 comments

comments

akshayka
·पिछला माह·discuss
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 माह पहले·discuss
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 माह पहले·discuss
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 माह पहले·discuss
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 माह पहले·discuss
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 माह पहले·discuss
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 माह पहले·discuss
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 माह पहले·discuss
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 माह पहले·discuss
You can not use the AI features, nothing is enabled by default (you have to bring your own keys)
akshayka
·12 माह पहले·discuss
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 माह पहले·discuss
We've got you covered: https://www.youtube.com/live/cYtWzIaGvb4?si=ZbhWEQBBv15yo8eq
akshayka
·12 माह पहले·discuss
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 माह पहले·discuss
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 माह पहले·discuss
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 माह पहले·discuss
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.