Too Much Focus on Boosters, Says FDA Vaccine Advisor

The question is, what do we want from this vaccine? If what we want from this vaccine is protection against serious illness, the current two-dose vaccine strategy for mRNA vaccines, or the two-dose strategy for the J&J [Johnson & Johnson] vaccine, offers protection against serious illness, right up to the present time for all age groups. So if that's the goal, we've reached it. If, on the other hand, the goal is to try and also protect against mild illness, which will fade over time, then you can argue for giving a booster dose, realizing that the protection against mild illness that you're getting from that booster dose will probably last for about 3 to 4 months.

Link

I transferred my Markdown Vim Syntax file to PreserVim

I recently got an offer from the PreserVim Github organization to take over maintenance of my Markdown Vim plugin and that is its new home. PreserVim adopts Vim plugins that are going unmaintained and tries to at least protect them from bitrot.

I haven't had time to work on vim-markdown in years, but ever since I posted it on Github in 2009 it has lived a life of its own. Contributors took it from a simple syntax file to a full-blown plugin with some awesome features like the table of contents and header increase and decrease commands. I think mine was the first Markdown syntax file for Vim and for a while it was included in the Debian Vim package. After I let it languish a bit, Tim Pope's excellent plugin became the standard and is included in the official Vim distributions.

Here's hoping vim-markdown does well under PreserVim. Maybe I'll even have time to make a few contributions.