Live data from Hacker News

Viewing profile — Eisfunke

Eisfunke

HN member
Joined
Fri, Sep 25, 2020, 7:11 AM UTC
HN karma
31
Public activity
9 items

About Eisfunke

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. 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.

  4. comment
    Comment #26116239

    Wow. I'm unsure whether I should be impressed or horrified. I've added the link to the article, thank you.

  5. 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…

  6. 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…

  7. comment
    Comment #26115943

    Yes, but SVG is not good as a machine-focused format as well, that's kind of the point.

  8. 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).…

  9. 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.