this post was submitted on 01 Mar 2026
309 points (99.4% liked)

iiiiiiitttttttttttt

1727 readers
1 users here now

you know the computer thing is it plugged in?

A community for memes and posts about tech and IT related rage.

founded 1 year ago
MODERATORS
 
top 45 comments
sorted by: hot top controversial new old
[–] mossberg590@lemmy.world 47 points 3 months ago (3 children)

Sure, a long as those cables are shielded. Crosstalk was a real thing "back in my day".

[–] SanctimoniousApe@lemmings.world 25 points 3 months ago

Exactly the first thought I had, fellow old-timer.

[–] socsa@piefed.social 9 points 3 months ago

It still happens, the modern standards just handle these impairments better with line coding, active equalization, and more sensitive modem electronics. And obviously now we have shielding requirements in the PHY for 2.5G and above. But basically as DSP got cheaper and more compact, they were able to throw more compute at the problem which made a huge difference.

[–] YiddishMcSquidish@lemmy.today 5 points 3 months ago (2 children)

I don't think I've seen a single data cable that didn't have some kinda shielding since the early nineties.

[–] rainwall@piefed.social 17 points 3 months ago* (last edited 3 months ago) (2 children)

Most ethernet cable is UTP, literally "unshielded twisted pair." Shielded cable is much more expensive and less physically flexible due to the metal jackets, so people dont tend to buy it by default.

You can argue the jacket is shielding, but mostly ethernet cable is not shielded. The braiding will cause problems, but likely very minor ones based on the length of the the run that CRC will compensate for.

[–] YiddishMcSquidish@lemmy.today 3 points 3 months ago

Granted I'm no network engineer. But I have made many of my own cat5's through the years and I have not seen one since I was unable to legally drive.

[–] stupidcasey@lemmy.world 3 points 3 months ago (1 children)

Would the twisted pairs prevent cross talk between two separate cables like it does individual wires?

[–] CannonFodder@lemmy.world 5 points 3 months ago (1 children)

Yes, in theory. But in practice it depends on the frequencies.
Even if interference is insignificant, looping the wires around a metal core (which braiding does) creates a different impedance and can degrade the signal.

[–] YiddishMcSquidish@lemmy.today 1 points 3 months ago (1 children)

Get out! From the inductance? How long it a length of wire does it take for that to become an issue?

[–] CannonFodder@lemmy.world 6 points 3 months ago

It's the wrapping of it around a ferrite core that does it. Surprisingly little can make a difference at certain clock rates. If you take a cat5 cable running 1G and loop it a dozen times in a 6" circle and put a metal screwdriver perpendicular to the loop in its center, you will see a spike in bit errors. Weaving one wire with another isn't going to be as strong of an effect, and it's fiendishly complicated in terms of an e/m problem, but it could easily be significant.

[–] socsa@piefed.social 4 points 3 months ago (1 children)

The IEEE specs up to 2.5GBaseT do not specify any shielding for cabling.

[–] YiddishMcSquidish@lemmy.today 2 points 3 months ago

That's fair. This is just my limited experience I'm speaking from, and I'm not the one buying the spools.

[–] friend_of_satan@lemmy.world 27 points 3 months ago* (last edited 3 months ago) (3 children)

I hear you, but how often have you had to swap out a cable compared to how often have you had to deal with a rats nest? This isn't a whole lot different than zip tying groups of cables together.

IMHO this would be even better with 6 different colors per braid. Then you could trace a cable in a few seconds while also not having a rats nest.

Edit: oops, this was supposed to be a reply to another comment.

[–] alyqz@lemmy.sdf.org 17 points 3 months ago (1 children)

Velcro is almost always the way to go with cable management. Zip ties can easily damage the wire and encourage messy wiring since you have to cut and replace every one to change a single wire.

Wire lacing is OK for permanent installations, but good luck changing anything.

[–] Rooster326@programming.dev 4 points 3 months ago (2 children)

Velcro costs so much more than zip ties.

[–] IsoKiero@sopuli.xyz 6 points 3 months ago

Velcro is also reusable and removing it doesn't require sharp things around delicate and often pretty important cables.

[–] DataCrime@lemmy.dbzer0.com 2 points 3 months ago

Also rough if you got cats 🐈 🪮

[–] jaybone@lemmy.zip 13 points 3 months ago (2 children)

But you can cut a zip tie. This is terrible if you have to replace a cable.

[–] DataCrime@lemmy.dbzer0.com 1 points 3 months ago

Better than cable lacing 🤓

[–] JAPHacake@feddit.uk 1 points 3 months ago

