Hacker Newsnew | past | comments | ask | show | jobs | submit | rararational's commentslogin


Does this fit the criteria for python:

    print str(range(1,1001)).strip('[]').replace(', ','\n')
Edit: added missing [ as pointed out below


no! For one thing, it still prints out an opening '[' before 1. Second of all, relying on the structure of the string representation of an array is just silly. Perhaps:

    print "\n".join(map(str, range(1,1001)))
or

    print "\n".join(str(i) for i in range(1,1001))


Heh, I forgot about join but that for is still a loop right? :)

Or else you could just:

    for i in range(1,1000):
        print i
Plus relying on the string representation of a list isn't silly it as it doesn't change. I just didn't know if range would meet the criteria or not.


Only a matter of time, netbsd runs in so many different places it even works well in xen.


I can't help but think that you are doing something that you think works but in reality doesn't; if anyone decided to touch my shoulder it would definitely break my current concentration and make me wonder what the hell you are getting at, just seems like cheesy friendly guy with no regards to personal space.

If you touched my elbow I'd probably just walk away (as an american raised male it just seems so wrong).

It would probably be different though if it wasn't someone who I just met and had an accord with.


Last I looked some of the thinkpads (15") on lenovo's website had an option for 1920 by something.


Google just needs a halo.

Which probably just means acquiring talent and company once someone else starts to hit it big.


The normal google captcha is pretty damn hard, once I had to go through like 5 or 10 before I got it though lately it seems to have gotten a little bit easier (or I now know how to guess it better).


That is the most eye blinding site colors I have seen chosen in a long time, it is almost like reading white on yellow.

Other than that some more criticisms:

- Why do you only offer a png for the logo (instead of psd or vector svg) - What are suggestions? (Revisions or something else)

You need to proofread some more (if English isn't your first language maybe you can find a proofreader):

> Every name suggested have a not registered domain.

Every name suggested has an unregistered domain. (Probably could be better) There are more but I don't really have the time.

Best of luck some of the logos look promising.


good point. I'd only want a vector drawing, a png is kind of useless.

I am your target market :), i'd throw $50 at a logo.


thank you! I will consider your suggestions


It is actually submissions ranked by HN users whose accounts were created in the first year.


As a user I would love it if I had a free forever account, but in reality as a producer I probably would just give a discount 25%-50%.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: