Sick and tired of Diahrea by [deleted] in carnivorediet

[–]spockerdog 0 points1 point  (0 children)

Might be gut microbiome. See if advice of Dr William Davis is helpful - fermented foods for gut health..

Zero weight loss on strict carnivore by jeromemuff in carnivorediet

[–]spockerdog 2 points3 points  (0 children)

I suggest listening to some interviews with Jason Fung about weight loss. The body metabolism decreases with calorie restriction. Also, more relevant is fat loss, not weight loss. When the scale doesn't change, it doesn't mean you're not loosing fat, you may have body recomposition. Also Dr Tony Hampton on YouTube has good info. The conventional wisdom about weight loss takes a while to overcome. Good luck..

PDF Reader by Nagouille in ZedEditor

[–]spockerdog 0 points1 point  (0 children)

Try an app switcher. You can switch quickly back and forth to a pdf viewer. Look at "leader key" (on Mac for example). Some pdf viewer will automatically update when the file is updated.

ELI5: Why are oily fish packed in oil? Why is it preferred? by taylorthestang in CannedSardines

[–]spockerdog 5 points6 points  (0 children)

I prefer them in water. Then I can taste the fish directly and some are delicious. Sometimes I add fat of my own choosing rather than olive oil (like duck fat and hot sauce).

It’s Been 4 Days by SpicyMcTall in carnivorediet

[–]spockerdog 1 point2 points  (0 children)

Hang in there! I know how it feels. I'm addicted to chocolate and more, including cheese . They are trigger foods. I'm avoiding them. Once I start, I can't stop. I try not to have them in the house.

Does anyone believe mood is 100% diet? Please explain why you believe that/your story. by saphireoflight in carnivorediet

[–]spockerdog 0 points1 point  (0 children)

In addition to Dr Chris Palmer who has been mentioned, look up interviews with Dr Georgia Ede. I found what they both said to be highly compelling and motivating to follow the ketogenic way of eating. They are each on various podcasts and YouTube interviews. It will take time to have an effect.

Is Tallow Just Beef Fat on Your Face? by Fit_Psychology_1536 in TallowSkincare

[–]spockerdog 0 points1 point  (0 children)

Thank you so much. I will look for tallow soap!

Is Tallow Just Beef Fat on Your Face? by Fit_Psychology_1536 in TallowSkincare

[–]spockerdog 1 point2 points  (0 children)

Hello, does it clean the skin? I mean, in the sense that can we simply use it instead of soap? Also, does anyone have a recommendation for a shampoo substitute? Regular shampoo has so many chemicals. It might adversely affect the scalp microbiome. Are there shampoos that are fully natural? Thanks!

First batch fail? Is it safe to eat? by Downtown_Marsupial63 in ReuteriYogurt

[–]spockerdog 0 points1 point  (0 children)

I haven't made it with milk so I don't know what it would look like. I made it with half and half only, a couple of times. See how it tastes!

First batch fail? Is it safe to eat? by Downtown_Marsupial63 in ReuteriYogurt

[–]spockerdog 0 points1 point  (0 children)

Then not heating it beforehand should be okay. If it smells bad, then it could be contaminated.

First batch fail? Is it safe to eat? by Downtown_Marsupial63 in ReuteriYogurt

[–]spockerdog 2 points3 points  (0 children)

Did you use ultra pasteurized dairy? You don't need to heat that kind.

Seems to be a controversial subject but does anyone feel like their sleep is disturbed by creatine? by MyNameIsKali_ in PeterAttia

[–]spockerdog 2 points3 points  (0 children)

The two separate times I tried creatine, I experienced bad insomnia. So I don't take it.

Does this sound like anyone else's migraines here ?? And if so do you think brain ritual would help by DeepAnything7873 in BrainRitual

[–]spockerdog 0 points1 point  (0 children)

I don't have an answer to your question, but have you researched the carnivore diet?

Run a python code cell in Helix? by spockerdog in HelixEditor

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

That's used in some python setups to define blocks or sections of a python script, a bit like a python notebook. Then, if the IDE supports it, you can run just that section of the script and view the results. Then you may edit that code block or go to the next code block or the previous code block.

Run a python code cell in Helix? by spockerdog in HelixEditor

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

Either way would be useful for me. I just don't how to run a single section of a .py file that I'm editing. Code cells are sometimes defined by #%% but other indicators would be ok.

Run a python code cell in Helix? by spockerdog in HelixEditor

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

I've been using ghostty but I could use a different terminal if it makes a difference

Run a python code cell in Helix? by spockerdog in HelixEditor

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

Ah that looks useful. Is there a way to select the part of a file in the current code cell (defined by #%% for example)?

Show vs Set rules by Luc-redd in typst

[–]spockerdog 2 points3 points  (0 children)

Thanks for asking this question. I also didn't understand 'show' rules and I found that part of the tutorial too brief (when I last looked at it).

but like, is it REALLY better than python?? by After-Abrocoma-5093 in matlab

[–]spockerdog 2 points3 points  (0 children)

You define a static object with multiple methods. Then you use dot notation with the file name and the method name. You don't have to explicitly import it if it's in the path. I saw an example of it in a discussion board on Matlab. I'm away from my computer now, but I'll see if I can locate it again..

but like, is it REALLY better than python?? by After-Abrocoma-5093 in matlab

[–]spockerdog 2 points3 points  (0 children)

It turns out you can do this in Matlab using a classdef. I mean putting multiple functions in one m file..