Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
iman
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
Enlightenment 0.17 Released After 12 Years of Development
(enlightenment.org)
1 points
by
iman
14y ago
|
0 comments
2.
▲
by
iman
14y ago
I didn't know Uriel or know anything about him, but I used wmii as my main window manager for quite a while around 7 years ago. It was my introduction to tiled window managers, and I haven't looked back since. Thank you Uriel.
3.
▲
Ask HN: Looking for someone to host me in SF next week
2 points
by
iman
14y ago
|
2 comments
4.
▲
by
iman
15y ago
Ahoy, me Hearties! Would also love to get an invite! gmail address is benukem Yarr, mateys!
5.
▲
Programming in Malbolge
(lscheffer.com)
2 points
by
iman
15y ago
|
0 comments
6.
▲
by
iman
16y ago
In a perfect world, people will like the site, and return to it, and maybe spread the word to their friends :) I also have some ideas for integrating game-like features which would introduce viral elements to the site. I would love to hear
7.
▲
by
iman
16y ago
Thanks, these are great comments. 1) Yes, this is something I am thinking hard about. 2) Yes, points and gaming like features with player rankings are key here. I would be very happy to hear about more specific thoughts or suggestions. 3) I
8.
▲
by
iman
16y ago
jtv is similar but is for live video only. also, i plan on adding a lot more interactive features to the site. Right now all of the users in the room are able to vote for the next video. I hope this clarifies things. Several people have sug
9.
▲
by
iman
16y ago
My thinking behind this was indeed to somehow bring a TV feel to the web. But I am actually leaning towards adding even more interactive features to the site. We already have TV. And Youtube and other sites are already moving in the directi
10.
▲
by
iman
16y ago
1,2,3) You are right that the front page does not explain any of this. My thoughts right now are to hope that people click through into a video, and then from there that things are hopefully self-explanatory. Regarding revenue: I have sever
11.
▲
by
iman
16y ago
1. The videos are embedded from youtube. They are hand selected. 2. Voice is an interesting idea, will think about it :) 3. This is a very good idea, and definitely something that is being considered. 4. The name doesn't really have any mea
12.
▲
by
iman
16y ago
Hey guys, I've been reading HN for a long time (since before it was called HN). I rarely comment or submit to HN, but I am really proud to finally submit my site here. Would appreciate any feedback you have! Thanks
13.
▲
Show HN: Launching my Realtime Social Video Startup
(frozenhot.com)
67 points
by
iman
16y ago
|
49 comments
14.
▲
Show HN: Realtime Social Video Watching
(frozenhot.com)
5 points
by
iman
16y ago
|
2 comments
15.
▲
by
iman
16y ago
Also don't forget about the game industry, which is something like $50 billion
16.
▲
by
iman
16y ago
The article title is misleading. After the 4th paragraph, all of the advice is equally relevant to males and females.
17.
▲
by
iman
16y ago
"There are only two hard problems in Computer Science: cache invalidation and naming things." -- Phil Karlton
18.
▲
by
iman
16y ago
I've showered at the beach with my nokia in the pocket of my bathing suit. It was fine. My nokia has fallen out of a moving vehicle. I drop it several times a day. It's been run over by a bicycle. The thing is a rock.
19.
▲
by
iman
16y ago
I was also going to post this. A must read for all programmers. You can overcomplicate things in any language. "The Evolution of a Haskell programmer" is brilliant. Funny and insightful at the same time. Make sure to read the bottom part: "
20.
▲
by
iman
16y ago
I'd also like to add that arrays are the foundational building block of an extension of Haskell focused on parallelism, called "Data Parallel Haskell" http://www.haskell.org/haskellwiki/GHC/Data_Parallel_Haskell
21.
▲
by
iman
16y ago
I don't have a source and I don't quite remember where I heard it. It's probably not true. Although this post from Lambda the Ultimate mentions a similar sentiment: http://lambda-the-ultimate.org/node/1905#comment-23217
22.
▲
by
iman
16y ago
There is a story that one of the designers of Java was pushing very hard in favour of Java references being non-nullable by default. But Gosling rejected the idea claiming that it would be too confusing for programmers and it would kill any
23.
▲
by
iman
16y ago
Here's another great letter of similar style by the creator of ren and stimpy: http://www.lettersofnote.com/2010/01/your-pal-john-k.html (I like how the pixar guy said that it's all about having a good story, while the ren & stimpy gu
24.
▲
by
iman
16y ago
The solution is to track mouse-movement/page-scrolling to check whether the user is interacting with the site. Also, is it possible for javascript to check whether the site's tab and browser window is viewable and in the foreground?
25.
▲
by
iman
16y ago
This question has been bugging me in my mind ever since I first saw this presentation back in 2005: What integer value in a game gets so big that it can potentially overflow a 64 bit integer? I've literally been thinking about this question
26.
▲
by
iman
17y ago
It's often said that privilege escalation under Linux is very easy. Why is Linux so insecure in this aspect? Why does OpenBSD not suffer from local root exploits?
27.
▲
by
iman
17y ago
The problem with Haskell is that it is way ahead of its time, in kind of the same way that lisp was ahead of its time. lisp had high order functions and garbage collection, and now 30 years later all mainstream languages have these features
28.
▲
by
iman
17y ago
no, in the long run you are playing against a known algorithm (assuming you've read the code), and so: - in the case that it is a deterministic algorithm you should be able to win every hand - in the case that the algorithm employs randomne
29.
▲
by
iman
17y ago
The yampa library is an embedded domain specific language for haskell that is graph based. With regular haskell syntax it is indeed quite tricky (and ugly) to describe the graphs, but there is a popular haskell extension (arrow syntax) that
30.
▲
by
iman
17y ago
What about functions of type A x B -> A ? An example would be C++ stream << operator which takes a stream on the left, a string on the right, and returns a stream (after writing the string into the stream). This is so that you c
More ›