• 1 Post
  • 113 Comments
Joined 3 years ago
cake
Cake day: July 5th, 2023

help-circle

  • Exactly, the dough alone is a whole job. I found other robots online that pull dough balls directly from a fridge and press them out, so those seem like they would save time.

    And those robots also put the pizza into the oven, remove it, and cut it.

    if you’re doing all three of those steps, dough, toppings and cooking, that would save some time.

    You do still need someone for prep, making the dough balls, cutting most ingredients, filling the various machines, etc. But those robots could be helpful at reducing labor costs. Could being the key word.

    If these things break I don’t know how long they take to fix. Sure people “break” too, but they’re easier to swap in.


  • Kindell previously used Picnic’s robots at T-Mobile Park, home of the Seattle Mariners, a baseball team.

    Usually, he’d need about 10 people to make pizza in such a setup. With the robots that number fell to just two.

    So I’m not familiar with the T-Mobile Park setup and I don’t know which specific robot they used, but I found a video demo of the Picnic robot. There is no way that system reduces the number of employees from 10 to 2.

    First off you don’t need 10 people to make a pizza. The robot does the “toppings” step, which is the easiest step. You know how I know it’s the easiest step? When you have kids pizza making parties guess which step the kids do? The toppings step.

    If he had said it takes 3 people to make a pizza and the robot brings it down to 2, or that the robot speeds up production by 30% or so, that’s believable.

    Also the pizza making machine is huge. You’re losing a whole prep area with that thing. If you’re only making pizza then maybe that’s ok, but most pizza places I’ve been too also make sandwiches or other things. A robot making things is a novelty so maybe if you plan a new restaurant with this specifically in mind you can justify the space, but I don’t see this fitting into an existing kitchen.




  • So I can’t find a great answer, but as best I can tell StatCounter uses user agents to determine this data, the web browser being the most obvious source but not the only source.

    The user agent for most web browsers on “macOS” the operating system generally report as “Mac OS X”. So other user agents, which report things like “Macintosh” but rarely actually “macOS”, are reported as “macOS”.

    This also explains why “OS X” has a larger share than “macOS”. Web browsers on the macOS operating system are used more than “other”.

    At first glance you’d think “OS X” and “macOS” should just be combined. But chances are if someone is using a web browser on macOS, they’re probably also using “other”.

    Another problem is that we don’t know how StatCounter is handling duplicate/fake data. If I constantly hit refresh or send analytics from a single device, how is that counted? What if I send “OS X” and “macOS” data?

    Luckily we also have the Cloudflare data, which shows Linux between 9% and 15%. So StatCounter using 10% is probably on the lower side, but within the margins.




  • Just to be fair, the Nintendo Switch 2 does support “Game Key Card” games. Such that you still must download the game and use the card to authenticate your game.

    However there are zero first party* Nintendo games that are “Game Key Card” games. If you buy Mario or Zelda you do get the game on the card.

    I do expect that will change in the future and follow the trend Sony is taking to be 100% digital. So you’re right to be concerned that they are heading in the same direction.in fact with Sony already heading that direction it’s even more certain.

    *(Pokemon, which feels like a first party and Nintendo owns a large portion of, is technically third party.)







  • Yes. I started using it years ago and have been unable to exit ever since.

    But honestly related to your question, I started learning to use vim exactly because when I started to learn and use Linux I was often stuck in situations where that was the only thing available.


  • I don’t use DoorDash but occasionally order from Taco Bell. Every time I order I watch the car arrive at Taco Bell and wait about 20 minutes before actually picking up my order and then delivering it.

    Additionally I know UberEats used to (and maybe still does) offer cheaper delivery if you pick a restaurant another driver was already heading to. (I haven’t used UberEats in years because I found them less reliable.)

    Ironically if a restaurant did all the deliveries themselves they would have all the information about how best to optimize delivery. Maybe all the delivery companies can find a way to share this information to minimize travel and maximize speed of delivery.


  • You might find a symbolic link useful. For example

    ln -s /media/docs ~/docs
    

    Now you’ll have a “folder” in your home directory named “docs” that points to “/media/docs”. You can use that path with commands like mv or cp.

    These commands now both move “myfile” to the same location

    mv myfile ~/docs
    mv myfile /media/docs
    


  • Sure, but is this actually a good idea?

    The argument would be that these “short form videos” improve discoverability. I can’t speak for Netflix (since I’m not subscribed), but I am subscribed to Disney+. I completely agree that the discoverability in the Disney+ app is bad. But I’m also subscribed to Hulu, which is now owned (fully) by Disney. The discoverability in Hulu is actually pretty good.

    Everything that is “Disney+ Exclusive” is only available using Disney+. Everything that is “Hulu Exclusive” is available on both Hulu and Disney+. So Disney+ has everything I want, but the app sucks.

    The plan is by the end of 2026 to turn down the Hulu app and only use the Disney+ app. So, is Disney improving the Disney+ app? Nope, they’re adding “Verts”.

    This is what bothers me. If you have an interesting idea to improve your app, do that. If you’re just chasing the current flavor of the week, stop. Spend that time doing something useful.