Live data from Hacker News

Viewing profile — cantdutchthis

cantdutchthis

HN member
Joined
Tue, Jun 16, 2015, 2:53 PM UTC
HN karma
513
Public activity
79 items

About cantdutchthis

No profile information was provided.

Recent public activity

  1. comment
    Comment #49047611

    Vincent D. Warmerdam ;) there are a bunch of Dutch people who otherwise have the same name. People also know me from the calmcode youtube channel and https://calmcode.io website

  2. story
  3. comment
    Comment #49044821

    marimo dev here. Just wanted to mention that you're always able to do this: for _x in range(100): ... This way, `_x` is detected as a throwaway Python variable. And it won't re-app…

  4. comment
    Comment #49044806

    marimo dev here, the pitch that got me working there is widgets! This video highlights some fancy tricks: https://www.youtube.com/watch?v=qVSeOr3AIbc

  5. story
  6. comment
    Comment #48968172

    Reading these kinds of stories always make me happy. Well done!

  7. story
  8. comment
  9. comment
    Comment #48784198

    Noticed a similar thing with calmcode.io, the numbers don't lie. At the same time though, the setup of that site is so light/cheap that it remains zero effort to just keep the tuto…

  10. comment
    Comment #48750558

    Not to mention the fact that marimo-pair also supports non-Claude models.

  11. story
  12. story
  13. comment
    Comment #46800249

    You can explore the tool on desktop (via webassembly) over at: https://koaning.github.io/wigglystuff/examples/chartpuck/ It's part of wigglystuff, and there are way more widgets to…

  14. story
  15. comment
    Comment #46799504

    You can explore the tool on desktop (via webassembly) over at: https://koaning.github.io/wigglystuff/examples/chartpuck/ It's part of wigglystuff, and there are way more widgets to…

  16. story
  17. comment
    Comment #46279260

    Multiple people have offered but decided against it for a few reasons. - Proper reviews actually feel like they would take me as much time as doing it myself. - One benefit of doin…

  18. comment
    Comment #46277054

    Creator of calmcode here, AskMeAnything[tm].

  19. story
  20. story
  21. comment
    Comment #45125309

    Been a polars fan for a loooong time. Happy to see the team ship their product and I hope it does well!

  22. story
  23. comment
    Comment #45085420

    i’ve used freedom.to at times to just turn off all distractions, works pretty well

  24. comment
    Comment #45035887

    former employee here, Matt wrote a blogpost with pretty much all of the details here: https://honnibal.dev/blog/back-to-our-roots

  25. comment
    Comment #44848325

    Fun detail, you can actually define functions in a marimo notebook and load them in another Python file if you want. Needs a bit of extra config but tis a really nice feature. http…