Spyke

Replies

reddit

Comment on

I want to debunk Reddit's claims, and talk about their unwillingness to work with developers, moderators, and the larger community, as well as say thank you for all the support

I think Reddit's CEO is making a fool out of himself by how he's managing this situation. I think however that the solution is very simple and straightforward.

Let's start: I can understand that Reddit has costs to operate the platform. I also get that they don't want big companies to abuse the API to train ML models and profit of it. Fair game!

But why not offer a generous free tier for regular users? Say, every user gets 500 free API calls per day. Regular users stay within the free tier, while big companies can't do anything meaningful with only 500 calls per day (so they end up paying money).

Seems pretty straightforward to me. Everyone happy! Many other companies offer generous free-tiers for exactly this reason. Am I missing something?

Comment on

How I Built an NFC Movie Library for my Kids

Reply in thread

The Plex deep links will automatically resume. TV shows are tricky. For that, I use the Plex integration of Home Assistant to play a random episode. It's supposed to be super powerful, but I haven't got it to work reliably yet (which is why I didn't focus on TV Shows in the blog post).

service: media_player.play_media
data:
  media_content_type: EPISODE
  media_content_id: |-
    { 
      "library_name" : "TV shows",
      "show_name": "SHOW NAME HERE",
      "shuffle": 1,
      "maxresults": 1
    }
  enqueue: replace
target:
  entity_id: media_player.plex_plex_for_apple_tv_apple_tv

news

Comment on

If we all cycled like the Dutch, CO2 emissions would drop by 690 million tonnes

Reply in thread

I live in a small town in Belgium and we have a saying that says: "there's no bad weather, only bad clothing". Granted, the weather here is mild. Doesn't get too cold, not too hot (except for this week). We do get a lot of rain though, but nothing that a pair of rain trousers and coat can't handle ;) Biking infrastructure is something else though... It's far from perfect over here.