Sunday, June 7, 2026

China's Thorium Reactors.







Every commercial nuclear reactor in the world runs on uranium. Uranium brings three undeniable problems. It creates weapons-grade plutonium. It melts down under pressure. Its radioactive waste lasts for tens of thousands of years.
Thorium solves all three.
Physicists have known this since the 1960s. The United States actually built a working thorium reactor. They proved the technology was viable. Then they deliberately abandoned it.
They did not abandon it because it failed. They shut it down because a thorium reaction does not produce the plutonium byproduct needed for nuclear warheads. During the Cold War, generating clean power without producing weapons material was considered a flaw rather than a feature.
Now, China has just built and switched on the first operational thorium reactor.
Thorium is three times more abundant than uranium in the earth's crust. A thorium reactor physically cannot undergo a runaway meltdown. If it loses power or cooling, the reaction simply stops. The waste it leaves behind is dangerous for a few hundred years rather than millennia. And you cannot build a bomb out of it.

Western scientists invented the safest form of nuclear energy and locked the blueprints in a drawer. China just found the drawer.

🌐 Official Website and Information Sources

The most authoritative source for information on the TMSR-LF1 project is the Shanghai Institute of Applied Physics (SINAP). SINAP operates under the Chinese Academy of Sciences (CAS), which launched the thorium reactor research program.

  • Primary Website: You can find official announcements, research publications, and project updates on SINAP's official website: www.sinap.ac.cn. Note that the site is primarily in Chinese, but you can use a browser's translation feature to navigate.

  • News and Updates: For the latest technical milestones (such as the thorium-uranium fuel conversion achieved in 2025), SINAP's news section is the direct source.

📧 Public Contact for Inquiries

For the TMSR-LF1 project, a contact person and email address were publicly listed for environmental impact assessment purposes. While this was for a specific public consultation, this is the most direct official channel available for inquiries regarding the facility.

  • Contact Person: Guo Xianwei

  • Email Address: guoxianwei@sinap.ac.cn

  • Affiliation: Shanghai Institute of Applied Physics (SINAP), Chinese Academy of Sciences

This contact was officially published on the SINAP website. When emailing, be clear that you are a member of the public interested in the TMSR-LF1 project. Keep your inquiry professional and concise, as this is a formal work email address.

🔍 Alternative Ways to Learn

If you don't receive a reply, you can still stay informed through these methods:

  • Monitor Official Channels: Regularly check the SINAP website and the official Chinese Academy of Sciences (CAS) news portal for press releases and technical reports.

  • Follow Industry Publications: Reputable nuclear energy news sites like World Nuclear News and POWER Magazine provide excellent, up-to-date English-language coverage and analysis of the project's progress.

I hope this information helps you connect with the project. Would you be interested in any specific technical details about the thorium reactor's design or its development timeline?

https://www.sinap.ac.cn/sinap_cas_v1/xwzx/tzgg/202007/t20200707_5619730.html

https://world-nuclear-news.org/articles/chinese-msr-achieves-conversion-of-thorium-uranium-fuel?cid=64010&utm_id=446&utm_map=13419630-3b5c-4a0b-9b8b-36cd46b7ab1c

https://www.powermag.com/chinas-molten-salt-reactor-reaches-thorium-uranium-conversion-milestone/

No, the TMSR-LF1 is not producing usable power for the grid. It is a 2 MW thermal (MWt) experimental reactor, not an electrical power plant. Its purpose is research and experimentation, not electricity generation .

Instead of sending power to the grid, the reactor's heat is dissipated into the air through a secondary cooling system. The facility also includes several experimental channels specifically designed for testing materials and fuels .

Here is a detailed breakdown of its technical specifications.

📊 TMSR-LF1 Key Specifications

SpecificationValueNotes
Reactor TypeLiquid-fueled Molten Salt Reactor (MSR)Gen IV design, fuel is dissolved in coolant 
Thermal Power2 MW (MW thermal)For research, not electricity generation 
Designed Lifetime10 years
Full Power Days (EFPD)300 days (over lifetime)Max ~60 days per year 
Fuel Salt (Primary)LiF-BeF₂-ZrF₄-UF₄Fuel and coolant combined 
Uranium-235 Enrichment19.75%Just below 20% high-assay limit 
Coolant Salt (Secondary)LiF-BeF₂Non-radioactive heat transfer loop 
Fuel Salt Inlet/Outlet Temp630°C / 650°CPrimary loop temperatures 
Coolant Salt Inlet/Outlet Temp560°C / 580°CSecondary loop temperatures 
Structural MaterialUNS N1003 Nickel-based alloyHigh-temperature corrosion-resistant 
ModeratorSuperfine particle graphiteSlows neutrons for sustained reaction 
Core DimensionsDiameter ~110-190cm / Height ~110-180cmVaries by specification 

⚛️ The "Thorium" Connection

While named the "Thorium" Molten Salt Reactor, the current fuel is low-enriched uranium, not thorium. The reactor is designed with experimental channels to irradiate and study thorium fuel samples. This research will provide the data needed to eventually transition to a thorium-based fuel cycle in future, larger reactors .

