HN user

mxvanzant

10 karma
Posts0
Comments34
View on HN
No posts found.

I am currently getting treated for Folicular Lymphoma, so I've been looking into complementary treatments for myself.

I saw a video on youtube -- wait, here it is: https://www.youtube.com/watch?v=ikSlMlMFS7M -- from a medical journal former editor / writer guy who cured his throat cancer or maybe it was skin cancer, but he talked about both, with topical treatments using food grade hydrogen peroxide (h2o2). (I forgot the strength he used -- maybe 35%. But do not swallow this stuff -- very harmful to ingest, only apply it topically at specific points.) Anyway he was talking about brain tumors and how for some kinds there are no good treatment options and he conjectured that injecting these kind of brain tumors with the 35%(?) h2o2 could wipe them out. This is because most cancer cells are highly susceptible to h2o2 (way more than normal cells) A brain surgeon could do this using imaging guidance, etc.

Maybe you can find a surgeon who is already doing this type of treatment in a trial perhaps.

Three other options:

1. High dose vitamin C via IV. At very high doses, Vitamin C can wipe out cancer cells via multiple mechanisms. One of these is because VitC generates ozone in the cancer cells which destroys them in a similar method as if they had been dosed with h2o2.

2a. Get into ketosis via diet -- can selectively cause cancer cell death -- something to do with mitochondria metabolism changes in cancer cells. But, getting into ketosis is super difficult.

2b. Get into ketosis by supplementing with MCT (medium chain triglycerides) from coconut oil. The C8 component of this type of oil seems to have the strongest ketosis results. C8 MCT is processed by your liver and converted into ketones. Much easier than a keto diet.

3. Follow the Gerson therapy -- https://gerson.org/the-gerson-therapy/ -- lots of fresh pressed mostly veggie juices as the main component of the diet along with other things. This can also mimic a fast (another way to selectively kill cancer cells).

I'm doing 1, 2b, and starting to do 3 for myself. None of these are expensive and they are all very safe to do and you can do 2 and 3 at home.

I live near Chicago and I'm getting standard treatment at Illinois Cancer Specialists in Niles and the IVC treatments from Raden Wellness in Highwood. I'm working with an MD Oncologist and a Naturopathic Oncologist. So far so good!

Best of luck to your friend!!!

Agreed: my father-in-law was continuously trashing his Windows install. Many years ago, I put him on Linux Mint + MATE where he only uses Firefox and a bit of LibreOffice -- he's been fine with this setup -- his only remaining issues (for the most part) are when his Yahoo Email interface changes, etc. And, he has not managed to trash it yet! ;)

I run Linux on my HP laptop. I don't use any proprietary software. So, for myself, I don't see this buy vs. subscribe dichotomy.

By the way, I'm using Linux Mint + MATE and everything works pretty well.

Unfortunately, my work supplied computer is a pretty locked down Windows with a limited corporate approved software selection. Luckily, this selection includes VirtualBox! ;)

So, with VB, I'm able to do all my dev work in a Linux VM (I run both Mint and Alpine..)

You may want to consider trying some Free / Open Source software alternatives to your current setup if you are tired of subscriptions..

This page discusses nutritional support for drinkers to help maintain health and to possibly help with reducing alcohol consumption:

  http://doctoryourself.com/alcohol_protocol.html
Maybe you will find this unusual approach helpful. Best of luck.

I used it across the tubes! ;)

I support my in-laws and my daughters running Linux on their laptops and it worked fine and was pretty quick.

By the way -- we are all running various fairly recent versions of Linux Mint with the MATE desktop. The oldest being mine: [Release Linux Mint 19.3 Tricia 64-bit].

Hi Scollet, I see you have dismissed my comment, but I hope you will investigate the evidence and see for yourself. Optimal nutrition can be very helpful and even in many cases a cure. And, it beats the drugs offered by most doctors with their side effects. The drugs should be a last resort in conjunction with optimal nutrition, but unfortunately they are usually a first resort. Best, -mxv

There is a nutritional cure for schizophrenia discovered by Dr. Abram Hoffer, MD, PhD. (Niacin and other nutrients..) Start reading here:

    http://doctoryourself.com/review_hoffer_B3.html
and here:
    http://doctoryourself.com/hoffer_anecdote.html
And also see references and recommended books (some available entirely free, posted online) and additional articles, etc.

Glad you are in remission. The above information may help you stay in remission, and the plus is you can learn about it and do it yourself. All with inexpensive vitamins and other nutrients.

Most psychiatrists don't know (and don't want to know) about this. I understand your reluctance to see a doctor. Maybe you were smart to stay away from them.

As for work, you might give contracting a try for a while instead of seeking direct employment..

Best of luck to you!

I've had an HP Spectre x360 Convertable-15 df1xxx (core i7 10th gen, nvidia, 4k screen) for over a year now. I really like it. Running Linux Mint MATE currently on 19.3 MATE 1.22.2. I was able to adjust the display for Hi DPI -- can't remember what I did exactly but I have Appearance > Fonts > Details > Resolution DPI (dots per inch) set to 192.

Great keyboard (with full numeric keypad). I went into the keyboard settings and adjust some compatibility options so I could shift-arrow using the num pad to select text.

Wifi just worked. I bought a USB ethernet dongle that works fine also.

Mouse USB plug causes hang on hard boot -- just unplug it when booting. I mostly use sleep which works fine. Mouse movement wakes from sleep - but I was able to disable this:

  mxv@mvhp:~/bin$ cat disable_mouse_wakeup.sh 
  sudo cp /home/mxvanzant/.wakeup/wakeup /sys/bus/usb/devices/1-1/power/wakeup
  mxv@mvhp:~/bin$ cat /home/mxvanzant/.wakeup/wakeup 
  disabled
I don't use an external monitor, but this has HDMI which I've used on occasion.

Weight and size are not bad (for me), but you might prefer lighter laptops..

I think vitamin B6 is supposed to do it. I had symptoms in one wrist. Was pretty bad. I started taking a B Complex (B50) a couple times a day and it went away within a week. Some C would probably also help.

IMBA is another unknown but excellent Javascript library for UIs and is also a language derived from CoffeeScript. So far I've used it on two projects and I am really liking it. It has some quirks and not much doc. Your best bet is to look at all of the sample code and read the Issues forum.