Live data from Hacker News

Viewing profile — dmadisetti

dmadisetti

HN member
Joined
Wed, May 01, 2019, 4:44 PM UTC
HN karma
47
Public activity
23 items

About dmadisetti

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #46619721

    Relevant paper: https://arxiv.org/abs/2601.05242

  4. story
  5. comment
    Comment #45816599

    realtime collaboration is in under marimo experimental (just flip the flag) marimo doesn't support creatine :)

  6. 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…

  7. 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…

  8. 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 …

  9. comment
    Comment #45601673

    Soft launched in pre-release, but a full version is coming!

  10. 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…

  11. 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…

  12. story
  13. 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

  14. 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…

  15. comment
    Comment #44608460

    Everyone knows prod doesn't break on the weekends

  16. 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…

  17. comment
    Comment #43416847

    Very excited for the top level functions change coming up !!

  18. comment
    Comment #42705148

    Doesn't need to be perfect- but using this would actively reduce productivity

  19. 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…

  20. 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…

  21. 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…

  22. 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…

  23. story