Viewing profile — dmadisetti
dmadisetti
HN member- Joined
- Wed, May 01, 2019, 4:44 PM UTC
- HN karma
- 47
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About dmadisetti
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #46619721
Relevant paper: https://arxiv.org/abs/2601.05242
- story
-
comment
Comment #45816599
realtime collaboration is in under marimo experimental (just flip the flag) marimo doesn't support creatine :)
-
comment
Comment #45623709
We've addressed this too by allowing a setup cell: ... with app.setup: import numpy as np @app.cell def cell_uses_np(): # no np needed in signature result = np.... The best part ab…
-
comment
Comment #45607393
marimo has a quarto extension and a markdown fileformat [1] (marimo check works on this too!). The python fileformat was chosen such that "notebooks" are still valid python, but ye…
-
comment
Comment #45601701
> But I really don't want to deal with yet another AI assistant, especially not a custom one when I'm already using Claude/etc from the CLI and I want those agents to help me edit …
-
comment
Comment #45601673
Soft launched in pre-release, but a full version is coming!
-
comment
Comment #45601663
Arguments are typed if explicitly specified in definition, e.g. ```python @app.cell def my_cell(): x : int = 1 return (x,) @app.cell def consumer(x : int): y = x return ``` We've t…
-
comment
Comment #45509302
marimo notebooks double as python Python programs, which means they can be lint-ed like any other code. `marimo check` catches notebook-specific issues (variable redefinition acros…
- story
-
comment
Comment #44629861
Hey, if your name had an accent, workspace creation should have failed Not sure how we missed that in testing. But it should be good to go now
-
comment
Comment #44611813
I just turned off /notebooks in robots.txt Our thoughts are the same as gists- Molab is built to share your work and give you a place to tinker. Please don't put your api keys in t…
-
comment
Comment #44608460
Everyone knows prod doesn't break on the weekends
-
comment
Comment #43418697
I'm from a computational mechanics background, and my biggest issue with jupyter notebooks was doing analysis, playing around with my models, getting results I was happy with; then…
-
comment
Comment #43416847
Very excited for the top level functions change coming up !!
-
comment
Comment #42705148
Doesn't need to be perfect- but using this would actively reduce productivity
-
comment
Comment #42705056
Yeah, they're not exactly a scrappy startup- I'd be surprised if they had 0 QA. Makes me wonder if they internally have "press releases / Q" as an internal metric to keep up the hy…
-
comment
Comment #42705022
I feel like pytomls and shared source are becoming standard, but yes- notebooks vs research code are sometimes very separate, very difficult to directly reproduce. A big difficultl…
-
comment
Comment #42704941
The beta is inconsistently showing (required a few refreshes to get something to show up), but my limited usage of it showed a plethora of issues: - Assumed UTC instead of EST. Cor…
-
comment
Comment #19799087
``` meme2txt distracted_boyfriend.png \ --meme "the internet" 9 68 black \ --meme "classic memes" 16 80 black \ --meme "$(toilet "meme2txt" -fsmblock)" 30 40 white ``` Sure, it see…
- story