this post was submitted on 29 Nov 2023
11 points (78.9% liked)

zerowaste

1315 readers
82 users here now

Discussing ways to reduce waste and build community!

Celebrate thrift as a virtue, talk about creative ways to make do, or show off how you reused something!

founded 2 years ago
MODERATORS
 

I saw a street market vendor with a pile of ~20 or so old TomToms. The price: 50¢ each, must buy in multiples of 2.

I would have loved to be able to flash them with some OSM-based app, but it does not exist AFAIK. It’s half-tempting to buy some if I see that vendor return because it could be fun to have some of the world’s smallest spinning patter hard drives. Indeed, if you open up an old #TomTom there are CompactFlash sized hard drives with tiny spinning platters which use a CF card interface. Probably of no practical use.

IMO, in a forward-thinking world TomTom would be forced to finance porting OSM to those obsolete devices. TomTom’s excuse for obsolescence is that their maps have outgrown the storage media capacity.

you are viewing a single comment's thread
view the rest of the comments
[–] RobotToaster@mander.xyz 6 points 1 year ago (2 children)

I have a few of those microdrives i picked up a few years ago to use with raspberry pis. The idea was to prevent SD card wear by setting it to read only, and by using the mirodrives for log files and such.

[–] czardestructo@lemmy.world 3 points 11 months ago

You can use log2ram to keep the log files in ram and only writing to the sdcard infrequently.

[–] activistPnk 2 points 1 year ago

~10 years ago hybrid SSDs were a thing. The idea was that one could simultaneously benefit from the high capacity of magnetic media and the speed of solid state chips.

I wonder if it might be useful in the world of small things to have a filesystem that’s smart about this. If a file is rarely overwritten, it could be moved to the SD while new files and frequently overwritten ones could be directed to the microdrive. And important data could be on a separate volume that mirrors a partition on both the SD and microdrive.