Saturday, January 17, 2026

Software's Hidden Carbon Footprint: How AI Is Making Apps Greener

 




Differential Energy Profiling Points the Way to More Sustainable Mobile Computing

Every time you open an app on your smartphone, you're making an invisible environmental choice. Two messaging apps may look identical on the surface, yet one might drain your battery twice as fast as the other. That excess energy consumption isn't just an inconvenience—it's a sustainability problem hiding in plain sight.

With billions of smartphones in active use worldwide, inefficient code translates into millions of unnecessary charging cycles, increased electricity demand, and a larger collective carbon footprint. The question researchers have long grappled with: how do we systematically identify and fix these hidden energy drains?
Enter DiffProf: AI-Powered Energy Optimization

Researchers at Purdue University developed a tool called DiffProf that uses artificial intelligence to compare similar apps and automatically identify why one consumes more energy than another. The technique, known as "differential energy profiling," works by analyzing the "call trees" of apps performing the same task—essentially mapping out every computational step each app takes.

The insight is elegant: if two messaging apps both send a text message, but one uses 70% more battery, the difference must lie in their code. DiffProf catches these differences and reveals exactly how developers can rewrite their apps to match the efficiency of the best performers.
From Black Box to Actionable Intelligence

"Before this point, trying to figure out how much battery an app is draining was like looking at a black box," explained Y. Charlie Hu, the Purdue professor who led the research. Previous tools could identify that an app was draining battery, but not what to do about it. DiffProf bridges that gap by providing concrete, actionable recommendations.
The Green Technology Implications

For those of us working on sustainability in the tech sector, DiffProf represents an important paradigm shift. We often focus on hardware efficiency—better batteries, more efficient processors, renewable energy for data centers. But software efficiency is equally critical and frequently overlooked.

Consider the scale: if optimized code could reduce average smartphone battery consumption by even 10%, the cumulative impact across billions of devices would be substantial. Fewer charging cycles means less electricity demand, reduced wear on batteries (extending their lifespan and reducing e-waste), and a meaningful reduction in carbon emissions.
The Path Forward

The ultimate promise of tools like DiffProf is a future where energy efficiency becomes a standard metric in software development—as fundamental as functionality and security. As Abhilash Jindal, a co-founder of Mobile Enerlytics, noted: "In order for this technique to make a big difference for an entire smartphone, all developers would need to make their apps more energy-efficient."

That's both the challenge and the opportunity. By making energy optimization accessible and automatic, AI tools are lowering the barrier to greener software development. The technology exists—now it's a matter of adoption.

In the fight against climate change, every efficiency gain counts. Sometimes the most impactful changes aren't the ones we can see, but the ones running quietly in the code beneath our fingertips.



Source: Research presented at the 13th USENIX Symposium on Operating Systems Design and Implementation, supported by the National Science Foundation.

Friday, November 14, 2025

The Physics and Future of Cooling

Heat naturally flows across a temperature differential. Many devices (like those using fluid circulation, air circulation, and heat pipes) utilize or enhance this natural flow. However, these methods only move heat and cannot produce a temperature lower than the outlet temperature.


I differentiate this from an “active cooling” device, which does more than just move heat around. An active device can produce cooler temperatures than the ambient air. Its performance is measured by its Carnot efficiency, as these devices operate based on a Carnot cycle. Second Law of Thermodynamics: The Refrigerator


The Second Law of Thermodynamics, specifically the Clausius statement (the "second form"), states: It is not possible for heat to flow spontaneously from a colder body to a warmer body without work having been done to accomplish this flow. Energy will not flow spontaneously from a low temperature object to a higher temperature object. This principle precludes a perfect refrigerator. The same principles apply to air conditioners and heat pumps.


Source: hyperphysics.phy-astr.gsu.edu Physical Phenomena that can cause cooling


All devices that can cool below ambient temperature use one or more of these phenomena in conjunction with other effects to drive the cooling:

  1. Expansion and Compression: Changing the pressure of solids, liquids, or gases.
  2. Phase Change (Evaporation): Expansion from a phase change, usually from liquid to gas (e.g., evaporation). The Joule-Thomson effect is the basis for Freon refrigeration.
  3. Crystal Structure Change: Changes in a crystal's structure caused by pressure, electric, or magnetic fields.
  4. Magnetocaloric Effect: A change in the specific heat of a material caused by exposure to a magnetic field, often used in Adiabatic Demagnetization.
  5. Thermoelectric Effect (Seebeck/Peltier): Heat transfer that occurs when electrons flow across two dissimilar materials.
  6. Thermo Tunnel Effect: Uses electron quantum tunneling across a very small vacuum gap.
  7. Thermionic Effect: Heat transfer from electrons "boiling" into a gas or vacuum.
  8. Laser Cooling: Uses laser interference to kick out warm atoms; only works near absolute zero.
  9. Nernst Effect: An electromotive force is observed perpendicular to the direction of heat flow and magnetic force lines. The Ettinghausen Effect is the reverse.
  10. Maxwell's Demon: A theoretical abstraction involving a demon that separates hot and cold molecules.

