Viewing profile — cantdutchthis
cantdutchthis
HN member- Joined
- Tue, Jun 16, 2015, 2:53 PM UTC
- HN karma
- 513
- Public activity
- 79 items
- HN profile
- View on Hacker News ↗
About cantdutchthis
No profile information was provided.
Recent public activity
-
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
- story
-
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…
-
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
- story
-
comment
Comment #48968172
Reading these kinds of stories always make me happy. Well done!
- story
- comment
-
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…
-
comment
Comment #48750558
Not to mention the fact that marimo-pair also supports non-Claude models.
- story
- story
-
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…
- story
-
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…
- story
-
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…
-
comment
Comment #46277054
Creator of calmcode here, AskMeAnything[tm].
- story
- story
-
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!
- story
-
comment
Comment #45085420
i’ve used freedom.to at times to just turn off all distractions, works pretty well
-
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
-
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…