• Do you really know how GPUs work? (Ep. 259)
    Jun 22 2024

    Join us in this exciting episode of the Data Science at Home podcast. It's all about GPUs. We'll take you on a journey through the inner workings of these powerful processors, explaining how they handle complex computations and drive everything from gaming graphics to scientific simulations. Whether you're a budding programmer or a tech enthusiast, understanding GPUs is key to unlocking new levels of performance and efficiency in your projects. Tune in and get ready to turbocharge your tech knowledge!

    Sponsors
    • Intrepid AI (https://intrepid.ai) is an AI assisted all-in-one platform for robotics teams. Build robotics applications in minutes, not months.
    Show More Show Less
    36 mins
  • Harnessing AI for Cybersecurity: Expert Tips from QFunction (Ep. 258)
    Jun 11 2024

    In this episode, we sit down with Ryan Smith, Founder of QFunction LLC, to explore how AI and machine learning are revolutionizing cybersecurity. With over 8 years of experience, including work at NASA's Jet Propulsion Laboratory, Ryan shares insights on the future of threat detection and prevention, the challenges businesses face in maintaining effective cybersecurity, and the ethical considerations of AI implementation. Learn about cost-effective strategies for small businesses, the importance of collaboration in combating cyber threats, and how QFunction tailors its AI solutions to meet diverse industry needs.

    Sponsors
    • Arctic Wolf Learn what the new year holds for ransomware as a service, Active Directory, artificial intelligence and more when you download the 2024 Arctic Wolf Labs Predictions Report today at arcticwolf.com/datascience
    • Intrepid AI (https://intrepid.ai) is an AI assisted all-in-one platform for robotics teams. Build robotics applications in minutes, not months.
    • QFunction does cybersecurity differently. By relying on scientific breakthroughs in AI and machine learning, QFunction works within your existing security stack to detect anomalies and threats within your data
    References
    • QFunction Blog
    • Threat Hunting Firewall Logs
    • Threat Hunting Linux Logs
    • QFunction GitHub
    Show More Show Less
    35 mins
  • Rust in the Cosmos Part 4: What happens in space? (Ep. 257)
    Jun 1 2024

    In this last episode of the series "Rust in the Cosmos" we speak about what happens in space, what projects are currently active and what happened in the past that we can learn from?

    What about Rust and space applications? As always, let's find out ;)

    Sponsors
    • Arctic Wolf Learn what the new year holds for ransomware as a service, Active Directory, artificial intelligence and more when you download the 2024 Arctic Wolf Labs Predictions Report today at arcticwolf.com/datascience
    • Intrepid AI (https://intrepid.ai) is an AI assisted all-in-one platform for robotics teams. Build robotics applications in minutes, not months.
    • Amethix works to create and maximize the impact of the world’s leading corporations and startups, so they can create a better future for everyone they serve. We provide solutions in AI/ML, Fintech, Defense, Robotics and Predictive maintenance.
    Communities

    Intrepid AI, AeroRust, Bytenook

    • Intrepid AI Discord https://discord.gg/cSSzche6Ct
    • Intrepid AI website: https://intrepid.ai
    • AeroRust Discord invite: https://discord.com/invite/6jJyx5nEUq
    • AeroRust website: AeroRust.org
    References
    • Workshop https://github.com/AeroRust/nanosat-workshop
    • Embassy - https://github.com/embassy-rs/embassy
    • Software based fault redundancy, (Errata: it's not from NASA) : https://ieeexplore.ieee.org/document/1402092
    • Whitehouse paper for memory safe languages https://www.whitehouse.gov/wp-content/uploads/2024/02/Final-ONCD-Technical-Report.pdf
    Show More Show Less
    29 mins
  • Rust in the Cosmos Part 3: Embedded programming for space (Ep. 256)
    May 10 2024

    In this episode of "Rust in the Cosmos" we delve into the challenges of building embedded applications for space. Did you know that once you ship your app to space... you can't get it back? :P

    What role is Rust playing here? Let's find out ;)

    Sponsors
    • Arctic Wolf Learn what the new year holds for ransomware as a service, Active Directory, artificial intelligence and more when you download the 2024 Arctic Wolf Labs Predictions Report today at arcticwolf.com/datascience
    • Intrepid AI (https://intrepid.ai) is an AI assisted all-in-one platform for robotics teams. Build robotics applications in minutes, not months.
    • Amethix works to create and maximize the impact of the world’s leading corporations and startups, so they can create a better future for everyone they serve. We provide solutions in AI/ML, Fintech, Defense, Robotics and Predictive maintenance.
    Communities

    AeroRust, Intrepid, Bytenook

    • AeroRust Discord invite: https://discord.com/invite/6jJyx5nEUq
    • AeroRust website: AeroRust.org
    • Intrepid AI Discord https://discord.gg/cSSzche6Ct
    • Intrepid AI website: https://intrepid.ai
    References
    • Workshop https://github.com/AeroRust/nanosat-workshop
    • Embassy - https://github.com/embassy-rs/embassy
    • Software based fault redundancy, (Errata: it's not from NASA) : https://ieeexplore.ieee.org/document/1402092
    • Whitehouse paper for memory safe languages https://www.whitehouse.gov/wp-content/uploads/2024/02/Final-ONCD-Technical-Report.pdf
    Show More Show Less
    45 mins
  • Rust in the Cosmos Part 2: testing software in space (Ep. 255)
    Apr 19 2024

    In this episode of "Rust in the Cosmos" we delve into the challenge of testing software for... ehm ... space

    How can Rust help? Let's find out ;)

    Sponsors
    • Arctic Wolf Learn what the new year holds for ransomware as a service, Active Directory, artificial intelligence and more when you download the 2024 Arctic Wolf Labs Predictions Report today at arcticwolf.com/datascience
    • Intrepid AI (https://intrepid.ai) is an AI assisted all-in-one platform for robotics teams. Build robotics applications in minutes, not months.
    • Amethix works to create and maximize the impact of the world’s leading corporations and startups, so they can create a better future for everyone they serve. We provide solutions in AI/ML, Fintech, Defense, Robotics and Predictive maintenance.
    Communities

    AeroRust, Intrepid, Bytenook

    • AeroRust Discord invite: https://discord.com/invite/6jJyx5nEUq
    • AeroRust website: AeroRust.org
    • Intrepid AI Discord https://discord.gg/cSSzche6Ct
    • Intrepid AI website: https://intrepid.ai

    References
    • Open-source
      • GitHub workflows/actions - https://docs.github.com/en/actions
      • Gitlab CI - https://docs.gitlab.com/ee/ci/
    • Alternatives
      • Circle ci - https://circleci.com/
      • Travis http://travis-ci.com
    • Dagger.io - https://dagger.io
    • Actions
      • https://github.com/dtolnay/rust-toolchain
      • https://github.com/taiki-e/install-action
      • https://github.com/marketplace/actions/install-cargo-binstall
    • Additional tools:
      • https://github.com/nextest-rs/nextest
      • https://github.com/cargo-bins/cargo-binstall
    • Jon Gjengset - Towards Impeccable Rust
    • Lechev.space: lechev.space

    Show More Show Less
    33 mins
  • Rust in the Cosmos Part 1: Decoding Communication (Ep. 254)
    Apr 11 2024

    In this inaugural episode of "Rust in the Cosmos," we delve into the intricacies of communication in space and some of the challenges in space application development.

    Sponsors
    • Intrepid AI (https://intrepid.ai) is an AI assisted all-in-one platform for robotics teams. Build robotics applications in minutes, not months.
    • Amethix works to create and maximize the impact of the world’s leading corporations and startups, so they can create a better future for everyone they serve. We provide solutions in AI/ML, Fintech, Defense, Robotics and Predictive maintenance.
    Show More Show Less
    26 mins
  • AI and Video Game Development: Navigating the Future Frontier (Ep. 253)
    Mar 31 2024

    In this episode we delve into the dynamic realm of game development and the transformative role of artificial intelligence (AI). Join Frag, Jim and Mike as they explore the current landscape of game development processes, from initial creative ideation to the integration of AI-driven solutions. With Mike's expertise as a software executive and avid game developer, we uncover the potential of AI to revolutionize game design, streamline development cycles, and enhance player experiences. Discover insights into AI's applications in asset creation, code assistance, and even gameplay itself, as we discuss real-world implementations and cutting-edge research. From the innovative GameGPT framework to the challenges of balancing automation with human creativity, this episode offers valuable perspectives and practical advice for developers looking to harness the power of AI in their game projects. Don't miss out on this insightful exploration at the intersection of technology and entertainment!

    Sponsors
    • Intrepid AI (https://intrepid.ai) is an AI assisted all-in-one platform for robotics teams. Build robotics applications in minutes, not months.

    References
    • https://mikeyoung44.itch.io/spacefreighter - Itch.io link to play the game
    • https://discord.gg/yaXgYZ5Ymn - Discord server for the game
    • https://aimodels.substack.com/ - Mike’s newsletter (links to website too)

    Show More Show Less
    48 mins
  • Kaggle Kommando's Data Disco: Laughing our Way Through AI Trends (Ep. 252)
    Mar 7 2024

    In this episode, join me and the Kaggle Grand Master, Konrad Banachewicz, for a hilarious journey into the zany world of data science trends. From algorithm acrobatics to AI, creativity, Hollywood movies, and music, we just can't get enough. It's the typical episode with a dose of nerdy comedy you didn't know you needed. Buckle up, it's a data disco, and we're breaking down the binary!

    Sponsors
    • Intrepid AI is an AI assisted all-in-one platform for robotics teams. Build robotics applications in minutes, not months.
    • Learn what the new year holds for ransomware as a service, Active Directory, artificial intelligence and more when you download the 2024 Arctic Wolf Labs Predictions Report today at arcticwolf.com/datascience

    🔗 Links Mentioned in the Episode:

    1. Generative AI for time series: TimeGPT Documentation
    2. Lag-llama: GitHub (Note: The benchmark results on this one are pretty horrible)
    3. Open source LLM: Olmo Blog Post
    4. Quantization for LLM: Hugging Face Guide

    And finally, don't miss Konrad's Substack for more nerdy goodness! (If you're there already, be there again! 😄)

    Show More Show Less
    43 mins