Carnot Efficiencies for Selected Technologies:

  • Peltier: 5%
  • Compressor: 45%
  • Thermo Tunnel Effect (Cool Chip): 55% theoretical
  • Magnetic Cooling: 30% to 60%

Compressor-based Refrigeration


This method uses a piston compressor to compress a gas and then allows it to expand through a nozzle, which cools the gas.


Modern refrigerators use Freon, a CFC (carbon fluorine) gas that is non-toxic but damages the ozone layer. Other gasses like ammonia ($\text{NH}_3$), methyl chloride ($\text{CH}_3\text{Cl}$), and sulfur dioxide ($\text{SO}_2$) have been used but are flammable or poisonous.


Vortex Cooling


The Vortex Tube (discovered in 1930 by French physicist Georges Ranque) uses the compression and expansion of a gas, usually air. Ambient temperature air enters the middle of the Vortex Tube, and hot air comes out one end while cold air comes out the other.


The Thermoelectric Effect


When two wires of dissimilar metals are joined together at each end and the junctions are at different temperatures, a thermoelectric EMF is generated, causing a current to flow (the Seebeck effect, discovered in 1826).


The Peltier effect is the converse: an electric current flowing across the junction of two dissimilar metals either produces or absorbs heat, depending on the direction of the current.


Thermionic Effect


This effect is the engine of a vacuum tube. A heated metal (the cathode) releases electrons, which form a cloud around it. A current will flow to a second electrode (the anode or plate) if a battery is connected between the two. The heated metal is positively charged due to the loss of electrons.


Thermo Acoustic Cooling


Acoustic cooling uses a sound generator inside a closed tube to vibrate a gas, causing alternate compression and expansion, and therefore heating and cooling. Prototypes have shown lower efficiency than vapor compression systems and are physically large for the amount of cooling they produce. Pulse Tube Refrigeration


Pulse tube cooling is similar to acoustic cooling, but it uses a compressor instead of a sound generator to induce the oscillation and alternate compression and expansion of an inert gas in a tube.


Stirling Cycle


The Stirling refrigeration cycle compresses and expands an inert gas in a single cylinder. Heat is rejected at one end of the cylinder and absorbed at the opposite end. While the Coefficient of Performance (COP) should theoretically be higher than vapor compression systems, technical difficulties have limited its use, primarily to small prototype domestic refrigerators. It has no circulating refrigerant fluid, and the small heat areas create heat exchange difficulties, often requiring heat pipes. Malone Refrigeration


Malone refrigeration is a variant of the Stirling cycle that uses a liquid instead of an inert gas as the refrigeration medium.


Current research in America at Los Alamos Laboratories is exploring innovative cooling technologies, considering either the Brayton cycle or the Stirling cycle. The team’s prototype has been based on the Stirling cycle principle. Air Cycle Refrigeration


Air cycle refrigeration is a tried and tested technology, long used for aircraft cabin cooling. Historically, low energy efficiency and high cost prevented its use in buildings. However, recent studies suggest air cycle systems could be viable for buildings requiring simultaneous heating and cooling. Although they have low COPs, they can provide relatively high-temperature heat recovery without the efficiency penalty of vapor compression systems.


Magnetocaloric Materials and Magnetic Cooling


Magnetic cooling is based on the principle that a metal heats up when it is magnetized and cools when it is demagnetized. The technology offers several advantages over conventional gas compression cooling, including potentially higher efficiency, the elimination of ozone layer-depleting chemicals, and reduced noise and vibrations.


Currently, expensive and rare gadolinium is used for its good magnetocalorific properties. However, rare earth-based materials (like gadolinium) possess high magnetic entropy change ($\Delta S_M$) but have a very low potential for large-scale commercialization due to their limited availability, high cost, and poor corrosion resistance.


The search for affordable magnetocaloric materials for near room temperature applications has gained momentum. Iron and manganese based magnetocaloric materials (MCM) are promising alternatives. Low-cost and readily available Fe-based magnetic materials (such as Fe-Ni and $\text{Fe}_{17}\text{R}_2$ based nanoparticles) are particularly attractive for magnetic cooling applications. The development of iron and manganese-based MCM involves the study of their magnetic phase transitions, processing techniques, performance, and applications.


In terms of performance, a prototype 500-Watt system with a super-conducting magnet achieved a COP of over 5, surpassing an equivalent vapor compression system. Magnetic cooling is thought to achieve significantly higher energy efficiency than vapor compression systems, with some studies showing it can reach 60% of Carnot (ideal) efficiency, while the best gas compression systems reach only 40%. A magnetic refrigerator was successfully tested in 2001.


Sources:


Sorption Refrigeration


This method uses cyclic heating and cooling with an absorbing material in a closed system to produce a cooling effect.


Other Cooling Methods

  • Evaporative Cooling / Desiccant Cooling
  • Elastic Refrigeration (Sokol Idea): Cooling from the stretching of an elastomer belt and heating when it contracts can be used to refrigerate. Some rubber-like materials act in reverse, heating when stretched and cooling when allowed to relax. This reverse effect could also be utilized.