rararational | 15 years ago | on: New AI Search Engine - Trying to beat Google, Wolfram Alpha, DuckDuckGo
rararational's comments
rararational | 15 years ago | on: Stack Overflow: Printing 1 to 1000 in C
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.rararational | 15 years ago | on: Stack Overflow: Printing 1 to 1000 in C
print str(range(1,1001)).strip('[]').replace(', ','\n')
Edit: added missing [ as pointed out belowrararational | 15 years ago | on: NetBSD now runs on Amazon EC2
rararational | 15 years ago | on: Don't touch me, I'm British
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.
rararational | 15 years ago
rararational | 15 years ago
Which probably just means acquiring talent and company once someone else starts to hit it big.
rararational | 15 years ago | on: Hardest captcha ever?
rararational | 15 years ago | on: Hey HN, I'm starting a small business. For $50, I'll design a logo for you
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.
rararational | 15 years ago
rararational | 15 years ago | on: Ask HN: Do you "grandfather" beta users into a free plan?
rararational | 15 years ago | on: J Source to be released under GPL
rararational | 15 years ago | on: "WTF, [rms] can't maintain his own damn website?"
That said he is very weird and some part of me thinks he would be annoying to hang around with but he always seem to be at least somewhat polite online.
rararational | 15 years ago | on: Ask HN: Teach Undergrad or Grad Students
rararational | 15 years ago | on: In Two Years, Most Of You Will Be Reading TechCrunch From An Apple Device
Snark aside I wonder what the karma limit to flag is now.
rararational | 15 years ago | on: Brief Thoughts on Angel List
rararational | 15 years ago | on: Brief Thoughts on Angel List
rararational | 15 years ago | on: Ask HN: What do you use Firebug or Chrome developer tools?
(Though I am using firefox 4 beta for browsing now)
rararational | 15 years ago | on: Show HN: I'll help you name your next startup/product for $50
rararational | 15 years ago | on: Ask HN: The importance your domain (.com vs .io)
I think the main advantage of .com .net .org is the google boost but that might change in the future and if your product is right it shouldn't matter.
Personally I really don't like when the domain name is part of the name it makes it harder for me as typing a period in between a word seems unnatural: bing.com is easier for me than bi.ng.
works on wolfram alpha