@cinsekrap @Nutbourne16 I was the same, but I've never actually used it in the Polestar. Google Maps and Spotify built in using the car's internet connection means I have no need for it.
@AdobeCare I have students trying to sign up to the Substance education plan, but they're not getting the email when they enter their details on this page: https://t.co/Y7LqRkCQi1
The problem isn't on our side, we've checked our spam filters. Can you help?
From the fiery depths comes a new coop action platformer: Arm of Satan! 💪👧🏼
Wishlist this challenging trial for two now:
https://t.co/A6YnGzucqY
#ArmofSatan#indiegame#indiedev#gamedev
@cinsekrap I mainly use mine for triggering Home Assistant scenes/devices. Microsoft Teams is surprisingly macro-able using /commands in the search bar. I've got a few speed dial buttons for frequently called colleagues, status changing etc.
@ConnorMWrites Humanscale Freedom (headrest version) allll day long - and I mean all day long! They do retail for that, but I bought mine second hand for about £300. It's my favourite thing in the world.
Shout out to @peakdesignltd. I was in a bike accident that put me in a coma for 10 days and hospital for a month. This is the only bit of damage to the phone case that was mounted to the front of my bike. Incredible product.
Honestly thought I'd found a pleasant mail app for Windows - @mailbird - until it started showing pop up ads in the interface, and a permanent banner in the window. Worst part is, I'm a paid user! Inexcusable behaviour. Anyone got any not terrible mail client recommendations?
@SGaudl@Falmouthgames Zero didn’t have enough grunt and I mostly went with what I had lying around at home - but designing a custom PCB incorporating a compute module socket, amp, lipo charger and buttons would be awesome… next summer project!
@KyleShepherdDev@letterboxd The only downside is it might be a bit slow, and until you have enough local data you probably wouldn't want to turn on autocomplete on the search (I would imagine you'd also hit some API ratelimits if you sent every user's search keystroke) which is a bit of a UX sadface
@KyleShepherdDev@letterboxd Thinking more about this - as long as you manually seed it with some music (e.g. to show on the home page), when users search for an album/track and you pass those search terms to the Spotify API in realtime, it shouldn't be obvious to users that you don't have the data
@KyleShepherdDev@letterboxd I think that's how I would approach it - pull the data from their API when needed (i.e. it doesn't exist yet) and store it in your db
@KyleShepherdDev@letterboxd You could also get your users to do it - have them put in a Spotify URI (or feed their search terms into it) and pull the data via Spotify's API on demand, which should be within the bounds of their ToS.