Announcing the first issue of Asterisk

By Clara Collier @ 2022-11-21T18:51 (+275)

Are you a fan of engaging, epistemically rigorous longform writing about the world's most pressing problems? Interested in in-depth interviews with leading scholars? A reader of taste and discernment? Sick of FTXcourse?

Distract yourself with the inaugural issue of Asterisk Magazine, out now!

Asterisk is a new quarterly journal of clear writing and clear thinking about things that matter (and, occasionally, things we just think are interesting). In this issue:

A huge thank you to everyone in the community who helped us make Asterisk a reality. We hope you all enjoy reading it as much as we enjoyed making it. 


Habryka @ 2022-11-21T20:10 (+54)

This seems really great! I really loved Kelsey's post on What We Owe The Future and would love to see it crossposted to the EA Forum, if possible. 

It seems like this is also trying to be a print magazine, but after clicking around hopefully for 3 minutes, I have failed to find a way to acquire it in print format. How can I give you my money?

Clara Collier @ 2022-11-21T20:14 (+14)

We're working on it! The logistics of setting up print subscriptions in a way that syncs with our printer turned out to be pretty complicated and we didn't want to delay the launch further, but the store should be live in a couple of days. 

peterhartree @ 2022-11-22T10:05 (+9)

+1 to looking forward to print copies.

My ideal format would be PDF eBook of all the articles. Willing to pay.

Habryka @ 2022-11-21T20:38 (+2)

Seems good, looking forward to buying a few of these!

Hamish Doodles @ 2022-11-21T20:53 (+39)
gwern @ 2022-11-21T23:01 (+28)

For those wondering why we needed a stylish magazine for provocative rationalist/EA nonfiction when Works In Progress is pretty good too, Scott Alexander says

Works In Progress is a Progress Studies magazine, I'm sure these two movements look exactly the same to everyone on the outside, but we're very invested in the differences between them.

Michael Noetel @ 2022-11-22T01:31 (+18)

Could Nonlinear Library or Perrin Walker do audio versions of these articles? 🙏

Guy Raveh @ 2022-11-22T15:37 (+5)

Yesterday I listened to Kelsey Piper's review using the Google Assistant text-to-speech (which only works for web pages), and it worked pretty well. Only a couple words are mispronounced ("aye" for AI).

Stephen Clare @ 2022-11-22T15:31 (+16)

Fred Kaplan's article on US nuclear policy is amazing. So many interesting parts, but my favourites were:

A very dramatic account of how public choice dynamics lead to crazy outcomes in foreign policy.

Said Achmiz @ 2022-11-22T21:20 (+15)

Bug report thread (posting as I notice them). (Chrome 103.0.5060.134, Mac, 1080p display, standard DPI.)

Said Achmiz @ 2022-11-22T21:34 (+1)

It is possible to create a highlight for the same selected text twice, after which it’s possible to delete one of the highlights, but not the second.

Said Achmiz @ 2022-11-22T21:32 (+1)

The link click area for the left-side table of contents / scroll progress thing extends far enough to interfere with the click area for the “create highlight” asterisk button: https://share.obormot.net/screenshots/Arcturus_Screen%20Shot%202022-11-22%20at%204.31.35%20PM.png

Said Achmiz @ 2022-11-22T21:30 (+1)

It is possible to highlight whitespace, and then difficult to realize what happened, or to remove the highlight: https://share.obormot.net/screenshots/Arcturus_Screen%20Shot%202022-11-22%20at%204.30.03%20PM.png

Said Achmiz @ 2022-11-22T21:29 (+1)

Having created multiple highlights on the same line, it is not possible to select which one is deleted when the “x” button is clicked: https://share.obormot.net/screenshots/Arcturus_Screen%20Shot%202022-11-22%20at%204.28.48%20PM.png

Said Achmiz @ 2022-11-22T21:27 (+1)

It is possible to create multiple highlights in the same paragraph, in which case they overlap in the floating highlights section: https://share.obormot.net/screenshots/Arcturus_Screen%20Shot%202022-11-22%20at%204.26.46%20PM.png

Said Achmiz @ 2022-11-22T21:26 (+1)

