Home
Categories
EXPLORE
True Crime
Comedy
Society & Culture
Business
Sports
Health & Fitness
Technology
About Us
Contact Us
Copyright
© 2024 PodJoint
Loading...
0:00 / 0:00
Podjoint Logo
US
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts126/v4/e2/69/ac/e269ac3a-fe0d-8b89-80dc-4d31b162bb21/mza_6753880242152877511.jpg/600x600bb.jpg
Tech Beats Unplugged
Cloud Dude
8 episodes
6 days ago
Welcome to Tech Beats Unplugged, the podcast where we dive into the dynamic world of technology, open source, cloud innovation, devops, Tech economics, and much more. Join us as we bring together experts, thought leaders, and innovators from diverse tech arenas and leading tech vendors. Here, we believe in creating a safe space where guests can freely share their opinions, insights, and experiences without any strings attached. It's a platform dedicated to unlocking knowledge, fostering meaningful discussions, and exploring the latest trends that shape the tech industry. Time to Tune in !
Show more...
Technology
RSS
All content for Tech Beats Unplugged is the property of Cloud Dude and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
Welcome to Tech Beats Unplugged, the podcast where we dive into the dynamic world of technology, open source, cloud innovation, devops, Tech economics, and much more. Join us as we bring together experts, thought leaders, and innovators from diverse tech arenas and leading tech vendors. Here, we believe in creating a safe space where guests can freely share their opinions, insights, and experiences without any strings attached. It's a platform dedicated to unlocking knowledge, fostering meaningful discussions, and exploring the latest trends that shape the tech industry. Time to Tune in !
Show more...
Technology
Episodes (8/8)
Tech Beats Unplugged
🔴TechBeats live : LLM Quantization "vLLM vs. Llama.cpp"

👋🏼 Hey AI heads 🎙️
Join us for the very first Tech Beats Live 🔴, hosted by Kosseila—aka @CloudDude from @CloudThrill.

🎯 This chill & laid-back livestream will unpack LLM quantization 🔥:

  • ✅ WHY it matters
  • ✅ HOW it works
  • ✅ Enterprise (vLLM) vs Consumer (@Ollama) trade-offs
  • ✅ and WHERE it’s going next.

We’ll be joined by two incredible guest stars to talk Enterprise vs Consumer Quantz 🗣️:

🔷 Eldar Kurtić – bringing the enterprise perspective with vLLM.
🔷 Colin Kealty – aka Bartowski, creator of the top-downloaded GGUF quantized LLMs on Hugging Face.

🫵🏼 Come learn and have some fun 😎.

𝐂𝐡𝐚𝐩𝐭𝐞𝐫𝐬:

(00:00) Host Introduction
(04:07) Eldar Intro
(07:33) Bartowski Intro
(13:04) What’s Quantization!
(16:19) Why LLM Quantization Matters?
(20:39) Training vs Inference – “The New Deal”
(27:46) Biggest Misconception About Quantization
(33:22) Enterprise Quantization in Production (vLLM)
(48:48) Consumer LLMs & Quantization (Ollama, llama.cpp, GGUF) – “LLMs for the People”
(01:06:45) BitNet 1-Bit Quantization from Microsoft
(01:28:14) How Long It Takes to Quantize a Model (Llama-3 70B) – GGUF or lm-compressor
(01:34:23) What Is I-Matrix & Why People Confuse It with IQ Quantization?
(01:39:36) What’s LoRA & LoRA-Q?
(01:42:36) What Is Sparsity?
(01:47:42) What Is Distillation?
(01:52:34) Extreme Quantization (Unsloth) of Big Models (DeepSeek) at 2-bits 70 % Size Cut
(01:57:27) Will Future Models (Llama-5) Be Trained on FP4 Tensor Cores?
(02:02:15) The Future of LLMs on Edge Devices (Google AI Edge)
(02:08:00) How to Evaluate the Quality of a Quantized Model
(02:26:09) Hugging Face’s Role in the World of LLM/Quantization
(02:33:46) Hugging Face’s Role in the World of LLM/Quantization
(02:36:41) LocalLlama Sub-Reddit Down (Moderator Goes Bananas)
(02:40:11) Guests’ Hope for the Future of LLMs & AI in General

📖 Check out the quantization blog: https://bitly/LLMQuant

