Earlier quoted context omitted.
Color ratio of a typical comment on this web site: https://contrast-ratio.com/#%23dddddd-on-%23f6f6ef 1.25, which is well below the minimum of 4.5
They ought to have a button to put on a high-contrast stylesheet, in fact I bet some hacker has already done it.
HN: The Good Parts (2016)
51–60 of 84 posts
Re: HN: The Good Parts (2016)
#52"HN comments are horrible." Proceeds to list pages of awesome comments. Claims topics he's informed about have mostly wrong comments. Doesn't give any examples. HN comments are a conversation/discussion not a contest of who is right/wrong, and it's great to have differing viewpoints as long as those views don't degrade into logical fallacies like ad hominem, ,anecdotal, or others. There are way less logical fallacies…
I think there's a blend of good and bad. If you ever see a HN front page story where you have inside information about some event, you can rest assured there will be maddening amounts of completely wrong speculation written as if it were gospel by people with no connection to that event. And then people attack the strawmen with abandon. And for professional reasons, you grit your teeth, keep your mouth shut, and let…
Or maybe my internet spidey sense is so attuned that I've learned to subconsciously tune out B.S.
So I've never really seen that type of thing happening.
Does anyone really believe unverified information people post on the internet ?
Re: HN: The Good Parts (2016)
#53I don’t think the informed technical opinions are nearly as rare as danluu characterizes them to be, to wit: “it’s rare that a thread will have even a single comment that's well-informed”. I do agree that the farther you get from computer tech, the more frequently you’ll see patently wrong comments (aviation is my eye-roll inducing topic here), but on computer tech topics, I’d say more than 50% of substantive comment…
I do wonder if the definition of well-informed includes agrees with my viewpoint somewhere in it.
Re: HN: The Good Parts (2016)
#54Earlier quoted context omitted.
I know teens who do it all on Tik-Tok. Marshall McLuhan was right to point out that "television" would erode the need for people to read and write.
That reminds me of people who "learn it all on YouTube." Maybe it's the best option for some people. Not for me, but I do love an audible book. In conclusion, I think these other mediums simply lack the iterations that we've put into text over the centuries, leaving text as the clear winner in my book.
It's also great for technique with tools in the kitchen—not learning recipes so much, but learning the right way to process a certain vegetable really fast, or exactly what a proper whipping motion for eggs ought to look like, or how a pro moves the pan on and off the flame while cooking this dish, exactly what it looks like when they deem a certain cooking technique "done", all of that.
Re: HN: The Good Parts (2016)
#55I sometimes wonder how HN’s audience is shaped by the site’s deliberate inaccessibility to visually impaired people. I suspect it is one part of the site’s tilt toward the younger crowd
> the site’s deliberate inaccessibility to visually impaired people Can you expand? I naively thought that a site with markup as simple as HN's (zooming is flawless and it even works without JavaScript) would be very accessible to visually-impaired people.
I'm not visually impaired, just in need of bifocals; I zoom HN to 150% and it works fine.
But I am kinda surprised when I turn the zoom off. Even 25 years ago that text would have looked small to me.
Re: HN: The Good Parts (2016)
#56Totally off-topic: One of my favorite from his writing is "Sampling v. tracing" [1].
Re: HN: The Good Parts (2016)
#57Earlier quoted context omitted.
I mean, the site scales really well with browser size, default font size etc. I'd argue the real inaccessibility is lack of images, and general "boring" vibe that puts off entire demographics who post the type of content that might not be welcome here.
I think a large number of people are unaware that you can scale web pages up with Ctrl -, Ctrl +, particularly older people who complain that "text is too small".
OTOH the simplicity of the site allows for very easy browser-based scaling, which means I only really think about how bad the text size is once per machine.
Re: HN: The Good Parts (2016)
#58[flagged]
Wow so you are basically linking people to depictions of teen and child pornography.
Re: HN: The Good Parts (2016)
#59I think we've seen this before. Comments, everywhere are terrible. Heck, this one probably is. But I like HN more than anywhere else (so far). Maybe rot will set in, and the sun will set on our relationship, but not yet. I find many comments to be quite correct. Not all, of course, but many. The ones that I like, are the ones that make me think "orthogonally."
Yeah I come here to read opinions of intelligent / informed people who disagree with me. I even subtly and respectfully try to rile them up sometimes to see what they have to offer.
Re: HN: The Good Parts (2016)
#60Ranking 'quality' is tough because it has multiple dimensions and aggregating multiple kinds of utility is problematic, see https://en.wikipedia.org/wiki/Arrow%27s_impossibility_theore... developing a good ranking function for bag-of-words full text search is about carefully balancing the attraction of larger vs smaller documents in the collection. If you try to aggregate several bad search engines you get a bad sear…
Are you saying you do know the way to create a good ranking function? Does Arrows theroum stop that?
The shadow of Arrow however is that it is a lot of work to get a real improvement over a tfidf with random characteristics and you are limited by an asymptote which is less far away than you'd like: the rel teams at Google and Bing cannot beat the p=0.7@1 barrier for text search because 0.3 of the time they will get your intent wrong.
There are ranking functions in Lucene that can be tuned up as I described by making a test data set and using the methods developed at the TREC conference. That kind of tuning really works. At that conference you might see people fight over a point or two of AUC and I don't know if users can feel that but I am sure users can feel the 15 point and more difference we were seeing from tuning.
The odd thing is that hardly anybody does it and the knowledge seems pretty obscure. (e.g. I have talked to people at Lucene, OpenText and other full text search vendors and they are much more impressed with having 10,000 connectors than with the search results being good.)