Fight Aging! Content Feeds

Both the short news posts and longer traditional posts here at Fight Aging! can be accessed in full through a content feed. For feed readers, aggregators, and programmers in the audience, there is an RSS 2.0 main feed, a newsletter feed, and a comment feed:

Fight Aging! also sports a Javascript feed for the short news posts only. This is intended to help people place the news items on their own websites with a minimum of fuss and effort. Simply cut and paste the following code into your page:

<div id="fa_news"></div>
<script src="https://www.fightaging.org/newsjs/?headlines=10&descriptions=no" type="text/javascript"></script>

The Javascript inserts Fight Aging! short news posts into the <div> element with id="fa_news" - or where the script is placed if that element doesn't exist. To avoid issues with browsers appearing to hang on those rare times when the Fight Aging! site is unresponsive, you should place the <script> element at the bottom of your page, just above </body>. The <div> element can be placed anywhere above the script in the page. Then even if a visitor's browser cannot reach Fight Aging! to download the script, it will still display your page without hanging.

You can customize the appearance of the news by using Cascading Style Sheets (CSS), as demonstrated below. If CSS is new to you, you'll find a wealth of helpful tutorials and references online. Some basic examples follow:

.lm_headline_table {
margin: 7px;
padding: 0px;
border: 1px solid #DDDDDD;
}

.lm_headline {
font-size: 9pt;
color: #555555;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 2px;
}

.lm_headline A, .lm_headline A:link, .lm_headline A:visited {
text-decoration: none;
color: #555555;
}

.lm_headline A:hover {
text-decoration: underline;
color: #555555;
}

You can control the number of headlines displayed by setting the value of the "headlines" parameter in the script URL. In addition, setting the "descriptions" parameter to "yes" will result in a different formatting and display of full posts:

.lm_commentary {
font-size: 9pt;
text-align:justify;
color: #555555;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 2px;
max-width:350px;
}

.lm_commentary A, .lm_commentary A:link, .lm_commentary A:visited {
text-decoration: none;
color: #995555;
}

.lm_commentary A:hover {
text-decoration: underline;
color: #995555;
}

IGF-1 Expression in Skin Can Drive Age-Related Hair Loss
April 10, 2025
Aging is an accumulation of damage and dysfunction, but a quite specific collection of forms of damage and dysfunction. One can create conditions that look like premature aging, or very selective forms of premature aging of specific tissues and organs, with any number of damaging interventions, such as administration of toxins or altered expression of genes. These are not aging. Just because an intervention produces dysfunction and damage that looks like aging doesn't necessarily mean that it has any relevance to normal aging. The details matter. It is worth remembering this point. In today's open access paper, the authors report on their discovery that artificially increased expression of IGF-1 in skin produces accelerated aging of hair follicles by encouraging cellular senescence. Clearing out the senescent cells or interfering in downstream targets of IGF-1 reverses this effect, restoring hair follicle function. None of this implies that IGF-1 signaling is in any way a useful target in the normal aging of hair follicles, even given that reducing IGF-1 signaling is a well studied topic when it comes to slowing aging in short-lived species, and even given evidence for increased IGF-1 signaling in skin with age. Any approach to induce greater cellular senescence in a specific cell population is going to harm its function, and there are many, many ways to go about this, few of which are relevant to cellular senescence in normal aging. To close the loop for this paper, the researchers would need to show that the treatments that work in their model of increased IGF-1 signaling also work in old mice, but they did not do that. Targeting IGF1-Induced Cellular Senescence to Rejuvenate Hair Follicle Aging " The insulin-like growth factor-1 (IGF-1) signaling pathway is known as a potent aging modifier, disruption of which consistently associates with lifespan extension across diverse species. Despite this established association, the mechanisms by which IGF-1 signaling modulates organ aging remain poorly understood. In this study, we assessed age-related changes in IGF-1 expression across multiple organs in mice and identified a more prominent increase in skin IGF-1 levels with aging - a phenomenon also observed in human skin. To explore the consequences of elevated IGF-1, we developed transgenic mice ectopically expressing human IGF-1 in the epidermis, driven by the bovine keratin 5 promoter (IGF-1 Tg). These mice exhibited premature aging of hair follicles, as evidenced by accelerated hair graying and loss. Single-cell RNA sequencing analyses of dorsal skin highlighted an upsurge in cellular senescence markers and the senescence-associated secretory phenotype (SASP) in hair follicle stem cells (HFSCs), alongside a decline in hair growth and HFSC exhaustion. Our findings indicate that excessive IGF-1 triggers HFSC senescence, thereby disrupting hair follicle homeostasis. Remarkably, interventions in IGF-1 signaling via downstream mechanisms - specifically blocking acetylated p53 activation via SIRT1 overexpression or senolytic treatment for senescent cell clearance, or reducing IGF-1 through dietary restriction - significantly reduced senescence markers, mitigated premature hair follicle aging phenotypes, and restored the stem cell pool. Our findings provide fundamental insights into the biological processes of hair aging and highlight the therapeutic promise of targeted interventions to rejuvenate aged HFSCs and promote hair follicle health. "

Comment Submission

Post a comment; thoughtful, considered opinions are valued. New comments can be edited for a few minutes following submission. Comments incorporating ad hominem attacks, advertising, and other forms of inappropriate behavior are likely to be deleted.

Note that there is a comment feed for those who like to keep up with conversations.