Translate This Blog

Thursday, July 2, 2026

hidrogen water is it Benefical?

Hydrogen water sits in a fascinating gray zone: it is not pure marketing fiction, but it is also heavily overhyped.

To understand the real deal, it helps to look at what the science actually says versus what the wellness brands claim.


The Core Concept

Regular water ($H_2O$) already has hydrogen bound to oxygen. Hydrogen water is just plain water with extra, unbound molecular hydrogen gas ($H_2$) dissolved into it.

Because $H_2$ molecules are incredibly tiny, they can easily cross cellular membranes. The theory is that these molecules act as a selective antioxidant, neutralizing the most harmful free radicals (reactive oxygen species) in your body without messing up the beneficial ones.


🟢 The Promising Benefits (What Early Science Shows)

While major long-term human trials are still limited, preliminary clinical studies and randomized controlled trials suggest a few genuine, modest benefits:

  • Faster Exercise Recovery: This is the area with some of the strongest evidence. Studies show that drinking hydrogen water before or during intense workouts can reduce blood lactate buildup, lower muscle fatigue, and decrease post-exercise soreness.

  • Mild Anti-Inflammatory Effects: Research indicates it can slightly reduce systemic inflammation markers (like C-reactive protein), which may offer long-term support against chronic low-grade inflammation.

  • Metabolic Support: Some small trials have noted modest improvements in cholesterol levels, insulin sensitivity, and blood sugar regulation in individuals with early signs of metabolic syndrome.


🔴 The Catch (Why It Might Not Be Worth It)

Despite the promising science, health experts urge caution for a few major reasons:

  • The "Miracle Cure" Myth: There is absolutely no high-quality evidence that hydrogen water cures cancer, reverses aging, or acts as a dramatic medical breakthrough. If a company claims it does, it's a red flag.

  • The Clock is Ticking: Hydrogen gas escapes into the air very rapidly once a container is opened or a tablet is dissolved. If you don't chug it quickly, you're just drinking expensive regular water.

  • The Price Tag: Hydrogen-generating machines, specialized cans, and tablets can be incredibly expensive. Many scientists argue that the modest benefits don't justify the high cost, especially when your body already has its own robust antioxidant systems (like glutathione).

  • Good Old Hydration: Some studies struggle to prove whether the positive health outcomes are due to the extra hydrogen or simply because the participants were drinking more water and staying better hydrated.


📋 The Bottom Line

Hydrogen water is generally recognized as safe by the FDA, and it is highly unlikely to harm you.

If you are an elite athlete looking for a 1% edge in muscle recovery, or you simply enjoy experimenting with wellness trends and have the budget for it, it might be worth a try. However, for the average person, you will get far more powerful antioxidant and anti-inflammatory benefits simply by staying hydrated with regular tap water and eating a diet rich in colorful fruits and vegetables.

Wednesday, July 1, 2026

Taking a screenshot on a Mac

 Taking a screenshot on a Mac is quick and uses simple keyboard shortcuts. Here are the three ways to do it, depending on what you want to capture:

1. Capture the Entire Screen

Press Command ($\mathbf{\mathscr{A}}$) + Shift + 3 simultaneously.

  • A thumbnail will briefly appear in the bottom-right corner of your screen.

  • The image will automatically save to your Desktop as a .png file.

2. Capture a Selected Portion of the Screen

Press Command ($\mathbf{\mathscr{A}}$) + Shift + 4.

  • Your mouse cursor will change into a crosshair.

  • Click and drag the crosshair over the exact area you want to capture, then release the mouse button.

  • Tip: If you want to move the selected box before capturing, hold down the Spacebar while dragging.

3. Capture a Specific Window or Menu

Press Command ($\mathbf{\mathscr{A}}$) + Shift + 4, and then immediately press the Spacebar.

  • Your cursor will change into a camera icon.

  • Hover over the open window, browser tab, or menu you want to capture (it will highlight in blue) and click. This creates a clean screenshot of just that window with a nice drop-shadow effect.


Pro-Tips:

  • Copy to Clipboard instead of saving: If you just want to paste the screenshot into a chat or document without saving it to your desktop, add the Control key to any of the shortcuts above (e.g., Command + Control + Shift + 4).

  • Open the Screen Capture Menu: Press Command ($\mathbf{\mathscr{A}}$) + Shift + 5 to pull up an on-screen toolbar. This gives you advanced options, including a timer, changing where screenshots are saved, or recording your screen as a video.

 

Perfect Setup for Your MacBook M4 (16GB) 🎉

Your MacBook M4 with 16GB is excellent for running Hermes locally. Here's the optimal setup:


Recommended Model: hermes3:8b (Best Balance)

This will run smoothly on your machine with good speed and quality.


Quick Installation

1. Install Ollama

bash
brew install ollama

2. Start the service

bash
brew services start ollama

3. Pull Hermes 3 (8B - ~4.7GB download)

bash
ollama pull hermes3:8b

4. Start chatting!

bash
ollama run hermes3:8b

Optional: Install LM Studio for a Better UI

bash
brew install --cask lm-studio

Then search for "hermes3" in LM Studio and download the 8B version.


Model Options for Your 16GB M4

ModelSizeSpeedQualityRecommendation
hermes3:8b~4.7GB⚡ Fast✅ GreatBest for daily use
hermes3:70b~40GB🐌 Slow🌟 BestWon't fit well in 16GB
nous-hermes2~4.1GB⚡ Fast✅ GoodGood alternative

💡 With 16GB RAM, stick to the 8B model for the best experience. The 70B model would be too slow and might cause swapping.


Performance Tips for M4

  • Your M4 chip has a Neural Engine that helps with AI tasks
  • Keep your MacBook plugged in for long sessions
  • Close other heavy apps (Chrome, video editors) to free up RAM
  • Expect 20-40 tokens/second with the 8B model (very fast!)

Test It Out

Try this once running:

Write me a Python function to calculate fibonacci numbers, then explain how it works.

Need help with anything specific after installation? Like connecting it to a coding tool (VS Code) or using it for a specific task? 🚀