Viewing profile — Eisfunke
Eisfunke
HN member- Joined
- Fri, Sep 25, 2020, 7:11 AM UTC
- HN karma
- 31
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About Eisfunke
No profile information was provided.
Recent public activity
-
comment
Comment #31190808
You're right, sorry. Most typos should be fixed now. I made the translation into English in a rush and didn't think of running it through a spellcheck beforehand. Thanks for remind…
-
comment
Comment #31190237
As explained in the text: the point isn't that these problems aren't solved by blockchain, they're amplified. E.g.: scams existed without blockchain, but now they're forever and pe…
-
comment
Comment #26116325
Obviously, if you just reimplement SVG in JSON it's not going to get better, there would be far more to it. And I'm a big fan of strong schemas, it's the best part of XML.
-
comment
Comment #26116239
Wow. I'm unsure whether I should be impressed or horrified. I've added the link to the article, thank you.
-
comment
Comment #26116158
You're absolutely right, it is always a trade-off. I've added a paragraph at the end of my article focused on that particular problem to address that: https://www.eisfunke.com/arti…
-
comment
Comment #26116140
Author here, for editing SVGs by hand I use VSCode (or VS Codium to be precise) with the SVG Viewer add-on in split-screen: https://marketplace.visualstudio.com/items?itemName=cssh…
-
comment
Comment #26115943
Yes, but SVG is not good as a machine-focused format as well, that's kind of the point.
-
comment
Comment #24587641
It's simple compared to other solutions I found when writing the article, in my opinion (while I wasn't the one who put "simple" in the title here, my original title is different).…
-
comment
Comment #24587458
Note that when using docker-compose you don't need any manual docker network calls with my solution as well. The systemd-network and docker-compose files suffice.