like, i could invest energy until i can actually refute flat earthers completely on the object level, and I'd almost certainly succeed. but this would be a huge waste of time.
I don't think it would be that hard to refute flat earthers. One or two facts about how the sun travels, that the atmosphere bends light, and the fact that there are commercial flights crossing the poles seem like they would be sufficient to me. This probably won't convince a flat earther, but I think you could fairly easily convince 95% of smart unbiased 3ed listeners (not that they exist).
You don't have to go down every option in their argument tree, finding one argument they are completely unable to refute can be enough.
Interesting. Do you have any recommendations on how to do this most effectively? At the moment I'm
Questions I'd have:
Thanks in advance if you have any advice to offer (I already looked at your Caffeine RCT just wondering if you have any new insights or general advice on collecting data on oneself).
At the moment, a post is marked as "read" after just opening it. I understand it is useful not to have to mark every post as "I read this", but it makes it so that if I just look at a post for 10 seconds to see whether it interests me, it gets marked as read. I would prefer if one could change the settings to a "I have to mark posts as <read> manually" mode. With a small box at the bottom of a post, one can check.
I think it's mostly that people complain when something gets worse but don't praise an update that improves the UX.
If a website or app gets made worse people get upset und complain, but if the UI gets improved people generally don't constantly praise the designers. A couple of people will probably comment on an improved design but not nearly as many as when the UI gets worse.
So whenever someone mentions a change it is almost always to complain.
If I just look at the Software I am using right now:
All of those apps have probably had UI updates, but I don't remember ever seeing people complain about any of those updates. I use most of those apps every day and I hear less about their UI changes than about reddit's, a website I almost never use, people just like to complain.
How good was the Spotify UI 10 years ago? I have no Idea but I suspect it was worse than it is now and has slowly been getting better over the years.
I also looked up the old logo and it's clearly much worse but people just don't celebrate logos improving the way people make fun of terrible new logos.
Don't look at the comments of the article if you want to stay positive.
I think this might play a really big role. I'm a teenager and I and all the people I knew during school were very political. At parties people would occasionally talk about politics, in school talking about politics was very common, people occasionally went to demonstrations together, during the EU Parlament election we had a school wide election to see how our school would have voted. Basically I think 95% of students, starting at about age 14, had some sort of Idea about politics most probably had one party they preferred.
We were probably most concerned about climate change, inequality and Trump, Erdogan, Putin all that kind of stuff.
The young people that I know that are depressed are almost all very left wing and basically think capitalism and climate change will kill everyone exept the very rich. But I don't know if they are depressed because of that (and my sample size is very small).
Deutsch has also written elsewhere about why he thinks AI doom is unlikely and I think his other arguments on this subject are more convincing. For me personally, he is who gives me the greatest sense of optimism for the future. Some of his strongest arguments are:
I find some it these arguments convincing, and some not so much. But for now I find his specific kind of optimism to be the strongest argument against AI doom. These arguments are mostly taken from his second book. If you want to learn more about his views on AI this video might be a good place to start (although I havent yet watched it).
10 years later and people are still writing funny coments here.
Isn't making your own bread really easy, you just need a bread maker put a bunch of ingredients in, press the button and wait. Seems like it might be worth a try. But obviously you know more about your situation than me.
I had been thinking about the exact same topic when I read this article, only I was using bus routes in my analogy. I created a quick program to simulate these dynamics[1].
It's very simple, there is a grid of squares, let's say 100 by 100, each square has some other square randomly assigned as its goal. Then I generate some paths via random walks until some fraction of squares are paths. Then I check what fraction of squares are connected to their goal via a path.
Doing this we get the following s-curve:
The y-axis shows the fraction of squares that are able to reach their goal. The x-axis is what fraction of squares were turned into path squares[2].
We can see what we probably expected, the first few paths do almost nothing but eventually each additional path has a large payoff.
The path length determines how long each random walk is. Long walks tend to create blobs of path. This is good if there are very few paths, you might get lucky and connect a couple of squares to their goals. But once there are lots of paths just turning random squares into paths is actually better.
To make the situation a bit more realistic I also simulated what happens if all generated paths are straight.
The yellow graph hasn't changed but the longer paths are now more efficient and are never beaten by the totally random paths. These two maps show the difference, clearly the top approach would work better.
I also have to add that I find the idea that a cyclist wouldn't cycle on a road absurd. I don't think I know a single person who wouldn't do this, presumably a US vs EU thing.
Code is here.
To be connected to its goal a square and its goal don't have to be paths themselves just directly adjacent to a path connecting both. This is the reason the plots can go above the 45° line.