Building a Retro-Styled Homebrew Computer & Operating System from micro-controllers

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

КОМЕНТАРІ • 325

  • @wrongdogreckons-cp2sy
    @wrongdogreckons-cp2sy  9 місяців тому +32

    Code repo: github.com/shane-mason/FicusOS/tree/main

    • @solarctp
      @solarctp 9 місяців тому +6

      you should pin the comment so people don't have to look for it. By the way this video is made very well, awesome job! Especially the "intermissions", they really add a poetic and personal element to it, and I've never seen it done on youtube before (not in this field atleast). About your project, I own many microcontrollers and electronics components, so I might try doing something similar at some point. Thank you for the inspiration!

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому +4

      @@solarctp Good callout! I didn't know that pinning was a thing :)

  • @ChrisHorneVL
    @ChrisHorneVL 9 місяців тому +31

    "I have a degree in computer science.... but what I really wanted to be was a film director" vibes here haha.. Nicely done!

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому +10

      You are 100% not wrong! Even on this project, its hard to say which I enjoyed more: the build or the video. Thanks for watching!

  • @raspberrypi
    @raspberrypi 9 місяців тому +72

    LOVE this. Blogging it tomorrow. An old-school at home tinkerer project designed around a plant-based extended metaphor; what more could we ask for? This is exactly why Raspberry Pi was created in the first place - to get people back into building their own computers at home.

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  8 місяців тому +11

      Thank you! The original Raspberry Pi brought excitement back into computing for me - I even made magic mirrors for Christmas one year :) Discovering the RP2040 this past year has done it again - I appreciate what Rasberry Pi has given to computing.

  • @laustinspeiss
    @laustinspeiss 9 місяців тому +3

    An excellent and worthwhile journey.
    Almost the exact opposite of my past 45 years !
    Electronics, Hardware, machine code, assembler then onward and upward to today.
    A lot of the details lost, but each generation of knowledge created a platform for the next.
    As an example, the current flurry of interest in AI, is just a stepping stone to SI, which takes the human/commercial imperatives out of the development and evolution of intelligent systems.
    SI is no doubt a threat to humanity, but it can do it ‘better’

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому +3

      Thank you!
      It's the best thing about humans - we build on what came before us. One of the worst things about humans is that we tend to create things we don't fully understand and can't control.

    • @imperiosheriff
      @imperiosheriff 9 місяців тому +1

      @@wrongdogreckons-cp2sy You are right, if we understood things from the beginning, maybe we will create other different things with different concepts, we are not forced to always be tied to the same concepts of the previous generation.

  • @Y3llowMustang
    @Y3llowMustang 9 місяців тому +1

    This randomly popped up in my recommended. This channel seems like it'll be huge. Subscriber #382 checking in.

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому

      Thanks - I'll keep making videos - I am hoping that people like them :)

  • @rog2224
    @rog2224 9 місяців тому +1

    The transient ground problem brought to mind a bit of folklore about the Acorn BBC B, that there's a resistor that no one was quite sure why it was needed, but it fulfilled the function that an engineer's finger on a certain place on the prototype board had. Take the finger off, and the machine would flake out and just stop. If you're not a retro computer fan (and not British) the BBC isn't a machine one would come across - it was the computer that was used in most UK schools in the early 80s, on the back of a computer literacy initiative between the BBC and UK Gov of the time. The Raspberry Pi is something of the spiritual successor to the BBC, especially in terms of the exposed I/O. The first ARM chips were part designed, and tested on 8 bit BBC kit, and BBC BASIC is still one of the best dialects of the language out there - it was designed to teach a lot of the best practices of programming (after Wirth, et al), and is still in development today, albeit slowly. RISC OS has it baked in, and there are Windows, CP/M and Android versions.

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому

      Amazing - thank you for sharing that! UA-cam algorithms have resulted in me watching a LOT of UK based retro-tech creators and I've seen a couple of blurbs about the Acorn BBC micro in watching about Acorn history. Thanks for the insights - after your description, I did a search and Tom Scott has a video on them that I'm watching next: ua-cam.com/video/g80rnhK-cKo/v-deo.html

  • @jc-0h
    @jc-0h 2 місяці тому +1

    What a wonderful way to inspire discovery using resources many contemporary hobbyists are already familiar with but have not thought to put together or were too scared to tackle. The modular design lends itself well to experimenting or trying different controllers.
    As a non-developer, software development has until recently been very intimidating. I've plateaued with Micro-Python blinking lights projects. Your narrative style here has inspired me to invest more time in the programming side of things.
    I'm drawn towards emulating some of the classic computers since buying the kits is expensive. I already have a shelf of SBCs being under utilized. Hehe.

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  Місяць тому +1

      Thanks! I've had a ton of fun with it still - and it gets people's attention when they see it. You're right - emulation is a great way to get the same feel without the same price :) Cheers!

  • @delphicdescant
    @delphicdescant 9 місяців тому +1

    Considering the rest of the software world, I think you're better than average at naming things.

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому

      That is actually one of the nicest things to say because I end spending a great deal of time fretting over the names of things - I end up refactoring a lot just for that. To me, its important to get the right concept.

  • @RealDevastatia
    @RealDevastatia 9 місяців тому +4

    My approach to the hardware architecture side of things entails a bare bones 6502 system with a couple of UARTs communicating with Picos and ESP32s that run all of the peripherals. The idea is to be able to test and debug all of the subsystems in isolation rather than having to build the whole system out at once.

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому +3

      That's a really good approach. I think I probably need to check out the 6502 or Z80s for an upcoming project :) Cheers!

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

      ​@@wrongdogreckons-cp2sy could I suggest that you make a video comparing those processors and also add the Motorola 6809 to the list? I've got a feeling that you would find it as interesting to make as we would to watch. 😮

  • @ObscuredByCIouds
    @ObscuredByCIouds 9 місяців тому +4

    What a wonderful project and impeccable production. Kudos!

  • @azzar.
    @azzar. 9 місяців тому +5

    That's not just amazing but an impressive project as well.😮

  • @aiden_3c
    @aiden_3c 9 місяців тому +1

    I really appreciate this video. I love how the computer turned out in the end.
    I'm working on my own operating system (after hearing your definition I'm more comfortable calling it that), that manages I/O from an epaper display with a few buttons.
    It's been really fun building rendering functions from scratch, then being able to use those to build other UI drawing components and text.
    Im glad I had this video recommended to me

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому +1

      Couldn't agree more - its fun to get into the basics :) Thanks so much for your kind words, and share your project out so we can see. Good luck!

  • @elijahking3376
    @elijahking3376 9 місяців тому +1

    This was a genuine treat to watch. Thank you for putting so much time and dedication into the video. I would like to build one now.

  • @sud9320
    @sud9320 9 місяців тому +1

    I also like to think about the life my projects will have after I am gone. Someone finding it, being intrigued by this relic from a past technological time, and just maybe giving it some love and a place in their home.
    Realy cool project btw kudos

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому +2

      I know! So much of my work is just digital code that's never seen a physical form, so sometimes I imagine future 'digital archeologists' trying to piece together code fragments and figure out what they were for. This project gives a physical dimension - I love it!

  • @careycummings9999
    @careycummings9999 8 місяців тому +1

    This was/is a super cool project, and the way you produced and directed the video is outstanding. Kudos to you Sir!

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  8 місяців тому

      Thank you kindly! It was a blast to make, so glad you enjoyed :)

  • @3osufdh4rfg
    @3osufdh4rfg 8 місяців тому +1

    Another good homebrew series like Ben Eater's is the one by James Sharman where he builds a pipelined CPU and some peripherals like a graphics card, sound card, and various I/O.

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  8 місяців тому

      Yes! I recently subscribed to them and am working my way through the series. Thanks for the tip!

  • @zilog1
    @zilog1 9 місяців тому +5

    This is sick. Nice work!

  • @AlbertDongler
    @AlbertDongler 9 місяців тому +1

    Wow! Great job and well done! Beautifully filmed and narrated as well. Thank you for putting the time & effort to create this video. I loved it! :-)

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому +1

      That is very kind - its exactly the kind of response I hoped the video would get and so I really appreciate hearing it :)

  • @Unstableslab47
    @Unstableslab47 9 місяців тому +1

    I didn't believe how few subs you have, this feels like big channel content. Great Job!

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  8 місяців тому

      Thank you! Making the video has been one of the best parts of this project.

  • @Stenstorp
    @Stenstorp 9 місяців тому +1

    A great project, and well made video! It is a rabbit-hole indeed and an adventure to see how deep it goes. I studied Computer Science as well, focusing on the hardware/low-level side of things and really enjoy these kinds of projects. Keep it up!

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому

      Thank you! If there is one thing I can find, its a rabbit hole. Often a whole hierarchy of them :) Thanks for watching - cheers!

  • @RonyMarcolino
    @RonyMarcolino 8 місяців тому +1

    Beautiful piece of hardware. I really love it 🥰

  • @hazypugfluffgaming99
    @hazypugfluffgaming99 9 місяців тому +1

    how tf do you not have more subscribers, you deserve 100k, i dont want to se you quit! you dereve every like and sub you get

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому

      That's an extremely nice thing to say. My intention is to keep making videos about my projects - I really enjoy the whole process and appreciate the positive feedback. Thanks so much!

  • @Bits32
    @Bits32 9 місяців тому +5

    Just wow! Keep up the good work!

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому +1

      That is so kind - I am so pleased that people seem to like this :)

  • @JP_the_Programmer
    @JP_the_Programmer 9 місяців тому +1

    It came out beautiful! It is equal parts art as it is a technical feat.

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому +1

      Thank you! I appreciate that you get what I was going for here. Cheers!

  • @ewasteredux
    @ewasteredux 8 місяців тому +1

    This is something I have always wanted to do but never took the time. I am glad you were able to do it. It is quite inspiring, and I am sure it was alot of work. If you ever wrote a book with a BoM, I would buy it and make it for sure. No better way to learn about what a computer is and what sort of creative freedom they potentially encompass.

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  8 місяців тому +1

      Thanks! The time spent diving deep has been a great diversion - and having the creative freedom of how to connect the pieces together makes it fun. Time well spent.

  • @chadzulu4328
    @chadzulu4328 9 місяців тому +1

    What an amazing project bro! It looks great too.

  • @Minikahn1
    @Minikahn1 9 місяців тому +1

    Amazing quality video! That's all that can be said. How can a random person with only 218 subs (as of writing this) can put out such quality content and be interesting at the same time?
    Another channel I would recommend is James Sharman, he's been building his own cpu from scratch and has come a very long way. It's over 110 episodes at this point and all quality content.

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому

      Thank you - those are kind words! I am surprised and humbled by the response myself, TBH. I was hoping for a hundred views and a couple of comments. Thanks for the pointer to James Sharman - I am checking out their channel now :)

  • @mistercohaagen
    @mistercohaagen 9 місяців тому +1

    I'm down for this ride.

  • @joshuacolemanmakes7518
    @joshuacolemanmakes7518 9 місяців тому +2

    really dig your work

  • @iwantagoodnameplease
    @iwantagoodnameplease 8 місяців тому +1

    Using multiple SBC all mashed together is kind of hilarious. But I guess it's easier (and cheaper) than sourcing a bunch of random Z80s and sticking them all on a breadboard.
    I'm surprised you said the RP2040 is maxed out with the keyboard. It's a dual core, 130Mhz CPU. I'd expect you to be able to use that second core for processing. USB is a pain on such small devices, and so I can understand why you just had an entire MCU dedicated to polling it, but a Pico is more than capable of reading the USB protocol properly as still having plenty of room left for processing.
    PS/2 devices are hard to find these days, though you can get adapters, and could even make it simpler.

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  8 місяців тому +1

      You're right about the keyboard module - it definitely has plenty of clock-cycles left over that can (and will) be put to use. There are lots of optimizations and honestly this could been done on one or two RP2040s. This was mostly an artistic design and it does an over-abundance of processing, but that has the advantage that I can develop out services on the nodes over time to make it into a capable little computer. Cheers!

  • @danyal38
    @danyal38 9 місяців тому +1

    That's beautiful man

  • @TradieTrev
    @TradieTrev 9 місяців тому

    Really good video! Love your videography and computer science skills!

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому

      Thank you so much! I had a good time making it - glad you enjoyed it!

  • @randomchicken300
    @randomchicken300 9 місяців тому +1

    This looks incredible!

  • @shawnlowe1392
    @shawnlowe1392 9 місяців тому +1

    I don't know if you are familiar with it, but I think you would thoroughly enjoy working with the forth language

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому

      I am only familiar with it at definition level through references in reading - I've never used it. I just went to Wikipedia to refresh and it's piqued my curiosity. Especially interested in the concept that 'a large Forth program is a hierarchy of words' - thanks for the pointer!

    • @0LoneTech
      @0LoneTech 9 місяців тому +1

      Two particular implementations to ponder are zeptoforth and etherforth.

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому

      @@0LoneTech Good callout -checking out zeptoforth now - it looks cool!

  • @itsemistro
    @itsemistro 9 місяців тому +1

    Why not write an emulator as well? That’s what got me to fully understand that connection between hardware components and software

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому +1

      This is a GREAT question and I've been wondering about emulators recently - people put a lot of work into them. I think I'll have a look in that space and see what they're up to. Thanks!

  • @rustkitty
    @rustkitty 9 місяців тому +1

    Very interesting project and I really enjoyed your presentation style too. Got a subscription too, in case you drop another awesome video in a year. ;)

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому

      Thank you! I've enjoyed this a lot, so I will definitely make more.

  • @davidprock904
    @davidprock904 8 місяців тому +1

    I have a computer architecture design that very literally has limitless parallelism for the code that you write.

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  8 місяців тому +1

      Would like to hear more about that - any overview information?

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

      @wrongdogreckons-cp2sy that's way to much info for UA-cam to handle. But...
      It is similar to an FPGA but completely different.
      The highest level overview...
      I got what I call a cluster, truly thow that's the entire architecture...
      Each cluster connects to eight other clusters in a three-dimensional stack.
      There is no multiplexing.
      All clusters are flawlessly identical so no way to address a particular X,Y,Z if its not in use.
      but the eight ports on each cluster are numbered so you can "snake around" through an XYZ matrix of clusters that are "blank/formated" but doesn't matter if blank or not...
      The full address of a cluster is broken down into three parts. The application ID, function ID, and sequence ID. , That should be self-explanatory enough, that part with the ID's.
      So when you are writing your code aka populating clusters, you are also giving them their address but you don't have to really think much about it if you use it in the logic that I mentioned.
      It is a process in memory style type of architecture. There is no ALU, GPU or CPU but it is All and None at the same time.
      There are three types of buses that run through the entire architecture the way the clusters connect to each other through ports but their identical in function but their
      used differently, I don't have anything in particular I call them just high medium low buses.
      If you are trying to get ultra fancy with your coding, on the low level bus, you would not really need more than two duplicates of the low level bus. But just one is perfect.
      For the middle level bus, six duplicates is probably pushing it to be overkill, buh that's trying to seek the most absolute godlike performance.
      For the high level bus, however many duplicates of it you have, essentially you could 'almost' consider that your core count, but not truly.
      The high level bus is used for application to application communication, system to system, application to system etc, Also including external hardware, mouse, keyboard, speakers, printer, monitor, network, USB, etc.
      The middle level bus is used for function to function communication inside of an application.
      And the low-level bus is just following sequence, the order of operations. Your assembly code one instruction after the next.
      The clusters physically defragment to each other. So it does not matter if it looks like a perfect cube or if it's branched out like lightning. As long as the appropriate clusters are neighboring each other at least by one port. Let me give you a visual example. You have a bag with a thousand marbles aka clusters. Each cluster holds an assembly instruction. (following the sequence), So on the low level bus, the particular function of a particular application will zone off all of its clusters, making a pool on the low-level bus. So however many assembly instructions are used to make up that function, they can follow the order of operations, the sequence, all day long and not interfere with any other functions of that application or any other application, because the ports are cut off on the low-level bus that do not neighbor the same function of the same application.
      And to have functions communicate with each other inside of the same application., they will use the middle layer bus. With the middle layer bus, the way those ports are cut off, is representative of the application as a whole.
      And when one application needs to communicate with another application or hardware, they will use the high level bus.
      Physically externally you are 'kind of' in a way limited to the duplicates of the high-level bus. But internally you are not physically limited to high level buses because of a feature I developed called the rope bridge, but using it wastes precious cluster space, It forms a physical bridge connecting one or more applications or even particular functions between applications without using the high level bus at all.

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

      @wrongdogreckons-cp2sy Part 2, here is the continuation because UA-cam on my phone could not handle editing the above text as I was typing.
      I need to bring up hard coding addresses on any other architecture creates security issues but not on mine. Here's why.
      Since there is no multiplexing, you have one wire per bit.
      One cluster that wants to activate another has to put its identity/ address on the bus, the cluster that it wants to call out to, its instruction, its data, etc. And the receiving cluster sees its identity being called. The receiving cluster checks its security ID, a section within itself, kind of like a registered but permanent storage. that aka register has enough bits to store an entire address application ID, function ID, sequence ID.
      There is a way to store an unlimited number of security IDs starting with one cluster, but it's too much to go into here. Not important at the moment.
      You can be mediocre about the security by just filling in the application ID and leaving the others blank or you can have stronger security by filling in the application ID and the function ID or extreme overkill security by setting all three in the security ID.
      If the security ID filled in matches the identity of the calling cluster then execution continues. otherwise the calling cluster gets terminated.
      There is no way to soft code or hard code around this. And obviously if the security ID is left blank then any function of any application can interact with that particular cluster.
      I haven't mentioned this part yet, but it should have been obvious. The callings are a broadcast message. So if you've got a thousand clusters pooled up on the low-level bus and the first sequence calls out to the second sequence all thousand or 999, get that message.
      And no address is ever used with all zeros for all three together or individually application function sequence. This saves on electricity usage.

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

      @wrongdogreckons-cp2sy Part 3,
      In regards to external hardware using the high level buses, so physically you would be kind of limited. But the reason I said not exactly is because of, ...
      For one, how many of the clusters are you willing to expose outside of the periphery of the chip?
      And for a piece of hardware like speakers, for example, you could hard wire to the middle level bus or even the low level bus. So your sound processing app would have isolated access to the speakers and of the hundreds of applications that need to output sound. Well, they have to go through the sound processing app anyway.

    • @davidprock904
      @davidprock904 8 місяців тому +1

      @wrongdogreckons-cp2sy part 4....
      .......
      For one, if you are willing, of course, and if you think hard enough, you will know what the following is for...
      Nehine oh fur, for stix hero, ...... ..... ..... .....

  • @infyrno
    @infyrno 9 місяців тому +1

    Anyone have the github link?

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому +1

      Its in the comments - here you are: github.com/shane-mason/FicusOS

  • @i-onedarksnow9288
    @i-onedarksnow9288 9 місяців тому +1

    FIVE PC for making ONE UGLY TOY...

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  8 місяців тому

      oh boy, are you gonna hate the next rev... thanks for watching and cheers!

  • @cvabds
    @cvabds 9 місяців тому +1

    I prefer templeOS

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому

      I watched a youtube documentary on templeOS - was an extremely interesting rabbit hole.

  • @zzzzzzzzzzzzzzzzzzzzzzzzzzzz__
    @zzzzzzzzzzzzzzzzzzzzzzzzzzzz__ 9 місяців тому +55

    What wonderful production quality and interesting content for having so few subscribers!
    Please if you have the time, continue to post things like this :)

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому +10

      I appreciate hearing that! Making the video has been almost as fun as making the computer - recording throughout was a lot, but its been a great way to reflect on the work. I'll definitely keep posting!

  • @Pippo.Langstrumpf
    @Pippo.Langstrumpf 9 місяців тому +90

    As a Electronics Engineer I have to say, that you did a great job. But for this project it would be less time consuming and much more reliable to produce a PCB. PCB's are dirt cheap nowadays and high quality. (of course you need to learn how to use a PCB Layout Software first)

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому +28

      Thank you for that! Producing a PCB is my next step on this - I'm hoping to get it rolling early in the new year. There is a lot more work needed to build out the operating system software, but I think HW footprint is ready for a prototype. I'll post an update.

    • @sidharthap
      @sidharthap 9 місяців тому

      I vote for KiCAD ver.7. Its free and really really good!!!

    • @horusfalcon
      @horusfalcon 9 місяців тому

      @@wrongdogreckons-cp2sy Since you are a Linux user, let me suggest KiCAD. Open source, and not hard to learn once you get the terminology down.

    • @nasim3269
      @nasim3269 9 місяців тому +9

      @@wrongdogreckons-cp2syI think you did a great job not using a PCB first, as an artist.

    • @MrScottyTay
      @MrScottyTay 8 місяців тому +5

      just because PCB's are dirt cheap doesn't mean one should be wasteful, much better to prototype without to know exactly what is needed, then make a pcb when that's more set in stone

  • @cdkw8254
    @cdkw8254 8 місяців тому +14

    Absolutely loved it brother. I am a ambitious 17 year old child who loves retro technology and this felt like a bliss to me. Keep it up.

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  8 місяців тому +2

      That's really cool - I like the idea of passing the retro tech concepts to new generations. Good luck on your journey - cheers!

  • @SandroGrundmann2023
    @SandroGrundmann2023 9 місяців тому +15

    Wow, what a awesome project.

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

    This video is a work of art. I love the diagrams and the interspersed shots of the seasons changing. Jaw droppingly beautiful.

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  8 місяців тому +1

      Thank you very much! Those are some very kind words - I appreciate them and I appreciate you.

  • @CodingSync
    @CodingSync 9 місяців тому +9

    Cool! My plan for 2024 is to develop some things using hardware rather than always working on software projects, hence I am discovering great videos like yours. I like the idea of getting close to the bare metal. I've ordered various ESP32 modules to play with.

    • @psyience3213
      @psyience3213 9 місяців тому

      There's still plenty of coding to do, but I have been having way more fun programming hardware I can actually use in my daily life, rather than trying to find a programming project that just does something on a screen for the most part. And then the idea of reusable code really comes into play. Write a driver for a component and make it a class and keep it configurable and you can just reuse that code. I find myself writing C++ while thinking about how I can use the software in other projects. It's a ton of fun.

    • @CodingSync
      @CodingSync 9 місяців тому +1

      @@psyience3213 Great. I got my first dev board working with wifi connecting to my phone and a pc today. Very nice since I want to try to extract data from my smart phone to display on a small screen such as for when I am riding my bike. But now it's winter maybe do some kind of home monitoring like you.

    • @jessed.kielbasinski1082
      @jessed.kielbasinski1082 8 місяців тому

      I see this as a reciprocal function of a successful software designer over time. There comes a time when you give yourself enough grief over something the uncomfortablenes of changing breaks into the actual change itself..i have had similar (pipe dreams) I wanted to say Thanks for your effort and commitment to your goals as well as doing it while sharing your experience with other people.

  • @eugeniusz7144
    @eugeniusz7144 9 місяців тому +8

    That is a great thing to do. Your motivation and approach are inspirational - keep going and even though it is not a cutting-edge piece of technology from, let's say, conventional point of view, it's definitely interesting, entertaining and I would say educational. The main thing it brings positive mood and the sense of accimplishment when what you have designed starts to work exactly as you planned. Good luck with it and I'd really like to see where it will go.

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому +2

      That is so gratifying to hear that the vibe I was trying to set in the video landed - I'll keep posting updates.

  • @ergasterr
    @ergasterr 9 місяців тому +7

    Continue the good work, my good sir! now I wanna build my own version asap

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому +2

      Thanks! I'll keep posting updates! Would be super excited to see what you build!

  • @joeofloath
    @joeofloath 9 місяців тому +6

    This is a really fun project! At my day job I design internal test equipment for consumer product R&D, and for the last year or two I've been working on a modular data acquisition and test automation platform that uses raspberry pi picos on interchangeable cards sending data over a common message bus. There's some parallels with your project and a lot of differences, but I really like seeing how you approached a similar problem from your perspective as a higher level software engineer. I feel like the two entry points to programming are at the very high and the very low level, and coming from the really low level end (my first Real Programming language was Assembly, I hated it. I mostly just do C/C++ in Arduino now) I'm finding that step upwards into higher level stuff both challenging and rewarding. While I know code videos don't tend to do so well on youtube, I'd be interested in some more in-depth videos on the software architecture!

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому

      Thanks! I had originally imagined this video would be mostly about the code parts, but it just took a different direction all on its own :) Once I finish out a few pieces, I'll do a deep dive on the code for sure. To your main point, I kind of took what I know from software and applied it here, since it really is a mirror of a micro-service architecture where each service runs on its own little chip. I find it interesting that similar patterns apply at all the levels - but I guess it makes sense that they would. Cheers!

  • @foogod4237
    @foogod4237 9 місяців тому +11

    "it has something like a 2 Hz refresh rate and the shell is known to lock up fairly frequently" Yup, sounds like a typical retro computer to me! Well done! :)
    This was a great walkthrough of a neat project, and a great example of how anyone can really jump in and start teaching themselves something new, if they really want to and can just come up with some interesting idea to pursue. I really like it.

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому +1

      Thanks! It was so fun to make both the computer and the video. I learned a lot - mostly about how much I have left to learn :)

    • @imperiosheriff
      @imperiosheriff 9 місяців тому +1

      Exactly, until the first Microsoft Windows it was like this or even worse

    • @ArneChristianRosenfeldt
      @ArneChristianRosenfeldt 9 місяців тому

      @@imperiosheriffmy C16 booted in less of a second and only locked up when I made a mistake in assembly. Games ran at 50 fps ( memory was the harder limit, not compute).

  • @Konischiwa
    @Konischiwa 9 місяців тому +2

    One of the best videos i have ever seen :)

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому

      What an incredibly kind thing to say! Very glad you enjoyed it and thank you for letting me know!

  • @salientExtract
    @salientExtract 9 місяців тому +5

    As a software engineer I can relate to that feeling to not understanding the low level components very well, but I love your modular architecture, you design is reminiscent of micro services deployed in a Kubernetes cluster, with coupled but separate components interacting with each other over some common message bus. Great video!

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому +1

      You are absolutely right - I noted that exact thing yesterday in a comment: in the end, I just took a pattern that is very common to me (built-in to my brain at this point) and applied it to a new (to me) problem space. I think it makes some sense that these same patterns would apply at the high level and the low level. You just get a lot less syntactic-sugar to play with at the low level :) Thanks so much for watching and commenting!

  • @3RR0RNULL
    @3RR0RNULL 9 місяців тому +2

    This guy is basically what I want to be. I am very jealous.
    Edit: Also, this is really cool.

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому +1

      Thank you so much, those are extremely kind words! Best advice: go out and learn/build something that makes you happy.

  • @funkmachine6420
    @funkmachine6420 2 дні тому +1

    Very interesting video, enjoyed it. Loved that you see it as an expression of art when it's technology based. I'm a SAP analyst btw!

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  День тому

      Thanks! I generally like the looks of technical and mechanical components - I like my desk computer to look sleek and do consider aesthetics when I get new equipment. This is the first time though that I've seen tech components as aesthetics-first - I started with a notion of what I wanted it to look like and then filled in the design and features to match that.

  • @SusanAmberBruce
    @SusanAmberBruce 9 місяців тому +2

    Nice video thanks

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому +1

      Thank you! Making the video has been one of my favorite parts!

  • @marcorademan8433
    @marcorademan8433 9 місяців тому +2

    I've been working with the Pi Picos for some time (SDK, not Arduino), and you probably could have built this entire system with a single (or maybe 2) picos if you utilised their lower-level capabilities. With custom code, both TFT graphics and USB can run on a single pico core using DMA and other trickery at >10fps and a reliable 1ms USB polling rate, then there is still an entire core free for some juicy processing (perhaps for networking?). SPI would be a better alternative for intermodule comms, since the pico can clock at 120 MHz (~100Mbps). Arduino libraries will be painfully slow for many specialised tasks, and horrible to develop more advanced systems in.
    All that aside, this is a learning project and seeing that this is your first crack at hardware, this is genuinely impressive for a first try!

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому +1

      Oh yeah - there are so many optimizations to be had here. The beauty is, I still have room for all those optimizations and will have tons of leftover processing power. Think of all the things we'll be able to do then! Thanks for watching!

    • @0LoneTech
      @0LoneTech 9 місяців тому +1

      You'd be very hard pressed to rush 120MHz signals through this type of wiring. But then again, the RP2040 has no problem pushing wider buses, as demonstrated e.g. when driving DVI.

    • @marcorademan8433
      @marcorademan8433 9 місяців тому +1

      ​@@0LoneTech Some care is required with the ground wires for 120 MHz, but I have had no problems when twisting the wires for these speeds. Some series resistors can also solve ringing issues (even the 10th harmonic of 120 MHz has a wavelength of ~25cm).

  • @heyyyitsjosh
    @heyyyitsjosh 3 дні тому +1

    I’m in my first class discussing x86 assembly. It’s pretty mind numbing

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  2 дні тому +1

      I wish I could love assembly more than I do - I just don't. I can follow it, I can write it, I just avoid doing that at all costs. When I went to school, we used MIPs assembly as a starter and it was at least bearable, but still... Good luck in your class!

  • @musiqtee
    @musiqtee 9 місяців тому +3

    I’m moved by your insights - your focus on personal creative growth rather than “growing the economy” or whatever we’re pushed to believe in.
    I wish you all the best on your journey - within yourself, with your creativity and thanks for letting me see a fraction of its resulting beauty…

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому +1

      Your words are very kind and I appreciate you taking the time to share them - its encouraging. Be safe and take care!

  • @gameprofcaa
    @gameprofcaa 9 місяців тому +2

    Programming is physical. But it's not obvious. In 1977 I saw an electronics engineer friend demonstrate his original home-brew computer using a 6800 processor. Despite my own years of electronics and programming courses, things were still foggy until I applied that knowledge on my own system. After an amazing 'aha' moment, it all clicked. Later, as a game development professor, I tried recreating those "aha" experiences for my students. Those who pushed beyond those barriers left other students in the dust, reversed engineered products, and became excellent problem solvers. Thanks for sharing your own journey. Now can you reduce production costs while making it scalable? 😎

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  8 місяців тому +1

      I really like how you said that - 'Programming is physical. But its not obvious.' - I think I've missed a lot of 'obvious' things because I didn't take the time to reflect and introspect. Its worth doing.
      On the students that you saw excel, where would you put curiosity as a factor?

  • @campbellmorrison8540
    @campbellmorrison8540 9 місяців тому +1

    Wow, the hardware I could do but you totally leave me for dead with the software. In the 80"s I built myself a computer using a 6800 but it had no OS just a pile of switches and leds, I wanted to get it to run something like BASIC but never was able to get it working. However I did learn assembler and how to use a logic analyser so I was very happy too.

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому

      Assembler take a lot of brain power :) What happened with the computer from the 80's? Is it still floating around somewhere? Thanks for watching - cheers!

  • @HandleToBeDetermined
    @HandleToBeDetermined 9 місяців тому +1

    The building part was cool, but the random clips of Seattle, stock footage, and poetic ramblings about "color everywhere" are a bit distracting. For a video about making a bloat-free computer, this vid has quite a bit of bloat.

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому

      Making a bloat free computer wasn't my goal - this was a story about learning, creativity and the act of making - and the story was told in the parts you called distracting. I've never worked with hardware before, so it would be pretty presumptuous for me to think I could do it better than folks that have spent their career in this area - I just wanted to see if I could do it at all. I made the video with hope it would inspire people to try something new or to pick back up that project they were passionate about. Thanks for watching and take care!

  • @WagonLoads
    @WagonLoads 8 місяців тому +1

    I would like to do the same thing using the S100 bus and fix all of the design flaws.
    and add every bell and whistle that didn't exist in 1977...
    Maybe give it a dual mode bus, so it is backward compatible, but have a 2nd mode that gives it access to unimaged capabilities that can be done today...

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  7 місяців тому

      Interestingly, I just watched a video on a found homebrew based on the RCA 1802 where the maker had built their own backplane (not S100) - it might be interesting to you: ua-cam.com/video/4pgO7CvsdfI/v-deo.html - thanks for watching - cheers!

  • @adipurnama_workshop
    @adipurnama_workshop 8 місяців тому +1

    Perhaps I can make a simpler project than this awesome computer, and can be well documented and nice to watch like this. Congratulation, you're doing great!

  • @EricWAtchesVideos
    @EricWAtchesVideos 9 місяців тому +1

    You made a homebrew computer and OS. But why did you start with what already existed? You had your reasons for wanting to do this. Find the problem that you wanted to solve and think about your own solutions for that problem. Yeah, you can be inspired by other's solutions for the same or similar problems, but you missed out on a great opportunity to develop something something novel. Recombinating existing themes night be educational, but had little chance of innovation.

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому

      Those are great questions that deserve a thoughtful response. Let me expand on an implicit point from the video - my only objective was personal enrichment and a distraction from the real world. I wanted to learn about a topic of interest to me and then exercise creativity to get an outcome that would bring me pleasure. This was accomplished 100% - I know more than I did before (but still not very much) about hardware and operating systems and I have a beautiful machine that I built out from my own imagination out of available components. I've had an innovative career - but always driven by the need to solve some novel business or social problem. I wanted to remove that constraint and see what happened. I never set out to innovate here, I set out to learn and use my creativity and then I made a video to share that experience. And its been a great experience! Thank you so much for watching!

  • @lopar4ever
    @lopar4ever 9 місяців тому +1

    Wow. Just wow.

  • @PaulDriverPlus
    @PaulDriverPlus 9 місяців тому +2

    Well done.
    I started when you had to modify the BIOS for your homebuilt CP/M machine, to match your configuration.
    This was usually loaded by a hand entered stub loader on a binary control panel ( like an Altair ), because a PROM/UV-Eprom burner was non-trivial.
    using hardware required understanding the software, and but using the siftware required that you know your hardware.
    That was ages away from appliance conputers.
    Lolz Memories of 1977.

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому

      Thank you for sharing - I am fascinated with computing history. Especially, when they are so ingrained and ubiquitous in our lives and we just expect them to work, but we need to keep in mind how very recently they were actually introduced. It hasn't been that long.

  • @y__h
    @y__h 9 місяців тому +2

    69th (nice) subscriber

  • @RickMunday
    @RickMunday 9 місяців тому +3

    Absolutely brilliant work! I started out in R&D at a company in Germany, spent my first few years in "IT" at the very low levels (which is why I chuckled a little too hard at the ALU talk). It was fun, but invariably frustrating with very little reward at the end of each day. I found consulting, system administration and later managing IT teams to be far more rewarding, though some days just as frustrating.
    During COVID I built my own "Arduino" on breadboards just to go back to basics one last time. And it was quite fun and challenging. Now the thing is just a clock on my home office desk.
    The video is so well presented too. I loved seeing you delve into each thought process along the way. The "why's" and "how's" clearly presented.

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому +1

      Thank you so much! Your COVID project sounds cool - I think getting back to basics brings helps build context. There is so much to learn. Appreciate the comments on the video - making it was a challenge and has been one of my favorite parts of the project.

  • @kioshiki4519
    @kioshiki4519 8 місяців тому +1

    I really like this, thanks for posting a nice video explaining it.
    Wishing you all the best in life and future projects.

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  8 місяців тому +1

      Thank you so much for watching and letting me know - I've had a great time with this project so I'm glad people are enjoying it - cheers!

  • @jfftck
    @jfftck 7 місяців тому +1

    This is still more of a computer than an iPad, just by the fact that you can create the applications on the same device. I find it sad that Apple started like this and is now pushing hard to limit the user to the experience that they create and not allow the user to explore their own devices.

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  7 місяців тому

      Agree! Being able to program directly on the device - no matter how painful - seemed pretty core to the concept of being a computer. My next step is to make it a little easier to program on the device.

  • @ITGuyinaction
    @ITGuyinaction 9 місяців тому +1

    👍 👍 👍 👍 👍 👍 👍

  • @alfredo1valenzuela
    @alfredo1valenzuela 8 місяців тому +1

    Stories From The Marble Tower

  • @bertbrecht7540
    @bertbrecht7540 9 місяців тому +3

    Thanks for taking me on your journey. As a lifelong Seattleite and microcontroller hobbyist, I feel we have a lot in common but your ability to move a large project from start to finish sets you appart. I hope you continue to share with us.

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому +2

      Thank you so much! I felt like this one was an important one for me to finish - I had to let myself take breaks - the real challenge will be moving it from here to fully finished. I'll continue posting on it - and my newest project too :)

  • @Paul_Bearden
    @Paul_Bearden 9 місяців тому +1

    I'm totally going to do something like that independently, lol.

  • @PatrioticGestalt
    @PatrioticGestalt 9 місяців тому +1

    Lol. I can relate with your project. Ben Eater and 8-Bit Guy inspired me. But I'm using ESP32s. Let's just say the GPIOs are ... frustrating

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому

      I checked out your project - that's pretty cool! I should have mentioned 8-bit guy in the video too, he was definitely an inspiration - I appreciate what he is doing with the Commander X16 and I actually got the idea to build a modern retro-inspired computer from his video on the Gigatron TTL : ua-cam.com/video/_2uXqTi42LI/v-deo.html

    • @PatrioticGestalt
      @PatrioticGestalt 9 місяців тому

      ​@@wrongdogreckons-cp2sy That's hard core. Nope, not going into that rabbit hole... yet

  • @0LoneTech
    @0LoneTech 9 місяців тому +1

    I was wondering how you could arrive at that many computers. It's like you added one or two per function block. Each RP2040 has processing power nearly on par with a BeBox, but memory only half of an Amiga 500. You didn't run out of processing power; you just didn't add scheduling, the core part of most operating systems.
    On the plus side, you got plenty of experience with inter-IC communication!
    There's also precedent for this type of distributed processing; Commodore computers ran the disk operating system in the disk drives, and the Apple 1 had a functionally separate terminal from the computer. An interesting extreme is the GreenArrays network on chip where it takes three computers to interface with external memory, which is okay because it has 144 of them.

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому

      You are correct - the latency is largely about communication timing and there isn't any scheduler. In the context of 'running user commands' it is not mult-tasking, whoever gets to the processor first gets full reign. A lot of my decisions were about the look of the piece and it looked better with more chips :) I do like that I have plenty of processing power left over to add functionality.
      Trying to read, but I am super confused about GreenArrays though - trying to Grok what they are doing there. Its great that they have 144 computers on that board, but am unclear on why...

    • @0LoneTech
      @0LoneTech 9 місяців тому +1

      @@wrongdogreckons-cp2sy I reckon most who hear of them are as bemused. Consider it an experiment in architecture; its closest relatives are TIS-100, FPGAs and transputers, each of different granularity. It's supposedly quite efficient but not clearly integrated either socially or industrially.
      I think a part of it is some old hand Forth enthusiasts saw the extensibility of their platform and wanted to build the new world. They just never stopped, while other things changed around them. A bit like GNU Hurd. They're not wrong, their systems are cool, but they could be improved with basic routing and recruiting people who grew up watching youtube on 64 bit pocket computers to work on 18 bit systems that don't even have peripherals may be a challenge.

  • @TarasZakharchenko
    @TarasZakharchenko 9 місяців тому +1

    The project looks great. Wish you good health

  • @jinchoung
    @jinchoung 9 місяців тому +1

    wow what a journey. congrats and very cool vid.

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому

      Thanks so much! I've had an amazing time on this project - so glad that you enjoyed in :)

  • @Dhruv.Wadhwa
    @Dhruv.Wadhwa 9 місяців тому +1

    wow that's a wonderful project ! i did something similar a year ago, i made the emulator of ben eaters 8 bit computer on a pico and made the device handheld so i could play with it during boring lecture classes. have hosted it on hackaday as "8 bit handheld computer".

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  8 місяців тому

      THAT is cool AF. I especially appreciate the online simulator, playing with that now. Thanks for the pointer - I subscribed to your hackaday project and yt channel. Cheers!

    • @Dhruv.Wadhwa
      @Dhruv.Wadhwa 8 місяців тому

      @@wrongdogreckons-cp2sy thanks means a lot 🙂

  • @hemant_theelectronoob407
    @hemant_theelectronoob407 8 місяців тому +1

    loved the idea and watching the video, great work!

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  8 місяців тому

      Thanks so much! I've had a great time making it and so I appreciate the feedback!

  • @victorldunn9638
    @victorldunn9638 9 місяців тому +2

    Interest, Inspiring, Clarity, Learning Curve, Modular, Creativity, Divide and Conquer, RP2040 - So much in one video. Thank You 😊

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому +1

      Thank you so much! You're not wrong - its kind of like a low-key fever dream in a way.

  • @tassoevan
    @tassoevan 8 місяців тому +1

    I've got emotional watching this.

  • @chromesto
    @chromesto 9 місяців тому +3

    Impressive work. I love watching stuff like this. I can't even imagine how cool it feels to get something like this to work. Thank you for the video!

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому

      I'm not gonna lie, it feels pretty good when it works :) Thanks so much for your kind words!

  • @defaltdj1493
    @defaltdj1493 9 місяців тому +2

    You should put a 12v to 5v DC to DC stepdown module.
    It will help with managing all the power requirements of the system more easily than having all the currents being delivered by one of the boards.
    Apart from that, you built a very nice system.
    Can't wait to see how things evolve

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому +2

      This is a solid piece of advise. Having the boards power it does NOT get me consistent results. Thanks so much - I'll post updates!

  • @jj74qformerlyjailbreak3
    @jj74qformerlyjailbreak3 9 місяців тому +1

    0:01 The first minute said all you need to hear if you have been in the same boat.
    I could manipulate software but had no clue what was going on under the hood. I did computer repair for over 25 years untill i realized how boring the system became. I dream of owning a PDP anything vecause my passion has became learning what each clock cycle actually does in terms of ligic gates.
    Got the popcorn ready so i can enjoy the remaining 17:13 in bliss.
    Great stuff. I think i earnd a new channel and you a sub if im not already. Im so excited best thing all day long. By far

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому +1

      Thank you so much - that's very kind! You are right - computers have become boring. There really is something real to getting down to the core that feels... right?

    • @jj74qformerlyjailbreak3
      @jj74qformerlyjailbreak3 9 місяців тому

      @@wrongdogreckons-cp2sy not to mention how people blindly trust the programs stirring the ship. 😂. I want to know the heading rather then just being headed.

  • @michaeljtessmer3689
    @michaeljtessmer3689 7 місяців тому +1

    Where did you get the prototyping cards?

  • @georgigeeksky8349
    @georgigeeksky8349 9 місяців тому +3

    Amazing project, so inspirational!

  • @giantfan5872
    @giantfan5872 9 місяців тому +2

    Really cool video, this popped up for me as I’ve been looking more into messing around with hardware. Looks like I have a new project lol. Keep up the good work!

  • @ubiifuruuu
    @ubiifuruuu 9 місяців тому +1

    beautiful work, thank you

  • @babudelhi9885
    @babudelhi9885 9 місяців тому +1

    Cool, now you inspired me to make my own version

  • @oscareriksson9414
    @oscareriksson9414 9 місяців тому +1

    Great job! It looks really cool too!

  • @ph0sgene967
    @ph0sgene967 8 місяців тому +1

    Now make it run doom

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  8 місяців тому +1

      This genuinely made me laugh - and gave me a target to shoot for. Check back :)

  • @domanit927
    @domanit927 8 місяців тому +1

    thats great, now make an os for agi

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  8 місяців тому

      Good thinking, but some side-projects would feel too much like our day jobs :)

  • @foxmccloud8960
    @foxmccloud8960 9 місяців тому +1

    Dang that's cool 😊

  • @NEVIXIA
    @NEVIXIA 9 місяців тому +1

    Very cool, I'd love to have one.

  • @metageek
    @metageek 9 місяців тому +1

    Very fine work.

  • @nikolazgonjanin8523
    @nikolazgonjanin8523 9 місяців тому +2

    Everything about this video is beautiful. The technical topics, storytelling, and videography, bravo!

  • @SoloAbril
    @SoloAbril 9 місяців тому +1

    Beautiful

  • @Bengadeer
    @Bengadeer 9 місяців тому +2

    As a fellow hardware/software hacker, I was uplifted by your quality production of a favorite subject matter. I went down the rabbit hole of the Ben Eater 8-bit computer but that's because I'm more of a hardware guy. Your story has an arc and was a testimony to quality video production well done. Someone should write a song to go along with it. I plan to follow your progress with Ficus. Good on ya, mate.

    • @wrongdogreckons-cp2sy
      @wrongdogreckons-cp2sy  9 місяців тому

      Thank you so much - I really appreciate that. I think I need a few more skills before I try Ben Eater's computer, but I plan to enjoy every step of the way :) Cheers!

    • @Bengadeer
      @Bengadeer 9 місяців тому

      Ben's computer is so intensive to put together because of all the interconnect. Superior breadboards are a must! But there is another version called the Bravo that takes the same concepts as Ben's design but applies it to actual circuit boards and more advanced parts. I built that one also and it could be expanded just by adding PWBs since the bussing is contained in the connector stack. Cool idea. @@wrongdogreckons-cp2sy

  • @marksmithcollins
    @marksmithcollins 9 місяців тому +1

    Meh