Urgent.News

What's breaking now, across thousands of outlets.

Tech

Panic Passes Trump Tariff Refunds Back to Playdate Customers

Panic is refunding Playdate customers the 19% tariff charges it passed along while the Trump administration's import duties were in effect, after the Supreme Court ruled the tariffs illegal and the company began receiving refunds from the government. Panic says the money "just [wasn't] ours to keep." Ars Technica reports: In an update posted on the Playdate help site this week, Panic noted that…

Panic is returning 19% tariff charges to Playdate customers after the Supreme Court declared the tariffs illegal and the company began receiving refunds from the government. Panic stated that the money was not theirs to keep. According to Ars Technica, Panic has begun receiving refunds of the tariffs paid in the past year and has since refunded all tariffs charged to customers.

Initially, Panic explained that it could not absorb the 19% tariffs to import Playdate hardware made overseas due to low margins on Playdate. As a result, the tax was passed along to customers as a line item on all Playdate orders. Panic co-founder Cabel Sasser mentioned that filing paperwork to reclaim these taxes and processing refunds for customers required significant backend work.

However, returning the money to Playdate purchasers was an easy decision, as it was not their money to keep and felt right to give it back. Sasser expressed that it felt like the right thing to do.

Written by urgent.news from Slashdot's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

This story

This is one outlet's version. Read the fullest account.

Read the original at news.slashdot.org →

More in Tech

Lists in Python for Beginners

A List can be considered as a dynamic array. It is denoted by [ ]. The values inside a list are called elements . The values in a list can be homogeneous (i.e., all elements are of the same data type)…

  • Python lists store collections of elements, allowing homogeneous or heterogeneous data.
  • Lists automatically adjust size as elements are added or removed, expanding in increments of four.

Four Failures I Kept Repeating on AWS Amplify — Full env Replacement, Green Build but 500 at Runtime, Silent Outages, Domain Migration

From April to July 2026, I ran several Next.js products on AWS Amplify Hosting (AWS's managed service for hosting and deploying web apps).

  • Four distinct failure categories identified in AWS Amplify usage
  • Failure 1: update-app command replaces entire env map, wiping existing variables
  • Failure 2: Build passing does not guarantee runtime functionality, especially in SSR

More from Thursday 27 August →