#AI #LLM #Quantization #TechBeatsLive #LocalLlama #vLLM #Ollama

Show more...
3 months ago
2 hours 51 minutes 11 seconds

Tech Beats Unplugged
Ep06: "GitHub Security horror stories " (with Steve Giguere)

👨🏽‍🚀 Welcome to Episode 06 of "Tech Beats unplugged"

This time, we’re diving headfirst into 𝐭𝐡𝐞 𝐜𝐫𝐚𝐳𝐢𝐞𝐬𝐭 𝐆𝐢𝐭𝐇𝐮𝐛 𝐬𝐞𝐜𝐮𝐫𝐢𝐭𝐲 𝐬𝐭𝐨𝐫𝐢𝐞𝐬, and who better to join us than Steve Giguere, an industry veteran and security expert who’s seen it all.

From supply chain security mayhem to GitHub Actions gone wrong, we uncover real-world security blunders, attack vectors, and best practices to keep your repos and workflows safe.

🌟 We’re so excited to share our latest tech Beats show with you🧡! Please share away 🤗

We hope you'll enjoy it!!!

Topics discussed:

  1. (00:00) Introduction
  2. (03:53) Software Supply Chain Security acronyms (SAST, DAST, IAST, etc.)
  3. (09:15) “A workflow is an application within your application” - What does that mean?!
  4. (12:16) Public vs. Private Repos - Are private orgs still at risk?
  5. (18:27) Self-hosted runners: Safe or security nightmare?
  6. (21:16) GitHub Environment Variables - How critical are they?
  7. (22:55) Secrets, masks, and how secure they really are
  8. (28:05) Artifact vs. Caching: Which is safer?
  9. (31:27) Craziest GitHub security screw-ups Steve has ever seen 🔥
  10. (36:42) Common attack vectors in GitHub Actions
  11. (44:19) Best security practices for GitHub Actions - Low-hanging fruit fixes 🍏
  12. (50:22) Are public actions safe? Can they be scanned?
  13. (53:52) xz backdoor fiasco - Lessons from the latest supply chain attack
  14. (59:00) NVD’s slowdown - What’s at stake?

Show Notes

  • CI/CD Goat (Deliberately vulnerable CI/CD environment): GitHub

  • GitHub cache poisoning: Cacheract Attack | ScribeSecurity

  • Your GitHub Secrets in Plain Text: CloudThrill

  • Ghat tool (Updating dependencies in GitHub Actions): GitHub

  • OpenSSF Scorecard: Website

  • The GitHub Worm (Asi Greenholts): Palo Alto Blog

  • OWASP Top 10 CI/CD Risks: OWASP

  • Heartbleed OpenSSL Exploit: Wikipedia

🎙About Steve Giguere:

  • ⁠⁠⁠⁠Website: stevegiguere.com
  • LinkedIn: Steve Giguere

  • Book: Cloud Native Application Protection Platforms – O'Reilly

  • Personal Blog: Codifyre

  • Talk Lessons Learned from OSS and GitOps Journey: YouTube

  • OWASP Lisbon Talk: YouTube

  • StayWiredIn YouTube Show: StayWiredIn

  • DevSecOps Podcast: Spotify


Show more...
4 months ago
1 hour 5 minutes 42 seconds

Tech Beats Unplugged
Ep05: "Deploy Local LLMs 𝐢𝐧 the Cloud (𝟏𝟎𝟎% 𝐃𝐚𝐭𝐚 𝐏𝐫𝐢𝐯𝐚𝐜𝐲)"

👨🏽‍🚀 Welcome to Episode 05 of "Tech Beats unplugged"

This time, we tried something completely crazy – we're letting the AI hosts take over! That's right 😎. We're flipping the script and giving the AI the mic to guide us through the fascinating world of local LLMs. but that's not all as this episode is actually inspired by my recent talk at Oracle Cloud World in Vegas. The topic? You guessed it: Local LLMs in the cloud.

🌟 We’re so excited to share our latest tech Beats show with you🧡!

We hope you'll enjoy it!!!

