I have changed the appearance of the blog. The main feature of the new appearance that I like is that the comments are with the same size fonts as the posts themselves. This is especially useful for the polymath3 posts. (I will make some tuning to the new appearance once I will learn how to.)
Recent Comments
-
Recent Posts
- Test Your Intuition (21): Auctions
- Oz’ Balls Problem: The Solution
- Answer: Lord Kelvin, The Age of the Earth, and the Age of the Sun
- Test your Intuition/Knowledge: What was Lord Kelvin’s Main Mistake?
- Indian Crested Porcupine
- New Ramanujan Graphs!
- Taking balls away: Oz’ Version
- Answer to test your intuition (18)
- Itai Ashlagi, Yashodhan Kanoria, and Jacob Leshno: What a Difference an Additional Man makes?
Top Posts & Pages
- Oz' Balls Problem: The Solution
- Test Your Intuition (21): Auctions
- Another Forgotten Bet: Is Don Zagier About to Owe Me 1000 Shekels For The Proof of the ABC Conjecture?
- Taking balls away: Oz' Version
- Believing that the Earth is Round When it Matters
- Answer: Lord Kelvin, The Age of the Earth, and the Age of the Sun
- New Ramanujan Graphs!
- Answer to test your intuition (18)
- Test Your Intuition (17): What does it Take to Win Tic-Tac-Toe
RSS
Looks nice!
For me it became harder to follow the threads, the previous format marked the level of the replies to a comment better.
The font is also much too large.
Since different people may have different preferences about font size, users may want to use CSS to customize their own view. For example if you use chrome, enter
#content li.comment { font-size: 12px; line-height: 15px !important; } #content li.comment p { margin-bottom: 8px !important; }into your “Custom.css” file, then the comments will be smaller for you.
(This may have a side-effect on other sites and it seems the right way to avoid this is the Stylish plugin in Chrome, or “@-moz-document” in Mozilla.)
That’s too bad, Klas, since you are a valuable polymath participant. Also the font size may more convenient to people my age but less so to younger people. Maybe I will need to make a poll about it next time. I still like the feature that the comments have the same font size as the main post.
Like the look!
One point: the previous appearance included a link to the RSS feed in the main page, and every post had its own RSS feed for the comments. The links to these feeds are now gone — could you put them back?
i dont know how to do it. What RSS means?
“RSS” is a protocol used by WordPress to automatically broadcast blog posts and/or comments to readers. I “subscribe” to the “RSS feed” which broadcasts the new posts on your blog, which means that I see and read the new posts on program running on my computer which received the broadcasts rather than directly on the blog.
WordPress also creates such a “feed” for the comment stream on each post, which is very useful for trying to follow the polymath posts. It used to be the case that at the end of each post you made, wordpress would automatically add a link to the “feed” for comments on that post, allowing us to subscribe to it.
Here’s information from WordPress on feeds in general: . I can’t find information on how to enable post-by-post comment-stream feeds; perhaps someone who knows WordPress better can help.