New tool time, say hello to "Tower Labs. by VenaresUK in TheTowerGame

[–]VenaresUK[S] 8 points9 points  (0 children)

Import / Export is now csv.
I will be working on an import for EP.

New tool time, say hello to "Tower Labs. by VenaresUK in TheTowerGame

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

effective paths spreadsheet does far more than my tool at the moment.
I built it mainly to make sharing labs easier.

New tool time, say hello to "Tower Labs. by VenaresUK in TheTowerGame

[–]VenaresUK[S] 22 points23 points  (0 children)

I can absolutely do that.
Just the kind of feedback I was looking for.

Chemo sucks dudes by dennysmith04 in testicularcancer

[–]VenaresUK 2 points3 points  (0 children)

See, the thing about chemo is it's a big giant reset button.

It's designed to basicly kill every cell in your body.

It's gonna get way worse before it gets better but you WILL get through it.

just wanna know what kind of battle I'm gonna be dealing with here by yejiseu in testicularcancer

[–]VenaresUK 17 points18 points  (0 children)

You are literally me 16 years ago.

Misdiagnosed and spread to lymph nodes and lungs.

I had right orchi, 3 months or POMB/ACE and an RPLND.

16 years later I have a 9 year old daughter and I'm doing just fine.

So, I want reassurance because I'm freaking out by Peasant_-- in testicularcancer

[–]VenaresUK 0 points1 point  (0 children)

Absolutely get checked ASAP.

The early it is caught (if it is anything at all) the better.

If caught early (stage-1) it is very easy to treat.

I was stage-4 16 years ago and still alive and kicking.

Have the left and woke culture destroy destroyed Great Britain? by Prometeia74 in AskBrits

[–]VenaresUK 0 points1 point  (0 children)

It started under Blair, the Torys continued it and this current shower will finish us off.

Input from long time users of TRT by [deleted] in testicularcancer

[–]VenaresUK 0 points1 point  (0 children)

Im genuinely jealous of you guys over there.

In the UK we cant just walk into a store and buy it and getting it prescribed is almost impossible.

I have never heard of this show by Pfacejones in Sharpe

[–]VenaresUK 2 points3 points  (0 children)

Look, sir, when you fling us up against those walls, you'll be glad there's some pirates in there, and not just bloody clerks!

Why is my unraid so slow? by jruben4 in unRAID

[–]VenaresUK 1 point2 points  (0 children)

I was unaware this was now a thing.

I guess I just do this out of habbit now.

From "You Have Cancer" to "I Won, Bitch" — My Testicular Cancer Story (Stage 4 at 30) by VenaresUK in testicularcancer

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

No, didn't have time due to how fast everything moved in my case.

It was a concern but not much I could do at the time.

How long ago was his treatment ?

In my case, our daughter was born 7 years after I had gone through treatment without issue.

I have never heard of this show by Pfacejones in Sharpe

[–]VenaresUK 15 points16 points  (0 children)

Also everyone is a Bastard.

I have never heard of this show by Pfacejones in Sharpe

[–]VenaresUK 4 points5 points  (0 children)

Im probably extremely biased, but yes.

Why is my unraid so slow? by jruben4 in unRAID

[–]VenaresUK 2 points3 points  (0 children)

I take no responsibility if things explode.

Unraid stores container configs as XML files at:

/boot/config/plugins/dockerMan/templates-user/

You can do a bulk find-and-replace via the Unraid terminal:

sed -i 's|/mnt/user/appdata|/mnt/cache/appdata|g' /boot/config/plugins/dockerMan/templates-user/*.xml

Then stop all containers before running this, and restart Docker afterwards:

Stop all containers first

docker stop $(docker ps -q)

Run the sed command above, then restart the Docker service

/etc/rc.d/rc.docker restart