Logo

    throughput

    Explore " throughput" with insightful episodes like "Optimizing Throughput: Unlocking Restaurant Complexities and Innovations with Robin Robison at Modern Market Eatery", "Stock Throughput State of the Market", "Emergency Minute - Why Does My ER Visit Take So Long", "Linux Action News 259" and "Linux Action News 259" from podcasts like ""The Digital Restaurant", "Placing You First Insurance Podcast by CRC Group", "Emergency Minute", "Linux Action News" and "Linux Action News"" and more!

    Episodes (13)

    Optimizing Throughput: Unlocking Restaurant Complexities and Innovations with Robin Robison at Modern Market Eatery

    Optimizing Throughput: Unlocking Restaurant Complexities and Innovations with Robin Robison at Modern Market Eatery

    Ever wondered how restaurants manage the intricate dance of creating an exceptional dining experience while navigating the challenges of modern-day operations? This episode will be your backstage pass to that world, featuring Robin Robertson, the COO of Modern Market Eatery. Robin uncovers the sheer complexity of restaurant operations and enlightens us on how the guest experience has transformed due to new channels and a persisting labor crisis. Tune in to understand the importance of reducing team member anxiety, fostering a lively atmosphere, and using technology to simplify operations at Modern Market Eatery.

    Buckle up as we take a deep dive into the realm of restaurant automation and efficiency as we learn how Modern Market Eatery has harnessed the power of technology to reduce anxiety and increase precision in its operations. Robin sheds light on their future-oriented drive-through designed by the kitchen-first approach and the role of digital tools ensuring accuracy in off-premise settings. He also emphasizes the importance of people retention and spreading joy within their teams. Get a front-row seat as we explore the early stages of a restaurant interview and understand the power of navigating operational complexities. Learn how Modern Market Eatery leverages social media, YouTube, and other digital channels to engage customers and provide a seamless, enjoyable dining experience. Don't miss out on this insightful journey into the heart of restaurant operations.

    Support the show

    🔔 Subscribe to The Digital Restaurant Podcast and follow us on YouTube for more episodes that combine the love of food with the latest in technology. Your next restaurant tech adventure starts here!

    📖 Get your copy of the Delivering the Digital Restaurant books at www.theDigital.Restaurant

    🎤 Have Carl or Meredith come and speak at your company conference! Learn more at www.theDigital.Restaurant

    🎙️📰Please subscribe to our newsletter and connect with Carl & Meredith's Delivering the Digital Restaurant page on LinkedIn for their twice-a-month newsletter.

    Stock Throughput State of the Market

    Stock Throughput State of the Market

    July 1st property renewals saw high prices and capacity cuts, but in the middle the toughest property market in recent history, the stock throughput market offered some relief.  

    Today, Amanda and Scott are joined by Ted Clayton, a Senior Property Broker & Office President of CRC Group’s Santa Ana, California office,  and Farrah Schubmehl, Senior Property Broker & Office President of CRC Group’s Nashville, Tennessee office. They’re going to break down the landscape of the stock throughput market for us. 

    Visit REDYIndex.com for critical pricing analysis and a snapshot of the marketplace.

    Do you want to take your career to the next level? Join #TeamCRC to get access to best-in-class tools, data, exclusive programs, and more! Send your resume to resumes@crcgroup.com today!

    Using Data For Better Decision Making - A Chat With Throughput CEO Ali Raza

    Using Data For Better Decision Making - A Chat With Throughput CEO Ali Raza

    In this week's episode of the Digital Supply Chain podcast, I talk to Throughput CEO Ali Raza

    We had a really interesting chat covering what operations does when disasters throw off planning systems, the gap operations people need to be filled by IT, and thoughts about some of the solutions on the market

    It was a fascinating conversation. I learned loads. I hope you do too.

    If you have any comments/suggestions or questions for the podcast - feel free to leave me a voice message over on my SpeakPipe page or just send it to me as a direct message on Twitter/LinkedIn. Audio messages will get played (unless you specifically ask me not to).

    And don't forget to also check out the 2021 MPI research on Industry 4.0 to find out how to increase productivity, revenues, and profitability for your operations. This global study examines the extent to which manufacturers deploy Industry 4.0 in their business and the benefits it brings.

    And if you liked this show, please don't forget to rate and/or review it. It makes a big difference to help new people discover it. Thanks.

    Support the show


    Podcast supporters
    I'd like to sincerely thank this podcast's generous supporters:

    • Lorcan Sheehan
    • Krishna Kumar
    • Olivier Brusle
    • Alicia Farag
    • Joël VANDI
    • Luis Olavarria
    • Alvaro Aguilar

    And remember you too can Support the Podcast - it is really easy and hugely important as it will enable me to continue to create more excellent Digital Supply Chain episodes like this one.

    Podcast Sponsorship Opportunities:
    If you/your organisation is interested in sponsoring this podcast - I have several options available. Let's talk!

    Finally
    If you have any comments/suggestions or questions for the podcast - feel free to just send me a direct message on Twitter/LinkedIn.

    If you liked this show, please don't forget to rate and/or review it. It makes a big difference to help new people discover it.

    Thanks for listening.

    340: Check My Sums

    340: Check My Sums
    Why ZFS is doing filesystem checksumming right, better TMPFS throughput performance on DragonFlyBSD, reshaping pools with ZFS, PKGSRC on Manjaro aarch64 Pinebook-pro, central log host with syslog-ng on FreeBSD, and more. Headlines Checksumming in filesystems, and why ZFS is doing it right (https://oshogbo.vexillium.org/blog/73/) One of the best aspects of ZFS is its reliability. This can be accomplished using a few features like copy-on-write approach and checksumming. Today we will look at how ZFS does checksumming and why it does it the proper way. Most of the file systems don’t provide any integrity checking and fail in several scenarios: Data bit flips - when the data that we wanted to store are bit flipped by the hard drives, or cables, and the wrong data is stored on the hard drive. Misdirected writes - when the CPU/cable/hard drive will bit flip a block to which the data should be written. Misdirected read - when we miss reading the block when a bit flip occurred. Phantom writes - when the write operation never made it to the disk. For example, a disk or kernel may have some bug that it will return success even if the hard drive never made the write. This problem can also occur when data is kept only in the hard drive cache. Checksumming may help us detect errors in a few of those situations. DragonFlyBSD Improves Its TMPFS Implementation For Better Throughput Performance (https://www.phoronix.com/scan.php?page=news_item&px=DragonFlyBSD-TMPFS-Throughput) It's been a while since last having any new magical optimizations to talk about by DragonFlyBSD lead developer Matthew Dillon, but on Wednesday he landed some significant temporary file-system "TMPFS" optimizations for better throughput including with swap. Of several interesting commits merged tonight, the improved write clustering is a big one. In particular, "Reduces low-memory tmpfs paging I/O overheads by 4x and generally increases paging throughput to SSD-based swap by 2x-4x. Tmpfs is now able to issue a lot more 64KB I/Os when under memory pressure." https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4eb0bb82efc8ef32c4357cf812891c08d38d8860 There's also a new tunable in the VM space as well as part of his commits on Wednesday night. This follows a lot of recent work on dsynth, improved page-out daemon pipelining, and other routine work. https://gitweb.dragonflybsd.org/dragonfly.git/commit/bc47dbc18bf832e4badb41f2fd79159479a7d351 This work is building up towards the eventual DragonFlyBSD 5.8 while those wanting to try the latest improvements right away can find their daily snapshots. News Roundup Why ZFS is not good at growing and reshaping pools (or shrinking them) (https://utcc.utoronto.ca/~cks/space/blog/solaris/ZFSWhyNoRealReshaping) recently read Mark McBride's Five Years of Btrfs (via), which has a significant discussion of why McBride chose Btrfs over ZFS that boils down to ZFS not being very good at evolving your pool structure. You might doubt this judgment from a Btrfs user, so let me say as both a fan of ZFS and a long term user of it that this is unfortunately quite true; ZFS is not a good choice if you want to modify your pool disk layout significantly over time. ZFS works best if the only change in your pools that you do is replacing drives with bigger drives. In our ZFS environment we go to quite some lengths to be able to expand pools incrementally over time, and while this works it both leaves us with unbalanced pools and means that we're basically forced to use mirroring instead of RAIDZ. (An unbalanced pool is one where some vdevs and disks have much more data than others. This is less of an issue for us now that we're using SSDs instead of HDs.) Using PKGSRC on Manjaro Linux aarch64 Pinebook-pro (https://astr0baby.wordpress.com/2020/02/09/using-pkgsrc-on-manjaro-linux-aarch64-pinebook-pro/) I wanted to see how pkgsrc works on aarch64 Linux Manjaro since it is a very mature framework that is very portable and supported by many architectures – pkgsrc (package source) is a package management system for Unix-like operating systems. It was forked from the FreeBSD ports collection in 1997 as the primary package management system for NetBSD. One might question why use pkgsrc on Arch based Manjaro, since the pacman package repository is very good on its own. I see alternative pkgsrc as a good automated build framework that offers a way to produce independent build environment /usr/pkg that does not interfere with the current Linux distribution in any way (all libraries are statically built) I have used the latest Manjaro for Pinebookpro and standard recommended tools as mentioned here https://wiki.netbsd.org/pkgsrc/howtousepkgsrcon_linux/ A Central Log Host with syslog-ng on FreeBSD Part 1 (https://blog.socruel.nu/freebsd/a-central-log-host-with-syslog-ng-on-freebsd.html) syslog-ng is the Swiss army knife of log management. You can collect logs from any source, process them in real time and deliver them to wide range of destinations. It allows you to flexibly collect, parse, classify, rewrite and correlate logs from across your infrastructure. This is why syslog-ng is the perfect solution for the central log host of my (mainly) FreeBSD based infrastructure. Part 2 (https://blog.socruel.nu/freebsd/check-logs-of-syslog-ng-log-host-on-freebsd.html) This blog post continues where the blog post A central log host with syslog-ng on FreeBSD left off. Open source solutions to check syslog log messages exist, such as Logcheck or Logwatch. Although these are not too difficult to implement and maintain, I still found these to much. So I went for my own home grown solution to check the syslog messages of the SoCruel.NU central log host. Beastie Bits FreeBSD at Linux Conf 2020 session videos now online (https://mirror.linux.org.au/pub/linux.conf.au/2020/room_9/Tuesday/) Unlock your laptop with your phone (https://vermaden.wordpress.com/2020/01/09/freebsd-desktop-part-20-configuration-unlock-your-laptop-with-phone/) Managing a database of vulnerabilities for a package system: the pkgsrc study (https://www.netbsd.org/gallery/presentations/leot/itasec20/pkgsrc-security.pdf) Hamilton BSD User group will meet again on March 10th](http://studybsd.com/) CharmBUG Meeting: March 24th 7pm in Severn, MD (https://www.meetup.com/en-AU/CharmBUG/events/268251508/) *** Feedback/Questions Andrew - ZFS feature Flags (http://dpaste.com/2YM23C0#wrap) Sam - TwinCat BSD (http://dpaste.com/0FCZV6R) Dacian - Freebsd + amdgpu + Lenovo E595 (http://dpaste.com/1R7F1JN#wrap) Send questions, comments, show ideas/topics, or stories you want mentioned on the show to feedback@bsdnow.tv (mailto:feedback@bsdnow.tv)

    401: Everyday ZFS

    401: Everyday ZFS
    Jim and Wes sit down to bust some ZFS myths and share their tips and tricks for getting the most out of the ultimate filesystem. Plus when not to use ZFS, the surprising way your disks are lying to you, and more!
    Logo

    © 2024 Podcastworld. All rights reserved

    Stay up to date

    For any inquiries, please email us at hello@podcastworld.io