site banner

Small-Scale Question Sunday for November 20, 2022

Do you have a dumb question that you're kind of embarrassed to ask in the main thread? Is there something you're just not sure about?

This is your opportunity to ask questions. No question too simple or too silly.

Culture war topics are accepted, and proposals for a better intro post are appreciated.

2
Jump in the discussion.

No email address required.

I don't know if it works for notifications (Edit: it does), but if you go to your profile settings and add the following custom CSS rule, you can ctrl+f for new comments:


.unread::before {

	content: "new";

}

Just like the old slatestarcodex comment section.

Edit: those are supposed to be tildes around "new", but the markdown code block is rendering it as a strikethrough on my machine, no matter whether I use 4-space or triple-backtick format. escaped inline backtick