this post was submitted on 30 Jul 2025
1004 points (99.0% liked)

Lemmy Shitpost

33587 readers
4006 users here now

Welcome to Lemmy Shitpost. Here you can shitpost to your hearts content.

Anything and everything goes. Memes, Jokes, Vents and Banter. Though we still have to comply with lemmy.world instance rules. So behave!


Rules:

1. Be Respectful


Refrain from using harmful language pertaining to a protected characteristic: e.g. race, gender, sexuality, disability or religion.

Refrain from being argumentative when responding or commenting to posts/replies. Personal attacks are not welcome here.

...


2. No Illegal Content


Content that violates the law. Any post/comment found to be in breach of common law will be removed and given to the authorities if required.

That means:

-No promoting violence/threats against any individuals

-No CSA content or Revenge Porn

-No sharing private/personal information (Doxxing)

...


3. No Spam


Posting the same post, no matter the intent is against the rules.

-If you have posted content, please refrain from re-posting said content within this community.

-Do not spam posts with intent to harass, annoy, bully, advertise, scam or harm this community.

-No posting Scams/Advertisements/Phishing Links/IP Grabbers

-No Bots, Bots will be banned from the community.

...


4. No Porn/ExplicitContent


-Do not post explicit content. Lemmy.World is not the instance for NSFW content.

-Do not post Gore or Shock Content.

...


5. No Enciting Harassment,Brigading, Doxxing or Witch Hunts


-Do not Brigade other Communities

-No calls to action against other communities/users within Lemmy or outside of Lemmy.

-No Witch Hunts against users/communities.

-No content that harasses members within or outside of the community.

...


6. NSFW should be behind NSFW tags.


-Content that is NSFW should be behind NSFW tags.

-Content that might be distressing should be kept behind NSFW tags.

...

If you see content that is a breach of the rules, please flag and report the comment and a moderator will take action where they can.


Also check out:

Partnered Communities:

1.Memes

2.Lemmy Review

3.Mildly Infuriating

4.Lemmy Be Wholesome

5.No Stupid Questions

6.You Should Know

7.Comedy Heaven

8.Credible Defense

9.Ten Forward

10.LinuxMemes (Linux themed memes)


Reach out to

All communities included on the sidebar are to be made in compliance with the instance rules. Striker

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] rumba@lemmy.zip 15 points 3 days ago (3 children)

Man it's so crazy how many small computers are around us. Just a few years ago that would have been a plastic label they swapped out when needed.

[–] cley_faye@lemmy.world 15 points 3 days ago (2 children)

And it probably should be. We could even have a set of small plates embedded somewhere for quick swapping on demand.

I like computers, but having an individual computer to run a single drink display really is overkill. At least use one to drive all the labels simultaneously, if you still want the ability to display nifty animations of liquid flowing above the actual liquid actually visibly flowing.

[–] rumba@lemmy.zip 8 points 3 days ago (1 children)

They're probably paying a dollar or two for a esp32 at volume. When one fails a tech probably just throws the old one away.

tween this and the e-ink pricetags on merchandise...

[–] MyNameIsIgglePiggle@sh.itjust.works 7 points 3 days ago (2 children)

Esp32 probably doesn't have a bios crash. My bet is a raspberry pi

[–] boonhet@sopuli.xyz 4 points 2 days ago

Not a BIOS crash but a Linux startup has been interrupted here. So likely you're right

[–] kbotc@lemmy.world 2 points 2 days ago (1 children)

They are RPis.

I saw this setup at my local 7/11

[–] Metype@pawb.social 1 points 2 days ago

Reminds me of a Rug Doctor rental machine I saw that was proudly displaying the default Raspberry Pi OS background and a login prompt

[–] dejected_warp_core@lemmy.world 4 points 3 days ago (2 children)

Exactly. This implementation makes no sense. Unless the logos are animated, need to change frequently, or supposed to show advertising (I hope not), a backlit plastic label would do the same job just fine. In fact, that has done the same job for decades at this point.

