Viewing profile — verdy_p
verdy_p
HN member- Joined
- Tue, Aug 01, 2017, 11:15 AM UTC
- HN karma
- 21
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About verdy_p
No profile information was provided.
Recent public activity
-
comment
Comment #14906820
I would have said exactly the opposite: blurred strokes belong to bitmaps, you are still thinking that pixels are square over a regular area that can opnly be rotated by multiples …
-
comment
Comment #14906751
The XML parser is not much a problem: the time to parse it is insignificant compared to the waste of resources to store and transport bitmap graphics. Bitmaps will also never be ab…
-
comment
Comment #14906729
SVG stadnardisation and support is growing fast, notably because it is now part of HTML5 and has strong support in browsers, which are the most active software development needed f…
-
comment
Comment #14904670
Note that this version returns the array it operates on instead of just void
-
comment
Comment #14904666
See https://news.ycombinator.com/item?id=3494048
-
story
Will It Shuffle?
The shuffle Javascript algorithm may be rewritten with functional programming, minimum overhead just as. shuffle= (a)=>{var b=Math.floor,c=Math.random,d=a.length;while(--d>=0)((c)=…