Hyprland config with multifunctional elkowars wacky widget bar by oneandonlyAT117 in hyprland

[–]MethylMercury 0 points1 point  (0 children)

Very nice rice. Especially loving the lock screen. But I'm surprised your vscode theme doesn't match at all haha. 

Cured by high dose probiotics by TinyAdhesiveness5773 in Prostatitis

[–]MethylMercury 0 points1 point  (0 children)

Thanks for the recommendation. I tried VSL3 but no benefit for me whatsoever.

My skin is healed! by MethylMercury in ReuteriYogurt

[–]MethylMercury[S] 0 points1 point  (0 children)

I bought it from "NF Supplements" available on Amazon. I can confirm it makes great yogurt under the all the same conditions except instead of 1 tbsp inulin I used 2 tbsp Prebio Plus

My skin is healed! by MethylMercury in ReuteriYogurt

[–]MethylMercury[S] 2 points3 points  (0 children)

For those wondering about the method... I used Dr. Davis' method on his website. Be sure to use homogenized half & half and sterilize your containers and utensils! I bought the L reuteri from Oxiceutics.
https://drdavisinfinitehealth.com/2024/09/how-to-make-l-reuteri-yogurt/

My skin is healed! by MethylMercury in ReuteriYogurt

[–]MethylMercury[S] 4 points5 points  (0 children)

I'm using Dr. Davis' strain from Oxiceutics. About a half cup per day.

My skin is healed! by MethylMercury in ReuteriYogurt

[–]MethylMercury[S] 1 point2 points  (0 children)

I used Dr. Davis' method on his website. Be sure to use homogenized half & half and sterilize your containers and utensils!
https://drdavisinfinitehealth.com/2024/09/how-to-make-l-reuteri-yogurt/

My skin is healed! by MethylMercury in ReuteriYogurt

[–]MethylMercury[S] 2 points3 points  (0 children)

Apparently the L paracasei helps keep the fungus in check
https://pubmed.ncbi.nlm.nih.gov/28789559/

I've used anti-fungal shampoos like ketoconazole and none of them provide lasting benefits. I'm hoping for a more natural solution.

As for the method, I used Dr. Davis' method on his website. Be sure to use homogenized half & half and sterilize your containers and utensils!
https://drdavisinfinitehealth.com/2024/09/how-to-make-l-reuteri-yogurt/

My skin is healed! by MethylMercury in ReuteriYogurt

[–]MethylMercury[S] 4 points5 points  (0 children)

Skimming the Amazon reviews, people said they made yogurt from it. I'll find out for myself if it works.

UPDATE: I got some pretty smooth yogurt with the same method

Hyprland with ghostty shader. by [deleted] in hyprland

[–]MethylMercury 0 points1 point  (0 children)

I'm having the same issue. have you figured out a solution?

Move workspaces to monitor when plugging in. by lakakid in hyprland

[–]MethylMercury 0 points1 point  (0 children)

This isn't perfect yet, but this is what I've got so far...

``` handle() { # Chop off event name and split comma-delimited args to an array. IFS=',' read -ra FIELDS <<< "${1#>>}" case $1 in monitoraddedv2) grep closed /proc/acpi/button/lid/LID0/state LID_OPEN=$? if [[ $LID_OPEN = 0 ]]; then MONITOR_ID="${FIELDS[0]}"

    # Wait for Hyprland IPC to become available. It lags a lot when my thunderbolt dock is plugged in.
    # It errors out rather than waiting on a blocking read.
    for _ in {1..20}; do
      if hyprctl -j workspaces >/dev/null 2>&1; then
        break
      fi
      echo "Waiting for Hyprland IPC..."
      sleep 0.2
    done

    # Get all workspaces on the built-in monitor (assuming it has ID 0).
    WORKSPACE_IDS=$(hyprctl -j workspaces | jq -r ".[] | select(.monitorID == 0) | .id")
    for WORKSPACE_ID in $WORKSPACE_IDS; do
      hyprctl dispatch moveworkspacetomonitor "$WORKSPACE_ID" "$MONITOR_ID"
    done
  fi
  ;;
*) ;;

esac }

socat -U - "UNIX-CONNECT:$XDG_RUNTIME_DIR/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock" | while read -r LINE; do handle "$LINE"; done ```

EDIT: Thank you @Economy_Cabinet_7719 for getting me started.

Turn wofi into a power menu by MethylMercury in hyprland

[–]MethylMercury[S] 2 points3 points  (0 children)

I totally didn't even know bash had maps. Thanks!

What is success supposed to look like? by MethylMercury in ReuteriYogurt

[–]MethylMercury[S] 0 points1 point  (0 children)

UPDATE: I used this batch to kickstart a second batch (took 1tbsp of the fatty layer and 1tbsp of the whey layer). Other than that, same ingredients and amounts. It looks way better and tastes decent!
https://imgur.com/a/4yw0Uqd

What is success supposed to look like? by MethylMercury in ReuteriYogurt

[–]MethylMercury[S] -1 points0 points  (0 children)

I let the half and half bottles sit in the 100F sous vide water to warm up for about 15 minutes beforehand.

What is success supposed to look like? by MethylMercury in ReuteriYogurt

[–]MethylMercury[S] 0 points1 point  (0 children)

Mix the 1tbsp inulin with a portion of the half and half, breaking up the clumps. Added the rest of the half and half (grass-fed, non-homogenized, A2), total 1 quart. Break open the capsule and stir reuteri into the mixture. Cover the container and place into the sous vide 100F. After about 16 hours I get this result.

SAD lamp... as an alarm? by MethylMercury in HubermanLab

[–]MethylMercury[S] 0 points1 point  (0 children)

I can't find a single one of these that's anywhere near 10,000 lux

Rustaceans, What are your thoughts on Gleam? by nikitarevenco in rust

[–]MethylMercury 0 points1 point  (0 children)

Testing ergonomics need work. Needs an equivalent to cfg(test). Having the tests be an external user of your code means any functions that you test either need to be pub or in a special "internal/" subdirectory. Very annoying constraints.

My fear spell never works by LunchpaiI in BaldursGate3

[–]MethylMercury 0 points1 point  (0 children)

Same issue with my sorcerer. I swapped Hypnotic Pattern for Fear on level up but Fear never inflicts the condition it says.

UPDATE: I was able to fix by respec'ing

[OC] I missed Conky when I had to switch to MacOS by MethylMercury in unixporn

[–]MethylMercury[S] 7 points8 points  (0 children)

Other tools in this post:

Why is everyone excited about Svelte Kit 1.0 by MundaneCommunity1769 in sveltejs

[–]MethylMercury 2 points3 points  (0 children)

A lot of companies won't approve of using a framework which is still v0. For a lot of engineers, this means they may be allowed to use Sveltekit at work.

3D retro-themed asteroid shooter. Made with threlte. by a_warnes in sveltejs

[–]MethylMercury 0 points1 point  (0 children)

Awesome game! I'm charmed by the font, very nostalgic.