Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
BobKabob
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
BobKabob
15y ago
The most amazing thing about this for me was that YouTube reports that there were only 152 views when I watched it, and zero comments. And the link has 7 points on HN, Yet this link made it to the front page of HN (currently the 8th highe
2.
▲
by
BobKabob
15y ago
OK, so once you have launched a company, and survived past those scary first couple years, you no longer qualify? I ask because I founded a startup in '96, and we still try to "think like a startup". Just because we've been profitable for
3.
▲
by
BobKabob
15y ago
I signed up for facebook, friended no one that didn't friend me and that I didn't know personally, told no one about my account, and have a folder of facebook spam in my email box that already has 40 messages in about 2 months. Facebook
4.
▲
by
BobKabob
15y ago
It seems to me that there could be a version of Python that is solely optimized for speed, and allows full compilation. I haven't given this a great deal of thought, but I bet that if you defined a subset of the language that is Python-lik
5.
▲
by
BobKabob
15y ago
I was a regular contributor to Techcrunch comments (and not a troll), but I haven't commented once since they moved to Facebook comments. And I won't. This Techcrunch article is the first one in a week or more that I have read the comments
6.
▲
by
BobKabob
15y ago
Gimp Screen capture and print.
7.
▲
by
BobKabob
15y ago
Pretty cool! Not to be pedantic (I hate that word), but in the spirit of improvement, you may want to spell check your popups. (example: "<bdi> Text that is seperated from directional formatting of its surroundings." ... should be
8.
▲
by
BobKabob
15y ago
I agree (except for the part where you wanted to down-vote me). I wasn't trying to say it was their fault. It was more a comment about other comments, not about the django guys. I love django. But I also I can't wait for the day when we c
9.
▲
by
BobKabob
15y ago
On the contrary, sometimes "out of the box" thinking by a non-expert is exactly the lightning bolt from out of nowhere that can cause a breakthrough.
10.
▲
by
BobKabob
15y ago
You can submit stories with a new account. Press submit at the top. You can also link to your site in the comments (although it better be relevant to the discussion, or you'll probably get voted down into oblivion as spam!)
11.
▲
by
BobKabob
15y ago
@CaptainObvio.us: There's always room for another great site about ideas, but check out halfbakery.com. You might get some ideas from their site. It's good, not great, but has an active user base.
12.
▲
by
BobKabob
16y ago
I can't believe it... not one comment telling the django guys to quit celebrating and get back to work on a version that supports Python 3? :-) Seriously, Adrian, Jacob, and the django team, I love your product. I actually just bought a S
13.
▲
by
BobKabob
16y ago
You may want to take a look at Pinax to get a HUGE head start on a django-based web app. ( http://pinaxproject.com ) And since installing Pinax auto-installs django 1.2 (currently), you may want to stick with that. But if you aren't using
14.
▲
by
BobKabob
16y ago
I'm glad TC moved away from Discus and moved to the facebook commenting system. I won't ever comment there again. I was wasting far too much time on TC comments.
15.
▲
by
BobKabob
16y ago
I think there's a Biblical parable that probably fits here - the one with the "talents". I just believe that those who are blessed in life shouldn't flush it down the toilet. A million dollars a week? Think of how many people could have b
16.
▲
by
BobKabob
16y ago
what tool(s) did you use to create that video? I love it! very impressive!
17.
▲
by
BobKabob
16y ago
If you want to see this Private Beta, click here, and help me out. :-) http://answerin30.com/0x1ks
18.
▲
by
BobKabob
16y ago
Anybody losing $1M PER WEEK makes you question how the fool and his money got together in the first place. Good to see at least a little justice in this world. I wouldn't wish bad things to happen to anybody, but if it has to happen to som
19.
▲
by
BobKabob
16y ago
I really like Felix's Corollary and the Millionaire's Estimation! http://en.wikipedia.org/wiki/Rule_of_72#Felix.27s_Corollary_...
20.
▲
by
BobKabob
16y ago
"Any traditional OOP programmer might tell you that essential elements of OOP are encapsulation and message passing. The Python equivalents are namespaces and methods. Python doesn't subscribe to protecting the code from the programmer, lik
21.
▲
by
BobKabob
16y ago
"We're the AngelList for Developers" Ok, so now, instead of trying to figure out what one company does, I have to figure out what two companies do!
22.
▲
by
BobKabob
16y ago
I'm using FF on Win. I think you need to key in a search term at the top, and press enter, to see what others are seeing.
23.
▲
by
BobKabob
16y ago
Even better Python variation: Prints 1 to 1000 and quits: from __future__ import print_function z="0123456789" map(print,map(lambda x: int("".join(x))+1,zip(sorted(z*100), sorted(z*10)*10, z*100)))
24.
▲
by
BobKabob
16y ago
How about this Python solution: z="0123456789" print map(lambda x:int("".join(x))+1,zip(sorted(zip(*z)[0]*100), sorted(zip(*z)[0]*10)*10, zip(*z)[0]*100)) Only downside is that it prints as a list (s
25.
▲
by
BobKabob
16y ago
Here's a solution in Python, using pretty much the same logic as the top vote-getter on Stack Overflow: def f(a): print a print a+1 {999: int}.get(a,f)(a+2) f(1) Note, I had to count by twos, because wh
26.
▲
by
BobKabob
16y ago
"Voluntary response data are worthless" is flat out wrong Period. This poll is a case in point, I enjoyed reading the responses. And I enjoyed reading your rant about voluntary response data. Therefore there is some worth.
27.
▲
by
BobKabob
16y ago
Very cool stuff! I'd love to see an example as to how you'd integrate that into a Python/Django project.
28.
▲
by
BobKabob
16y ago
Very true. And in fact, all things considered, I believe we are both doing pretty well now, separately. So you could say that all's well that ends well. My business with the 3rd partner has lasted far longer than the typical small business
29.
▲
by
BobKabob
16y ago
I would say that he was Steve, I was Chris. Although one of those names is actually one of our names, and incorrectly assigned. He is the best pure software developer I have seen ever. He could crank code like no one I have ever seen. Bu
30.
▲
by
BobKabob
16y ago
I'll tell you what NOT to do. Don't think of him as the first one on the hiring list! I had my pair programming soulmate as early as age 15, back in the very early PC days (mid-to-late 70's). We ended up working together at a small softwa
More ›