HN user

alfon

160 karma
Posts9
Comments57
View on HN
A Single Div 2 years ago

The "about" page is a comment in the HTML source:

This is a CSS drawing experiment to see what's possible with a single div. To learn more about this project: GitHub: https://github.com/lynnandtonic/a-single-div Mozilla Hacks: https://hacks.mozilla.org/2014/09/single-div-drawings-with-c... Talk from CSSDay: https://lynnandtonic.com/thoughts/entries/talk-illustration-... Codepen: https://codepen.io/lynnandtonic Mastodon: @lynnandtonic@front-end.social Twitter: @lynnandtonic

I have a brain disease driven by an infection that gets better with long term antibiotics.

One of my main symptoms was MCI. Interesting that after long term treatment not only the MCI improved or subsided but also my very long standing ADHD (present for as long as I can remember) got dramatically better, makes you wonder.

For someone who has been forced to try countless substances / diet regimens / health strategies due to a pervasive chronic disease, I beg to differ. There's so many things that you can personally do that will alter your cognitive abilities, sometimes to an incredible extent. The tricky bit is that there is indeed no silver bullet, and what works for someone might do nothing or create harm for another. So in my opinion, understanding that there are alternatives to resignation is really the critical component.

Seems it wasn’t just “possession of an oil filter silencer”:

Candelario sold and manufactured AR-15 style assault rifles in Maryland without a license. The ATF caught Candelario by using an anonymous man to purchase the firearms in a gas station parking lot. This agent purchased six rifles, as well as two fuel filter silencers.

With respect to Dayan Goodenowe and his Plasmalogen theory, I think the Rush study should be reproduced by other groups. I am no qualified to judge it either, but thinking critically, unless some glaring statistical mistakes were made, or error measuring the levels, or simply that plasmalogen deficiency is a biomarker more than causative (he goes at length as to why he considers it to be the latter), we are talking about natural compounds (Plasmalogen precursors, or IV plasmalogens) that do not require FDA approval, so it should be fairly straightforward to fund, develop and test.

“The clinical implications of this study are obvious. This is the first reported evidence of a metabolic phenotype with the same clinical characteristics as the APOE ε2ε3 genotype. The probability of dementia in participants with either a high PBV or an APOE ε2ε3 genotype was indistinguishable”

https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6523320/

Was reading this article and this comment came to my mind.

https://www.ncbi.nlm.nih.gov/labs/pmc/articles/PMC4832962/

"Organophosphate poisoning is highly lethal as organophosphates, which are commonly found in insecticides and nerve agents, cause irreversible phosphorylation and inactivation of acetylcholinesterase (AChE), leading to neuromuscular disorders via accumulation of acetylcholine in the body."

Depends on the antibiotic. I believe their molecular mass has to be lower than around 500 Da for them to reliably cross the blood brain barrier. It also depend whether meningeal inflammation is present or not

"Ticks love to be in moist, low grass, so a lot of games, whether it's football, baseball, tend to happen in the morning. There may be dew on the grass and that's where a lot of ticks survive and hang out," Nesheiwat said.

https://www.cbsnews.com/newyork/news/ticks-lyme-disease-cdc-...

Lots of anecdotal evidence of ALS developing after tick bites, or more concretely infection with Borrelia Burgdorferi.

Probably a genetic component, and other enviromental factors are also involved, but the only dramatic reversals of MND I have seen documented (or heard about) have been either with IV antibiotics [1][3], or years of Mercury chelation [2]

[1] https://invisibledisabilities.org/award-recipients/2011award...

[3] https://pubmed.ncbi.nlm.nih.gov/17212618/

[2] https://www.researchgate.net/publication/317849075_Healing_o...

In the recent book "Chronic" by Dr. Stephen Philips, he's frustrated since he can only treat successfully (outcome similar to Dr. Martz), with antibiotics, about 15% of his ALS-like patients. Considering how uniformly fatal ALS diagnosis is otherwise, even considering how skewed of a sample he might get (patients that already know they are Lyme positive or suspect it), still find it astonishing.

You beat me to it, haha, This is what I just did:

function intersectRect(rectA, rectB) { return !( rectB.left >= rectA.right || rectB.right <= rectA.left || rectB.top >= rectA.bottom || rectB.bottom <= rectA.top ); }

const arc = document.getElementById("arc"); const ball = document.getElementById("ball");

setInterval(() => { if (intersectRect(arc.getBoundingClientRect(), ball.getBoundingClientRect())) { window.dispatchEvent(new KeyboardEvent('keypress', { keyCode: 32, })); } }, 10);

My code seems to go on forever, closed the tab after it reached 60K

Lab Leak 2.0? 5 years ago

Note that the author does not imply that Delta originated from a lab, but rather that Delta leaked from a lab at the end of 2021, and cites a supporting source.

My question would be how easy is for this molecule to cross the blood brain barrier. Perhaps if toxicity is very low you can diffuse it somewhat by maintaining high levels in blood, but my understanding is that molecules with a weight of more than 400daltons have trouble crossing it.

It might be also true that a certain percentage of lyme patients have some level of meningeal inflammation that might facilitate crossing more.

Any reason why this injection of OspA Monoclonal Antibodies wouldn't help in late disseminated Lyme disease?.

My understanding is that very tough cases of neurological Lyme disease often benefit greatly from IVIG. Wouldn't this be a more targeted version of IVIG?

Indeed, every measure that helps decreasing the overall heavy metal burden is welcomed.

One of such is the Minamata convention on Mercury [1].

"Studies also confirmed that neurotoxic metals, including lead, mercury, aluminum, and manganese, are measurably more harmful in combination than separately" [2]

One researcher that has been advocating for the link between mercury toxicity and Alzheimer's is Dr. Boyd Haley [3].

Lastly, here is a cool video showing how Mercury causes neuron degeneration: https://www.youtube.com/watch?v=bpC17nfZVvU

[1] https://en.wikipedia.org/wiki/Minamata_Convention_on_Mercury

[2] DOI:10.1588/medver.2005.02.00070 [3] https://www.youtube.com/watch?v=8AQxkIcXrt0 [4]

What if every young person with no risk factors (that might be those more likely to be out and about spreading the virus) thought like that?. It sounds kind of selfish to encourage others to be your guinea pigs “so they can protect their parents”