#compression
Explore tagged Tumblr posts
thatchronicfeeling · 3 days ago
Text
Can't remember if I ever updated this...but it turns out that my sensitive gut can only handle 'light' compression/shapewear. The good news is that light compression *does* help my POTS! I mean, I'm still bedbound, but anything that helps is still great (I also use the lowest compression stockings).
Do you have (a) a bowel condition (diagnosed/undiagnosed) AND/OR (b) POTS and have you (c) tried compression garments/shapewear that go over your belly? If yes, has this ever upset your gut? Any thoughts / advice welcome! <3 Longer Version: I have Ulcerative Colitis and POTS. Over the past few months, I've been trying out various kinds of compression to see if that helps my POTS. Trying to work out what has caused my current gut upset. Wondering if it might be connected to the shapewear shorts I was wearing at the weekend? I've been trying out different kinds of compression. Below-the-knee socks'/stockings are helpful. Since I'd seen some folk recommend the socks + shapewear combination, I've been trying that out (it helps with POTS). Maybe there's a difference depending on the shapewear shorts, though? I made sure to get ones that I can easily slide/roll down to go to the toilet. (Two 'accidents' whilst hospitalised with Ulcerative Colitis aged 21 are more than I need in a lifetime.) So, while there is some compression, these are not the tightest shapewear that you can get. I've been trying out different brands. One pair I wore all day and had no apparent problems with them. Then, I tried a different pair, which I wore all day (~14hours). These ones have slightly stiffer fabric (they're probably a wee bit tighter too). After I took them off, I felt very bloated. Overnight my belly started to feel achy/tender and this continued all of the next day. In terms of sensation, this was the same kind of soreness after lots of diarrhoea, or a colonoscopy. But I hadn't had either of those. Today, my gut doesn't feel as tender, but I'm experiencing urgency. Could the shapewear shorts have caused this? (or is something else going wrong with my colitis that I need to work out?!) I know nobody can have a definitive answer to this, but if you have any similar experiences relating to shapewear/compression (or even a corset), I'd really appreciate hearing your perspective! <3
31 notes · View notes
skinskisurf · 1 year ago
Text
Tumblr media
811 notes · View notes
sportstud69 · 2 months ago
Text
Tumblr media
This weeknd I went to the gay club and wore this exact fit. I was shinny and silky, if you saw this gear at the club would you be turned on ? 🔥
229 notes · View notes
diana-andraste · 28 days ago
Text
Tumblr media
Compression, Kensuke Koike, 2022
Image compression chart 100% 90% 80% 70% 60% 50% / compressed by hand
67 notes · View notes
lycrasportyboy · 2 months ago
Text
Tumblr media
74 notes · View notes
athleticcollection · 5 months ago
Text
Tumblr media
116 notes · View notes
ryansultimatefitness · 4 months ago
Text
Tumblr media
63 notes · View notes
skinskisurf · 11 months ago
Text
Tumblr media
199 notes · View notes
sportstud69 · 5 months ago
Text
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
Loving these new shiny pants 🔥
188 notes · View notes
thedeadathlete · 5 months ago
Text
Tumblr media
33 notes · View notes
tjkl895 · 2 months ago
Text
Tumblr media
(https://www.instagram.com/uncbearswrestle/p/DElvFwOx6H4/?img_index=2)
49 notes · View notes
picknmixsims · 1 year ago
Text
Sims2Tools - Major Updates Due
TL;DR; I'm going to have to recompile every one of my apps and I will no longer be supporting SimPe versions later than 75.69
Sims2Tools and Newer Versions of SimPe
Various sub-functions of my applications need to locate game files. To do this they need to know where the base, EP and SP files are located on disk. To find these, the applications use the information held within the simpe.xreg file (in the Data sub-folder) of your (hopefully) correctly configured SimPe install.
Unfortunately, versions of SimPe later than 75.69 do not have this file, or have moved it elsewhere.
In addition, versions of SimPe later than 75.69 have also relocated/renamed component .dll files and this means that I can no longer create my SimPe Primitive Wizards for these versions without a lot of effort on my part. (They are available for 77.69.7/9, but 77.69.11 has changed again and I have better things to do with my time.)
As I do not use any of the versions that are causing me problems, I have reluctantly decided to stop supporting them.
Fortunately, you can have multiple versions of SimPe installed, so you can pick-and-choose which version you use for the task at hand.
Currently, only the Repository Wizard and the SceneGraph Checker need to locate game files, although Outfit Organiser and Object Relocator will probably need to in the medium term. Edit: Object Relocator now needs to locate game files for the Hood View feature.
Users of versions of SimPe later than 75.69 will therefore need to do ONE of the following EITHER 1) Create a Data sub-folder under the newer SimPe install and copy the simpe.xreg file from the Data sub-folder of a previous version into it. Depending on how you upgrade SimPe, you may need to do this for every new release. OR 2) Configure my applications to read the simpe.xreg file from a previous version of SimPe, you need only do this once as the applications share this information. OR 3) Manually edit the UtilsLibrary.dll.config for every application (as they do not share this information) and enter the correct paths under the userSettings element.
On a positive note, it has highlighted a bug in the UtilsLibrary that was trying to access the DbpfLibrary's .config file, the upshot of which is that every one of my apps will need to be re-compiled and updated to support option 3 above.
Sims2Tools and Compressed Resources
A .package file contains one or more resources (BHAV, OBJD, TXMT, CRES, TTAB, etc).
Individual resources can be compressed. The act of compressing a resource causes two effects; 1) the resource is compressed, and 2) an entry is created in the CLST resource. The CLST lists all compressed resources in the .package file along with their decompressed size.
Compressing a .package file is the same as compressing each uncompressed resource it contains (except for the CLST) individually.
Contrary to popular belief, a (correctly) compressed .package file will never contain only compressed resources, as the CLST will always be uncompressed.
Decompressing a resource is the reverse process, that is, the resource is decompressed and the resource's entry in the CLST is removed.
Decompressing a .package file is the same as decompressing each compressed resource it contains individually.
Other than the non-trivial issue of decompressing a compressed resource, there are two problems faced by code trying to read resources from a .package file.
1) The resource is compressed but has no entry in the CLST - this results in using compressed data as if it was uncompressed data.
2) The resource has an entry in the CLST but is not actually compressed - this results in trying to decompress data that is not compressed.
Unfortunately it is very easy to create the first problem; 1) open the .package file with SimPe, 2) delete the CLST resource and. 3) save the .package file!
There also seems to be at least one 3rd party utility that writes decompressed resources back into a .package file without removing the associated CLST entry.
My DbpfLibrary has been able to handle the second problem for some time.
Weirdly, the incidence of the first problem has increased dramatically in the past six months - there's probably a video/tutorial out there that suggests it, possibly because the CLST resource is never compressed.
And as my apps then get blamed for "not working" due to other's errors, I've had to find a solution.
The upshot of all of this is every one of my apps will need to be re-compiled and updated to handle both of the incorrect CLST problems.
Huge thanks to bowedy, sgthebee and brattyful for helping me track the SimPe issue down.
61 notes · View notes
redouantight · 4 months ago
Text
Broad back
27 notes · View notes
sportstud69 · 5 months ago
Text
Tumblr media Tumblr media Tumblr media Tumblr media
Feeling elite 🔥🔥🔥😎
151 notes · View notes
athleticcollection · 5 months ago
Text
Tumblr media
19 notes · View notes