Topics discussed:

  1. (00:00) Introduction
  2. (01:00) Why OpenAI Might Not Be Your BFF?
  3. (02:40) Local/Open LLMs to the Rescue!
  4. (03:38) What's Quantization!
  5. (04:30) Where to find these Open LLMs?
  6. (05:02) Inference Engines (Ollama)!
  7. (05:50) What's a modelfile!
  8. (06:40) What about deploying local AI to the cloud?(OKE/managed kubernetes)
  9. (07:30) From zero to cloud deployment Hero
  10. (08:28) What's Next (LLM ethic benchmark)
  11. (09:55) Outro.

Show Notes

  • My local LLM GitRepo: Ollama_lab
  • Helm leaderboard for model safety: Sandford Helm model leaderboard
  • My talks in Oracle cloud world 2024: OCW2024LLM


Show more...
1 year ago
11 minutes 5 seconds

Tech Beats Unplugged
Ep04: "Networking in the Cloud Part 1" (with Jose Moreno)

👨🏽‍🚀 Welcome to Episode 04 of "Tech Beats unplugged"

This time, we dared to tackle the big, yet exciting topic which is "𝐍𝐞𝐭𝐰𝐨𝐫𝐤𝐢𝐧𝐠 𝐢𝐧 𝐭𝐡𝐞 𝐜𝐥𝐨𝐮𝐝", and to help us with this challenge we summoned our expert and networking GURU "Jose Moreno" all the way from Munich Germany.

As an Azure Principal Engineer at Microsoft, he comes to share his knowledge and demystify all those mysterious networking concepts, answering questions you never dared to ask in the universe of SDN and cloud networking😀( SDWAN, Hub&Spoke, migrations, Cloud lies, you name it).

🌟 We’re so excited to share our latest tech Beats show with you🧡!

We hope you'll enjoy it!!!

Topics discussed:

  1. (00:00) Introduction
  2. (04:00) How did you enter IT and the networking world ?
  3. (06:14) What has really changed for network admins since Cisco golden years ?
  4. (09:30) Core differentiators between on-prem and Cloud/SDN paradigm?
  5. (15:29) IPV6 Doom day: Why are we so stuck with IPV6 adoption?
  6. (21:58) What lab tools can students use to prep for cloud networking exams?
  7. (28:30) What the heck is BGP & OSPF and are they still used in the cloud?
  8. (38:09) Your cloud subnet constructs is fake😱😱???
  9. (46:50) Difference between WAN & SDWAN, how it integrates with the cloud ?
  10. (50:52) Hub & Spoke Versus Virtual WAN pros and cons?
  11. (56:54) Biggest networking challenge stories when moving to the cloud ?
  12. (1:00:43) I'm a small shop CTO moving Hybrid, help me out! #BestPractices ?
  13. (1:05:41) What's the hype around IPSEC tunnels over Direct connect?
  14. (1:12:9) Your most helpful contributions to the cloud networking community ?


Show Notes

  • IPV6 & IPV4: ⁠⁠⁠⁠⁠⁠⁠two-internets-both-flakey by Avery Pennarun⁠
  • your cloud subnet constructs is fake: ⁠new-cloud-security-thinking(podcast)⁠
  • Roggers BGP outage: ⁠Summary⁠
  • ⁠BGP: ⁠BGP School for cloud people(podcast)⁠
  • VPN Aviatrix insane mode: Article

Jose Moreno:

  • ⁠⁠⁠linkedin⁠
  • ⁠Blog⁠
  • ⁠Azure review checklists⁠⁠
  • ⁠⁠Github: erjosito/azure-networking-lab ⁠⁠
  • ⁠Microsoft Azure What The Heck k8 project⁠
Show more...
1 year ago
1 hour 16 minutes 47 seconds

Tech Beats Unplugged
Ep03: "Journey into Tech with Kelsey Hightower (Uncut version) 🌠

👨🏽‍🚀 Welcome to Episode 03 of "Tech Beats unplugged"

This time, we have been incredibly honored and fortunate to host one of the most prolific speakers, storyteller, and thought leader of his generation. He was kind enough to bless us with his presence for an exclusive interview filled with priceless wisdom and life hacks💡. 

Beyond his groundbreaking contributions to Kubernetes, Cloud Native and Open-Source software, he's been one the most influential figures in the tech industry over the past decade.

Today, despite his retirement, he continues to inspire engineers across the world to build smarter, scalable, and highly usable systems🌟.

We’re so excited to share our privileged exchange with the one and only, Kelsey HighTower🧡!

We hope you'll enjoy it!!!

