Why I'll Never Use Copper Bulbs

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

КОМЕНТАРІ • 1 тис.

  • @mattbatwings
    @mattbatwings  11 місяців тому +630

    What do you think? What do you agree/disagree with?
    Btw, this is the first time I’ve ever made an opinion/rant style video, so please let me know what you think! :)
    Have a great day!

    • @pixl_xip
      @pixl_xip 11 місяців тому +19

      I understand all of your points. I also think that its cool that mojang is bringing more components that arent useless. (Skulk sensor, im looking at you 😂)

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

      feel like everyone else in the community is doing the rant videos, this ones so much better than that though, actually discussing why it's not ideal for your field of redstone piece by piece

    • @CraftyMasterman
      @CraftyMasterman 11 місяців тому +16

      review every redstone component like an unboxing video now!

    • @Ekipsogel
      @Ekipsogel 11 місяців тому +3

      Basically this video = my thoughts, but I think it’s a bit more useful in silly small circuits where you just need a t flip flop.

    • @TheDarkness344
      @TheDarkness344 11 місяців тому +4

      I feel that the reset is the most annoying feature about the copper bulb. The copper bulb will probably be used more in Bedrock for counters as the Java synchronous counter design doesn't work. Without a good way to reset the bulb, designs are very large which is unfortunate. I would have liked if any additional Redstone pulses also toggle the counter, even if the bulb is being powered. The pulse shortening to 0 ticks is a bit of a weird change. I would have preferred if they make the normal bulbs 0 ticks, the exposed bulbs 1 tick and the weathered bulbs 2 ticks. This would give the other blocks more use that just light levels and also appease the general Redstone community.
      For computational Redstone, I think most people will just switch to these as t-flip-flops as they are easy to build.

  • @hopperelec
    @hopperelec 11 місяців тому +2422

    I don't really know much about redstone, but it sounds like copper bulbs are a perfect replica of secondary storage. Most of your arguments against copper bulbs are about them being difficult to reset, but I think this actually gives a greater correlation to real life computing. Redstone lamps are volatile (like RAM) and need a signal (power) to stay on but copper bulbs are non-volatile (specifically secondary storage) and something like barrels is read-only memory as you mentioned. Resetting/flushing your redstone storage is the equivalent of turning it off and back on again! Taking this into account, they would all have great uses in computation, it's just that secondary storage happens to not be used as much in redstone projects since if a redstone engineer wanted to save the state they'd probably just save it as a schematic or make a backup of the world

    • @lilyofluck371
      @lilyofluck371 11 місяців тому +349

      So copper bulbs are the SSDs of the Redstone world?

    • @MrPongoSapiens
      @MrPongoSapiens 11 місяців тому +149

      Oooh… drum memory (multi-level piston tape). Early drum memories soved the persistent state problem by erasing the drum after the read head and before the write head, copying the data forward if it didn’t need to be over written.

    • @VoidPaul97
      @VoidPaul97 11 місяців тому +51

      @@lilyofluck371 Considering that HDDs are impossible to make in Minecraft...

    • @Necron3145
      @Necron3145 11 місяців тому +135

      non volatile memory is great in real life because it can preserve data in the case of a power outage, and that it allows machines to save data without being powered on 24/7. Redstone fortunately don't have this problem. They don't have a power source, so power outage isn't a thing, and it's not like you'll ever need to "turn a redstone machine off to save power". So in minecraft, volatile memory is just as good as non volatile memory, with the added benefit of not being annoying to work on

    • @mattbatwings
      @mattbatwings  11 місяців тому +658

      thats a fantastic way to put it!!

  • @capsey_
    @capsey_ 11 місяців тому +739

    "I don't want my screen to have state"
    That's a great point

    • @Wilker_uwu
      @Wilker_uwu 11 місяців тому +42

      this is also a good reminder of how compute shaders work in real life too. for the gpu to have performance, the shader has no state. the cpu sends whatever it needs to the gpu as a parameter, then each pixel computes and spits out the color before moving on to the next step just as quickly. no time for storage, so no time for sending anything back either.

    • @lilyofluck371
      @lilyofluck371 11 місяців тому +29

      ​@@Wilker_uwuWell, the GPU _does_ have storage, but you shouldn't be sending it back to the CPU because it's extremely time inefficient and laggy

    • @starstufs
      @starstufs 10 місяців тому +4

      It's not really, but tbf he couldn't have known that if you have a three tick repeater into an observer then a bulb, you can treat them like a redstone lamp. This would be worthless, except that now you can wire displays with observers, which makes matrix displays and dense segmented displays easier to wire

    • @gamer__dud10
      @gamer__dud10 3 місяці тому +1

      🎉❤🎉❤🎉❤❤
      Truly truly i say to you all Jesus is the only one who can save you from eternal death. If you just put all your trust in Him, you will find eternal life. But, you may be ashamed by the World as He was. But don't worry, because the Kingdom of Heaven is at hand, and it's up to you to choose this world or That / Heaven or Hell.
      I say these things for it is written:
      "Go therefore and make disciples of all nations, baptizing them in the name of the Father and of the Son and of the Holy Spirit, *teaching them* to observe all that I have commanded you; and behold, I am with you always, even to the end of seasonal". Amen."
      -Jesus
      -Matthew 28:19-20
      ❤🎉🎉🎉❤🎉❤

  • @konstick66-pepeland60
    @konstick66-pepeland60 11 місяців тому +79

    I understand the point of the video, but I feel like you're somewhat missing the point. You take the bulb, try to replace the lamp in circuits that were designed for lamps and wondering why it's worse. The circuits were originally made for active displays and not toggles, so of course it will be worse. I feel that people just haven't yet discovered the ways that the bulb is better, since it's so new. I like the video, but I'd like if it could show that this is only an opinion considering the things thus far, but the future could show more uses for them when they're discovered

    • @Foldupfiber71669
      @Foldupfiber71669 5 місяців тому +1

      It’s still new, think of when it’s as old as lamps

    • @Voidwalker1130
      @Voidwalker1130 5 місяців тому +1

      Not just the fact that it has different mechanics and that's is the main reason it's harder to use in existing redstone like they said building with the new block in mind is needed plus like 90% of the actual purpose of the block seems more so for design and ambiance because it's a light source we can control the level of light put off by the block now if they update observers so that they can register the amount of light being put off like actual light not the signal put off measuring in redstone strength but that's probably the only way to actually do that since when it boils down that's what the code to the game is actually doing anyway

  • @0-M72-0
    @0-M72-0 11 місяців тому +529

    Mattbatt in his video: tbh, it's just that I wont use them that much.
    Mattbatt in the title: I will NEVER EVER touch one of these things...

    • @ibrahimali3192
      @ibrahimali3192 10 місяців тому +4

      "mattbatt" i like it

    • @sariarosegold
      @sariarosegold 7 місяців тому +17

      But hey, thats just a clickbait. A GA-

    • @EchoesFromCorn
      @EchoesFromCorn 5 місяців тому +2

      ​@@ibrahimali3192Matthew Batthew

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

      @@sariarosegoldthis is mattbait

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

      @@EchoesFromCorn mathew battirck

  • @MythoricGaming
    @MythoricGaming 11 місяців тому +469

    instead of using barrels, i use lecterns with 15 pages (it leaves room for other items in a saved hotbar, and can be switched on a whim)

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

      I myself find it easier to sacrifice two saved hotbars, because I never needed ten of them, and you can't build on lecterns, so they aren't as compact.
      But do whatever you find easiest!

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

      @@caspermadlener4191 if you shift-right-click on a lectern, you can actually build on one (you cannot place redstone on it, but still)

    • @Theo_El_Gato
      @Theo_El_Gato 11 місяців тому +14

      Lectern are far more laggy but if you replace it by barrel once you finish it will be better.

    • @MythoricGaming
      @MythoricGaming 11 місяців тому +15

      @@Theo_El_Gato that is a fair point, but i do not notice the lag, as i usually do not use them by the hundreds

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

      There is his redstone tools mod

  • @Takyodor2
    @Takyodor2 11 місяців тому +249

    I think you're heavily underselling just how useful T-flip-flops/inverting bit patterns are, especially when movable. They can also be used as extremely compact XOR, if the inputs don't arrive at the same time (if no signal arrives, they stay OFF, if one signal is ON they are ON, and if both signals are ON in sequence they turn OFF again). I use un-synchronized counters all the time since they are so compact (even more so with copper bulbs) without issues. It should also be possible to use that piston-square trick with moving bulbs to make a super compact buffer/queue/de-serializer, where inputs are saved at on point, read at a later point, and then reset with an observer. I like how they clearly show their state visually as well, I tend to have to put lamps all over my latches to visualize which bits are set, now that is built into the storage block!

    • @pilotavery
      @pilotavery 28 днів тому +1

      I used it as a new binary counter

  • @ChuckSploder
    @ChuckSploder 11 місяців тому +393

    I think the problem with all these examples is that you're only using them to try and replace lamps, which wasn't their intended purpose in the first place. Once people find niche uses for them (e.g. HDD storage, programming) it'll become that much more useful for those things

    • @mari-with-a-gun
      @mari-with-a-gun Місяць тому +3

      Exactly, they aren’t the same. Redstone lamps are good for short-term storage (memory/ram) & setting values while copper bulbs appear to be good for long-term storage & toggling values.
      Trying to toggle the value of a lamp is as difficult as setting the value of a copper bulb (I think. I haven’t used copper bulbs, but in theory it should be the same difficulty)

  • @kurtu5
    @kurtu5 11 місяців тому +442

    9:43 is a Turing complete machine. Increase the size of the feedtape and allow it to reverse and you basically have a full computer. Its not just memory.

    • @edwardmighetto7327
      @edwardmighetto7327 11 місяців тому +49

      it is quite literally a turing machine if made to infinite size lol

    • @kurtu5
      @kurtu5 11 місяців тому +3

      @@edwardmighetto7327
      But can one do it? How big and can you reverse it?

    • @HapppyMann
      @HapppyMann 11 місяців тому +47

      you still need some form of instruction set to be a real turing machine, but this is basically the tape part of one

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

      ​@@edwardmighetto7327also it can easily run regular br@1nf✓(k

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

      Composters and cauldrons could already do this

  • @SmoothBeans2020
    @SmoothBeans2020 11 місяців тому +367

    I just think of copper bulbs as a completely different thing than redstone lamps. Both can be used for different purposes and both are still useful.

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

      THANK YOU, FINALLY SOMEONE!!

    • @comp.lex4
      @comp.lex4 Місяць тому +1

      this is what he says in the video. "these are useful and cool, but not for the things i'm doing"

  • @luketurner314
    @luketurner314 11 місяців тому +34

    "Use the right tool for the job." In this case the tool in question is basically a T-flip-flop, so don't try to use it where you need a different logic component. Personally, I will probably only use bulbs where I need a TFF

  • @haniyasu8236
    @haniyasu8236 11 місяців тому +71

    6:50 I can definitely see the Copper Bulb be used for Rom, specifically programmable ROM. Provides a really easy way to change the memory of the device while debugging without having to break or place blocks just by pressing a button.

  • @Pr0_G4m3r_49
    @Pr0_G4m3r_49 11 місяців тому +194

    suggestion: build "wireless" data transmission by sending a flying machine with copper bulbs storing data and then receiving them at the other end

    • @Takyodor2
      @Takyodor2 11 місяців тому +47

      That's stretching the definition of "wireless" lmao (I love it)!

    • @julians3danimations
      @julians3danimations 11 місяців тому +5

      That's actually so clever

    • @Pr0_G4m3r_49
      @Pr0_G4m3r_49 11 місяців тому +7

      lmao

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

      youtube moment

    • @zefellowbud5970
      @zefellowbud5970 11 місяців тому +37

      My guy got hit by the gold experience requiem

  • @modman4842
    @modman4842 11 місяців тому +136

    me and a friend developed an instant 0 ticking rom feed tape, so I think the copper built would be great for fast r/w memory

  • @genericweeb6324
    @genericweeb6324 11 місяців тому +83

    2:36 if the user knows the slightest bit about the copper bulb then they know it can only exist in 2 states. Even if they didn't know that, they'd realize it after clicking it once makes it stay on

    • @eli334-1
      @eli334-1 11 місяців тому +9

      Right? What about a floor display with buttons on the front? Levers could be placed either way, which is infinitely more confusing than having a button that lights up a lamp. Who the hell would use a toggle light to send a single pulse?

    • @GremlinSciences
      @GremlinSciences 11 місяців тому +13

      @@eli334-1 Even with levers on walls, it can still get confusing because many people are used to the idea that up is on, and levers are the opposite. Even if someone is used to the way levers work, the person building the circuit could still have inverted the signal to make them work like light switches.
      There's also nothing preventing a lever from being used as a pulsed input, they're actually better at it than buttons are because buttons give a long signal but lever+observer gives a 1 tick signal.

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

      it's not about Minecraft knowledge, it's about user experience design. Everyone on the computer knows by experience that little things going side to side is a yes or no choice. That's because it follows an unspoken standard you'd notice everywhere, like the settings app on your phone.
      While both options work fine if the player is focused on the lamp, the lever option is more clear about the purpose, and a button that toggles (unlike normal buttons) is ambiguous.

    • @SirSpence99
      @SirSpence99 7 місяців тому +3

      @@erich_ika And then there are checkboxes.
      The idea that a button + lamp that stays on is less intuitive than a lever is nonsense. The only possible argument there that isn't garbage is that the button might be harder to see than the lever, except the lever being disconnected from the light actually makes it harder for people to make the connection between the two.

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

      @@SirSpence99 well hold on, no need to get heated. I'm not here to argue, I'm here to argue, just showing a different perspective.
      Let's put it this way: All I'm saying is that if there's a lever, I know it's a toggle. If there's a button, it might do anything. And this property is valuable.

  • @CraftyMasterman
    @CraftyMasterman 11 місяців тому +432

    you know the copper bulb is bad when they nerfed it AND it's not even that great as a t flip flop

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

      see last chapter of the video?

    • @MenaVoldey
      @MenaVoldey 11 місяців тому +13

      why isnt it a good t flip flop, i thought it was great as it made t flip flops 1 block

    • @CraftyMasterman
      @CraftyMasterman 11 місяців тому +45

      @@MenaVoldey you still need a comparator output lol. and you could already make tiny tffs with a comp reading a dispenser with powder snow

    • @KidzFrenz
      @KidzFrenz 11 місяців тому +1

      I feel ya dude. :(

    • @Xfrtrex
      @Xfrtrex 11 місяців тому +17

      CRAFTY PLEASE JUST WATCH BEFORE YOU SPEAK YOU SAY THIS EVERYWHERE, UNDER EVERY DEVS TWEET, AND UA-cam?

  • @rubixtheslime
    @rubixtheslime 11 місяців тому +16

    T latches are actually somewhat popular for real life memory. the advantage is that it reduces the number of i/o lines. SR and gated D each require 2 inputs, T only needs 1. of course that means you now have to read every time you write, and writing is rather slow. so it's only useful if you plan to read a lot more than you write. if you don't have to write fast, why dedicate more wires to writing?
    main uses i have planned for the bulb are cases where you need a toggle state but the state itself doesn't actually matter (mainly observer tech), and off pulses (also observer stuff).
    one other nice thing is that bulb -> comparator -> observer makes a very simple monostable. which actually makes me kinda annoyed that observers can detect the little red dot changing. if observers could only detect the lit state, it'd be the ultimate monostable.

  • @HatsuneTku
    @HatsuneTku 11 місяців тому +79

    "Wow, we really like this thing you added! Thanks!"
    "No."
    "What?"
    "It's gone."

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

      mojang doesn't fail to disappoint

  • @Typocat
    @Typocat 11 місяців тому +53

    i do really like the rotating storage at 9:27, if it was on a piston, you could switch data sets, meaning you could even make a select screen, and if you use your extendable piston logic, you could have a virtually infinite amount of data sets.

    • @wumwum42
      @wumwum42 10 місяців тому +5

      Thats pretty much how hdds work irl!

  • @The14Some1
    @The14Some1 11 місяців тому +61

    5:39 I immediately asked myself, why wouldn't you just use a copper bulb in this design to make it look better?

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

      There's no point in replacing the note blocks with copper bulbs because then you need to add an input like buttons which will then dilute the image anyway. Might as well just use note blocks because those are already player-interactible

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

      @@nichard101 Replacing the note block might not make much sense (just slap a button on a bulb though, it still looks nicer than janky pixels) but you could replace the lamps with bulbs so you don't need to store and repeatedly send the current state, which should make for a more compact screen.

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

      @@GremlinSciencesthat is pretty ironic that his example against copper bulbs could’ve been improved with copper bulbs.
      One bulb with a button and 3 bulbs that get toggled with the button as well and voila, a readable 2x2 light-up display without constant observer ticks

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

    Thanks (again) for featuring my build. Now that I watch the full context, I can say more. I'm researching copper bulb as RGB screen and I don't really thing resetting is a problem for copper bulb screen. Well, we can just use observer to observe redstone torch behind them. This is actually not very useful and inefficient because we can just use redstone lamp which is faster and smaller. But it's very useful if you want to make RGB screen using copper bulb.
    The actual problem is RGB screen only work if it is big enough and you are far enough. So for fellow redstoner who want to research this block as RGB screen, good luck.

  • @inequalmeasure3103
    @inequalmeasure3103 11 місяців тому +31

    Having made one copper bulb computer and working on a second, I have to say that copper bulbs can be used for really interesting data storage and computation systems, it requires a very different non traditional kind of architecture. I used the bulbs to make a really interesting hybrid 16x16 screen with 8x8 inputs, but then in order reset it without command blocks I have to give it much longer input pulses and might need to limit how often the screen updates. I also made a better rippling up/down binary counter, I should probably make that it's own video soon.
    Lots of really weird trade offs, some of the UI stuff is up to preference but it is disappointing how many things have a clear and final answer.

  • @ScorpioneOrzion
    @ScorpioneOrzion 11 місяців тому +80

    Actually what about reading(/write) a sequence of data? Because a copper bulb can be pushed it might be better.

    • @zelioz848
      @zelioz848 11 місяців тому +16

      The pushing mechanic makes me think of old turing machines. Like the simple sequence of 0's and 1's moved back and forth. I wonder if anyone has made it yet

    • @stormangel-gaming
      @stormangel-gaming 11 місяців тому +8

      ​@zelioz848 several people in CraftyMasterman's discord have made copper-based Turing machines, and my latest video is a demo of my own design.

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

    i think youre limiting yourself to using copper bulbs for things that are already in the game instead of thinking of what you could do with copper bulbs that you cant do with the other things.

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

      I know I made an 3x5x3 Full added with them and observers

  • @deltacx1059
    @deltacx1059 11 місяців тому +22

    9:51 drum memory was one of the older methods of storage as was magnetic tape so this might actually be pretty useful .

  • @electra_
    @electra_ 11 місяців тому +14

    Ultimately I feel like copper bulbs are never the perfect fit for a lot of computational redstone stuff because they are stateful. The standard in computational redstone is to work with direct values of 1 and 0 to avoid state, and generally to work with copper bulbs you want pulses and observers and stuff.
    For memory, I'm guessing the copper bulb will overall not be good for making the standard type of memory more compact, but the piston based stuff would be really cool for making a slower but vastly more compact memory (like a hard drive compared with RAM). If reading things sequentially, it probably wouldn't even be slower, given the bulbs would arrive in order. So, perhaps good for large files that are processed sequentially but can be modified? Or could be used to store large amounts of memory that are bulk-loaded into a cache by spinning one full slice of the disk.

    • @Takyodor2
      @Takyodor2 11 місяців тому +6

      There are plenty of cases where you want state, even if it isn't the majority of cases, I see them coming in very handy in those special cases!

    • @electra_
      @electra_ 11 місяців тому +1

      @@Takyodor2 i just know you dont for basic gates. one person was like "yeah you can make a tiny xor with these" and its like you *can*, but its a terrible idea, will fail on bad input timing, overall not the right move

    • @Takyodor2
      @Takyodor2 11 місяців тому +3

      @electra_ There are cases where you know two values to be XOR'ed will arrive at different times, though. Copper bulbs aren't an obvious replacement for something existing in all situations, but they are better under some circumstances.

  • @Zejgar
    @Zejgar 10 місяців тому +2

    11:50 Incrementing with lamps changes the number from 7 to 15 to 8.
    12:01 Incrementing with bulbs changes the number from 7 to 8.
    I like the bulb version better because it lacks the awkward moment of having a rogue output of 15.

  • @autumnleaves3012
    @autumnleaves3012 11 місяців тому +27

    3:00 i think that by using copper bulbs you are signifying to the user that you are using a toggle
    for reset, you may be able to make it small by just running its output back into itself (if you did that i’m sorry i missed it)

  • @jakemustian99
    @jakemustian99 5 місяців тому +4

    Alternate title to this video " The copper bulb is not the same as the redstone lamp, and that makes me sad." They are not interchangeable. They are 2 very different components.

  • @GameJam230
    @GameJam230 11 місяців тому +27

    Not sure how plausible it would be to build because of solid lamps, but what if you combined the display at 5:40 with the copper bulb approach, allowing you to press a button on the bulb to get instant feedback as well as pressing directly on the screen, but it doesn't remove one block per screen pixel like the noteblock would?

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

      Maybe due to the input? With noteblocks it's a pulse, but with bulbs, it's a constant output. Maybe the redstone was a little more difficult? But i dont know for sure, it does sound like a good solution though

    • @GameJam230
      @GameJam230 11 місяців тому +1

      @@zelioz848 I doubt it, since the only block that can read the playing of a note block to activate redstone signal is an observer, which would react to seeing the block state of a copper bulb change just the same as it would react to a note block. But, depending on how the other 3 lights get powered, one may need to worry about the solid lamp blocks causing the bulb to get powered again, turning it off. But that's but a best guess based on the hunch that it's for some other reason than "I didn't think of it".

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

      could maybe do the 1x1 pixel version with normal lamps by using skulk sensors at max distance from the buttons

  • @LimolaGaming
    @LimolaGaming 11 місяців тому +2323

    Can we make this the top comment for no reason?

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

    I feel like copper bulb feedtapes are just begging to be made into a Turing machine

  • @RishiAggarwal-z5m
    @RishiAggarwal-z5m 11 місяців тому +3

    I agree with your point, but they can be used for one thing: screenshotting a redstone display. You just write the data to a blank copper bulb sheet and it'll stay there.

  • @G973_
    @G973_ 11 місяців тому +5

    Terraria's wiring (its version of redstone) actually works similar to copper bulbs - in the way that power works in pulses so everything gets toggled instead of constant power like redstone does it.

  • @mr.hooman4438
    @mr.hooman4438 11 місяців тому +8

    Hold up. If you can move copper bulbs without them clearing what is stored, could you make something like a magnetic tape that can store info.

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

    Friendly reminder that Kingbdogz said on Twitter that the 1gt tick delay was intentional from the very beginning

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

      "1gt tick" is redundant

  • @glados_creator
    @glados_creator 11 місяців тому +3

    ram memory with copper bulbs are smaller because the xor is commun at the end , you don't need a xor for each bit , treat it like a destrictive write xored although speed get a little hit because of the write back if the bit doesn't change

  • @aidenlilley1319
    @aidenlilley1319 11 місяців тому +4

    Much of your argument could be summarized quite simply with "Lamps do [this job] better", and in your examples, you're right! But this isn't the purpose of copper bulbs. They're not trying (and failing) to be "lamps but better", they're a stateful alternative and a simple T-flip flop.
    I think your dismissal of the application for memory is disappointing, since it's mostly done on the basis of not being able to transplant bulbs into previous designs 1:1.
    And for user input? Levers don't intrinsically communicate toggles better. Assuming your user won't understand "lamp stay on = lamp toggle" is nearly insulting.

    • @Takyodor2
      @Takyodor2 11 місяців тому +3

      Wow, this is pretty much exactly my reaction, I second ^

  • @goatsfluffy8254
    @goatsfluffy8254 11 місяців тому +17

    The whole “levers signify toggles better” thing is very overstated, contextually you can almost always tell if it’s a toggle or not, like if it’s a binary input you can assume it’s a toggle. Plus buttons look better.

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

      "Actually, one of your personal reasons for not using them is very overstated and I can with context tell if something is a toggle therefore you must too; following that my opinion (which as stated, is correct) - which is that buttons look better"
      If you can't tell what I'm getting at: this is somebody's own opinion about why THEY are not going to use it. Not only does it not really not affect you in the slightest but also also you are telling them your opinion as a counter to theirs because you have a bias to it thinking it's correct, AKA Get a life.

    • @Takyodor2
      @Takyodor2 11 місяців тому +4

      @@kaleidoscopicat It's almost as if Mattbat asked for opinions in the comments. Imagine whining over someone explaining their take in the comments as a response... 🤦

    • @goatsfluffy8254
      @goatsfluffy8254 11 місяців тому +3

      @@kaleidoscopicat yes well you see, the point of the comment section is to tell people your opinion for no fucking reason with very little chance of it ever being seen. (Also mattbat says in the pinned comment that he wants to hear what we agree/disagree with)

  • @M0d4l3
    @M0d4l3 11 місяців тому +3

    "Because having a lever makes it immediately clear to the user that it is a toggle" How did the user learn to identify what a lever is in minecraft? Won't this familiarity with game objects not apply to the copper-bulb? "Oh look, a copper-bulb ergo a toggle".
    So no, I don't agree with the statement.

  • @something-from-elsewhere
    @something-from-elsewhere 11 місяців тому +5

    My first thought when the copper bulbs came out was a read-write memory tape haha

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

    Instead of a Xor latch, it's easier if you just use the signal to wipe the cell and then one tick later write the new value. Repeater latches already have a tick of delay for write so it doesn't even change the timings. And the wiping circuit is easy and can be done in 0 ticks now that the bulb has no delay. Just connect the output to the input for one tick, then connect the input for one tick. You can even create a massive memory array and using a timing circuit to wipe one row of memory and then write to only that row, allowing for a single input bus that writes to an entire array as long as you time your inputs to match the clock circuit.

  • @Ali107
    @Ali107 11 місяців тому +6

    What if they made a redstone lamp with 16 different states? give it redstone signal of 0 being off, and 15 signal being full brightness. So you could have displays with shading.

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

    The very nanosecond I saw the spinning memory setup, my first thought was "somebody is going to make a music box with an actual song scroll now"
    And I'm already impatient to see that happen.

  • @ConnorwithanO
    @ConnorwithanO 11 місяців тому +4

    Using T-latches in RAM can be a bit annoying, since you have to read the register before writing to it. But I think it's worthwhile tradeoff if it makes the RAM highly compact, especially if you're using it as a large secondary storage. I can easily see this sort of thing being used to store kilobytes of data.
    But using T-latches also means that you can do inversions directly in-memory, with no data transfer. You can perform these operations during both read and write. This would allow you to perform some of the ALU logic in memory, and do the rest in a simplified near-memory ALU. You can also do XOR and XNOR in-memory in certain cases.

  • @TheBlueLakeFish
    @TheBlueLakeFish 11 місяців тому +1

    12:55 this doesn't really go against your point of it being more complicated, but xoring with 0 is a noop

  • @Potato-ff9ms
    @Potato-ff9ms 7 місяців тому +39

    he's in denial

  • @OctagonalSquare
    @OctagonalSquare 11 місяців тому +1

    As someone who deals with UX design frequently, I disagree about the lever feeling more like a toggle. It feels the same. Most toggles online are checkboxes, so just a small button, and everyone intuitively knows how that works.

  • @proatplanes
    @proatplanes 11 місяців тому +7

    9:50 makes it possible to have video storage without massive data modules - and I'm sooo going to test this

  • @samparkins6268
    @samparkins6268 6 місяців тому +2

    The thing I think you need to realize is that the copper bulb isn’t a redstone lamp. So don’t expect them to replace them.

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

    TLDR: Copper bulbs are not redstone lamps, and copper bulbs don't behave like redstone lamps.

  • @Alcaline-hu2vu
    @Alcaline-hu2vu 5 місяців тому +1

    9:35 chat isn't that how a hard drive works, are copper bulbs harddrive components?

  • @dragoni_penguin
    @dragoni_penguin 11 місяців тому +13

    Very interesting take on these blocks!
    The 1gt delay was really nice because of the limited ways to make a delay that short without making a difference 4/6gt - 5gt circuit
    really a shame Microsoft removed it

  • @darth_dub_
    @darth_dub_ 11 місяців тому +2

    Reset lines for the bulbs are super easy and expandable when dealing with feed tapes, and while the circuit isn't super small you can read out thru it.

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

    This video was made in really bad faith and although I enjoy this channel I can’t help but to feel angry at it

  • @jarcuadanantus28
    @jarcuadanantus28 11 місяців тому +1

    I needed a non glowstone (non nether) solid light block that looked…well not blue and ugly like the sea lantern. Something logical and preferably with the ability to turn on and off.
    After years the core game is giving me exactly what my build needed, so I am very happy.

  • @MasonAlex-f9p
    @MasonAlex-f9p 11 місяців тому +11

    Copper bulbs can be used for:
    -Ram
    -XOR Gate
    -displays
    and more

  • @parchmentengineer8169
    @parchmentengineer8169 11 місяців тому +2

    Genuinely even if it's completely impractical, the visual look of a spinning memory disk is so cool.

  • @4ntizero
    @4ntizero 11 місяців тому +18

    woke up literally 2 minutes ago and i’m blessed with a mattbat video 🙏

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

      *i'm in bed next to you*

    • @rafi-leigh
      @rafi-leigh 11 місяців тому

      same

  • @GremlinSciences
    @GremlinSciences 11 місяців тому +2

    You could also use a small bulb tape that cycles as the RAM is supposed to update, so it writes a 1 and pushes it into the read position when it's supposed to write a 1, and just pushes a 0 into the read position when it's supposed to write a 0. If you run this tape vertically, you can stack 4~5 bits vertically on one tape if you wipe the tape right after it gets read and before it gets written, and if you invert the read/write positions then a single vertical loop could handle 8~10 bits. This design would limit the ability to update any single bit on it's own and would require all bits on the tape to update at once, but it should still give a smaller footprint, and each bit could also be made to use its own smaller bulb tape if independent updates are required.
    EDIT: found a more compact way to write and wipe the bulb data, you can stack up to 14 bits on each leg of the tape without issues on that front, just need a _lot_ more pistons and a good timing circuit.

  • @Ugugjg_gaming2637
    @Ugugjg_gaming2637 10 місяців тому +4

    bro just made a cd in minecraft

  • @dalgeubam
    @dalgeubam 5 місяців тому +1

    levers are more intuitive than buttons only for the first time though, after every time you see a button on the copper bulbs you'll be aware

  • @dreamingwanderer1124
    @dreamingwanderer1124 11 місяців тому +3

    For the reset problem, couldn't you store the data on another array of copper bulbs, and then read from that onto the original screen?

    • @kkard2
      @kkard2 11 місяців тому +1

      i also thought about it; if you had 2 sets of copper bulbs, flushed the data to the "buffer", and then flushed the data to the actual screen, then it would automatically store current state and xor everything properly. i'm not much of a redstone person tho, so i don't know if there are hidden problems with that
      edit: okay i'm stupid, it only works for 2 writes 💀
      edit2: you could do that with some "classic" redstone, but then it becomes kinda like reading the copper bulb state, you just have more convienient access to it

  • @trwn87
    @trwn87 10 днів тому +1

    9:27 As soon as I saw this, I immediately thought of a Turing machine.

  • @Batronyx
    @Batronyx 11 місяців тому +3

    Levers don't work on copper bulbs? Some of your arguments against copper bulbs seem to apply more to levers vs buttons.

    • @calvindang7291
      @calvindang7291 11 місяців тому +2

      There's no reason to use a lever on a copper bulb instead of a button, and would make it more annoying since you would have to flip it twice.

  • @Darth_Insidious
    @Darth_Insidious 10 місяців тому +1

    One use I've found for copper bulbs is that you can make a 2 tick downwards vertical infinite one-way or/and gate with them, if you use wallstone. You can use trapdoors to pillarize a tower of walls, and read the change in wall state with an observer. Hook that observer up to a copper bulb and boom, you just turned an observer pulse into an on/off toggle. Could be very useful in reduction operations for more than 8 bits.

  • @syderotyko
    @syderotyko 11 місяців тому +4

    5:36
    Would be cool to have connectable lamps and copper bulbs

  • @bogdanbarbu363
    @bogdanbarbu363 11 місяців тому +2

    For the record, the entire debate about whether the copper bulb should be reverted or not just shows how poor the tech community is at providing feedback. The real problem is that we would like a more convenient way to get odd gt delays. The fact that copper bulbs happened to offer this for a couple of weeks is not a good enough reason to hammer this functionality there, especially since it makes it worse for T flip-flops and binary counters, which are the more common use case by far, since a lot of the time some synchronization would be needed. Had this functionality been present in the copper trapdoor instead, people would be arguing about trapdoors now, meaning the feedback is entirely arbitrary and relies on an accident of history. I feel like people cannot think clearly.

  • @rtyyyyb
    @rtyyyyb 11 місяців тому +3

    i just have a couple things to not: in you video you talk alot about how there annoying to reset where infact there not. if you just want to reset its literally a and gate not xor and if you pair that with a input and you can get a much smaller copper bulb counter/ register or any other thing. also it isnt that hard to make 1 by 1 screens. with the copper bulb its a much better improvement as people before have made hex to 1x1 pixels so with copper bulbs it wouldn't be hard to do the inverse and wit would be even easier. either way whatever works and is better for you i approve of and ill probably forget about them anyway :P

  • @jollyrancher8727
    @jollyrancher8727 3 місяці тому

    I hope your college tuition is free because redstone masters are a different breed that deserves some recognition.Ya'll out here making games within games and color TVs of all things.

  • @urname-animator
    @urname-animator 11 місяців тому +4

    copper bulb can be useful is some areas

  • @rennangandara7697
    @rennangandara7697 6 місяців тому +2

    Now i can remember how to make a xor gate
    🟧🟥
    🔼🔼
    🟧=copper bulb
    🔼=observer
    🟥=solid block
    It works in any position

  • @Spiritstage
    @Spiritstage 11 місяців тому +2

    It would be cool if we had colored red stone bulb

  • @sammysweetroll
    @sammysweetroll 5 місяців тому +2

    my immediate thought with the feed tape memory is I wonder if we could use that to make a CD? Find a way to use various signal strengths to output to noteblocks

  • @Bacons13
    @Bacons13 11 місяців тому +4

    Hello matt :D I love ur vids!

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

    A spinning read/write design is basically a rudimentary type of disk. We already are getting disk writing capabilities inside of minecraft

  • @hoteny
    @hoteny 11 місяців тому +5

    Hi. When you design your games in python, why do you use classes? I mean, doesn’t that add more abstraction that you need to resolve back when building it on redstone in the end?

    • @numberbasher269
      @numberbasher269 11 місяців тому +1

      He's not replicating python with redstone, he's repicating redstone with python.

  • @2_Elliot
    @2_Elliot 11 місяців тому +2

    I find this very similar to coding. Adding more features doesn’t necessarily mean better code, often in means more complicated and confusing code. The copper block will definitely see use in bit storage, however I don’t see it as a target block 2.0 or any other big game changer.

  • @Koulmoir
    @Koulmoir 11 місяців тому +3

    you could probably make a sd card or flash disk or cd that way lol and you can also have multiple saves, but who actually needs that

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

      If it's possible, someone will want one...

  • @davidp886
    @davidp886 4 місяці тому +1

    Right tool for the right job. It's not a redstone lantern and shouldn't be treated as one.
    Like, the whole point is that it does something different. Ignoring it rather than trying to find ways to enhance or augment your current knowledge is just being obstinate.

  • @FirefoxyLeGibus
    @FirefoxyLeGibus 11 місяців тому +3

    The spinning memory can be used to make brainfuck in minecraft

    • @inequalmeasure3103
      @inequalmeasure3103 11 місяців тому +2

      Done a month ago, it was a fun project for my first redstone computer

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

      @@inequalmeasure3103 Really nice !

  • @phantomderp834
    @phantomderp834 10 місяців тому +1

    12:58 Xor with zero, isn't that just a not gate?

  • @darqed
    @darqed 11 місяців тому +4

    it's called a cop flop

  • @essapedtom9202
    @essapedtom9202 11 місяців тому +1

    6:05 I think you could do even better, by using copper bulb and button instead of noteblock, it would be more readable

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

    I know nothing about red stone but this item does look pretty cool, just gonna need to watch you to figure out wtf it does 😂😂

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

    Yeah I think he drastically underestimated the usefulness of piston feed tape based memory. It can function amazingly as a highly dense storage disk because they don’t need to be powered to store. They’re not a replacement for lamps, they’re their own thing.

  • @MrA6060
    @MrA6060 11 місяців тому +3

    mojang wants 0 ticks to activate it because bedrock doesn't support 1 tick delay like it is on java and that's actually fucked up. No actually the whole parity shit is the dumbest thing they set to to.

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

    “Why I’ll never Use Copper Bulbs”
    But i will use copper bulbs for the thumbnail

  • @pacmanboss256
    @pacmanboss256 11 місяців тому +3

    9:50 brainfuck tape in minecraft?

    • @inequalmeasure3103
      @inequalmeasure3103 11 місяців тому +1

      Done, it was a fun project for my first redstone computer

  • @sixstringedthing
    @sixstringedthing 3 місяці тому

    10/10 for explaining why you gave the video that title in the first 30 seconds. Bravo.

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

    so, its not that you wont be using them, its that you wont use them in place of features that are already implemented

  • @m2lansky
    @m2lansky 5 місяців тому +1

    Copper bulb is a awesome decoration.

  • @OPEnderMan-e9r
    @OPEnderMan-e9r 7 місяців тому +1

    tell you what you can do with copper bulbs, THE FIRST EVER MINECRAFT IPAD AND MAYBE EVEN MINECRAFT'S FIRST EVER PHONE AS WELL YAAAAAAA

  • @nubeks
    @nubeks 10 місяців тому +1

    The spinning RW memory thing is basicaly a hard drive.

  • @MrPongoSapiens
    @MrPongoSapiens 11 місяців тому +1

    Most of the time your point boiled down to “don’t use copper bulbs where a lamp would be appropriate”.
    Note: A XOR 0 = A - hence to clear a copper bulb screen, simply set each bulb to it’s current value - is that easier than clearing a lamp screen? No but see previous point.
    More generally, I actually agree that after my initial excitement died down, I’m having a hard time seeing what, if any, circuits they would improve. However, I expect to be surprised over the next few months.

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

    I saw the moving bulb circle and it kinda reminds me of a vinyl player would that be possible?

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

    Why is it called a bulb when the bulb isn’t which makes the lamp?

  • @luitmeinen1902
    @luitmeinen1902 11 місяців тому +1

    As a general redstoner, I really like the bulb, and it's really fun to experiment with. What you're saying makes a lot of sense though. It's surprising, because I thought this would be one of the fields where the copper bulb would shine, but you explained very well why it won't. Oh well, maybe in the future people will find uses in this type of redstone too. I remember people being disappointed about the observer when it came out because it seemed useless xD

  • @craftminerCZ
    @craftminerCZ 5 місяців тому +1

    nah man most of the stuff mentioned was opinion based so I don't have a problem with that but you did read-write bulbs dirty as heck. All you do is wire the bulb to itself and boom, you've got the easiest read-write ever. Power the subtract mode comparator to write a 0, power the bulb to write a 1. I'm pretty sure someone could even make that tileable by 1 - I get it, you're not a fan of that, but it's that compact, so spreading it out is easy.

  • @abraxas2658
    @abraxas2658 11 місяців тому +1

    The only think i've thought about that wasn't covered here is an "infinite" storage system using 0tick piston extenders to push a byte of data to and from the read/write head, but haha that's way beyond me. Good video! Really insightful.