Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
seanodonnell
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
seanodonnell
12y ago
I would have signed up via facebook, but then I noticed they wanted my friends list. Nope. Nope. Nope.
2.
▲
by
seanodonnell
13y ago
Everyone sharing everything they have downloaded in a giant cache via mesh networking? Yip, its a great solution. One person endures a slow download, all those who follow have a grand speedy old time.
3.
▲
by
seanodonnell
14y ago
the actual wikipedia article pretty much says it cant.
4.
▲
by
seanodonnell
14y ago
What charges? This is mere extradition for questioning is Sweden is to be believed.
5.
▲
by
seanodonnell
14y ago
very nice, and very nice docs as a whole, is this built on top of an existing documentation framework, or is it a completely in house tool?
6.
▲
by
seanodonnell
15y ago
At present wispy ignores all 3 letter words, apart from a small list considered "non boring", it also ignores plenty of longer words that are considered generally meaningless, The hashtag idea is good, ill look into that, consider it on my
7.
▲
by
seanodonnell
15y ago
It uses jsonp to talk to the twitter api, so if its a rate limit, its on your own ip, are you in a large company or uni by any chance? Otherwise it might just be a slow connection, you dont really know when a jsonp call has failed, so you j
8.
▲
by
seanodonnell
15y ago
I'm planning on doing that, and open sourcing quite a bit of the tools/libraries I had to build myself. The contact page is a little fancy in that it sniffs your browsers feature set via javascript and sends it on to me when you send a mess
9.
▲
by
seanodonnell
15y ago
Thanks, that's pretty much why I built it, its still not as nice as wordle though, but I had to make a lot of feature/performance trade-offs to get it running at a decent speed.
10.
▲
by
seanodonnell
15y ago
HTML5 Canvas powered, with a flash fall-back so it even supports ie6 (very slow on it though). Supports Twitter, Facebook, and pasting in anything you like.
11.
▲
My Hobby Project: Wispy, a canvas powered word cloud generator
(wispy.me)
23 points
by
seanodonnell
15y ago
|
12 comments
12.
▲
by
seanodonnell
16y ago
Microsoft has a ton of stuff here, originally it was mostly localization work, now they do a bit of everything and have a few big datacentres as well. They do enough that "Microsoft" all on its own is a few percent of the GDP.
13.
▲
by
seanodonnell
17y ago
I dont think so, or at least after a lot of searching, I've yet to see anything similar.
14.
▲
by
seanodonnell
17y ago
The video uploaded to the screens is Displayed on 3 large screens in Dublin City Centre (Ireland) all day, and allows people to request their video be played via sms. If anyone has any feedback, suggestions I would love to hear them. Versio
15.
▲
by
seanodonnell
17y ago
This is what the screens look like http://www.flickr.com/photos/seanodonnell/4106843248/ What also might be of interest is they are actually displaying a webpage that uses html5 ogg video.
16.
▲
ZozzyTV, my Startup Launches
(zozzytv.com)
8 points
by
seanodonnell
17y ago
|
5 comments
17.
▲
by
seanodonnell
17y ago
len(list) is actually a shortcut for calling list.__len__() , any object that implements the __len__ method is therefore compatible with it. So in practice, len is in fact a method call. Almost every python function that operates on objects