A friend was dumping stuff prior to a move. I took all his electro gadgets just to prevent it becoming e-waste.

In the pile of stuff is an Amazon Alexa. Fuck #Amazon. I boycott Amazon and also have principled objections to their snooping, business practices, etc. My choices seem to be:

  • trash the Alexa
  • donate the Alexa to charity

These are both lousy choices. Donating it as-is would ultimately put it in someone’s house which then feeds Amazon.

Is there another option? I did a quick search and see no FOSS to replace whatever garbage Amazon has on it. It could be attached to the LAN with an egress firewall that blocks cloud access, but I suppose then it is useless, correct?

(update) I added a link to an article that shows what the thing looks like. The article is otherwise irrelevent.

New extra requirement: the user must be able to say “Oh, yeah, no, for sure” without the thing exploding into flames.

  • lemmysmash@beehaw.org
    link
    fedilink
    arrow-up
    2
    ·
    5 hours ago

    You could go even cheaper with something like this: https://arduinoyard.com/dfplayer-mini-with-esp32/

    But here you start hitting a limitation that it won’t be a regular Linux machine anymore, but a microcontroller with its own set of capabilities and interfaces that you’d need to handle.

    For example, in this configuration it would be able to play MP3 files from an SD card, but probably not the web streams (even direct ones) or something of that nature — for that you’d need a different setup, I guess.