Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rararational
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
rararational
16y ago
Another terrible: http://www.thehansonso.com/search.php?q=what+is+3+plus+4+min... works on wolfram alpha
2.
▲
by
rararational
16y ago
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
3.
▲
by
rararational
16y ago
Does this fit the criteria for python: print str(range(1,1001)).strip('[]').replace(', ','\n') Edit: added missing [ as pointed out below
4.
▲
by
rararational
16y ago
Only a matter of time, netbsd runs in so many different places it even works well in xen.
5.
▲
by
rararational
16y ago
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,
6.
▲
by
rararational
16y ago
Last I looked some of the thinkpads (15") on lenovo's website had an option for 1920 by something.
7.
▲
by
rararational
16y ago
Google just needs a halo. Which probably just means acquiring talent and company once someone else starts to hit it big.
8.
▲
by
rararational
16y ago
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).
9.
▲
by
rararational
16y ago
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 a
10.
▲
by
rararational
16y ago
It is actually submissions ranked by HN users whose accounts were created in the first year.
11.
▲
by
rararational
16y ago
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%.
12.
▲
by
rararational
16y ago
That is actually quite cool, I do remember seeing all the crazy solutions to projecteuler when I was doing those and it even made me try to grok some of what J did and you don't even need an APL keyboard to write it.
13.
▲
by
rararational
16y ago
To be honest I think the person he is is part of why the FSF GNU succeeded in some sense, he is a radical and often radicals can further change more quickly than any other kind of person. That said he is very weird and some part of me think
14.
▲
by
rararational
16y ago
With my personal experience of being a student in graduate level engineering classes, one thought to consider is that while there is a load of books for undergraduate courses when you get in the tougher subjects (or more advanced subjects)
15.
▲
by
rararational
16y ago
I'm more surprised at the in two years you will be reading techcrunch than the apple part. Snark aside I wonder what the karma limit to flag is now.
16.
▲
by
rararational
16y ago
I've never met you so I can't possibly think you are offensive but I do find your writing style a bit harsh to read, some people obviously like it though.
17.
▲
by
rararational
16y ago
I would describe his entire writing style as annoying and abrasive which makes it so I can read barely any of it. But I suppose some people like it or the ideas as his writings seem to do well here.
18.
▲
by
rararational
16y ago
Chrome dev tools because I don't have to install anything. (Though I am using firefox 4 beta for browsing now)
19.
▲
Understanding Python Decorators
(stackoverflow.com)
2 points
by
rararational
16y ago
|
0 comments
20.
▲
by
rararational
16y ago
I think he was making a joke about it :)
21.
▲
by
rararational
16y ago
I don't find other domains amateurish, but certain domains I'm unlikely to give information to: such as .ru and .ly and maybe in the future .ng but haven't seen evidence for that yet. I think the main advantage of .com .net .org is the goog
22.
▲
by
rararational
16y ago
They should have been kind enough to use his last name if they were going to name the release after him. But I've never heard of release names for wordpress before so I don't expect this to mess google search results up when searching for d
23.
▲
Blogofile (Static website generator)
(blogofile.com)
2 points
by
rararational
16y ago
|
0 comments
24.
▲
by
rararational
16y ago
You don't need to even do it with javascript you just need to have a form that submits to your server (like say through a cgi script) which then updates the static file on s3.