Topics discussed:

  1. (00:00) Introduction
  2. (02:06) Day 0: Kelsey's early life up to his tech introduction
    • Fun facts, boyhood in Long Beach
    • Early hustles in Atlanta
    • First gig in Tech (08:20)
  3. (14:40) If we had a dinner with 3 of your best friends and Asked them to describe you, What would we learn 🦸‍♂️ ?
    • The past lives of Kelsey in the show business
    • The impact of minimalism
  4. (25:40) What did it take on a hindsight: Skills, talent, hard work, luck or all of them?
    • The revolution of the Open source mindset
    • Can do attitude, increase the luck surface
    • The most powerful language: "Human language"
  5. (32:30) The CNCF landscape: How did we get there?
    • Limitless options; Is it a good or bad thing
  6. (37:50) Monolith vs Microservices debate: is it still a thing today?
    • Stack Overflow & Prime Video examples
  7. (48:40) Platform engineering vs DevOps! What's that all about ?
  8. (53:38) At what time serverless stops making sense?
    • Beyond cost and process length.
  9. (57:56) One day Kubernetes will die, what does life after K8 look like?
  10. (01:05:42) What the heck is service mesh/istio and is eBPF is here to replace it?
    • keeping up with side cars vs ambient mesh and cilium.
  11. (01:14:16) Dev consumerism, are we in a disposable Dev language era?
    • I'm a junior dev, should I pick the weekly hype or stick to my guns? (too many frameworks, APIs, runtimes).
  12. (01:23:32) How to distinguish Right Abstraction from the Bloat Abstraction?
  13. (1:27:20) Something called Empathetic engineering?
    • Your experience back at google improving usability.
  14. (1:34:31) Tips for when you're obsessed with exciting new ideas but fail miserably to convey its potential to the higher ups?
  15. (1:44:30) Startup CTOs conundrum- should we keep it simple (monolith/managed) or go all-in shiny framework?
  16. (1:52:00) The state of the Black Community in Silicon Valley
  17. (2:05:07) Career wisdom for Youngbloods
  18. (2:11:50) Surprise Quiz😀: What Kind of Kelsey are you (Hip Hop version 🎵)


Show Notes

  • Monolithic success stories: (⁠Stack Overflow⁠ - ⁠PrimeVideo⁠)
  • ⁠⁠Kubecon Keynote: Reflection Kelsey.H⁠
  • ⁠The future of K8s, is that it has to go away(GitHub ReadMe) ⁠

Crunchbase news:

  • ⁠⁠Black Founders continue to not be funded in Silicon Valley⁠
  • ⁠Total VC funding in the US raised by black founders(1.2%) ⁠
  • ⁠Black Employees at top tech companies (5%)⁠


Show more...
1 year ago
2 hours 36 minutes 15 seconds

Tech Beats Unplugged
Ep02: "The Open Source debate part2 " (Community strikes back ✊🏻)


👨🏽‍🚀 Welcome to Episode 02 of "Tech Beats unplugged" After part 1 where we covered the Fundamentals of Linux  distributions ,The RHEL DownStream/UpStream story ,who were the Freeloaders, Redhat's shenanigans behind the whole Open Source drama.

This time , we'll explore how,  the open source community, and rebuilders are coping with Redhat's decision to close their source.. And what it means for the future of enterprise Linux? 

To help us close this final part of this Open Source debate , we brought back our guest is Erik Benner, the VP of Enterprise Transformation at Mythics to explain how the community and the rebuilders are fighting back this hostile Era to ensure the continuity and freedom of the enterprise linux ecosystem for all its users .

Topics discussed:

  1. (00:00) Introduction
  2. (1:32) What are Rebuilders Workarounds
    • Rocky's Use of UBI or per per use Cloud instances
    • Alma Linux Use of Binary-compatible (ABI)
    • Is amazon linux really a EL distro?
    • Can RedHat block CIQ (Rocky) from accessing UBI
  3. (11:20) Hot take:Is Oracle the new Batman of Open source linux🦸‍♂️ ?
  4. (15:25) What's so special about UEK and what makes it a serious RHEL contender distro of the future?
    • Is it compatible with RHEL, how different is it ?
    • Unique features of Oracle's Unbreakable Enterprise Kernel (UEK) .
    • Is amazon linux really a EL distro?
    • Can RedHat block CIQ (Rocky) from accessing UBI
  5. (33:52) Should I sell my kidney for Oracle Linux support?
    • How does Oracle support compare with RedHat's
    • What do I get for my money in terms of offering?
    • License Cost compare for servers/ansible tower/etc
  6. (42:53) Candid Predictions for the Future of EL
    • Discuss the potential direction of community in response to these changes.
    • Justice league: Rocky, Oracle Linux, Alma, Suse & others.
  7. (50:25) Erik's Key advice to junior folks interested to join the FORCE of Linux


