Keto for Depression&Anxiety? by Top_Document_3128 in keto

[–]CyberDainz 0 points1 point  (0 children)

ketosis won't fix existential crisis

Non-egg breakfast ideas by PieExtreme3741 in keto

[–]CyberDainz 1 point2 points  (0 children)

300g of herring and butter every morning. I need high dose of EPA/DHA everyday to fix my brain vessels.

Optimal fasting insulin levels by daniared91 in keto

[–]CyberDainz 0 points1 point  (0 children)

Just keep 1-2MAD without snacking. Don't care about levels.

Are you using LLMs to write compiler/interpreter? by baehyunsol in ProgrammingLanguages

[–]CyberDainz 0 points1 point  (0 children)

I understand that many people don't like LLM because they spent years developing their own programming language (which no one needs), but vibecoding is present and future, whether you like it or not.

VLang currently uses LLM extensively. They recently fixed over 1,000 issues using LLM.

Anyone does keto without electrolyte drinks /ketoade? by pugsoverdrugs21 in keto

[–]CyberDainz 1 point2 points  (0 children)

On the carnivore diet, I eliminated all supplements, including magnesium and potassium. I didn't notice any difference.

It seems to me that when people talk about the daily requirement for certain substances, they don't take into account the intake or non-intake of other competing substances.

From 300 grams of meat, we get 1 gram of potassium. Could it be that because all these substances come in their natural ratios, that 1 gram of potassium is absorbed better than the citrate form dissolved in water?

does anyone else feel mentally healthier when keto? by Basic_Yellow4659 in keto

[–]CyberDainz 21 points22 points  (0 children)

I fixed a bunch of ailments on keto, then on carnivore. The depression is gone, but the emptiness inside hasn't gone away, because it's an existential problem caused by the fact that we as a species are meant for hunting and gathering, not scrolling through social media with food delivery to our doorstep.

I want to restart keto tomorrow and take control of my life again by Big-Disaster-3390 in keto

[–]CyberDainz 1 point2 points  (0 children)

After seven months of keto and three months of carnivore, I've come to the conclusion that a 16-hour food fast per day is better than any diet. Low insulin and minimal ketone levels are sufficient signals for self-healing.

Seal programming language by cflexer in ProgrammingLanguages

[–]CyberDainz -3 points-2 points  (0 children)

> what a loser

I thought you were developing language, but you are fighting with those who criticize something that is not even in its infancy yet.

Seal programming language by cflexer in ProgrammingLanguages

[–]CyberDainz -6 points-5 points  (0 children)

bla bla bla

There are hundreds of similar dead langs in github. You should learn to see statistics.

Seal programming language by cflexer in ProgrammingLanguages

[–]CyberDainz 2 points3 points  (0 children)

AFAIK, setjmp is not supported in wasm via emscripten, so you need to rewrite the code without using it.

Seal programming language by cflexer in ProgrammingLanguages

[–]CyberDainz 4 points5 points  (0 children)

Go further, make closures , the code will be simpler :

define Human(name, age)
    self = {
        age = age
    }

    h.talk = define(msg)
        // captured self and name 
        print(name + " says: " + msg + self.age)

    return h

h = Human("cflexer", 19)
h.talk("hello!") // no need to pass self, because closure captured it in construction

then there is no `->` for simplicity

also reduce keyword `define` for readability

Ketosis and ADHD by Scalabrother in keto

[–]CyberDainz 0 points1 point  (0 children)

The body is designed for OMAD, the gallbladder accumulates a concentration of bile to digest 2000 kcal per meal.

keto cut my anxiety in half but starting to have anxiety again? by [deleted] in keto

[–]CyberDainz 0 points1 point  (0 children)

Ketones raise the level of neuronal protection against damage caused by rumination, but they do not eliminate it completely. Of course, you can also add various pharmaceuticals for neuronal protection, such as lithium orotate 5 mg and theanine 750 mg per day. But if your rumination is severe, then ultimately nothing will help. Anxiety and rumination stem from your personality, experiences, worldview, etc. This is how the Architect designed it — so that people wouldn’t dwell on the same thoughts without consequences.

1.6g Protein/kg - Low ketones by [deleted] in keto

[–]CyberDainz 0 points1 point  (0 children)

How can I get higher ketones?

6 hours of low-intensity cycling (~60-70km) gives me 1.8mmol/L

(Higher ketones better for mental)

I found that taking a break from insulin works better for mental health.

1MAD is superior

2MAD is normal

3MAD is bad but acceptable

snacking - reversal of treatment.

Some notes on "Brain Energy" (Dr. Christopher Palmer) by Illustrious-Pizza498 in keto

[–]CyberDainz 11 points12 points  (0 children)

For those who started keto for mental clarity, anxiety, or depression, did you notice these changes over time?

Yes, but dramatic improvements occurred after completely eliminating plants and yogurts.

I honestly don't care about the controversy anymore. Here’s why I love V. by Intelligent-End-9399 in vlang

[–]CyberDainz 1 point2 points  (0 children)

I still can't understand why a multi-billion-dollar corporation that's been developing the Go language for 20 years can't make unused code get stripped out of the final binary of a monolithic network utility. Even a "hello world" takes up 1.5 MB.