this post was submitted on 08 Jun 2026
742 points (99.3% liked)

Technology

85245 readers
4699 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
(page 2) 50 comments
sorted by: hot top controversial new old
[–] PieMePlenty@lemmy.world 35 points 1 day ago

In my mind, nothing with a circuit board is disposable. Pains me to see it.

[–] rain_enjoyer@sopuli.xyz 66 points 1 day ago (3 children)

why does a glorified heater connected to a battery need any silicon attached to it?

[–] Kolanaki@pawb.social 86 points 1 day ago* (last edited 1 day ago) (22 children)

To control the amount of voltage used in making the heat and not immediately burst into flames, for one.

[–] stoy@lemmy.zip 69 points 1 day ago (1 children)

It is interesting to see old tech having clever solutions for stuff like this, these days the answer is 98% of the time is to slap a CPU on it.

It's boring!

[–] ImgurRefugee114@reddthat.com 27 points 1 day ago (7 children)

Wait til you hear about all the different technologies we use to generate electricity

[–] stoy@lemmy.zip 28 points 1 day ago (5 children)

99% spinning a generator and 1% direct solar panels

load more comments (5 replies)

yep, that’s right - ~~it goes in the square hole~~ we’re boiling water!

load more comments (5 replies)
load more comments (21 replies)
load more comments (2 replies)
[–] turbodad@feddit.org 20 points 1 day ago (6 children)

I don't get those pieces of crap. There were these fancy electric cigarettes years ago, using those 3.7V rechargeable batteries. Custom designs (saw lightsaber designs), custom liquids, repairable, no e-waste. What is wrong with people to use those crapsticks? And why do those dumbnuts don't get that these things are e-waste not residual waste?

load more comments (6 replies)
[–] IratePirate@feddit.org 15 points 1 day ago (2 children)
[–] AbidanYre@lemmy.world 7 points 1 day ago (7 children)

x86 at 25MHz could barely run it. This is ARM at 24.

[–] 8oow3291d@feddit.dk 7 points 1 day ago (1 children)

Also 3KB of RAM. That has to be too little.

load more comments (1 replies)
load more comments (6 replies)
load more comments (1 replies)
[–] DarkSideOfTheMoon@lemmy.world 2 points 17 hours ago

But does it run DOOM?

[–] Armand1@lemmy.world 18 points 1 day ago (3 children)

24 MHz Arm Cortex M0+ processor. The chip also carried 24KB of flash storage and 3KB of static RAM.

... a 10y old phone can barely load Google, and this is about 100x slower.

Wild that you can serve anything with that hardware. Granted, static websites are basically just sending files over the wire.

[–] BCsven@lemmy.ca 17 points 1 day ago

The 10 year old phone OS probably is slowing all of that. If they flashed phone as a dedicated webserver it would probably be fine

[–] disorderly@lemmy.world 13 points 1 day ago (1 children)

The webpage he hosted was a copy of his own blog post explaining the hack. It just about fit into the 20KB of available flash storage.

We can infer that on every request, the whole static page needs to be spooled out of flash onto RAM (in chunks no larger than 3k), then sent out over Ethernet.

That's an awful lot of work for the chip. I'm not surprised at all that it errors out under heavy load. The request queue probably grows until it collides with the buffer that bucket brigades the web page to the network.

I'm afraid to look up what optimizations were necessary to get that level of performance. It's damned impressive work.

load more comments (1 replies)
load more comments (1 replies)
[–] teyrnon@sh.itjust.works 4 points 22 hours ago (10 children)

What can I do with my samsung smartphone whose screen is broken?

[–] Jason2357@lemmy.ca 6 points 21 hours ago

Hardware isn't the limitation, its willingness to fight locked down hardware and the power management of android. You might be able use ADB to control it, install termux and then with that, SSH server and then a server of some sort.

In my experience, most phones don't seem to boot sans battery, so its just a matter of time until the battery goes poof and your system goes down. Some manage it though - you do get a decent amount of hardware for the power consumption.

load more comments (9 replies)
load more comments
view more: ‹ prev next ›