Hacker News .hnnew | past | comments | ask | show | jobs | submit | microdev's commentslogin

One thing I really dislike about PHP is the global scope and imports. Introduction of namespaces is an improvement but it does not change the fact that everything is in global scope. The best practice for imports is to not include them outside of execution context, but it also makes it very hard to reason about what is actually being used by the file + you try to think about not loading files unnecessarily so it's not uncommon to add the import statement in the same file multiple times before using something and there are no type hints that say whether the include was imported or not. Which is more or less a consquence of the environment not having a proper runtime and everything being re-initialized with every request (in a runtime context, all files that would ever by used would be included, because they would be used eventually). I genuinely wonder how it came to be that a language developed specifically to serve web requests is not a loop, you would think that a runtime would be especially useful for handling requests and Facebook learned it the hard way, heck CLI input -> output programs are probably the only type of program where it would not be a limitation.


Sometimes they may be useful to treat a condition. I had common warts for years, they would never disappear on their own without freezing and there was one that was resistant to multiple freezing sessions at the doc. I have started taking stupid doses of D3, C and also eating garlic every day - the freeze resistant wart flattened to almost nothing in 2 weeks on its own, any small wart that pops up now will disappear in a month without freezing.


I have been, not sure if it counts as megadosing, but let's it does, megadosing D3 and C. I have struggled with common skin HPV that would not go away for over 3 years. Modest supplement doses did nothing, but when I increased D3 to 6,000 IU, C to 1.5g and started eating garlic, the warts just started disappearing on their own after some 2 weeks - including the most difficult ones (previously that would require freezing and even that could not eliminate some warts after multiple sessions at the doc). As far as I'm aware all of those are antioxidants. I guess that the invalid cell cleanup and virus cleanup are different mechanisms, but maybe just a guess - that if the immune system is too weak to clean up HPV on its own, it may also be more prone to let a cancer cell slip, maybe I would be better off to continue megadosing those... This kinda makes it a tough call. The thing about sugar is kinda related between the 2 - there's this study about how eating large amounts of sugar in one take will mess with the tumor cleanup mechanism - I noticed that I would often get more new warts after holidays when I consumed a lot of sugar.


lol I bet that works, you can also rub garlic directly on warts and other skin issues I’ve been helped by that in the last. On a separate note, 6,000 IU of d3 is nowhere near a megadose lmao, the study that supposed that it’s dangerous was wrong due to a typo, doses of 50,000 IU over 6mo have been tested and found to be safe. I personally take around 10-15k daily depending on sun exposure and once a week take 30k IUs, along with other things. I would recommend experimenting with 10k daily dose at least if you’re willing to check it out :)


It may exists but I think it's very unlikely to maintain a significant market presence. I'm very curious how it's going to fare in the next 10 - 20 years though (I'm building a WordPress-related product and got a bit scared with ChatGPT). Maybe it's not even about WordPress but that the idea of a website as we know it now may become obsolete and most of casual web browsing will be done through an AI chat service. I think there's some chance that ecommerce websites would still exist, that the chat interface would be an inferior interface alternative and only play a supporting role.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: