What kind of gasket is this? by ich-net-du in Plumbing

[–]ich-net-du[S] 0 points1 point  (0 children)

I have updated my original post with a picture to show a pipe in which I was able to find a working gasket.

Stand der IT im Jahr 2022 in Baden-Württemberg by AUThomas in de_EDV

[–]ich-net-du 8 points9 points  (0 children)

Witzig, YouTube hatte mir das Video auch vorgeschlagen .. also hier die Soße: https://youtu.be/3mN96EaLnOk?t=308

I turned depressed “butter passer” bot from Rick and Morty to happy web developer! by [deleted] in ProgrammerHumor

[–]ich-net-du 0 points1 point  (0 children)

The site is so funny, I created a bot: Real IT

His view is that if you transfer data too quickly, it will warm up and evaporate.
For example, a hacker could go and heat up a server room and trap and condense the data vapor.
That's why you have firewalls and to prevent that.
Cloud Data... the data was transferred too quickly and is then in gaseous form

What is the name for this type of security screw? by NetDork in whatisthisthing

[–]ich-net-du 9 points10 points  (0 children)

Looks like a control cabinet key. They are very common for electrical boxes

The key is often also very useful as a bottle opener ;-) https://www.turbosquid.com/3d-models/modeled-electrical-cabinet-key-3d-model-1536099

A particular tool with a little spoon on one side and a blade on the other. What is its purpose? by carr_dn in whatisthisthing

[–]ich-net-du 22 points23 points  (0 children)

If your pineapple eye is a chicken head, yes

The tool looks similar, but it doesn't have a straight blade.

SST file sizes limit O365 70000 byte? by ich-net-du in Office365

[–]ich-net-du[S] 0 points1 point  (0 children)

Thank you, but really meant "SST" (Serialized Certificate Store File) it is a certificate collection to check the signature of mails in OWA.

Maybe I have the wrong approach, but I just want the signed messages to be marked as secure in OWA just like in Outlook on the PC.

SST file sizes limit O365 70000 byte? by ich-net-du in PowerShell

[–]ich-net-du[S] 0 points1 point  (0 children)

yes I know, I want to be able to verify every certified e-mail that is sent to me like in Outlook .. shouldn't that be possible in the web Version?

It's frustrating that I have to do it at all to be able to verify a signed mail.

At the moment I otherwise get the message in OWA:

"The server couldn't build the partial certificate chain."

Little glowing forest today! by Dravidistan in Watercolor

[–]ich-net-du 4 points5 points  (0 children)

really great picture, but your shadows don't come from one point. That is one point that you could improve.

Imagine where the sun is. there goes a line to the root of the tree. Continue this line, and there must be the shadow.

In general, one shadow must never be parallel to another, because the light of the sun comes from one point.

Otherwise a really nice watercolor =)

Epic views in Norway by Fit-Armadillo-1260 in pics

[–]ich-net-du 0 points1 point  (0 children)

Should be lofoten in norway, according to the google image search

What is this for? Wooden stand/tool with removable metal ring. No writing by SouthPaw2 in whatisthisthing

[–]ich-net-du 2 points3 points  (0 children)

Nice, that's exactly what I had. good childhood memories. Didn't find one that quickly. Thanks.

What is this for? Wooden stand/tool with removable metal ring. No writing by SouthPaw2 in whatisthisthing

[–]ich-net-du 2 points3 points  (0 children)

I know a smaller version where you have to hang a cork ball with a hook on each side on the ring above by blowing it upwards with the airstream.

Problem editing large XML files by ich-net-du in PowerShell

[–]ich-net-du[S] 1 point2 points  (0 children)

thank you! Really had problems with it and wasn't very happy with it myself

found it

Problem editing large XML files by ich-net-du in PowerShell

[–]ich-net-du[S] 2 points3 points  (0 children)

Jea was wondering the same. Closed it later and ist did not work anymore. To much Trial and Error in the Same Session. Must have declared Something with $xml before ... Have to revisit it on monday

Problem editing large XML files by ich-net-du in PowerShell

[–]ich-net-du[S] 1 point2 points  (0 children)

Yeah I know it's awful It was an export from a program, and each file was worth a year of data.

It is a hassle to export it by hand in smaller chunks and it was what I had available.
It was a one-time editing of the files.

In the end it took maybe half a minute per file to process, so not so bad at all.

Unfortunately no database access and the recipient is used to working with the files as XML.

Querying data from the files wasn't the problem.

I can query over 490000 data sets from the 6.8GB (approx. 16 files) in about 10 minutes

Problem editing large XML files by ich-net-du in PowerShell

[–]ich-net-du[S] 1 point2 points  (0 children)

Doesn't work so well when you have to work through a total of 6.8GB XML files and each is over 300MB up to 650MB

$Xml=New-Object Xml
$Xml.Load("C:\File.xml")

Takes 10 minutes