And thank you for being a big part of my small world :-)
Merry Christmas to HN
41–50 of 122 posts
Re: Merry Christmas to HN
#42And thank you for being a big part of my small world :-)
Re: Merry Christmas to HN
#43Re: Merry Christmas to HN
#44Re: Merry Christmas to HN
#45This seems as good a place as any to point this out: take a look at the numbers on the frontpage.
Re: Merry Christmas to HN
#46All I want for Christmas is the three lines of CSS it would take to make HN responsive. If that's not possible, I'll take world peace instead.
Re: Merry Christmas to HN
#47Earlier quoted context omitted.
explain :)
Python equivalent for convenience: map(lambda x: chr (x + 32), [45,69,82,82,89,0,35,72,82,73,83,84,77,65,83,1]) Just paste it into a python terminal and run it :)
"".join(map(lambda x: chr (x + 32), [45,69,82,82,89,0,35,72,82,73,83,84,77,65,83,1]))Re: Merry Christmas to HN
#48map (\x -> chr (x + 32)) [45,69,82,82,89,0,35,72,82,73,83,84,77,65,83,1]
What language is this?
map (chr . (+32)) [45, 69, 82, 82, 89, 0, 35, 72, 89, 73, 83, 84, 77, 65, 83, 1]
Re: Merry Christmas to HN
#49Re: Merry Christmas to HN
#50All I want for Christmas is the three lines of CSS it would take to make HN responsive. If that's not possible, I'll take world peace instead.
Seriously, don't make it responsive. I'm already shortening my eyesight by reading HN compulsively on a large iPad, I can't imagine the effects of reading it on a phone.