The Rarest Computer in my Collection

Поділитися
Вставка
  • Опубліковано 6 вер 2024
  • Even though many of the computers in my collection are hard to find, or no longer manufactured, only one can claim the title of being the only one of its kind to be made.

КОМЕНТАРІ • 467

  • @WeirdWonderful
    @WeirdWonderful 6 років тому +371

    Wouldn't it be hilarious if Clint from LGR still _somehow_ covered this before you ? XD

    • @newagederpderp
      @newagederpderp 5 років тому +10

      Clint's basically covered everything

    • @gachafallv2946
      @gachafallv2946 3 роки тому +7

      *he already has*

    • @gavinthecrafter
      @gavinthecrafter 3 роки тому +16

      I can imagine the episode now:
      Ahhh, the Propintosh. The best computer you've never heard of. Where did I get it, you say? Well... that's a different story...

    • @acactusnamedjosh708
      @acactusnamedjosh708 3 роки тому +17

      @@gavinthecrafterLGR: "This was graciously donated to me by-"
      The Science Elf:"HOW DID YOU GET INTO MY HOUSE??"
      LGR:"uh oh"

  • @danielyahalom3961
    @danielyahalom3961 6 років тому +567

    Smart enough to build a custom computer when they're 15.....
    Not smart enough to give variables normal names.
    *you were so close to greatness*

    • @TheScienceElf
      @TheScienceElf  6 років тому +81

      I've repented, I promise! Sometimes now, I leave more comments than code. :)

    • @TimurTripp2
      @TimurTripp2 6 років тому +20

      More comments than code? Careful there, too many comments can render it almost as unreadable as no comments!

    • @joshuascholar3220
      @joshuascholar3220 6 років тому +10

      Self taught programmers learn the hard way, but once learned they never forget.

    • @johncarter2494
      @johncarter2494 6 років тому +2

      The Science Elf Linux has properly commented code....

    • @theairaccumulator7144
      @theairaccumulator7144 5 років тому

      @@johncarter2494 I dont think so

  • @veryexciteddog963
    @veryexciteddog963 6 років тому +107

    You made that when you were 15? Holy shit

  • @RadioactiveMoth
    @RadioactiveMoth 6 років тому +519

    Oh cool, I have one of those. It's a fun computer.

    • @CocoTheMii
      @CocoTheMii 6 років тому +30

      Right. Sure.

    • @adamsfusion
      @adamsfusion 6 років тому +34

      This should be the top comment.

    • @izaicslinux6961
      @izaicslinux6961 6 років тому +26

      You obviously missed the joke.

    • @left_eyebr0w
      @left_eyebr0w 6 років тому +13

      Can it run roblox?

    • @ald0c
      @ald0c 5 років тому +4

      CyDragonGM r/wooosh

  • @TehNoobSchool
    @TehNoobSchool 6 років тому +214

    When I was a freshman in high school the most I accomplished was eating the cheese someone held out a car window.

    • @yamira.737
      @yamira.737 4 роки тому +1

      @@thesandwichslayer9948 haha fat
      (jk)

    • @MrOoof
      @MrOoof 4 роки тому +2

      Yamir Abascal not funny didn't laugh
      (jk)

  • @adamsfusion
    @adamsfusion 6 років тому +68

    I remember doing something almost exactly like this. At the time, DRAM was dropping in price in the sub MB varieties, so I ended up buying some 3.3v memory, dedicating one of the cogs to being the memory arbiter and then with a combination of dropping down to PropASM and learning how to use 74x logic to keep the memory refreshed while the cogs were rotating, I learned SO MUCH about how computers dealt with memory and how it was mapped.
    However, I am super jealous of your 15 year old harware skills. I didn't really get started until I was 25, but seeing what you did with that is mega impressive :D

    • @soyuzistrepublic9771
      @soyuzistrepublic9771 5 років тому

      i was thinking of doing something like this but i only know how to program in python, so and OS is gonna be hard...then again i wanna try using micropython to build the computer(just a box with a small lcd screen, keyboard,mabey mouse since what i am building is a text based operating environment, a pyboard, charger, and i need to know if it can even use input arguments, because i have looked all over the internet and could'nt find one damn video using inputs on a pyboard. Please anyone help

  • @Wooksley
    @Wooksley 6 років тому +77

    0:21 portal fan confirmed

    • @ThatGuy-a48
      @ThatGuy-a48 6 років тому +2

      Wooksley SPACE!

    • @Kapin05
      @Kapin05 6 років тому +1

      Who isn't a portal fan lol
      Oh, and in case you were wondering, yes. I'm still a potato.

    • @qazythehuman6861
      @qazythehuman6861 6 років тому +1

      Well it is a potato pc so, i guess, its fitting

  • @homesquared
    @homesquared 6 років тому +134

    _Freshman year of high school?!_ Man, you must have learned early, I'm still trying to figure out what I'm good at and I'm in college.

    • @bwgti
      @bwgti 6 років тому +20

      Grilled Cheese Sandwich - this video confirmed my suspicions that the science elf is Very smart.

    • @jan_harald
      @jan_harald 6 років тому +6

      it's an elf you're talking about, c'mon

    • @Luxter77
      @Luxter77 6 років тому +2

      an elf that has science in the name

    • @gaybrogrammer
      @gaybrogrammer 6 років тому +4

      bwgti surely true, but if he had computer engineering classes available in school, likely privileged as well

    • @MusicGameFinatic999
      @MusicGameFinatic999 6 років тому

      what does that have to do with his intelligence?

  • @SyphistPrime
    @SyphistPrime 6 років тому +51

    Honestly, I think it's really cool you turned a limited microcontroller into a computer. I always love seeing tech stretched to its limits and taken outside the bounds of its intended purpose.

  • @AnesuC
    @AnesuC 6 років тому +225

    Ok this is actually pretty cool! And I have the same problem with commenting my code as well! I have been trying to get out of that habit but like a few hours later I end up not bothering and telling myself "I will comment it later" and never do haha

    • @TimurTripp2
      @TimurTripp2 6 років тому +1

      At least you give your variables proper names. As recently as a year ago my logic was "Why find a code minifier, I'll just do it myself", and hence a bunch of single or two-letter variable names. Suffice to say I've learned my lesson.

    • @tomysshadow
      @tomysshadow 6 років тому +6

      I used to never comment my code, but now I find I can't think straight without doing it.

    • @marioaguilar3343
      @marioaguilar3343 6 років тому

      Same lol

    • @MetalheadBuser
      @MetalheadBuser 6 років тому +1

      I head to programm in C in one course for one semester. Well, it pretty much forced me to comment anything. Especially when you had to programm for the professor, or when you had to work in a 2- team to wirte a program.
      It was hard for me to learn that, but when I do an Arduino thing, I comment now more and have a way cleaner style of writing ( it's still very very shitty though).
      But before My programms where like shit. Style was bad, no comments, and whenever I dropped something for a few weeks, it was hard to come back. And code was simpel back then, as it got slightly evolved, you couldn't figure out shit.
      On my recent project, that I dropped for a couple of month, I am now very grateful to myself to have them. Was way easier to figure out, what the fuck I was doing :D
      But yeah, without the preasure of the professors I wouldn't have learned it...

    • @billdimz
      @billdimz 6 років тому

      You're the eXtern guy!

  • @InsaneFire10YT
    @InsaneFire10YT 6 років тому +337

    my rarest computer is my virtual box

    • @jan_harald
      @jan_harald 6 років тому +2

      nice, did you make it yourself or just use virtualbox?
      .
      [one letter can change the meaning]

    • @InsaneFire10YT
      @InsaneFire10YT 6 років тому +7

      nodrinks stop being gay

    • @midleno8364
      @midleno8364 6 років тому +2

      nodrinks There wasnt any incorrect grammar in there?

    • @Natalie-ez1zc
      @Natalie-ez1zc 6 років тому +1

      Virtualbox is one word, sentences start with capital letters and end in periods, and you're never gonna get off the ground with a gaming channel.

    • @Natalie-ez1zc
      @Natalie-ez1zc 6 років тому

      And so are you for supporting OP :)

  • @markusTegelane
    @markusTegelane 6 років тому +41

    Moral of the story: Comment your freaking code

    • @RMSLusitania
      @RMSLusitania 6 років тому +1

      MarkusTegelane here's my code: code123

  • @64bit72
    @64bit72 6 років тому +76

    Propintosh 2 release date ???

    • @qazythehuman6861
      @qazythehuman6861 6 років тому

      "When i get to it, probably never"

    • @Dylatron47
      @Dylatron47 5 років тому +1

      This would be dope! Also I was thinking that he could use a Raspberry pi.

    • @KekseTheFox
      @KekseTheFox 5 років тому +1

      I finshed a second one its not simliar thought

    • @Dylatron47
      @Dylatron47 5 років тому

      @@KekseTheFox how so?

    • @Ali107
      @Ali107 4 роки тому

      He should start a patreon page for the the propentosh 2, people donate and he will make a better one. Maybe if he got enough money, he'll start mass producing it, starting a retro business.

  • @CZ350tuner
    @CZ350tuner 6 років тому +3

    Reminds me of the 4 bit bus computer I built over a weekend as an assignment back in 1987 using a 74181 TTL ALU, 3 x shift registers and 2 x 16 x 4 bit word 7484 TTL RAM chips. It had a 555 timer clock running a pair of 74193 controllable UP / Down binary counters and all display was via 7447 TTL LED numerical blocks.
    I still have it somewhere and it could perform 64 mathematical functions so long as the number didn't exceed 15 (well 16 if one counts the "carry up" flag pin on the 74181).
    I'd built a basic CPU functionality in TTL, which is what engineers did before processors were invented.
    Macro coding by hard wire with a pretty simple machine code instruction set:
    The 3 x shift registers were for Register A, Register B and Command Word Register with the resultant answer ending up in Register A.
    The programme bytes consisted of the lower 4 bits being the numerical content and the upper 4 bits being the instruction word.
    All built on strip board with lots of Kynol wire.

    • @eekee6034
      @eekee6034 2 роки тому

      I'm surprised this comment didn't get more upvotes. Maybe it would on a more DIY-computer type channel.

  • @EngiNetion
    @EngiNetion 5 років тому +8

    if you search propintosh in 2019 you will see roblox profiles

  • @Videoneer
    @Videoneer 5 років тому +14

    I absolurely love this. In high school I did similar with a 6502. Today I am embedded at software engineer. Projects like what you have created absolutely fascinate me. You took something with limited capability and through creative thinking, you made something amazing as well as useful with that basic interpreter!
    Prop(ellor) to you man! Totally gonna follow you channel. I like to do/make the same for fun, challenges and for the "hell why not" factor ;)

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

      If you still have it, can you review it on your UA-cam channel? That is so cool

  • @EngiNetion
    @EngiNetion 5 років тому +4

    *_"AT LEAST IT HAS HEADPHONE JACK"_*

  • @IntoTheMindlessAbyss
    @IntoTheMindlessAbyss 6 років тому +4

    This is without a doubt a beautiful passion project. That's what makes this so special. It's not some Rasberry Pi stuffed into a retro looking design, it was built from the ground up. Awesome work.

  • @andrive
    @andrive 6 років тому +45

    but why didn't you add a speaker?
    or a color display?
    _just asking_

    • @TheScienceElf
      @TheScienceElf  6 років тому +23

      Honestly, for the speaker, I just never got around to it. I mentioned in the video, there were plenty of things I was planning on adding further down the line with this computer, like the speaker, a TTS chip, wireless serial communication, IO ports, an SD reader, and even a receipt printer. I just came to the conclusion pretty soon that no matter what I did, the device just wasn't going to be powerful enough, and dropped it before I had the chance to make those upgrades.
      As for the color display, (at least when I was building the thing) the largest color smart display was something like 3 inches wide. I could have used a larger TV LCD and powered it off of the Propeller's RCA output, but that would have pretty much defeated the purpose of having an external display, since the TV would have used all the memory.

    • @andrive
      @andrive 6 років тому +7

      I understand now
      But wow 32Kb
      Pretty nice project tho

    • @adamsfusion
      @adamsfusion 6 років тому +7

      I also imagine migrating to a color display would have been mean on the RAM limitation. Some people ask why EGA/CGA existed and we didn't go straight to VGA and "millions of colors". Long story short, memory was a limiting factor, and being able to define a color in just one byte was almost a necessity in some applications like spreadsheets and charting.

    • @Ali107
      @Ali107 5 років тому +1

      Not enough ram.

    • @Ali107
      @Ali107 4 роки тому

      A color display will use up a lot of ram, he only had 32kb of it

  • @larrylentini5688
    @larrylentini5688 6 років тому +10

    I would love to see a video on how to make something like this. It's admittedly not very useful as a computer, but it's an amazing learning tool.

  • @LukiLuki69420
    @LukiLuki69420 6 років тому +8

    Have you heard of TempleOS? You should do a video on it... And find out if it's usable lol it has an interesting back story too

  • @MCTogs
    @MCTogs 6 років тому +21

    But can it create a GUI interface in visual basic to track an IP address?

    • @jan_harald
      @jan_harald 6 років тому +2

      it could, if it had visual basic and an interface to track the ip from

    • @ninoivanov
      @ninoivanov 6 років тому +2

      You're missing the joke...

    • @DogsRNice
      @DogsRNice 6 років тому

      Nino Ivanov UA-cam commenters do no understand what jokes are

  • @CEKROM
    @CEKROM 6 років тому +41

    I like the little treasures of the past!
    Thanks! =D

  • @UltimatePerfection
    @UltimatePerfection 6 років тому +8

    How about using several propellers (think multi-core/multiprocessor architecture) in the Propintosh 2 (if you decide to make one)?

    • @jan_harald
      @jan_harald 6 років тому +6

      pretty much thought the same
      I thought of "why not use one as gpu and another as cpu"
      the "gpu" can likely also proccess the input, since it doesn't need to actually compute much

  • @dubb6660
    @dubb6660 6 років тому +5

    "Another fine addition to my collection!" -General Grievous

  • @belstar1128
    @belstar1128 6 років тому +34

    Cool but does it run....
    Donkey kong

    • @jan_harald
      @jan_harald 6 років тому +11

      yes
      yes it does
      "donkey kong: the new text adventure"

    • @tashmay
      @tashmay 6 років тому +2

      No but it could run Microsoft Adventure

    • @michaelwarner5277
      @michaelwarner5277 5 років тому +3

      @@jan_harald you've encountered a barrel. What do you do?

    • @mariannmariann2052
      @mariannmariann2052 5 років тому

      Can it run Pond(g)?

    • @mariannmariann2052
      @mariannmariann2052 5 років тому +3

      -JUMP
      -RUN
      -DO NOTHING
      -JUMP
      You jumped over the barrel. You got 100 points!

  • @G4m3G3ni3
    @G4m3G3ni3 6 років тому +12

    How did you capture the screen? It looks awesome!

    • @lunarcoffee
      @lunarcoffee 6 років тому +9

      With a well-positioned camera. You can see the flashes from the panel, as well as the slightly off center display and the visible pixel outlines, meaning it's recorded with a camera.

  • @nicolanicolov3614
    @nicolanicolov3614 6 років тому +5

    The Science Elf: "Always, always, always comment your code!"
    Me: *No*

  • @Globalnet626
    @Globalnet626 6 років тому +3

    >During my first year of high school
    Thanks that’s the type of existential crisis I needed this morning

  • @nerfspartanEBF25
    @nerfspartanEBF25 4 роки тому

    This chip is actually very similar in specs to the microcontroller that handles by Nerf primary, my FDL-2X. It handles motor speeds, select fire, and power management features. Let that sink in for you people watching this. That's how impressive this build and its software are, the creator of the Propintosh literally programmed on a platform that's so low-spec, it's only really ever used for very simple robotics work.

  • @devjock
    @devjock 6 років тому +3

    External SRAM chips on an I2C bus, with a dedicated core to handle memory management would sort out your space issues quite effectively. Possibly add a bit of "slow memory" on top of that in the form of an old MMC card (easy to handle in terms of I/O, as well as nice small code size for access and read/write ops). Other than that, great little puter dude, well done! You nailed the aesthetic! Subbed!

  • @Ali107
    @Ali107 5 років тому +1

    Can you make a video series of you building the Propintosh 2.0 please?

  • @8biteli
    @8biteli 5 років тому +1

    What LCD screen did you use?

  • @plankalkulcompiler9468
    @plankalkulcompiler9468 5 років тому +1

    I used to think I was smart to do a Pi lego laptop when I was 14. Now I see it was obsolete.

  • @zachariah74
    @zachariah74 6 років тому +4

    I don't care how long your videos take to come out. The wait is always worth it. Good job 😁

  • @AltecE
    @AltecE 6 років тому +1

    That’s awesome! Think you could share some resources on how to build one? Also, you should totally put that code up on GitHub!

  • @Ali107
    @Ali107 5 років тому +2

    Can you teach us on how to make computers like the propintosh?

  • @anominalwill5599
    @anominalwill5599 5 років тому +1

    This reminds me of coding in TI-Basic on my TI-83+ in high school. I loved making text based RPGs, and at the time, I learned the coding language pretty thoroughly.

  • @goredwings1212
    @goredwings1212 5 років тому

    Definitely didn't mind the clickbait, this is much better than what the title implies. Pretty inspiring, actually!

  • @TimmyJoePCTech
    @TimmyJoePCTech 6 років тому +4

    god damn you certainty know your stuff good video!

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

    Hello. I really like this project. I really like how you were also able to program a graphical user interface on such limited hardware. I was wondering what you had to learn to build and program such a machine? Thank you.

  • @techno-sorcery9852
    @techno-sorcery9852 5 років тому

    I'm a high school freshman (soon to be sophomore) and I've been planning to do a similar sort of thing, albeit with a z180 instead of a micro controller. As of now, the computer is going to pair a 10mhz z180 processor with a 1mb SRAM chip and 256k EEPROM. For the video card, I'm going to cheat and use an ATmega328 instead of having to deal with designing (or modifying) an existing video card design. I was also originally going to write my own operating system, but I've since decided on porting CP/M instead. Anyways, thanks for the inspiration. This was a pretty cool video.

  • @gavinthecrafter
    @gavinthecrafter 3 роки тому +1

    Does anyone know how I can get started on something like this? I'd love to build my own tiny computer at some point

  • @filips_world
    @filips_world 6 років тому +2

    Do you make firmware or os for with macnihe?

  • @mort_brain
    @mort_brain 6 років тому

    How did you put somekind on of LabVIEW on you Propintosh?? BTW very immpressive, but that fault with a code is hilarious X-D, I'm not into a programming, but I can't imagine myself doing so.Love your channel.

  • @MariosDoumou
    @MariosDoumou 5 років тому

    That's some real hacking right there. Forcing to work on something it was never designed to do.

  • @aircraft2
    @aircraft2 6 років тому +11

    happy green drink day

    • @BigOlSmellyFlashlight
      @BigOlSmellyFlashlight 6 років тому +1

      I Cant Think Of A Name *squeezes a body part with thumb and index fingers to inflict pain*

  • @spooky_accordion7676
    @spooky_accordion7676 6 років тому +3

    Oh Dang it I fell for clickbait but tell me, will you make a more "updated" version in the future?

    • @TheScienceElf
      @TheScienceElf  6 років тому +2

      Probably not, but I might show a few other projects I did with the Propeller in the future...

    • @jan_harald
      @jan_harald 6 років тому

      it'd be nice to have an actual mostly-full-featured custom computer...oh well, all is good enough

  • @lowescherabel
    @lowescherabel 6 років тому +7

    Can you do a tutorial to show how did you made it?

  • @gavmakesgames588
    @gavmakesgames588 6 років тому

    What LCD are you using in this build? Or where can I find one similar to it?

  • @BlindFoldYT
    @BlindFoldYT 6 років тому

    0:53 the "Propintosh" resembling a macintosh has a windows key??

  • @Diggnuts
    @Diggnuts 6 років тому +1

    I'd say that sane variable and function names are far more important than comments. Comments can clutter the code if used to much. If the code isn't obvious, which it should be, a comment might be useful, but otherwise a short introduction at the beginning of a file or function is plenty.

  • @spykezspykez7001
    @spykezspykez7001 6 років тому

    First video I watched from your channel, autosubbed because of coolness. Did you get one of those pis eventually? You should, I'd like to see what you can come up with software wise.

  • @TheToaMaster
    @TheToaMaster 6 років тому +41

    Ladies and gentlemen,
    the New Steve Jobs

  • @alienshirtz1644
    @alienshirtz1644 6 років тому +1

    man i remember seeing one of those at a yard sale.....dang.

  • @catfree
    @catfree 2 роки тому

    What is this mystical "Smart LCD"? is it just an SPI display?

  • @thehappysquid1552
    @thehappysquid1552 3 роки тому +1

    I almost forgot to watch this today

  • @rayceeya8659
    @rayceeya8659 4 роки тому

    Reminds me a lot of the stuff I used to wright for the TI-82 back in the 90s. I actually got a functional wireframe 3d engine working on a TI-82. Wasn't much you could do beside walk around the little wireframe house I hard coded in, but it gave me something to do in 9th grade pre-calc class.

  • @kotholan3435
    @kotholan3435 5 років тому

    In school I remember my java teacher always said if you give your variables/methods etc smart names then you'll never need to comment your code regarding what it does, only what it can interact with ('code coupling' === 'failed assignment'; , hence can). He was spot on too. I can still tell what my code from years ago does just from looking at it and I've been using a different language for the last five years. Point being.. for **c*$ sake tell me you don't still use actual variables to name your variables....

  • @FairPlay137
    @FairPlay137 6 років тому

    This reminds me...In either my sophomore or junior year of high school (most likely junior, but I couldn't access my schedule to confirm), I built a little game using 74xx series logic chips and a 556 timer chip. Basically, it was a two player "see who can hit the button first" game, complete with a scoring system. Of course, it did have a few glitches. Unfortunately, I tore it down shortly after the presentation.
    However, that led me to my next adventure: Messing around with the Arduino boards I have.

  • @seanscon
    @seanscon 6 років тому

    are the software and the designes available so that i can take over the development?

  • @null0byte
    @null0byte 6 років тому

    Can...can I go back to being a teenager so I can learn how to code without having to cut my leg off to do it?
    15 year old now: Oh, I just threw this little thing together and wrote a bunch of custom code to make it all run, no big deal.
    40 year-old me: Um...I can write documentation and set tech policy and build my own computer! I'll be replaced by automation in the next couple of years!...

  • @anonUK
    @anonUK 6 років тому

    This machine looks a lot like a micro of about 1980-82 (no PCs apart from IBM until about 85). If you built a machine now with the same computer power relative to today that you did then, what would your new machine be able to do? Would you be up to the power and versatility of something like an Amiga 500- or would the "new" machine basically be a Macintosh Classic? Which direction would you go in?

  • @joshuadietzman3196
    @joshuadietzman3196 6 років тому

    No comments and single letter variables! I can't tell you how many programs I wrote just like that. It's still fun to go back and look at stuff you did when you were a kid.

  • @retrox684
    @retrox684 6 років тому

    Bit of an intresting thing:
    I was browsing craigslist the other day when I found a macintosh classic M0420 but it was black. At first I thought I found some undocumented rare macintosh but no, I looked up the model number and It was just a macintosh that was painted black. The paint was done really nice too also It had come off in some areas. Wouldve got It but the thing was broken and it didn't have a keyboard and he wanted $70 for it. It looked kind of similar to this thing.

  • @Tomiprime
    @Tomiprime 6 років тому

    you could use a arduino for grafics so that it doesn't too much processing power

  • @ThaqtRamone
    @ThaqtRamone 4 роки тому

    Imagine if he made this computer a big deal and kept on improving it, what company would have come into existence....

  • @ikonix360
    @ikonix360 5 років тому

    The people at Microsoft should have to program on this.
    Maybe their code will be efficient then

  • @ryanpmcguire
    @ryanpmcguire 6 років тому +1

    honestly really impressive. reminds me of how in freshman year of high school I made a computer in minecraft.

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

    Man I wish I was cool enough to build a computer as a high school freshman. I'm a junior at the moment I haven't ever really finished a project as cool as this

  • @Tomiprime
    @Tomiprime 5 років тому

    I know this is probably kind of stupid but you could try to write another demo for the propintosh and see what you can do by improving over the previous versions! :D I know you will probably not do it though.

  • @RetroReviewYT
    @RetroReviewYT 5 років тому

    Would be cool to replicate the original macintosh in the same case.... if you can manage to pull that off with the smart LCD.

  • @roamn_
    @roamn_ 3 роки тому

    What is that big blue box on the
    Computer board?

  • @MarcoDotIO
    @MarcoDotIO 6 років тому +1

    Would you ever release this code and make it open sourced?

  • @saacology
    @saacology 5 років тому

    HE DESIGNED THIS THING IN HIS FRESHMEN YEAR OF HIGH SCHOOL? IN MY FRESHMAN YEAR I DIDN'T EVEN KNOW HOW A CIRCUIT BOARD WORKED

  • @johnsonmay3181
    @johnsonmay3181 6 років тому

    Cool video, how many years ago was this?

  • @hiimpact3669
    @hiimpact3669 5 років тому +1

    I really like this video. It has a nice quaint feel to it, maybe even cute (in a good way though).

  • @iProgramInCpp
    @iProgramInCpp 6 років тому

    You could try using another Propeller chip to drive TV graphics and the CPU could send commands to the second CPU (which I like to call PPU).

  • @medinachete73
    @medinachete73 5 років тому

    This is awesome. If you could upgrade it a bit to support something like MikeOS' floppys (is fully documented, BTW), witch is very similar to your OS in purpose and usability, I think you have something I'll buy for a hundred dollars, better than the Playstation classic mini scam.

  • @DanilSay
    @DanilSay 6 років тому

    You must share code and scheme! Maybe someone will build it to. I think there is way to make more RAM.

  • @bdnugget
    @bdnugget 6 років тому

    Try to write pure functional code and just give the functions descriptive names. It's self documenting that way and easy to debug since you don't keep state.

  • @WeirdWonderful
    @WeirdWonderful 6 років тому

    Also when will this thing get the obligatory Sim city port ?

  • @kleadron
    @kleadron 6 років тому +1

    You should figure out how to add more memory and make more complex programs!

  • @vanste79
    @vanste79 6 років тому +1

    2:25 whats the small chip on the left?

    • @TheScienceElf
      @TheScienceElf  6 років тому

      32k EEPROM. It stores the program the Propintosh will boot to when first turned on.

    • @vanste79
      @vanste79 6 років тому

      Thanks

  • @iProgramInCpp
    @iProgramInCpp 5 років тому

    You could still use a microcontroller as a computer using something like the NodeMCU.

  • @fnjesusfreak
    @fnjesusfreak 6 років тому

    I tried to write a BASIC interpreter in C. My head exploded.

  • @nexenojustice552
    @nexenojustice552 5 років тому

    How did you get the Code on the Microcontroller?

  • @LaskyLabs
    @LaskyLabs 3 роки тому

    Remember kids. Always comment your code.

  • @mmcplus1947
    @mmcplus1947 5 років тому

    I wonder if it's possible to make a modern day Macintosh clone WICH can run actuall Mac software and has more features.
    Like a Ethernet port USB etc.

  • @PlittHD
    @PlittHD 6 років тому

    And yet the most technological thing I have done was replace the Display of my phone using a "all included" kit I bought from amazon

  • @AlejandroRodolfoMendez
    @AlejandroRodolfoMendez 5 років тому

    now instead of just one 32k memory / processor you could put several ones interconected to see how much you can improve the project.

  • @QLTD
    @QLTD 6 років тому

    Something to cherish!

  • @swagatochatterjee7104
    @swagatochatterjee7104 5 років тому

    Except this would be perfect computer to develop your own OS

  • @T-74
    @T-74 6 років тому

    How much would you be willing to sell that for?

  • @AjinkyaMahajan
    @AjinkyaMahajan 5 років тому

    can you please share the details of circuit and code

  • @ssf1389
    @ssf1389 2 роки тому

    Will there be a Propintosh emulator one day?

  • @javaaugustus4469
    @javaaugustus4469 5 років тому

    How much did it cost to make?

  • @yinan02
    @yinan02 6 років тому

    So cool that you made this in high school/early college.

  • @JackBond1234
    @JackBond1234 6 років тому

    Or if your language is high level enough, never comment your code and make sure everything is named in such a way that it explains itself.

  • @SeanWallaWalla
    @SeanWallaWalla 6 років тому +1

    Do you ever plan on selling these? It could be a cool retro item but not the best computer :/