Live data from Hacker News

Viewing profile — charles_parnot

charles_parnot

HN member
Joined
Tue, May 20, 2014, 7:44 PM UTC
HN karma
76
Public activity
33 items

About charles_parnot

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #10228834

    The Mac app is still a paid app, but given the iOS ecosystem, it seems they decided it was not worth trying to charge for it. It's a bit sad but a great deal!

  3. story
  4. comment
  5. comment
    Comment #10187456

    Right, it was tongue in cheek. There is of course some data in there :-) I suppose what I meant is that it is lossy: you cannot get back what you "INSERT". That violates a pretty b…

  6. comment
    Comment #10185640

    An interesting consequence of contentless tables is that you end up with a database that does not have data. Should we still call it a database? :)

  7. comment
    Comment #9248383

    I actually did consider this when writing the "parser" but it was complicated enough that it was just getting in the way of my goal of having the simplest code and specs that got t…

  8. comment
    Comment #9247586

    I added a link to it on asciimage.org

  9. comment
    Comment #9247096

    Be my guest :-) I added the js port on asciimage.org. There is a Go version as well I will link to.

  10. comment
    Comment #9247051

    awesome!

  11. comment
    Comment #9247037

    I know SVG very well, even have used it a few times for automatic generation of various graphics for bioinformatic projects. I use a lot of different graphic editors, and I am very…

  12. comment
    Comment #9244024

    Nice to see the actual comparison of the binary size (and there is the 2x and 3x png). On the other hand, to be fair, the memory footprint will be more with the ASCII version (text…

  13. comment
    Comment #9242637

    No worry, and no offense taken!

  14. comment
    Comment #9242475

    Nice way to think about it. I agree.

  15. comment
    Comment #9242010

    Yes, PNG is probably using less memory. For a few small icons, though, it's negligible either way.

  16. comment
    Comment #9242004

    Fair enough. I certainly did not mean to pretend anything like this.

  17. comment
    Comment #9241386

    Exactly, could not have said it better.

  18. comment
  19. comment
    Comment #9241361

    I only use it for very simple icons (square, couple of lines, etc)

  20. comment
  21. comment
    Comment #9241309

    ah, damn, you're right!

  22. comment
    Comment #9241204

    You are totally right, and I actually also considered doing just that initially in my code.

  23. comment
    Comment #9241196

    When you skip a character, you move on to next shape. So, 1-2-3 5-6-7 = 2 triangles But 1 3 5 = 3 points

  24. comment
    Comment #9241110

    TBH, the bug is an example of where this hack should not be used :D

  25. comment
    Comment #9241088

    Hi, all. I am the blog post author, blown away by the attention this 1-day hack is getting! I am the author of Findings, a lab notebook app for scientists. Check it out and show it…