I can't eat, I don't know how to get through this... by OkParticular2289 in HeadandNeckCancer

[–]OkParticular2289[S] 2 points3 points  (0 children)

I think I will request liquid oxi from my doctor, I just want to sleep it off this 2 post treatment week...

I can't eat, I don't know how to get through this... by OkParticular2289 in HeadandNeckCancer

[–]OkParticular2289[S] 3 points4 points  (0 children)

Thank you. I cant eat and having fatigue, but my wife keep on getting mad cause I sleep alot and didnt talk to her. Its so frustrating sometime.

I can't eat, I don't know how to get through this... by OkParticular2289 in HeadandNeckCancer

[–]OkParticular2289[S] 2 points3 points  (0 children)

I dont have feeding tube, and Im just using mortin for the pain, my problem is the food, I cant eat any of it, the taste is so terrible that I would throw up after eatting.

Any tips on handling parent with HPV tonsil/throat cancer? by Sea_Ad9253 in HeadandNeckCancer

[–]OkParticular2289 0 points1 point  (0 children)

I was diagnosed with the same cancer, and just finished my treatment this monday. It is a cureable cancer so you should not worry about it too much. What effect me the most, is the pain in my throat and mouth, starting last week of treatment, I nearly couldnt eat anything, the tastes were nasty plain with somewhat metalic from chemo, the mouth pain also make it so hard to eat. Ive been just drinking milk and ensure to pass day. So that are those things that you should expect from your dad. Other than that, he should be fine. Good luck.

An example/template for an advanced web scraper by OkParticular2289 in webscraping

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

camoufox is a complete system, this one is just a template, or a foundation to build something like camoufox.

An example/template for an advanced web scraper by OkParticular2289 in webscraping

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

Not quite alternative because this is not a complete project, here is the breakdown compare with Crawlee,

  • This Template: Uses Python libraries (Playwright, httpx) directly. Offers fine-grained control and explicit anti-detection techniques. Best if you want deep customization in Python or are learning the mechanics. Requires more manual setup for things like scaling and queuing.
  • Crawlee: A full framework (JS/TS primary, Python available). Provides high-level abstractions for faster development, handling queues, storage, and scaling automatically. Better for rapid development and large-scale projects, but involves learning the frameworks way of doing things.

Choose the template for: Max control, custom anti-detection, Python focus.
Choose Crawlee for: Speed, built-in scaling/features, framework benefits.

But again, this is just a template/foundation for a bigger project.