It's like var_dump($x); die(); until you have dd($x).
Parsing html with an invalid url will crash Parse
The microformats parser will crash when url.Parse returns an error. The "parsed" will be nil and this will crash inside ResolveReference.
I found it while parsing: https://chat.indieweb.org/dev/2018-04-17. This will also crash when run with gomf https://chat.indieweb.org/dev/2018-04-17
https://github.com/willnorris/microformats/blob/bc552049783fddac99a36ffb65bf3c99f12b64d7/microformats.go#L226
I will like to combine my old and new websites into one page. The old site is statically generated. I have been writing there since 2004. So there is quite a bit of history there. I would need to convert all that to the new backend, so I fill in the gap from 2004 to now.
I have heard of people also convert Facebook and Twitter posts into their new websites. Perhaps this is something that I should also do, especially since Facebook and Twitter, may one day stop working.
In the current situation I have some more posts and Facebook, Twitter and perhaps Github. All of it could be transported here (somehow).
What do I still need:
- Public/private settings for posts
- Photo album style pages
- A page where I can list all the companies that are getting some of my information 😉