Or if you need to verify where each end is landed.

[–] chaogomu@lemmy.world 10 points 3 months ago

You could also use tape tags on the ends, either color or number codes. Just mark both ends of each cable.

[–] socsa@piefed.social 23 points 3 months ago

When you have automated most of your job, but you still take Adderall every day.

[–] IsoKiero@sopuli.xyz 16 points 3 months ago (1 children)

That's actually not that awful. Time consuming and you better not need to change the loom after it's done, but that doesn't become spaghetti that easily. At least not until someone adds few individual (and way too long) cables tangled to those.

[–] socsa@piefed.social 3 points 3 months ago (1 children)

It's awful considering braided cable sleeve is orders of magnitude cheaper than IT labor.

[–] IsoKiero@sopuli.xyz 1 points 3 months ago

I'd guess braiding is not that much more time consuming than fighting cables in a sleeve. Personally I'd use velcro-straps, but on our team there's always too little time to actually make things look decent, so pretty much all is in various stages of spaghetti, depending on which cabinet you're looking for.

[–] emotional_soup_88@programming.dev 13 points 3 months ago

If these are UTP, I demand a screenshot of cat /proc/net/dev and of some third party packet checking software that measures crosstalk and bit error. 😂

[–] jaybone@lemmy.zip 10 points 3 months ago (1 children)

First read this as “it’s braindead.”

[–] irelephant@programming.dev 6 points 3 months ago

Honestly that works as well

[–] mech@feddit.org 7 points 3 months ago* (last edited 3 months ago) (3 children)

unpopular opinion:
The effort of "tidying up" cables is never worth it.
You'll always end up having to change something and your sophisticated cable management turns a 5 minute job into a 1 hour job, as you open zip ties and dig out cables.
Just use the correct cable length, plug that shit in in a sensible order, label both ends with numbered tape, and let it look messy.

[–] rainwall@piefed.social 13 points 3 months ago* (last edited 3 months ago) (1 children)

The first step is using correctly sized ethernet cables. Dont use a 12 ft cable for a 3 ft run. There shouldnt be more than a foot of slack in general. You dont need to "tidy" excess you dont have.

Then, for when you do need to tidy cables, use velcro ties, not zip ties. Ideally, you still label all the runs, especially the long ones. Seems a bit redundant for 3ft, but its still helpful.

[–] I_am_10_squirrels@beehaw.org 3 points 3 months ago

Just use 1 foot cables and couplers to make any length you need!

[–] 0x0@infosec.pub 3 points 3 months ago (1 children)

At least put in the minimum effort of trying to follow the original path (assuming someone worth their salary actually was involved in the making of the site.).

Youd be surprised at the difference in mess from just plugging 'a to b' and 'a to b via c' no matter how many techs having been involved.

[–] mech@feddit.org 1 points 3 months ago (1 children)

I'd obviously plan the initial setup, start with connecting ports close together via short cables, then put the longer connections on top, avoid unnecessary crossings.
And when switching out a cable, look for the most direct path

[–] 0x0@infosec.pub 4 points 3 months ago

Cable trays is the magic word. Any rack larger than 2u that see frequent patching need them no matter what accounting thinks.

[–] Marshezezz@lemmy.blahaj.zone 2 points 3 months ago

Hook and loop, dawg.

[–] Newsteinleo@infosec.pub 6 points 3 months ago (1 children)

God forbid you have to swap out a cable or a port does on the switch. You will spend 20 min trying to figure out what cable goes where

[–] ButteryMonkey@piefed.social 2 points 3 months ago (1 children)

Or you could mark the bad one, replace the whole set, then unbraid and toss the marked one later in a dumb meeting you have better things to do than attend or something :p

[–] Newsteinleo@infosec.pub 4 points 3 months ago

You still have trace each cable between the patch panel and the switch or thing could end up on the wrong subnet.

[–] markstos@lemmy.world 6 points 3 months ago (1 children)
[–] BatmanAoD@programming.dev 4 points 3 months ago
[–] anton@lemmy.blahaj.zone 6 points 3 months ago (2 children)

I actually had to teach someone in my uni course how to braid power cables for a induction motor. Do they not teach basic skills in preschool anymore?

[–] RamenJunkie@midwest.social 10 points 3 months ago

They only teach girls how to braid in pre school then ostracise them out of becoming power techs.

[–] socsa@piefed.social 2 points 3 months ago

We learned how to braid rope in scouts.

[–] Steve@startrek.website 4 points 3 months ago
[–] aeronmelon@lemmy.world 2 points 3 months ago

IT with an E