I assume this would not be something the models could have learned without porn being in the training data, is this correct?
That is, is the economic value that can be unlocked by today’s AI enough to justify the valuations, or are the valuations all predicated on AI becoming much much better than it is today? (AGI, ASI, etc)
I assume it’s a bit of both, just trying to get a sense of the balance between the two.
But maybe web technologies have advanced recently so that that’s no longer the case.
This is even the case when the comment has fewer responses/likes/retweets than other comments lower down the list.
I can see that the algorithm might be trying to increase engagement, and so it might put the most liked/commented comments on top, but it doesn't seem to do just that.
It seems to also be looking at the 'semantics' of the comment (or maybe the social graph and history of the commenter) and chooses to put the contrarian comment on top.
Maybe a contrarian comment gets the most responses and that's why the algorithm favors it, but I've seen several cases when the top comment was not the most engaged-with.
It's possible this phenomenon is not due to the algorithm but due to bot networks gaming the system and liking the contrarian comment in patterns that make the algorithm put it on top.
Has anyone here noticed this pattern? And what could be the cause of it?
(It certainly makes the discussion on Twitter more polarizing, when the first comment is so often against the tweet even when the comment is not so popular/liked)
Would you still be doing what you are currently doing (programming, research, entrepreneurship, other) or would you retreat to some other hobby, such as traveling, painting, etc?
One of the reasons I'm asking is I'm wondering if, in a world where everybody has a guaranteed income, would more technological or scientific progress be made (since people are now free to pursue this without worrying about their mortgage/rent/food) or would less progress be made (since there is no strong profit motive to motivate people to do all the hard work)?
I originally did this back in 2008, and then applied this to the 2012 election. The methodology was also retroactively applied to the 2004 election using available state polls. In all three past elections, the calculation correctly predicted the winner. It also had a pretty good estimate of the number of electoral votes that each candidate ended up getting.
The approach and the website are not as fancy as 538.com but the results so far are pretty good. The methodology is explained here: http://prespredict.com/methodology.html.
It's a bit early and there are several caveats, including the accuracy of polls in the current political environment, the independence assumption in the model, the choice of the winning probability curve, etc. Since the predictions for the last three elections have been pretty accurate, I decided to leave the calculation as is, despite the presence of the caveats.
The website is automatically updated daily at 8am PST, so you can check back periodically.
The script below puts it at the beginning of the comment header, just after the up/down vote arrows.
This has been tested in Firefox.
// ==UserScript==
// @name HN: Change location of comment-collapse toggle switch
// @namespace HN_sendos
// @include https://news.ycombinator.com/item?id=*
// @version 1
// @run-at document-idle
// @grant none
// ==/UserScript==
(function()
{
var allPosts = document.getElementsByClassName('comhead');
for (var i = 0; i < allPosts.length; i++)
{
allPosts[i].innerHTML = allPosts[i].innerHTML.replace(RegExp("^(.+)(<a class=\"togg\" .+</a>)(.*)$","mg"), "$2 $1 $3");
}
})();Which ones are the most acclaimed/well-sited?
Each tile gets a unique, relatively straightforward name/ID, and then you can map this name/ID to a specific lat/long (with the accuracy being determined by the zoom level you use)
I know there are tiling schemes used by Google Maps, Bing Maps, etc, but I seem to recall there was something unique in the approach of this website.
Unfortunately, my web search has been fruitless and I'm not able to find the relevant HN thread.
Do any of you remember this?
I guess I'm ignorant of how company boards work, and I assume in some vague sense she will "use her connections to get Dropbox some leverage or influence in important circles", but, when you get down to brass tacks, what can someone like Condi Rice actually do for a cloud data storage tech company?
And this is not necessarily meant to be focused solely on Condi Rice, this is in general about how specifically do these non-tech board members wield their power to help tech companies?
This seems to indicate that it's easier/more profitable to turn your millions into more millions by not producing, and just investing (essentially, betting on other companies).
I would categorize this as a "defect" or "bug" in the way society is structured. In an ideal scenario, if you are a successful entrepreneur, it would be inherently more profitable to spend your time and energy on your new company, which would go on to produce something useful for society.
Instead, I see lots of people who have created great things in the past just switch over to becoming investors.
Of course, one may argue about the benefits of smart, successful, people going into investing, and I can see some of that, but mostly, I just see it as a relatively easy avenue to make more money, without the commensurate benefit to anyone else. And I don't blame anyone, it's just that we would all benefit more if the more profitable strategy was creating something.
How do you guys see this?
Any ideas what that reason might be? Has PG addressed this in the past?