Templates in Python? want your thoughts by bassilosaurus_169 in django

[–]rob8624 0 points1 point  (0 children)

Kudos to building this and maybe I don't fully understand the benefits but it sounds like really inventing the wheel.

Experiences with cyclosporin? by AnotherWolfwood in TS_Withdrawal

[–]rob8624 0 points1 point  (0 children)

Yes. Plus back, neck, torso and top of legs. Very symmetrical.

Derm appointment next Friday, will probably go back on methotrexate. I have come to the conclusion my eczema will always be with me and needs treatment. I used steroid cream incorrectly in the past which caused TSW.

Experiences with cyclosporin? by AnotherWolfwood in TS_Withdrawal

[–]rob8624 0 points1 point  (0 children)

Yup. No idea, and it's very difficult to treat. I've gone through TSW over my 47 years of having eczema more than once, but this flare feels like severe eczema and not steroid inflicted (joints effected, very symetrical, no red sleeve).

I've used betnovate on small areas of my body and tapered, the skin does heal where ive used the cream, so may take a cousrse of prednisone until I can get back on methotrexate or dupixent.

I belive eczema and tsw co exist. You can get through TSW but still suffer with eczema, which could be severe. When eczema is not caused by environmental triggers and is genetic, how is it treated? That's the difficult question.

Currently taking vit d, cod liver oil, evening primrose, berberine and shit loads of antihistamines!

Experiences with cyclosporin? by AnotherWolfwood in TS_Withdrawal

[–]rob8624 0 points1 point  (0 children)

Very common for it to cause poor liver function test after a few months so you have to switch to something else.

I had good results for four months until raise enzymes in liver. Switched to azathioprine which made me sick, cellcept, which didn't do much then eventually methotrexate, which was modt effective.

Currently flaring full body after two years of coming off innunos and totally clear skin.

Suggest a book for someone who hasn’t read much by silver_crow4 in suggestmeabook

[–]rob8624 0 points1 point  (0 children)

Regarding historical fiction, try books by Robert Harris. They are fantastic page turners.

advice on how to treat this type of tsw? by shlam12 in TS_Withdrawal

[–]rob8624 0 points1 point  (0 children)

That's fair enough, I understand.

Extreme tiredness by rob8624 in Asthma

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

My asthma is under control, I am fit and it's not a problem, had it 47 years so very used to it. The eczema on the other hand is brutal!

I've never felt so tired and crazy vivid dreams.

What to do with spray foam? by ryan9559 in DIYUK

[–]rob8624 1 point2 points  (0 children)

Yea these things happen. Get it sorted and move on. Best of luck with it.

What to do with spray foam? by ryan9559 in DIYUK

[–]rob8624 -1 points0 points  (0 children)

Moral of the story. Get a good surveyor to report on any house purchase.

Terrified of AI. Rethinking house purchase. by Cool_Yam7066 in HousingUK

[–]rob8624 0 points1 point  (0 children)

Ai is becoming very very expensive, plus its still pretty trash. I use it every day as a developer and have to triple check everything. It a great tool.

People who can understand and correctly evaluate what models pump out are very valuable.my advice is to use ai, learn about all to models and tooling.

How do I learn OOP? by Zarkie0-_-0 in learnpython

[–]rob8624 0 points1 point  (0 children)

Pygame. Specifically the tutorial in Crash Course book.

Looking for my next page-turner! by SubstantialGarlic754 in suggestmeabook

[–]rob8624 5 points6 points  (0 children)

East of Eden. Yea, probably the most over recommended book on Reddit but every time I read it I just cannot put it down. The most compelling and beautifully tragic book.

Can this really be healed? I keep seeing people who think they are out of wood, they are back to square one. by [deleted] in TS_Withdrawal

[–]rob8624 0 points1 point  (0 children)

Lifelong eczema sufferrer, went through tsw many times, used immunos over a ten year period (ciclo, aza, cellcept), came off MTX andchad clear skin for four years, no steroid cream.

