I imagine hn owes a lot of success to its simplicity. I was always confused by slashdot's filters and the threads in almost every other forum, with Post #18 replying to Post #7 and Post #27 replying to Post #3, but only 10 posts visible per page. Busy people don't have the time to wade through stuff like that, so all you're left with are the trolls. hn's nested threads built with are so simple that they're brilliant.…
To Paul Graham
31–40 of 162 posts
Re: To Paul Graham
#32Earlier quoted context omitted.
I can see why they are permanent; it makes your votes feel like they mean something. But please, can we at least get an allotted number of "vote revokes" per week or something? I agree, it's too easy to misclick on an arrow on a touchscreen, and there's nothing that can be done.
Better & simpler solution: Bigger buttons on touchscreen devices, preventing mis-clicks in the first place
4 points by alanh 18 minutes ago | link | parent | flag | upvote | downvote
Re: To Paul Graham
#33One thing that is different here is that this site does not need to generate (ad/any) revenue, so many of the irritating things that will be common in other forums will be absent here.
Re: To Paul Graham
#34Earlier quoted context omitted.
Yeah, but they need to make votes non permanent. It's a crapshoot if you'll hit the up or down arrow on a mobile device or iPad when you try to rate stuff.
Agreed. I'd be ok with, after voting, a new link appended to the status line (1 point by so-and-so...) that just undoes your vote. Even if that is permanent (eg, can't vote again).
Re: To Paul Graham
#35This level of ass kissing makes me want to puke.
I have to agree, actually. More to the point, this submission violates both the written and unspoken rules of submissions here: "Please don't post on HN to ask or tell us something", and the unspoken rule that content-less submissions are generally frowned upon. This is something that could have been equally effective as a brief email to pg. As the current top-ranked post here, it's kind of ... masturbatory.
This is the very definition of a meta post (and from a personal perspective I dislike the fawning tone too)
Re: To Paul Graham
#36Earlier quoted context omitted.
Yeah, but they need to make votes non permanent. It's a crapshoot if you'll hit the up or down arrow on a mobile device or iPad when you try to rate stuff.
I like the permanence, because sometimes I upvote an insightful comment, then read an insightful reply and upvote it too. I think if votes were impermanent, I might be more tempted to null or downvote the original point if the second one is better - not because of evil, just because of the natural human desire to be very consistent. So I like the permanence thing... ...but I understand the misclicks. Maybe an "undo"…
Can't both comments be good?
Re: To Paul Graham
#37Earlier quoted context omitted.
I can see why they are permanent; it makes your votes feel like they mean something. But please, can we at least get an allotted number of "vote revokes" per week or something? I agree, it's too easy to misclick on an arrow on a touchscreen, and there's nothing that can be done.
Better & simpler solution: Bigger buttons on touchscreen devices, preventing mis-clicks in the first place
This should be easy as a greasemonkey script to save other people having to make changes to support it.
---------------
EDIT: Out of curiosity I made up a javascript bookmarklet that seems to do the trick... upsize all the page's upvotes to 30x30
javascript:{im=document.images;iml=im.length;for(i=0;i
Cut and paste that into your browser URL bar, or bookmark etc. It's easy to validate by eye, for the worriedRe: To Paul Graham
#38I imagine hn owes a lot of success to its simplicity. I was always confused by slashdot's filters and the threads in almost every other forum, with Post #18 replying to Post #7 and Post #27 replying to Post #3, but only 10 posts visible per page. Busy people don't have the time to wade through stuff like that, so all you're left with are the trolls. hn's nested threads built with are so simple that they're brilliant.…
I don't think s should get undue praise. With s, the code would be easier to read mechanically (for manipulation with Greasemonkey, say) and even though there'd be a little more CSS, the page weight might be reduced a little (I'd have to make a mockup to be sure ;-))
Re: To Paul Graham
#39Digg is complex because it is that large, and I think that if HN ever got that large it would start to suffer in much the same ways. HN is not so much a reflection of the person that built it (though that definitely does help) as it is a reflection of the people that participate here.
If and when HN gets to the size of digg and it retains its character it will have broken the pattern that any social news site has so far exhibited, until then the jury is out.
Re: To Paul Graham
#40I imagine hn owes a lot of success to its simplicity. I was always confused by slashdot's filters and the threads in almost every other forum, with Post #18 replying to Post #7 and Post #27 replying to Post #3, but only 10 posts visible per page. Busy people don't have the time to wade through stuff like that, so all you're left with are the trolls. hn's nested threads built with are so simple that they're brilliant.…
hn's nested threads built with are so simple that they're brilliant. No horizontal scrolling, no flipping between pages, just click "reply" and you're good to go. I don't think s should get undue praise. With s, the code would be easier to read mechanically (for manipulation with Greasemonkey, say) and even though there'd be a little more CSS, the page weight might be reduced a little (I'd have to make a mockup to be…