Player FM - Internet Radio Done Right
84 subscribers
Checked 1+ y ago
Vor sechs Jahren hinzugefügt
Inhalt bereitgestellt von Taylor Fausak. Alle Podcast-Inhalte, einschließlich Episoden, Grafiken und Podcast-Beschreibungen, werden direkt von Taylor Fausak oder seinem Podcast-Plattformpartner hochgeladen und bereitgestellt. Wenn Sie glauben, dass jemand Ihr urheberrechtlich geschütztes Werk ohne Ihre Erlaubnis nutzt, können Sie dem hier beschriebenen Verfahren folgen https://de.player.fm/legal.
Player FM - Podcast-App
Gehen Sie mit der App Player FM offline!
Gehen Sie mit der App Player FM offline!
Podcasts, die es wert sind, gehört zu werden
GESPONSERT
T
The Innovators & Investors Podcast


In the latest episode of The Innovators & Investors Podcast, host Kristian Marquez sits down with Sam Huang, Principal at BMW iVentures, for a candid conversation to explore the dynamic intersection of venture capital, artificial intelligence, robotics, and manufacturing innovation. Sam shares BMW iVentures’ investment thesis, focusing on Series A and B startups across the US, Europe, and Israel, with a strong emphasis on AI-driven SaaS, automation, and onshoring trends driven by labor shortages and supply chain disruptions. Listeners gain valuable perspectives on the evolving venture diligence process, the importance of product-market fit, and how higher ARR benchmarks reflect both market maturity and macroeconomic factors like rising interest rates. Sam also candidly discusses his unconventional career path—from a Stanford history PhD program to law school and ultimately venture capital—highlighting how diverse experiences enhance investment acumen. The conversation delves into the benefits of corporate venture capital, especially BMW’s hands-on support and networking advantages for portfolio companies. Additionally, Sam reveals how AI is integrated internally at BMW iVentures to optimize workflow and decision-making. This episode is a must-listen for anyone interested in the future of innovation, investment strategy, and the transformative impact of AI and robotics on global industries. Learn more about Sam's work at https://www.bmwiventures.com/ and her involvement with the Asian Tech Collective at https://www.asiantechcollective.com/ Connect with Sam on LinkedIn at https://www.linkedin.com/in/samantha-huang-10375b106/ Think you'd be a great guest on the show? Apply at https://finstratmgmt.com/innovators-investors-podcast/ Want to learn more about Kristian Marquez's work? Check out his website at https://finstratmgmt.com…
Avoiding Nested Errors
Manage episode 292128891 series 2509229
Inhalt bereitgestellt von Taylor Fausak. Alle Podcast-Inhalte, einschließlich Episoden, Grafiken und Podcast-Beschreibungen, werden direkt von Taylor Fausak oder seinem Podcast-Plattformpartner hochgeladen und bereitgestellt. Wenn Sie glauben, dass jemand Ihr urheberrechtlich geschütztes Werk ohne Ihre Erlaubnis nutzt, können Sie dem hier beschriebenen Verfahren folgen https://de.player.fm/legal.
How can you avoid deeply nested error handling code? This week we review Gabriella Gonzalez’s trick for keeping error handling flat.
58 Episoden
Manage episode 292128891 series 2509229
Inhalt bereitgestellt von Taylor Fausak. Alle Podcast-Inhalte, einschließlich Episoden, Grafiken und Podcast-Beschreibungen, werden direkt von Taylor Fausak oder seinem Podcast-Plattformpartner hochgeladen und bereitgestellt. Wenn Sie glauben, dass jemand Ihr urheberrechtlich geschütztes Werk ohne Ihre Erlaubnis nutzt, können Sie dem hier beschriebenen Verfahren folgen https://de.player.fm/legal.
How can you avoid deeply nested error handling code? This week we review Gabriella Gonzalez’s trick for keeping error handling flat.
58 Episoden
Alle Folgen
×H
Haskell Weekly

Thanks to everyone who filled out the 2021 State of Haskell Survey! This week Cameron and Taylor review the results. https://taylor.fausak.me/2021/11/16/haskell-survey-results/
H
Haskell Weekly