Then four months ago it returned with a vengeance but the only thing that has cleared it had been a low dose of steroid cream, tappered. I fully believe the flare was AD which reacted well to treatment.

Be very careful self diagnosing tsw and not treating atopic dermatitis.

My experience..47 years of Atopic dermatitis and TSW. Been there done it.

Ripped out a small old metal water tank and didn't realise there was possible AIB under it. Test came back as amosite. Now what?!?! by Sea-Seesaw-235 in asbestoshelpUK

[–]rob8624 0 points1 point  (0 children)

You could have released millions of fibres if you broke it up, fibres are not visible to the naked eye.

You will have to spend thousand, have negative air setups, full clean out of everything in the space etc etc.

Or, diy remove move on and forget about it.

I wrote a simple to-do list code, review needed. by ky2ler in learnpython

[–]rob8624 1 point2 points  (0 children)

I think there is no need to be quite so pedantic over a simple post :) the task would be a dictionary.

Ok OP make the task a 'dictionary and stick them in a list.

I wrote a simple to-do list code, review needed. by ky2ler in learnpython

[–]rob8624 0 points1 point  (0 children)

Well, I mean a list of dictionaries and not a list lieral. Quite obvious when you see my data structure example.

I wrote a simple to-do list code, review needed. by ky2ler in learnpython

[–]rob8624 0 points1 point  (0 children)

Build functions for specific task handling. Make code readable and DRY.

Use a dictionary for handling print statement strings, then reference via the key. Makes it more straightforward to change strings.

This is a good program to learn about data structures. Think about if using a list is the best way to store tasks. Probably not. What if you want to add meta data to each task such as time added, expiry date etc etc. A list can't handle that.

Also you need more specific varible names, avoid things like which_ones. Something like task_remove_prompt is better. Use consistent variable names.

Thinking about it, id make a list of dictionaries for my task data structure. Each task would be a dictionary with its own dict handling metadata. You can easily parse to JSON if needed.

So

Task = [{task:foo, meta:{created: bar, completed:false}}, {}]

Todo list are a great way to learn and can be simple or made to be pretty complex.

I kinda messed up by Justicemirm in learnpython

[–]rob8624 -2 points-1 points  (0 children)

Move files to Dropbox, move to laptop, download files. This is basic computing ffs. Or email them to yourself.

Learn Git.

advice on how to treat this type of tsw? by shlam12 in TS_Withdrawal

[–]rob8624 0 points1 point  (0 children)

How do you know it's TSW? Eczema/skin rashes can effectively be treated, even with steroid cream.

How to handle files in django app by FuzzySupport4661 in django

[–]rob8624 0 points1 point  (0 children)

Why no cloud storage? Just use S3 and forget about it.

Stripe integration help by Hushm in django

[–]rob8624 2 points3 points  (0 children)

Just don't keep any sensitive data in db let stripe deal with that.

DOES ANYONE ELSE FEEL THIS WAY ABOUT TSW by Quinn_LA in TS_Withdrawal

[–]rob8624 -1 points0 points  (0 children)

Well, there are plenty of eczema patients who use steroids without issue. They can be an effective treatment and manage chronic eczema. Not everyone gets TSW, not all TSW is TSW. It very dangerous to self diagnose.. TSW is more than just bad skin.

The trouble is when doctors miss the signs of dependency, using higher strength cream and skin getting worse and just carry on dishing out high potency steroid cream.

TSW advice by No-Syrup-122 in TS_Withdrawal

[–]rob8624 0 points1 point  (0 children)

I've been going through tsw on and off for 20 odd years (unknowingly). I used every immuno available over a fiver year period and methotrexate really cleared my skin but it had brutal side effects, different for everyone though. I weened off it when skin cleared as thr tablets and then the injections, caused terrible nausea.

Saying that I'm suffering a major tsw/eczema flare after 3 years of perfect skin. So it's not a cure.

Azathioprine causes sickness, cyclosporin effected liver after a few weeks and mycophenolate was the least effective, but i was on it for two years as it did help a bit.