As a little side project, I entertain myself with the idea of writing fiction that blends fantasy and mega-structures engineering.
The first step will be to ideate a consistent magic system, but of course, to make the story interesting, I'll have to come up with interesting characters and their conflicts. Do you know about any good story, long or short, that revolves around or has as background mega-structures, that I can be inspired from? Fantasy or extreme science-fiction would be the best.
"Tower of Babylon" by Ted Chiang. It's a novelette that's part of his compilation "Stories of Your Life and Others". To quote Wikipedia, "the story follows a young miner from the town of Elam who ascends the tower of Babylon to help break through the vault of heaven. Along the way he sees many wonderous sights, uncovers mysteries of heaven and earth, and in the end finds them as inscrutable as ever."
I'm an EA and interested in signing up for cryonics. After cryocrastinating for a few years (ok I guess I don't get to say "after" until I actually sign up), I've realized that I should definitely sign up for life insurance, because of the ability to change the beneficiary. I place a low probability on cryonics working right now, but I can claim a charity or a Donor Advised Fund as the beneficiary until I place a sufficient probability on suspension technology working. In the future, I can change it back if I change my mind, etc.
Any issues that might come into this? If no one sees any flaws, I'm committing to sign up for life insurance with this plan in mind by or during the next open thread, and making a more prominent post about this strategy for any EA+Cryonics people.
The main flaw I can think of is that insurance is a money-loser on average - otherwise the people selling it wouldn't make any money, so they wouldn't offer it at that price. I can't immediately find average ratios for life insurance, but typical payouts for medical insurance are 80% of premiums while the figure for property insurance is more like 50%.
In other words, the expected net cost of taking out the insurance policy, if you never decide to redirect it to cryonics or loved ones, is going to be somewhere between 20% and 50% of the premiums. Is that worth it for the extra flexibility it gives you? That's something only you can decide.
task scheduler does it, but it's a ton of steps - not something I would want to set up dozens of times a day.
Here's a quick-and-dirty batch file I made to add a reminder to the task scheduler. Copy it into Notepad and save it as something.bat , then make a link to it on your desktop or wherever.
@echo off
set /p MESSAGE=What do you want to be reminded of?^
^>
set /p ALERTTIME=When do you want to be reminded (hh:mm:ss)?^
^>
set TASKNAME=%DATE:/=_%_%TIME::=_%
set TASKNAME=%TASKNAME:.=_%
schtasks /create /sc once /tn %TASKNAME% /tr "msg * %MESSAGE%" /st %ALERTTIME%
pause
EDIT: I can't figure out how to make LessWrong put a blank line in a code block. There needs to be an extra blank line before each ^>
It prompts you for the text and the time to pop up the alert. It does have some limitations (you need to specify the exact time rather than e.g., "alert me in 30 minutes", and will only work for the same day), but if people think it's useful I can improve it.
It also needs you to enter your password to schedule the task. It's possible to avoid this by putting your username/password into the batch file, but that's obviously a security risk so I wouldn't recommend it. If you want to do so anyway you can modify the second-to-last line of the file to add the following text (replacing 'username' and 'password' with your actual username and password):
/ru username /rp password
Lots of people are arguing governments should provide all citizens with an unconditional basic income. One problem with this is that it would be very expensive. If the government would give each person say 30 % of GDP per capita to each person (not a very high standard of living), then that would force them to raise 30 % of GDP in taxes to cover for that.
On the other hand, means-tested benefits have disadvantages too. It is administratively costly. Receiving them is seen as shameful in many countries. Most importantly, it is hard to create a means-tested system that doesn't create perverse incentives for those on benefits, since when you start working, you will both lose your benefits and start paying taxes under such a system. That may mean that the net income can be a very small proportion of the gross income for certain groups, incentivizing them to stay unemployed.
One middle route I've been toying with is that the government could provide people with cheap goods and services. People who were satisfied with them could settle for them, whereas those who wanted something more fancy would have to pay out of their own pockets. The government would thus provide people with no-frills food - Soylent, perhaps - no-frills housing, etc, for free or for highly subsidized prices (it is important that they produce enough and/or set the prices so that demand doesn't outstrip supply, since otherwise you get queues - a perennial problem of subsidized goods and services).
Of course some well-off people might choose to consume these subsidized goods and services, and some poor people might not choose to do that. Still, it should in general be very redistributionary. The advantage over the basic income system is that it would be considerably cheaper, since these goods and services would only be used by a part of the population. The advantage over the means-tested system is that people will still be allowed to use these goods and services if their income goes up, so it doesn't create perverse incentives.
Another advantage with this system is that it could perhaps rein in rampant consumerism somewhat. Parts of the population will be habituated to smaller apartments and less fancy food. Those who want to distinguish themselves from the masses - who want to consume conspiciously - will also be affected, since they will have to spend less to stand out from the crowd.
I guess this system to some extent exist - e.g. in many countries, the government does provide you with education and health care, but rich people opt to go for private health-care and private education. So the idea isn't novel - my suggestion is just to take it a bit further.
"Those who want to distinguish themselves from the masses - who want to consume conspiciously - will also be affected, since they will have to spend less to stand out from the crowd" - maybe I've misunderstood this, but surely it would have the opposite result? Let's say rents are ~$20/sqm (adjust for your own city; the principle stays the same). If I want my apartment to be 50 sqm rather than 40 sqm, that's an extra $200. But if 40 sqm apartments were free, the price difference would be the full $1000/month price of the bigger apartment. You've still got a cliff, just like in the means-tested welfare case; it's just that now it's on the consumption side.
In practice this would probably destroy the market for mid-priced goods - who wants to pay $1000/month just for an extra 10 square meters? Non-subsidized goods will only start being attractive when they get much better than the stuff the government provides, not just slightly better.
Also, if you give out goods rather than money, you're going to have to provide a huge range of different goods/services, because otherwise there will be whole categories of products that people who legitimately can't work (elderly, disabled etc) won't have access to. And if you do that, the efficiency of your economy is going to go way down - not just because the government is generally less efficient than the free market, but also because people can't use money to allocate resources according to their own preferences.
As far as Cognito being an income-generating proposition, you should approach it from the perspective not of CFAR complement, but instead look to the tutoring/test-prep/college-app-prep industry.
I know, I know, that's not the business you're looking to get into and it's not one you admire the impact of, but they have found ways to sell education (or something related to it) to families at all income levels. Thinking directly in terms of the near-term value proposition for the families, and how your services could be made to appeal to a family dropping $5K on test-prep, are the most reliable ways to get to sustainable profits.
If this turns your stomach, think of it in terms of how much better a value you can provide than that $5K of test prep!
This perspective also indicates how you should start thinking of marketing efforts.
This was Lukeprog's suggestion in the linked post, but they seem to have rejected it based on the difficulty of picking up motivated clients that way. Jonah phrased it as "teenagers and young adults are often rebellious and don't want to do what their parents tell them to". I think that this is something of an exaggeration - kids take test prep seriously after all - but it's true that the value of the service is more difficult for teenagers to see than something like exam tutoring.
Is it worth spending time mentoring kids that aren't interested and so won't get much out of the service, in order to get to the x% of students that will take it seriously? I would have thought so, but from this post it seems they've concluded that the answer is no, at least after you take into account the switch in focus (more personal advantage, less effective altruism) needed to get parents to pay for the service.
s/nut hope/but hope/
I saw the same error, but assumed it should have been "we can not hope" (as in, we can't just hope it works out, we have to do something about it).
I recall there being some kind of credit card that automatically rounded the price of your purchases up and donated the difference to a charity of your choice. Does that ring a bell for anyone?
Are you thinking of SwipeGood (http://swipegood.com/)? I don't know of any credit cards that do that, but several banks have a "save the change" option that rounds up purchases and puts the extra pennies into a nominated savings account. As far as I understand it (the "FAQ" link just sends me back to their homepage), SwipeGood links into those systems to donate the money to charities instead, minus a 5% commission.
It seems to be known under the name of the equal treatment fallacy in various blogs and articles, although none of them are from particularly respectable sources. Other examples are the right of homosexuals to marry a member of the opposite gender, the right of soviet citizens to criticize the president of the USA, and Anatole France's famous statement that "in its majestic equality, the law forbids rich and poor alike to sleep under bridges, beg in the streets, and steal loaves of bread".
I agree to an extent, but if taken to the level described in the linked article I think it would have a net negative effect because it creates an incentive to conceal information. To take an example from the link, two friends are discussing whether a certain restaurant is/isn't open, and one (let's call him "A" and the other "B") has previously visited the same restaurant at the same time of day. "A" is better off not revealing that fact, so that "B" will give better odds (or agree to take the bet). An environment where you're betting against each other all the time could quickly change from "put your money where your mouth is" to "take advantage of inside information".
View more: Next
Subscribe to RSS Feed
= f037147d6e6c911a85753b9abdedda8d)
The "with family" option in the "living with" question is ambiguous for those of us with children. I suggest changing it to "with parents or guardians[1]", changing the partner/spouse option to "with partner/spouse (and children if applicable)", and adding an "other" option for less traditional living arrangements.
Questions in the mental health section are inconsistent about whether they're referring to whether you have ever suffered from a condition ("have you ever been diagnosed...") or whether you are currently suffering from it ("...I personally believe I have it"). Some are lifelong conditions, but others like depression are temporary.
Questions on feminism / social justice / human biodiversity don't distinguish between what you think of the concept itself and what you think of the movement around it. (Or is this the point?)
[1] Is this a Britishism? Feel free to change it to the equivalent in US English.