[–] 0x0@lemmy.zip 3 points 2 days ago (1 children)

supposed to show advertising

I'm betting on this.

[–] dejected_warp_core@lemmy.world 3 points 2 days ago* (last edited 2 days ago)

**sharp exhale** You're probably right. It's just like the gas pumps. A big soda cup takes a few seconds to fill up, and the system knows that's when you're holding the button down, staring at the tap. All that makes you an advertising target for the duration.

Is there some version of Occam's Razor where "enshitification" is the most likely answer?

[–] lb_o@lemmy.world 3 points 2 days ago* (last edited 2 days ago)

This implementation makes a lot of sense if you think about the ability to support variable amount of screens without the need of complex routing and addressing.

It also has increased reliability where one failure doesn't break the whole system.

As for the need of it - well, that's "slurp" they try to sell some cold sugar to impulsive people who like flashy things. That implies animations on the screen and being "not boring".

The fact that they changed to screens by itself means that backlit plastic label was doing poorer job than this abomination.

[–] Aceticon@lemmy.dbzer0.com 3 points 2 days ago* (last edited 2 days ago) (1 children)

The difference in what can be done and the amount of work that needs to go into it between discrete digital electronics and just having a microcontroller or even microprocessor there is HUGE.

Also with microcontrollers and microprocessors most of the work moves from Electronics Engineering and circuit-design space to Software Engineering and software development, and the latter experts are easier to find plus the development cycle is way more friendly when it's just code which you can change and upload at will rather than physical circuits were simulation can only go so far before you have to actually create the physical hardware.

Even more entertaining, microcontrollers are so stupidly cheap (the most basic ones cost a few cents) that throwing in a microcontroller is almost always significantly cheaper than doing the control stuff with discrete electronics.

(For example a screen that size can be controlled by as ESP32 which if you embed it in your circuit yourself costs maybe $1 or $2, though that wouldn't be running Linux and programming it be much more low level, plus it's probably the cheapest you can go)

I actually got an EE degree back when we embedded circuits were just starting to be used so I didn't really get taught how to use them, then went for a career in software instead of electronics and came back to digital electronics years later and it's like night and day between the discrete digital electronics age and the everything is a computing device era.

[–] 0x0@lemmy.zip 1 points 2 days ago (1 children)

You're forgetting the main driving factor behind being able to personalize a screen vs a plastic label: advertising.

[–] Aceticon@lemmy.dbzer0.com 1 points 2 days ago

What I describe goes well beyond things with screens.

For example computer mice have a microcontroller inside (and unless it serves a mechanical function, not much more than that) and cars have several, only one of which actual handles a proper screen (it's actually a microprocessor rather than a mere microcontroller).

The simplest microcontrollers have nowhere near enough memory to handle any half-way decent display (some nothing at all, some can just about handle a two-tone 320x200 display over I2C or SPI, some can handle 640x480 16-bit RGB but without animations as they don't have enough memory to actual have a buffer for image composition) and yet they keep getting sold in massive numbers.

Pretty much all digital electronics out there no matter how invisible to users has been replaced by embedded microcontrollers or, in a some use cases, single function controllers (which are basically microcontroller programs converted into integrated circuits).

Embedded computing was a massive revolution in digital electronics.

[–] A_Random_Idiot@lemmy.world 4 points 3 days ago (1 children)

And it still should be.

Cause its stupid. This is even dumber than walgreens replacing freezer doors with LCD screens that don't let you see whats inside.

[–] rumba@lemmy.zip 2 points 3 days ago (1 children)

yeah, that is the most f'd up thing, I saw it at a travel plaza, it looks like the fever dream of some tech mogul's kid that they just sink money into because they're infatuated with it.

[–] A_Random_Idiot@lemmy.world 3 points 2 days ago

its some serious cyberpunk 2077 shit.

I can see someone slinging a cyberdeck pinging a drink machine to infiltrate the LAN.