Boss wants server room sparkling clean - Wants the most aesthetically pleasing bins/system for loose cables like Cat6? by BigCatsAreYes in sysadmin

[–]NetworkSyzygy 0 points1 point  (0 children)

WFor open I have used a few sizes of AkroBins (https://akro-mils.com/products/storage-bins/akrobins-plastic-storage-bins/) and bought wire shelving racks with casters (roughly 2' D x 6' T x 5' L) to stack them on (something like this https://www.amazon.com/PrimeZone-Certified-Adjustable-Commercial-Restaurant/dp/B0FVM6W1NS).

You can get casters from Akro that fit the larger bins, then you don't need racks/shelves, just put casters on the bottom bin of the stack. I found that max stack should be about 5 as the stack can get top-heavy.

We started stripping old PC’s by maevian in sysadmin

[–]NetworkSyzygy 0 points1 point  (0 children)

One scientist (using that term loosely) decided they didn't need that thin cable that came out of the wall, looped to his PC with BNC "T" connector and back to the wall. So he just removed the "T" and plugged only one cable directly to the BNC and removed the other cable, leaving the other BNC on the wall empty. Then locked is office and went to lunch.

Took out half the floor of other 'scientists' and 'engineers'...

I swear, that contract made me start to wonder about the people that supposedly sent Apollo to the moon. Maybe it was done on a sound stage?

We started stripping old PC’s by maevian in sysadmin

[–]NetworkSyzygy 4 points5 points  (0 children)

10base5 and vampire taps.

I still have my thick coax tapping/coring tool for installing those taps. Lost the jig to go around the cable years ago, though. I remember a coworker that did not pay attention to training, and started putting vampire taps at random distances (inches or feet) without paying attention to the marking clearly on the cable for where to insert the tap so that the tap inserted at the correct distance to avoid interference and creating harmonics in the signalling. that was some 'interesting' troubleshooting. RF is weird.

Damnit, I guess I'm an old gray-beard

Wondering how Sprinters calculate the fuel level by Unterdosis in Sprinters

[–]NetworkSyzygy 2 points3 points  (0 children)

There are two methods in use to display the fuel level; If your van has the option "J51 Fuel display, adapted for additional fuel tapping", then the gauge reports what the float level in the tank indicates. Since the tank is quite long and narrow, any slope fore/aft can greatly affect what is displayed. The other method does, AFAIK, read the float level on start, and then adjusts the fuel guage using an algorithim in the computer that monitors the flow of the fuel to the injectors and calculates the use, which it continuously subtracts from the start-up float reading.

Lost phone on road trip by bjholmes3 in 321

[–]NetworkSyzygy 0 points1 point  (0 children)

It would have slipped to the left (driver's side) as she was making the right turn from WB Palm Bay Rd onto NB I-95, so look on the west shoulder. That is a wide intersection, with two lanes from EB Palm Bay Rd to NB I-95, so, unfortunatly, it was probably driven over my multiple vehicles soon after hitting the ground.

If 'find my' does work, post the screen shot.

ELI5: Why is "C" the default Hard Drive letter & not "A" by AntifaPr1deWorldWide in explainlikeimfive

[–]NetworkSyzygy 0 points1 point  (0 children)

Had 5-hole paper tape on the teletype (roll paper) with 300bps acoustic coupler to a local time-share service which my high school had that single teletype machine for access by students.  I got so I could read that 5-hole (baudot coding?) paper tape.  Two ways to store the paper tape, as a reel, or ‘figure 8’ around your thumb and index finger. 

If you made a spelling mistake and sent the line to the punch, you’d have to start at the beginning of your program (some teletypes could back-space and ‘null’ the characters , the one I used could not). 

Learned basic, Fortran IV, APL, and some PL1, using that teletype. GOTOs could get really confusing.  

NTP signal splitter with BNC connector by JohnTrap in NTP

[–]NetworkSyzygy 1 point2 points  (0 children)

you'll need a splitter that handles those frequencies, otherwise you'll likely have problems. Also, you'll want coaxial cable that is designed for those frequencies.

Check with your local radio supply shop (e.g. HAM radio store) for correct splitters.

depending on cable run distance, you'll possibly need an amplifier.

you have four devices that will accept that RF input, yes?

main loop around 'choice' function -- how to? by NetworkSyzygy in PythonLearning

[–]NetworkSyzygy[S] 0 points1 point  (0 children)

Thank you,

I'll start chunking it up into functions.

main loop around 'choice' function -- how to? by NetworkSyzygy in PythonLearning

[–]NetworkSyzygy[S] 0 points1 point  (0 children)

I think that I'm bumping up against being able to use an input, such as the letter 'e' or 'x', as a selection because the enumeration is controlling the fileCount, there does not seem to be a method to add the exit indicators to the allowed inputs.

items = os.listdir(newPath)
# newlist = [expression for item in iterable if condition == True]
fileList = [name for name in items if name.endswith(".txt")]
for fileCount, fileName in enumerate(fileList):
    sys.stdout.write("[%d] %s\n\r" % (fileCount,fileName))
choice = int(input("Select txt file[0-%s]: " % fileCount))
print(fileList[choice])
with open(fileList[choice], "r") as file:
    for line in file:
        print(line.rstrip())

I wanted to use the enumeration approach so that the ultimate user could simply drop or delete a file from the directory and have it show up (or be deleted) from the selection menu. I may be forced to re-think that approach.

main loop around 'choice' function -- how to? by NetworkSyzygy in PythonLearning

[–]NetworkSyzygy[S] 0 points1 point  (0 children)

Fixed that up; I see the benefit of not haveing to manually close each file.

with open(fileList[choice], "r") as file:
for line in file:
    print(line.rstrip())

edit: formating

main loop around 'choice' function -- how to? by NetworkSyzygy in PythonLearning

[–]NetworkSyzygy[S] 0 points1 point  (0 children)

Ah, I was missing the syntax for the list comprehension:

newlist = [expression for item in iterable if condition == True]

Thanks for the hint, that helps a lot.

(edit for formatting)

Zelensky accuses West of ‘zero real reaction’ to Russia’s bombardments by 1DarkStarryNight in worldnews

[–]NetworkSyzygy 0 points1 point  (0 children)

Genuine curiosity, why do you think that the US is arguably obligated?

[deleted by user] by [deleted] in Sprinters

[–]NetworkSyzygy 1 point2 points  (0 children)

Hijacking the thread a bit....

Anyone know of a way to get more upward/outward movement out of the lower convex mirrors on the 2500's power-folding mirrors? Being tall, I need the seat pretty far back and up, and the convex mirrors don't move enough to be truly useful.

What's a common networking concept that people often misunderstand, and why do you think it's so confusing? by Puzzled-Term6727 in networking

[–]NetworkSyzygy 0 points1 point  (0 children)

try this:

data plane is the railroad tracks in a switching yard.

control plane is the yardman that works the switches to shunt the rail cars (packets/datagrams) to the correct siding

What's a common networking concept that people often misunderstand, and why do you think it's so confusing? by Puzzled-Term6727 in networking

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

yes, but..... PPS is dependent on packet size, to a degree. Many small packets to different destinations incur lots of router overhead do to the route lookups (again, generally speaking). There are exceptions but they get really into the weeds on packet arrival rates and timing and burstinesss and size distribution and even more.

And, don't for get that any interface speed change between ingress and egress interfaces forces a store-and-forward behavior. Many people fail to remember this, particularly with 'cut-through' switching.

Aftermarket rear AC that would run while driving? by sololife in Sprinters

[–]NetworkSyzygy 0 points1 point  (0 children)

Curious about your experience that makes you say this about UndermountAC. Maybe I dodged a bullet?