This week Cameron and Taylor answer our first listener question: How should you structure large applications? We compare ReaderT with MTL along with other approaches. https://join.slack.com/t/haskell-foundation/shared_invite/zt-mjh76fw0-CEjg2NbyVE8rVQDvR~0F4A
We’re back! After a month off, Cameron and Taylor get together to talk about what’s new in the Haskell world. https://www.haskell.org/ghc/blog/20211029-ghc-9.2.1-released.html https://haskellweekly.news/survey/2021.html
H
Haskell Weekly

Cameron Gera and Taylor Fausak discuss Drew Olson’s adventures in looping. What should you do if you want to loop forever, but break out of the loop early sometimes? https://blog.drewolson.org/adventures-in-looping
H
Haskell Weekly

Special guest Tom Sydney Kerckhove talks with Taylor Fausak about a denial of service vulnerability in Aeson, a Haskell library for JSON. https://cs-syd.eu/posts/2021-09-11-json-vulnerability https://hackage.haskell.org/package/sydtest-0.4.0.0 https://hackage.haskell.org/package/genvalidity-0.11.0.2 https://hackage.haskell.org/package/yamlparse-applicative-0.2.0.0…
H
Haskell Weekly

Taylor Fausak talks with Cameron Gera about Evoke, Taylor’s latest GHC plugin for deriving instances without generics or Template Haskell. https://taylor.fausak.me/2021/09/10/evoke/
Curious about dependent types? Special guest Vladislav Zavialov from Serokell breaks it down for us. We discuss comparisons to refinement types, sigma and pi types, interactions with linear types, and much more! https://serokell.io/blog/developing-ghc-for-a-living https://twitter.com/int_index
H
Haskell Weekly

Stack, HLint, and Brittany, oh my! Cameron Gera and Taylor Fausak go on a deep dive into the ACI Learning tech stack. https://www.acilearning.com
H
Haskell Weekly

Back from summer break, Cameron Gera discusses the Witch library with it’s author, Taylor Fausak. Learn about the many motivations behind this simple library for converting values between various types. https://taylor.fausak.me/2021/07/13/witch/ https://hackage.haskell.org/package/say-my-name-0.1.0.0…
H
Haskell Weekly

There’s a lot to like about Haskell, but what is it missing? We explore Alexander Granin’s post where he suggests some topics for books that could benefit the Haskell community. https://github.com/graninas/The-Voids-Of-Haskell/blob/9b401e33af37f991dcb3ab2eedc023661237d845/README.md
Special guest Marco Sampellegrini talks with us about his recent book, The Simple Haskell Handbook. The book describes a project driven approach to Haskell development, using a continuous integration server as a motivating example. https://leanpub.com/simple-haskell-book
Should you organize modules vertically or horizontally? This week we take a look at another article by Gabriella Gonzalez, this time about organizing projects and packages. https://www.haskellforall.com/2021/05/module-organization-guidelines-for.html
H
Haskell Weekly

How can you avoid deeply nested error handling code? This week we review Gabriella Gonzalez’s trick for keeping error handling flat. https://www.haskellforall.com/2021/05/the-trick-to-avoid-deeply-nested-error.html
Curious about the Haskell Foundation? This week we interview Andrew Boardman, its Executive Director. He explains the Foundation’s purpose and how you can help. https://haskell.foundation https://fpchat-invite.herokuapp.com https://funprog.zulipchat.com/login/ https://wiki.haskell.org/IRC_channel https://discourse.haskell.org https://twitter.com/myShoggoth https://myshoggoth.com https://joyofhaskell.com/posts/2021-02-24-why-stm.html…
What happens to exceptions when you don’t explicitly handle them? This week we review Taylor’s blog post about default exception handlers. https://taylor.fausak.me/2021/04/03/default-exception-handler-in-haskell/
Willkommen auf Player FM!
Player FM scannt gerade das Web nach Podcasts mit hoher Qualität, die du genießen kannst. Es ist die beste Podcast-App und funktioniert auf Android, iPhone und im Web. Melde dich an, um Abos geräteübergreifend zu synchronisieren.