Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
not_skynet
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
not_skynet
1y ago
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 the original object, nested classes and custom ty
2.
▲
by
not_skynet
1y ago
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't natively supported by json
3.
▲
by
not_skynet
3y ago
going to shamelessly plug my library for python architecture visualization here: https://github.com/mivanit/dep-graph-viz
4.
▲
by
not_skynet
4y ago
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" mechanism as well. [Foam]( https:/
5.
▲
Show HN: Minimal Static Site Generator
(github.com)
5 points
by
not_skynet
4y ago
|
0 comments
6.
▲
by
not_skynet
4y ago
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 markdown into HTML, and must
7.
▲
by
not_skynet
5y ago
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 inside the package `foo` that you want to bo