Viewing profile — not_skynet
not_skynet
HN member- Joined
- Sun, Jul 25, 2021, 2:08 AM UTC
- HN karma
- 11
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About not_skynet
Recent public activity
-
comment
Comment #44068592
It does allow dumping to/recovering from json, apologies if that isn't well documented. Calling `x: str = json.dumps(MyClass(...).serialize())` will get you json you can recover to…
-
comment
Comment #44068042
going to shamelessly plug my own library here: https://github.com/mivanit/ZANJ You can have nested dataclasses, as well as specify custom serializers/loaders for things which aren'…
-
comment
Comment #37027242
going to shamelessly plug my library for python architecture visualization here: https://github.com/mivanit/dep-graph-viz
-
comment
Comment #32786111
I use [Dendron]( https://www.dendron.so ) for this. You can add tags or links to any entry, and the targets of those links will have backlinks. There's a nice "daily note" mechanis…
-
story
Show HN: Minimal Static Site Generator
`pandoc-sitegen` uses pandoc and mustache templating to turn a bunch of markdown files into a minimalist site, while still allowing for things like an automatic list of blog posts.…
-
comment
Comment #31244987
this is probably the best chance I'll get to plug this on HN: https://github.com/mivanit/pandoc-sitegen It's a truly dead simple static site generator that uses pandoc to turn the …
-
comment
Comment #27946133
I actually spent time wrestling with exactly this earlier today, and I think I finally have a 2 line solution for it: https://pastebin.com/5WCXb2Gg Assuming `foo.bar` is a script i…