When scrolled up all the way on an article page, the highlights are not visible. (This is not, or not just, because the “hamburger” menu button blocks them; scroll down just enough to hide the menu button, and the highlights are still not visible: https://share.obormot.net/screenshots/Arcturus_Screen%20Shot%202022-11-22%20at%204.26.19%20PM.png )

Said Achmiz @ 2022-11-22T21:21 (+1)

The page is slightly too wide for the viewport, causing a horizontal scroll bar to appear: https://share.obormot.net/screenshots/Arcturus_Screen%20Shot%202022-11-22%20at%204.20.28%20PM.png

Neel Nanda @ 2022-11-21T19:41 (+14)

Excited to read! Is there an easy way to download a copy to read offline? Eg a PDF with all the articles. (Obviously I can just save each article individually, but it's nice to have an easier way!)

Clara Collier @ 2022-11-21T19:48 (+9)

I have a PDF of the print version I'm happy to send to you – if there's a lot of demand, I'll put it up on the website. 

Will Bradshaw @ 2022-11-21T22:59 (+4)

I'd really like a pdf too.

rdestenay @ 2022-11-21T20:09 (+1)

I'd love to get a print version but I don't see anything about that on the website. Would it be possible to buy one?

Clara Collier @ 2022-11-21T20:10 (+2)

The web store should be live in a couple of days. 

Said Achmiz @ 2022-11-23T01:28 (+5)

Here is a PDF version of the monkeypox article:

https://share.obormot.net/temp/asteriskmag-modeling-the-end-of-monkeypox.pdf

You can generate such a PDF from any article on the site, in the following way:

  1. Using browser dev tools, add a style sheet to the page, and paste in the following CSS:
@media print {
	header.nav-down,
	#popup,
	#popup-trigger,
	#progress,
	section.prev_next,
	.footnotes-list li .close {
		display: none;
	}
	.notes-container,
	.footnotes-list li {
		position: static;
		max-width: unset;
	}
	.notes-container {
		width: var(--maxwidth-text);
		margin: 3em auto 3em auto;
		padding: 1em 0 0 1em;
		border-top: 1px solid black;
	}
	.footnotes-list li {
		width: unset;
		margin: 1em auto;	
		display: list-item;
		padding: 0;
		border: none;
		list-style-type: decimal;
	}
}
  1. Use your browser’s Print… command to save the page as a PDF.

(This is possible on a Mac, and I think also on Windows; I don’t know about Linux.)

It would be easy for someone to create such PDFs of all the currently available articles, to combine them into one file, to convert to ebook format, etc.

valiantdegu @ 2022-11-22T23:52 (+5)

I'd like a PDF version too. I appreciated the effort in an online highlighter, but on the PDF I can take arbitrary notes and they will stay saved forever on my computer if I need to find something I read and my thoughts on it, it does happen.

In particular I'd like a PDF with WIDE MARGINS. Not like normal newspaper pdfs were you have to take notes in collapsible stickies or find a sophisticated note-taker app that is not compatible with other readers.

Dr Dan Epstein @ 2022-11-21T21:58 (+8)

fantastic to see more edited long form with good writing! The website typography and layout also beautiful btw. Reminds of me slightly of the Economist but tbh looks and feels better. nice work!

AllAmericanBreakfast @ 2022-11-23T09:44 (+7)

I love the way the main text is centered and the footnotes appear immediately to the right of the reference.

Pablo @ 2022-11-22T04:01 (+6)

Very impressive first issue!

A request: when I print an article as a PDF, the notes are omitted. I understand that the margins on an A4 page are not wide enough to include sidenotes, but why not turn them into footnotes?

BrownHairedEevee @ 2022-11-22T00:38 (+6)

Nice! This is like Works in Progress but for EA. Hope to see a crossover episode soon! :)

Max_He-Ho @ 2022-11-24T16:02 (+3)

Would highly appreciate DOIs for the articles of the journal.

Thanks for the great work!

ryancbriggs @ 2022-11-23T18:07 (+3)

I just finished reading all of it, and it was very enjoyable. Kudos to the editors and contributors. For all I know this is complicated and not worth it, but I would really appreciate if there was a way that I could subscribe to this in Apple News+. I like the offline, not-in-browser reading mode and  I'd like to slot this reading alongside other long form magazines mentally. I have no clue how Apple News works not the back end, but the magazines must get money out of this. Finally, getting on Apple News might help you extend your audience.

trevor1 @ 2022-11-21T21:22 (+2)

The website is unsatisfying to look at right now, and although the content is perfect, I'm worried about recommending it to people since they will  be very put off by the design. 

A good solution is probably to add in dall-e images underneath each article headline, as a clickable link. It costs ~13 cents for four images

"modelling the end of monkeypox, mokey holding a virus, cover art, painting"

bruce @ 2022-11-21T23:03 (+25)

Just chiming in with an extra anecdotal data point that (on my laptop at least) I think the design looks great, from colour scheme to font choice - it's clear that a lot of effort has been put into this. I also really like the save highlight function, which I hadn't seen before, and thought it was a neat design choice to use an asterix there too (as well as the blurbs that come up when you hover over titles). I've only skimmed 1 article so far so can't comment on the content, but definitely would not hesitate to recommend this to people based on its current design, and I'd probably also anti-recommend adding dall-e images (at least the 4 that have come up).

Thanks to Clara and the team who have put this together!

Kelsey Piper @ 2022-11-21T21:58 (+22)

I think Asterisk is deliberately trying to look different from Substack, Medium, news sites, etc., rather than doing so accidentally/ as a product of being unaware of how to look like those sites.

trevor1 @ 2022-11-22T02:02 (+1)

I'm on desktop, not mobile, and most people are on mobile I guess, so maybe that's what's doing it. I don't use smartphones but it seems like it should work fine on a screen that size.

Guy Raveh @ 2022-11-21T23:35 (+3)

I actually really like the design, and that's despite my being in the "dark theme everything" camp.

Markus Amalthea Magnuson @ 2022-11-21T19:48 (+2)

Very interesting and beautifully crafted. Just wanted to mention that your newsletter signup might have some issue, when I try to sign up I get an error alert saying "Could not connect to the registration server. Please try again later.".

Clara Collier @ 2022-11-21T20:22 (+1)

This seems to be an issue on mailchimp's end, not ours – their servers have been having outages all morning. I recommend trying again in a bit. 

Markus Amalthea Magnuson @ 2022-11-21T21:17 (+1)

I think the JS alert was caused by my ad blockers. When I turned off both uBlock Origin and Firefox's built-in one, the request was sent to Mailchimp successfully. Have not received a confirmation though which might be related to the issue you mention.

Clara Collier @ 2022-11-21T19:49 (+1)

Thanks for bringing this to my attention! I'll talk to my web developer right away. 

Yitz @ 2022-11-22T16:32 (+1)

This was a really fun read; thanks for helping put it together!!