Show Notes

Although OPEN LA announcements we're already known by the public we decided to keep the chronology of events in our talk because it was recorded 2 days after it happened.

Links:

  • Alma going a different route than full parity(Application binary Interface compatible)
  • Rocky linux will keep providing bug-for-bug rebuilds
  • AlmaLinux "Red Hat source changes won’t kill our RHEL-compatible distro
  • Comparing Amazon Linux 2 and AL2023
  • Erik's blog ⁠⁠centos-and-the-bomb-that-ibm-red-hat-dropped⁠⁠

Open Enterprise Linux Association (OELA):

  • CIQ, Oracle and SUSE Create Open Enterprise Linux Association for a Collaborative and Open Future
  • "No subscriptions. No passwords. No barriers. Freeloaders welcome 😘🤟🏻"


Show more...
2 years ago
52 minutes 49 seconds

Tech Beats Unplugged
Ep01: "The Open Source debate part1" (With Erik Benner)

👨🏽‍🚀 Welcome to the first Episode of "Tech Beats unplugged" Today's session is all about the thrilling "Open Source Debate - Part One." Joining us as a special guest is Erik Benner, the VP of Enterprise Transformation at Mythics .

Erik brings a wealth of experience to our discussion, having used and sold RedHat  over the years but also expert in another enterprise Linux distro and helped customers manage their license and migrate when needed.

💡Together,  we'll venture into the heart of the recent open source developments, that made a lot of noise igniting passionate debates among the OSS community. All that thanks to RedHat announcement to go closed source not so long ago.

Topics discussed:

  1. (00:00) Introduction
  2. Main Topic Teaser
  3. (2:52) Explaining Linux OS Distribution like am 5 ?
  4. (13:46) RedHat's Actions in the Last 3 Years
  5. (18:52) Impact on the Community and why are they upset
  6. (28:03) GPL and Legal Considerations
  7. (39:29) Downstream Rebuilders and RedHat's Perspective

Show Notes

Although the most recent developments weren't completely covered in part 1 we decided to stay faithful to the chronology of events while keeping the episode under 50 minutes. Part 2 will cover the rest.

Links:

  • Linux distribution 101 (foss) ⁠what-are-the-components-of-a-linux-distribution⁠
  • Erik's blog ⁠centos-and-the-bomb-that-ibm-red-hat-dropped⁠
  • Rehat's Magnus Glantz blog ⁠The problem with Rocky Linux and free beer⁠
  • Jeff Geerling ⁠I'm done with Red Hat (Enterprise Linux)⁠
  • ⁠Mike McGrath⁠ - RH VP, Core Platforms - declarations : - ⁠reddit⁠ - ⁠redhat-Blog-response ⁠ - podcast: ⁠https://podcast.asknoahshow.com/343⁠

Open source definition and GPL:

  • OSI definition ⁠The Open Source Definition⁠
  • Jim wright ⁠Red Hat Enterprise Linux: Is This Open Source?⁠
  • FOSSY ⁠Keynote, RHEL Panel Discussion — Friday 14 July 2023⁠
Show more...
2 years ago
52 minutes 47 seconds

Tech Beats Unplugged
Podcast Intro

Tech beats unplugged trailer . Episode "0"

Show more...
2 years ago
1 minute 5 seconds

Tech Beats Unplugged
Welcome to Tech Beats Unplugged, the podcast where we dive into the dynamic world of technology, open source, cloud innovation, devops, Tech economics, and much more. Join us as we bring together experts, thought leaders, and innovators from diverse tech arenas and leading tech vendors. Here, we believe in creating a safe space where guests can freely share their opinions, insights, and experiences without any strings attached. It's a platform dedicated to unlocking knowledge, fostering meaningful discussions, and exploring the latest trends that shape the tech industry. Time to Tune in !