The world's oldest Linux peripheral?

Поділитися
Вставка
  • Опубліковано 12 вер 2024

КОМЕНТАРІ • 338

  • @fintux
    @fintux Рік тому +338

    "Okay, so I will just casually learn a new programming language and write a device driver for a century old hardware, because why not" Pretty amazing! As a software engineer, I'm pretty impressed by what you achieved!

    • @SilentGloves
      @SilentGloves 6 місяців тому +5

      I came here to say that this person is a Software Engineer and hasn't yet realized it.

    • @jonathanpullen7439
      @jonathanpullen7439 Місяць тому

      @@SilentGloves I actually suspect that she is a JOAT. :) (Jack/Jill of all trades). I think you would have to be to keep a panel or crossbar switch working now that you can't just call western electric for new parts.

  • @mrbmw42
    @mrbmw42 Рік тому +122

    As someone who's spent almost 20 years building systems using Asterisk for various purposes, I have to say this is arguably the most incredible use I've seen. It's also *exactly* the kind of thing that the early community would've loved (things have, unfortunately, become a lot more corporate over the years). Great job!

    • @jnelson4765
      @jnelson4765 Рік тому +4

      I made my living replacing office systems with Asterisk and installing Hylafax fax -> PDF gateways for a few years. Only messed with a couple T1s, but this is truly next level.

  • @DeviantOllam
    @DeviantOllam Рік тому +104

    Your presentation style gets more engaging and charming with each and every video... Even this deep dive, in spite of it being very computer-y, was entertaining and totally understandable to me, someone who hasn't coded since college! 👍😁👍💚

    • @eeek77
      @eeek77 2 місяці тому +1

      Agreed

  • @xurtis
    @xurtis Рік тому +102

    Wow, going from ‘I don’t know C’ to ‘dammit, I’ll write the driver myself’ isn’t a leap i think most would try to take but I think many would get a lot from. Hope you had plenty of fun learning that way, hope others take inspiration from that too!

    • @xurtis
      @xurtis Рік тому +11

      Also, were you to teach computer science, i think I’d have loved to learn it from you. I really like your presentation style and I’d really like to understand how you manage to speak so well to a broad audience, engaging to those with experience and still clear to those without and without speaking excessively in technical terms; it’s something i think i could stand to improve on myself.

    • @xurtis
      @xurtis Рік тому

      @@monad_tcp i think whether or not I’d recommend it would depend on the person; if you’re self driven enough I don’t see why doing it as an absolute beginner would be such a bad idea. Just be prepared to take smaller incremental steps and do your work on a machine that won’t be an issue if you do something catastrophically wrong.

    • @SolarShado
      @SolarShado Рік тому

      @@xurtis I feel like that depends on exactly how you're defining "absolute beginner". Seems like it'd be a pretty rough time if you don't even know what a variable is yet.
      But I agree that a lot of beginners could probably benefit more from something like this than continuing to green-field stuff from assorted tutorials. I feel like, in general, "reading actual, real-world code" is an under-utilized learning tool... (insert tangent about open source vs closed source here)

    • @LouiseBrooksBob
      @LouiseBrooksBob 4 дні тому

      Her next challenge should be to rewrite it in Rust.

  • @aftbit
    @aftbit Рік тому +176

    Nice job! I am a professional software engineer, and I can confidently say that branching out to your own implementation of a confusing function instead of refactoring is a time honored tradition, even if it isn't best practice! :) Does this mean that the Museum will be returning to C*NET or Phreaknet soon?

  • @MarcinKwiatkowski
    @MarcinKwiatkowski 4 місяці тому +8

    Amazing. Awesome. Brilliant example of excel in engineering. As a software engineer and architect with 25yrs in telco industry I tell you - you are magnificent. People with attitude like yours are driving the world. I beg you, under any circumstances, please do not lose your enthusiasm.

  • @MeriaDuck
    @MeriaDuck Рік тому +20

    Goosebumps when that phone rang at about 16:40! You're a genius to pull that off.
    And a nice 100 year celebration feature for the machine.

  • @billmoran3812
    @billmoran3812 Рік тому +72

    Sara, your giddy joy from this accomplishment is palpable. You are a treasure! I doubt there are many people in the world with your unique knowledge and skills in telephony.
    I would absolutely love to spend a day shadowing you at the museum.

    • @chriholt
      @chriholt Рік тому +1

      I totally agree with you Bill - I would love to hang with Sara and tour that awesome museum!

  • @slonkazoid
    @slonkazoid Рік тому +44

    clicked for Linux, stayed for the analog nerd stuff and proceeded to send the video to everyone. I'm still too scared to write kernel modules but modifying software to add the features I want is something I do often. good job on getting it to work

    • @jnelson4765
      @jnelson4765 Рік тому +1

      Kernel drivers aren't too bad - the interfaces are well documented, so long as you know the hardware you're interacting with. PCI and PCIe are very well abstracted and the vast majority of USB devices can be driven with a user mode driver.

    • @Hauketal
      @Hauketal Рік тому

      Someone (was maybe even Linus himself?) said, kernel programming is like old DOS programming: you make an error, you reboot.

    • @bzert281
      @bzert281 Місяць тому

      Cracking open a beer to celebrate your moment of victory with the Panel > Linux > Panel round-trip call. That is a totally awesome feeling. ***K Yeah Indeed!!!

    • @ralfbaechle
      @ralfbaechle Місяць тому

      As a kernel developer - the kernel is just another C program. After 33 or so years it has become pretty large and complex but you can ignore most of that to get started. There are many tutorials around. There used to be a project to introduce prgorammers into the Linux kernel, Kernelnewbies, Linux Kernel Newbies. Search for that.

  • @mutzbunny
    @mutzbunny Рік тому +47

    i just wanted to say, I am so happy to see, that you as a museum do such a wonderful job in preseving those machines. Yes it costs money to run those machines, yes it defininitely is not easy to do and requires a lot of effort. but I myself worked in a Museum a while, and they did not even try to preserve the stuff they had, the outright destroyed most of their bigger machines and computers to make them look like they are doing something while actually it all is controlled by a modern arduino. I found it really depressing how that museum treated their stuff. thats why i am even more happy to see places like the connections museum or the computer history museum do such a great job of preserving even bigger and more complicated machines.
    thank you.

  • @thewhitefalcon8539
    @thewhitefalcon8539 Рік тому +11

    It's absolutely okay to say other people's code is bad, but it doesn't necessarily mean a lot, because everyone hates everyone else's code, as well as their own from 6 months ago.

  • @MichaelCowden
    @MichaelCowden Рік тому +23

    As a nerd who also gains personal satisfaction from tackling big projects of little commercial usefulness, I approve of and applaud your dedication and success. Congratulations on your achievement. I will never reach the level of satisfaction you must have from this extremely cool project. I bow to you and will forever have you in my personal hall of fame for accomplishing the adaptation of a panel switch into a Linux peripheral. This is just spectacular, and lives high up among many significant achievements made by you and the Museum staff. Damn good show! (And thanks for the awesome video to explain it, too.)

  • @melanierhianna
    @melanierhianna Рік тому +12

    I'm a tech lead in embedded software and have worked in it for 30 years because I love writing code that makes real world stuff happen. That joy when you run code and something happens to some thing elsewhere is wonderful. Congrats!

  • @sysmatt
    @sysmatt Рік тому +6

    21 minutes of magnificent storytelling -- Love it. Awesome work!

  • @MachiningandMicrowaves
    @MachiningandMicrowaves 6 місяців тому +3

    This sort of content is what the internet is for. I've been making code talk weird old protocols to and between weird old hardware (and weird new hardware) since 1972 and I still get that H*CK YEAH! moment when things work. Fabulous work Sarah!

  • @felixe2890
    @felixe2890 Рік тому +16

    That's absolutely magnificient! Congratulations on the work and your determination for pushing through this!

  • @PhilipStorry
    @PhilipStorry 6 місяців тому +1

    You should be insanely proud of this achievement! It's great to see an integration that helps us understand the old panel switch better. You should also be proud of this video, which was not just interesting but had clarity and enthusiasm. Thank you very much for doing this.

  • @RalphHightower
    @RalphHightower 7 місяців тому +2

    Congratulations on modifying the dadhi (sp?) to get everything working. It was a fascinating video to watch.
    For nine months in 1994, I was a software developer contracted to MCI in Cedar Rapids, IA. One puzzling problem to solve was eliminating the various beeps and boops that a customer heard switching to an audio recorder for delayed message delivery. In the "bull pen", there was one contractor who would dial another number in the room and hang up when it was answered. George was helping me test it. Once I confirmed that it worked, I told George, "I have one more test." "One more?" "Yes, Sashi." He said "Let's do it." George recorded "Sashi, we know you're doing this. Stop. You've been warned." I set it for a 5 minute delay, and we went back to the "bull pen".
    Sashi's phone rang, but he didn't see anyone using the phone. His face turned pale.

  • @dinkc64
    @dinkc64 Рік тому +8

    Wow this is one of my favorite episodes - great job Sarah! thank you for going into detail with the code and how things work I really really enjoy every second of this one, bravo! 🎉

  • @erininstereo47
    @erininstereo47 Рік тому +2

    Learning from scratch on how to use modern software to interface with historic hardware is peak technological badassery.

  • @roleyrevs_DRZs
    @roleyrevs_DRZs Рік тому +1

    This is awesome and very inspiring. I love code that affects physical objects / machines, and I love old phone equipment. Well done to you for getting to the end of the objective. You make reference of New Zealand as one of the locations that there is a working phone exchange of similar age to the one in the video. I live in New Zealand and have played with the exchange at the Taranaki Aviation Transport and Technology Museum. I was completely mesmerized by it we went for a hour, I stayed the whole day!. Keep up the cool content and your infectious enthusiasm for what you are doing.

  • @compu85
    @compu85 Рік тому +6

    Congratulations!! I know you've been working at this for some time. The work you and the other volunteers have been doing is nothing short of amazing. The effort needed to get the switching systems to do more than just "make a phone ring" isn't lost on me :)

    • @ConnectionsMuseum
      @ConnectionsMuseum  Рік тому +5

      Thanks! I think that most of the time, we only demo the basics, and it's nice to hear that someone appreciates all of the other cool stuff too

    • @compu85
      @compu85 Рік тому +1

      @@ConnectionsMuseum It's like the difference between getting a Jukebox to play a record placed on the turntable, and getting it to make automatic selections, skip empty slots, and count coins properly - in both cases it "does something" but one is much further from the machine's original intent!

  • @frankrasmusson5052
    @frankrasmusson5052 Рік тому

    Your explanations of switching are always informative and interesting. Linux computers have passed through this hobby room now and then. Keep the videos coming👍 And thank You for what you’ve done Sara👍

  • @youritguy1
    @youritguy1 Рік тому +2

    That’s was an awesome videos. Loved how your able to link systems that are 70 or 80 years old to the 21s century. It was very interesting and entertaining.

  • @cabrooks2000
    @cabrooks2000 Рік тому +1

    Great job! Asterisk is not a small thing to jump into, that you were able to overcome is, um, ‘nuances’, is really remarkable! Hope I get to stop by the museum if I’m ever in town!

  • @stephensalex
    @stephensalex Рік тому +3

    Sarah, you are just awesome!

  • @LarixusSnydes
    @LarixusSnydes 8 днів тому

    Wow, what an achievement! You have every reason to be proud of yourself. You might want to get in touch with Sam from "This museum is not obsolete" who is a maintainer (among various other things) on an ancient British Telephone exchange within his museum. You probably would have a lot of fun sparring with each other. Sam is a bit of a Homo Universalis, since he is proficient in so many different subjects and he stays humble and social.

  • @davida1hiwaaynet
    @davida1hiwaaynet Рік тому

    Very cool project! Thanks for explaining how it works and showing your code in action! It's very rewarding to develop something like this and have it work!

  • @BahamasRunner
    @BahamasRunner Рік тому +6

    Just great. I'm doing some programming myself so I can imagine how much effort you put into this.
    Congratuliations for this unique accomplishment!

  • @cincodenada
    @cincodenada Рік тому

    This is SO COOL, hot dang!! I love integrating things from such wildly different eras like this. You're a brave soul for diving head-first into kernel drivers and learning C as you go - I'm very impressed you not only survived, but emerged victorious! And the diagrams in this video are next-level. "D4 -> 4 wires, 5 feet -> computer!" put a huge smile on my face 😄

  • @joenichols5253
    @joenichols5253 2 місяці тому

    Thanks for making all these videos this is awesome to see this work the way you set it up

  • @sampofilms
    @sampofilms Рік тому

    ❤This is amazing. I had the pleasure of visiting your museum 2 years ago and I am always amazed by the devotion to preserve such beautiful "antiquated" tech. Thank you for showcasing and explaining such incredible feats of technology.

  • @scarfboy
    @scarfboy Рік тому +1

    That "*bleep* yes"... I felt that :)

  • @TallinuTV
    @TallinuTV Рік тому

    That is fascinating. Getting devices from such distant eras to work together correctly is pretty impressive. Nice job!

  • @kehawk2
    @kehawk2 Рік тому

    Amazing and congratulations! Even for modern peripherals, writing kernel drivers is not for the faint of heart! I love your enthusiasm and hope to visit your museum someday!

  • @figueroalabs
    @figueroalabs Рік тому +1

    This was very exciting. I was jumping up and down when the call got through.
    I used asterisk back in my previous life for non standard scenarios, so I know how hard this was. I'll certainly have a look at the code and enjoy it as well.

  • @magicpigfpv6989
    @magicpigfpv6989 Рік тому

    Jerez you did all of this and managed to add comments to your code? I think you jumped a few levels from beginner!!! Awesome content and presentation.

  • @jeffkutz4917
    @jeffkutz4917 Рік тому

    Absolutely impressed with the size of the job you took on, and accomplished so gloriously, especially handling the exceptions!

  • @theantipope4354
    @theantipope4354 13 днів тому

    Awesome work, Sara! I'm a hardware person, so, faced with this problem, I'd likely go for a much less creative & interesting solution in hardware.

  • @johnathanstevens8436
    @johnathanstevens8436 23 дні тому

    Oh man, I was hoping they would include it in a merge as an optional feature .. not everyone has this knowledge so it's cool that you can contribute!

  • @barryyoung6159
    @barryyoung6159 Рік тому +2

    Thanks Sarah, you and the other Volunteers at the Communications Museum are achieving awesome things and sharing information in the engaging way you do is next level 😎

  • @gregorymccoy6797
    @gregorymccoy6797 5 місяців тому

    Talk about jumping in with both feet! From zero to device driver is quite a feat. Great job.

  • @ShayBlez
    @ShayBlez Рік тому

    Happy noises quietly in the background :}
    Kickass, Sara. Thank you for sharing everything you do.

  • @jarrodtanner1986
    @jarrodtanner1986 Рік тому +6

    This is so interesting, I can't believe that Linux supports it with only a kernel module. Love learning something new everyday. Love the channel, keep up the good work. You did an amazing job and you should be proud of yourself for accomplishing such a task.

  • @APWaddington
    @APWaddington 10 місяців тому

    As someone that has a similar level of programing knowledge and almost none on C and the same level on the backroom knowledge of telephone switching this was an incredibly informative video of both current and okd technology and getting the two to play nicely together.
    With some humor thrown in as well, loves Sarah's reaction to the first successful call through here Franken switch system

  • @rickard9294
    @rickard9294 6 місяців тому

    Here I am watching without any real prior interest in telephone signals. I think that you are very good at educating! I will hit subscribe.
    EDIT: Is it possible that it is something that Linux staging "team" is interested in?

  • @AemonAlgiz
    @AemonAlgiz Рік тому

    This is 10/10 content. This was a great view into the telephony system and made me remember my phreaking days. Thanks for the trip down memory lane :)

  • @Pistoletjes
    @Pistoletjes Рік тому +3

    What an interesting video, and thumbs up for the result! I didn't realize Asterisk was still a thing. I used to run it, briefly, at home for a few months, connecting some analog phones to an analog line using digital equipment. I had some fun with incoming caller ID, looking it up in realtime and having that information displayed on my computer or terminal.
    Unfortunately, it wasn't a really 'family friendly' setup and I had to discontinue because my wife wasn't able to make ordinary calls anymore... Seeing Asterisk alive and your effort to create your own module really makes me happy.
    Keep up the good work, and I hope to visit some day when I can fly over to the other side of the big water.

    • @yvr2002rtw
      @yvr2002rtw Рік тому +1

      I just create dial plan that allows regular PSTN calls to be dialed as normal without any prefix to get out of the Asterisk system and hardly anyone at home notices!

  • @MartinPiper6502
    @MartinPiper6502 Рік тому

    Outstanding. Relying on returned pulses to the sender and telling it to only start or stop seems rather prone to return signal noise and latency.

  • @artpeary7358
    @artpeary7358 Рік тому

    Nice work on how to make a panel switch work with other switches. Appreciate your efforts! An old bell switch man.

  • @russellbryant
    @russellbryant Рік тому

    Great job!! I spent years working on Asterisk. It still gets me excited to see such cool integration projects like this!

  • @adairw
    @adairw Рік тому

    Awesome work! As guy who appreciates all levels of telephony, this is insanely cool to see such old and new technology mashed together!

  • @maurvir3197
    @maurvir3197 Рік тому

    As someone who does something similar professionally, putting comment references to documentation is pure gold. Great work on that, as you will no doubt thank yourself later when you have to fix something years later.
    As for Asterisk , I haven't played with that in ages, and honestly forgot it even existed. Still, I could see how it would be perfect for this application. All very cool!

  • @HeffeJeffe78
    @HeffeJeffe78 Рік тому

    Happy for you! FYI: "f*** yes!" is actual programmer-to-programmer dialogue when something works properly.

  • @lordmuntague
    @lordmuntague Рік тому +1

    Impressive! Good job Sarah. 👍

  • @ZaphodHarkonnen
    @ZaphodHarkonnen Рік тому +5

    As a professional software dev with 10+ years experience? You don’t give yourself enough credit. That’s pretty solid code with great practice around making a clean break to handle something outside the original architecture and referencing other documentation for detailing the why chunks of code do what they do. That’s a lot of the stuff I work with less experienced devs to get them to do and you’re already doing it.

  • @FarrellMcGovern
    @FarrellMcGovern Рік тому

    Wow, that is pretty impressive!! I know barely enough telephony to almost understand what you were doing, and know a little bit of C so that I can grasp the challenge, and that tells me you did something pretty freaking amazing! I have friends who worked for Bell Northern Research/Northern Telecom (later Nortel) who wrote some of the code that ran the switches Nortel sold. I am going to pass this video on to them as I am sure they will find it interesting!

  • @danjenkins88
    @danjenkins88 Рік тому +2

    This is such an amazing addition to Asterisk & DAHDI. Huge congratulations on getting this to work!

  • @KHoos
    @KHoos Рік тому

    Congratulations on getting this connection working! Good to see Linux/Asterisk enabling old phone hardware to live on.

  • @cybermunk13
    @cybermunk13 6 місяців тому

    Love the attitude, I will do it myself.
    Think I know now why I got hooked to this channel.
    PROBLEMSOLVING.

  • @oldmanthoughtsabouteverything
    @oldmanthoughtsabouteverything 10 місяців тому

    I met you several years ago when your ESS switch was still a door stop. You impressed me then, and have never stopped impressing me even more. You remind me so much of myself as a much younger person back in the 70's I wrote some Z80 code to emulate touch tone so my IMSAI could dial the phone for me. You however have taken that type of thing to a whole new level. WAY TO GO!!!!!

  • @brettman273
    @brettman273 Рік тому

    This is fantastically awesome. I got no other words. Well done!

  • @tomschmidt381
    @tomschmidt381 Рік тому +2

    Cool, great job and I love your enthusiasm on getting this feature to work. I wonder if the Guinness book of world records has an entry for the oldest Linux peripheral?

  • @kelli217
    @kelli217 Рік тому +1

    Yep, that's right up there with TTY devices, which originated right around the same time as that panel switch. I think the first Morkrum (predecessor of Teletype-in this case, the company, not the genericized word for the device) machine was around 1910, and the first panel switch around 1915. However, it isn't quite clear whether those first TTYs were using Baudot code or some proprietary solution. The company called their earliest codes "Blue Code" and "Green Code" and so it isn't possible to claim definitively that the Baudot code type of TTY, that Linux supports, was before 1915. Giving the panel switch the edge!

  • @aatheus
    @aatheus Рік тому +1

    Nicely done! Your nerdity and appreciation for this old tech always brings joy

  • @HiVisionary1125
    @HiVisionary1125 Місяць тому

    This is immensely more work than my "fun project" with Asterisk, which involved using a 1990s German payphone as a self-service information kiosk. My biggest problem was satisfying the physical requirements of the phone, using an "analog telephony adapter", which then connects via SIP (and an Ethernet cable ten cm long) to a Raspberry Pi running Asterisk. The Asterisk configuration isn't anything special, but the ATA is a bit unusual, because it has to provide German Post Office standard off-hook voltage and loop current, which are both higher than the Western Electric standard most ATAs, PBXs, and so on are designed for. Finding one that would work was less difficult (a tip from a German telephone hobbyist put me on the right track) than figuring out how to convince it to send metering tones to activate the charging function.

  • @giefuser
    @giefuser Рік тому +2

    I like your approach to problem solving and recognise the satisfaction when complex things finally works.
    Also, whats up with the party hats?

    • @ConnectionsMuseum
      @ConnectionsMuseum  Рік тому +10

      The panel switch recently celebrated it’s 100th Birthday! Our particular panel switch began serving the Seattle area as “Rainier” in early March of 1923!

  • @blenderbuch
    @blenderbuch Рік тому

    This tech is so much out of my comfort zone but I watched it all, so interesting and well presented!

  • @anonymouse-f4z
    @anonymouse-f4z Рік тому

    Great job. It is always great to learn a new skill and understand how things work at a detailed enough level to write something like this.

  • @CoffeeOnRails
    @CoffeeOnRails Рік тому +4

    Super interesting. I'm setting up a phone system at work (currently trying to get h323 and sip to dance) and it was cool to see someone doing cool stuff with old and new tech. Earned a sub!

  • @DavoidJohnson
    @DavoidJohnson Рік тому +1

    Your a legend making legendary advances in legendary equipment.

  • @barbaraannmahoney4170
    @barbaraannmahoney4170 Рік тому +1

    Maazel tov, Sara, on it all - your personal mastery accomplishment, success in connecting up the systems, and, prolly the most lucid video combining analog telephony switchery to computer coding exegesis ever seen on youtube!

  • @jeffdobkin9478
    @jeffdobkin9478 Рік тому

    Amazing presentation. I never really thought about how a non-panel office received a call from a panel office. Now I know that the non-panel office "emulates" another panel office but with relays instead of panel equipment. I've used dahdi for POTS lines but never thought it could be used for signaling and for a panel switch, I'll bet that was complicated.

  • @Sonex1542
    @Sonex1542 Рік тому +1

    Hoping to someday visit the museum. All of you up there with your vast knowledge is amazing. Im still lost after watching many videos on how that stuff works even at the mist basic level other than its magic.

  • @junknspam3
    @junknspam3 Рік тому

    You are amazing. Bridging old with new. I'm at a loss for words. From an old phone guy.

  • @ivanlawrence2
    @ivanlawrence2 16 днів тому

    at 16m20s :phone rings: ... "*beeeeeep* YES!" -- got me to laugh out loud and I felt that. Great job and great video!

  • @robertdolby
    @robertdolby Рік тому +3

    Your ecstatic "Fsck yes!" is a highlight of this video for me. The work you've done is fascinating and required a lot of thought and research, You solved quite a few puzzles! The power of decoupling at work. Thank you for this video. You're bridging technical eras here.

    • @gjdunga
      @gjdunga Рік тому

      Snicker.... fsck -V Heheh...

  • @ducksauz
    @ducksauz Рік тому

    Wow! What an awesome project. Congrats on all your learning and hacking to make it happen!

  • @davidwhite6440
    @davidwhite6440 Рік тому +2

    Absolutely brilliant :) I never thought I would be fascinated by old telephony, but you've opened my eyes to a whole incredible world I knew nothing about. The problem that the original engineers had to solve are massive, and their solutions have an exquisite elegance to them that makes me appreciate them and understand why you are so enthusiastic about this. Massive kudos for hooking the panel into asterix :)

  • @user-iq9oj6px5l
    @user-iq9oj6px5l Рік тому

    enjoyed video also enjoyed my visit to the museum a few years ago. Before promoted into Engineering, I was a tech (COEM) in SXS and #5XB.- 1964=1969

  • @KeritechElectronics
    @KeritechElectronics Рік тому +1

    A real deal hacker! I love your engineering. Give a big hug to the girls too, they really deserve it!
    Sam Battle (Look Mum No Computer / This Museum Is Not Obsolete) will surely be interested in the project :)

  • @johnrickard8512
    @johnrickard8512 Рік тому

    This was also a great example of how one can apply the principles of electrical engineering to computer code. The two domains can be quite interconnected if you allow them to be!

  • @JohnBare747
    @JohnBare747 Рік тому +1

    Great Job. I can relate to your excitement from developing a program that works correctly having done that myself when working for Ma Bell but I was in the computer environment talking to #4 X-bar machines through yet another computer pulling data daily from all the #4 switches. It was quite a task as the raw data was not consistent as they were from machines running various versions of their software and naturally they did not have a rigid protocol for data output as it was originally just expected to be read on a printout or screen by a person so an added space or a tab here and there did not matter but it sure did to my program as I had to allow for multiple instances of format on each and every data message that my program was parsing. I used the SpaceX approach, let it run and fix what breaks in the next version until I was able to output a report in the desired format that the users needed.
    Congratulations in getting up to speed in C language it is a satisfying thing to accomplish. A lot of the software I wrote was written in Perl, if you can do C Perl is very similar but does not need to be compiled and for applications that don't need the ultimate speed of C it's great, way faster than BASH but just write and run just like BASH/BOURNE Shell, great stuff.

  • @MrDerdderd
    @MrDerdderd Рік тому

    I just spent ten minutes trying to remember your channel name. I knew I had it in my subscriptions, but I had a couple of drinks. Annnnnyhow, Your channel is such mind food. Even when it goes over my head I can't stop watching. Loooove it so much. Anyhow...really kewl stuff here. Thank You so much! 😁

  • @esra_erimez
    @esra_erimez Рік тому +3

    This is most impressive. I am quite simply in awe of your talents.

  • @the-bizzy-bee
    @the-bizzy-bee Рік тому +1

    Im absolutely amazed the amount of backwards compatibility thats happening in this video! the fact that 1940's era equipment was effectively running what was emulation of the old way of signaling to keep the peace instead of fracturing the signal standard is flabbergasting.

  • @simonbullimore1807
    @simonbullimore1807 Рік тому

    That is quite amazing..... you should write a paper... this has got to be worth a mention in the annals of telecommunication history. It has certainly inspired me!!!

  • @SteveW139
    @SteveW139 Рік тому

    This is awesome work. Love your enthusiasm, Sarah.

  • @nullify.
    @nullify. Рік тому

    Damn, I got recommended this video. No idea older phone switching gear was mechanical. That's wild. Def would love to see this in person.

  • @rb032682
    @rb032682 Місяць тому

    Great info which is very well presented. Thank you!

  • @JoeHamelin
    @JoeHamelin Рік тому +1

    OMG! I just found that my favorite museum has a channel!

  • @JarradAB1
    @JarradAB1 8 місяців тому

    This was amazing to watch!!!! Sooo cool

  • @jlindema
    @jlindema Рік тому

    Absolutely fantastic Sarah! Your pride in this project is well earned. Happy interfacing 😃...and keep it coming.

  • @maxheadrom3088
    @maxheadrom3088 Рік тому

    Awesome! There's a great scene on the film "The Boston Strangler" that shows a switch working when they are trying to catch the killer. It's an awesome film and Tony Curtis plays the main character.

  • @sletler
    @sletler Рік тому +1

    Oh and I just found those CDs and SDs / ESs. How did I miss those before? More to add to Telecom Archive 🙂

  • @DrScriptt
    @DrScriptt 7 місяців тому

    Very nice work Sarah.
    I like how you prevailed and made things work that nobody else had taken the time to work.
    Phone / computer phreaking at its finest!!!
    Push the boundaries for good. 😇

  • @erikja1
    @erikja1 11 місяців тому

    Wowza I love this!! Nice work!!

  • @PositionLight
    @PositionLight Рік тому

    I recall you did a more in depth revertive pulse explanation in a previous video. Perhaps you can link that in the description.

    • @ConnectionsMuseum
      @ConnectionsMuseum  Рік тому +1

      I think it was just the "Full Mechanical" one. ua-cam.com/video/Gsx2ZsYggGw/v-deo.html

  • @Tsaukpaetra
    @Tsaukpaetra Рік тому

    What a brave soul, writing a module from the ground up...

  • @shaunbarton-collins1180
    @shaunbarton-collins1180 Рік тому +3

    Well done on accomplishing a unique task. Switch Witch strikes again....