Viewing profile — charles_parnot
charles_parnot
HN member- Joined
- Tue, May 20, 2014, 7:44 PM UTC
- HN karma
- 76
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About charles_parnot
No profile information was provided.
Recent public activity
- story
-
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!
- story
-
comment
Comment #10190323
Exactly
-
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…
-
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? :)
-
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…
-
comment
Comment #9247586
I added a link to it on asciimage.org
-
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.
-
comment
Comment #9247051
awesome!
-
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…
-
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…
-
comment
Comment #9242637
No worry, and no offense taken!
-
comment
Comment #9242475
Nice way to think about it. I agree.
-
comment
Comment #9242010
Yes, PNG is probably using less memory. For a few small icons, though, it's negligible either way.
-
comment
Comment #9242004
Fair enough. I certainly did not mean to pretend anything like this.
-
comment
Comment #9241386
Exactly, could not have said it better.
-
comment
Comment #9241364
Exactly
-
comment
Comment #9241361
I only use it for very simple icons (square, couple of lines, etc)
-
comment
Comment #9241323
fixed!
-
comment
Comment #9241309
ah, damn, you're right!
-
comment
Comment #9241204
You are totally right, and I actually also considered doing just that initially in my code.
-
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
-
comment
Comment #9241110
TBH, the bug is an example of where this hack should not be used :D
-
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…