Podcasts about amd cpus

  • 101PODCASTS
  • 167EPISODES
  • 58mAVG DURATION
  • 1MONTHLY NEW EPISODE
  • Nov 1, 2025LATEST

POPULARITY

20172018201920202021202220232024


Best podcasts about amd cpus

Latest podcast episodes about amd cpus

The Hardware Unboxed Podcast
Intel CPUs Should Be $150

The Hardware Unboxed Podcast

Play Episode Listen Later Nov 1, 2025 70:31


Episode 87: We revisit some discussion from last week as we've found more dodgy stuff Microsoft has done, before chatting about the current situation Intel is in with CPUs. They aren't anywhere near as competitive up against AMD now, as AMD were with Ryzen when Intel was dominant. (Note: This podcast was recorded before the recent AMD RDNA 2 driver decision, we'll discuss that in the future)CHAPTERS00:00 - Intro00:29 - Microsoft Does Dodgy Stuff Again11:34 - Intel CPUs when AMD is Dominant vs AMD CPUs when Intel is Dominant21:35 - The Discounts Aren't Enough34:53 - Platform Longevity is Crucial41:33 - Platform Support is Always Better1:04:34 - Updates From Our Boring LivesSUBSCRIBE TO THE PODCASTAudio: https://shows.acast.com/the-hardware-unboxed-podcastVideo: https://www.youtube.com/channel/UCqT8Vb3jweH6_tj2SarErfwSUPPORT US DIRECTLYPatreon: https://www.patreon.com/hardwareunboxedLINKSYouTube: https://www.youtube.com/@Hardwareunboxed/Twitter: https://twitter.com/HardwareUnboxedBluesky: https://bsky.app/profile/hardwareunboxed.bsky.social Hosted on Acast. See acast.com/privacy for more information.

Oracle University Podcast
Cloud Data Centers: Core Concepts - Part 1

Oracle University Podcast

Play Episode Listen Later Oct 7, 2025 16:45


Curious about what really goes on inside a cloud data center?   In this episode, Lois Houston and Nikita Abraham chat with Principal OCI Instructor Orlando Gentil about how cloud data centers are transforming the way organizations manage technology.   They explore the differences between traditional and cloud data centers, the roles of CPUs, GPUs, and RAM, and why operating systems and remote access matter more than ever.   Cloud Tech Jumpstart: https://mylearn.oracle.com/ou/course/cloud-tech-jumpstart/152992   Oracle University Learning Community: https://education.oracle.com/ou-community   LinkedIn: https://www.linkedin.com/showcase/oracle-university/   X: https://x.com/Oracle_Edu   Special thanks to Arijit Ghosh, David Wright, Kris-Ann Nansen, Radhika Banka, and the OU Studio Team for helping us create this episode. ------------------------------------- Episode Transcript: 00:00 Welcome to the Oracle University Podcast, the first stop on your cloud journey. During this series of informative podcasts, we'll bring you foundational training on the most popular Oracle technologies. Let's get started! 00:25 Lois: Hello and welcome to the Oracle University Podcast! I'm Lois Houston, Director of Innovation Programs with Oracle University, and with me is Nikita Abraham, Team Lead: Editorial Services.   Nikita: Hi everyone! Today, we're covering the fundamentals you need to be successful in a cloud environment. If you're new to cloud, coming from a SaaS environment, or planning to move from on-premises to the cloud, you won't want to miss this. With us today is Orlando Gentil, Principal OCI Instructor at Oracle University. Hi Orlando! Thanks for joining us.   01:01 Lois: So Orlando, we know that Oracle has been a pioneer of cloud technologies and has been pivotal in shaping modern cloud data centers, which are different from traditional data centers. For our listeners who might be new to this, could you tell us what a traditional data center is?  Orlando: A traditional data center is a physical facility that houses an organization's mission critical IT infrastructure, including servers, storage systems, and networking equipment, all managed on site.   01:32 Nikita: So why would anyone want to use a cloud data center?  Orlando: The traditional model requires significant upfront investment in physical hardware, which you are then responsible for maintaining along with the underlying infrastructure like physical security, HVAC, backup power, and communication links.  In contrast, cloud data centers offer a more agile approach. You essentially rent the infrastructure you need, paying only for what you use. In the traditional data center, scaling resources up and down can be a slow and complex process.  On cloud data centers, scaling is automated and elastic, allowing resources to adjust dynamically based on demand. This shift allows business to move their focus from the constant upkeep of infrastructure to innovation and growth.  The move represents a shift from maintenance to momentum, enabling optimized costs and efficient scaling. This fundamental shift is how IT infrastructure is managed and consumed, and precisely what we mean by moving to the cloud.  02:39 Lois: So, when we talk about moving to the cloud, what does it really mean for businesses today?  Orlando: Moving to the cloud represents the strategic transition from managing your own on-premise hardware and software to leveraging internet-based computing services provided by a third-party.  This involves migrating your applications, data, and IT operations to a cloud environment. This transition typically aims to reduce operational overhead, increase flexibility, and enhance scalability, allowing organizations to focus more on their core business functions.    03:17 Nikita: Orlando, what's the “brain” behind all this technology?  Orlando: A CPU or Central Processing Unit is the primary component that performs most of the processing inside the computer or server. It performs calculations handling the complex mathematics and logic that drive all applications and software.  It processes instructions, running tasks, and operations in the background that are essential for any application. A CPU is critical for performance, as it directly impacts the overall speed and efficiency of the data center.  It also manages system activities, coordinating user input, various application tasks, and the flow of data throughout the system. Ultimately, the CPU drives data center workloads from basic server operations to powering cutting edge AI applications.  04:10 Lois: To better understand how a CPU achieves these functions and processes information so efficiently, I think it's important for us to grasp its fundamental architecture. Can you briefly explain the fundamental architecture of a CPU, Orlando?  Orlando: When discussing CPUs, you will often hear about sockets, cores, and threads. A socket refers to the physical connection on the motherboard where a CPU chip is installed.  A single server motherboard can have one or more sockets, each holding a CPU. A core is an independent processing unit within a CPU. Modern CPUs often have multiple cores, enabling them to handle several instructions simultaneously, thus increasing processing power.  Think of it as having multiple mini CPUs on a single chip. Threads are virtual components that allow a single CPU core to handle multiple sequence of instructions or threads concurrently. This technology, often called hyperthreading, makes a single core appear as two logical processors to the operating system, further enhancing efficiency.  05:27 Lois: Ok. And how do CPUs process commands?  Orlando: Beyond these internal components, CPUs are also designed based on different instruction set architectures which dictate how they process commands.   CPU architectures are primarily categorized in two designs-- Complex Instruction Set Computer or CISC and Reduced Instruction Set Computer or RISC. CISC processors are designed to execute complex instructions in a single step, which can reduce the number of instructions needed for a task, but often leads to a higher power consumption.  These are commonly found in traditional Intel and AMD CPUs. In contrast, RISC processors use a simpler, more streamlined set of instructions. While this might require more steps for a complex task, each step is faster and more energy efficient. This architecture is prevalent in ARM-based CPUs.  06:34 Are you looking to boost your expertise in enterprise AI? Check out the Oracle AI Agent Studio for Fusion Applications Developers course and professional certification—now available through Oracle University. This course helps you build, customize, and deploy AI Agents for Fusion HCM, SCM, and CX, with hands-on labs and real-world case studies. Ready to set yourself apart with in-demand skills and a professional credential? Learn more and get started today! Visit mylearn.oracle.com for more details.     07:09 Nikita: Welcome back! We were discussing CISC and RISC processors. So Orlando, where are they typically deployed? Are there any specific computing environments and use cases where they excel?  Orlando: On the CISC side, you will find them powering enterprise virtualization and server workloads, such as bare metal hypervisors in large databases where complex instructions can be efficiently processed. High performance computing that includes demanding simulations, intricate analysis, and many traditional machine learning systems.  Enterprise software suites and business applications like ERP, CRM, and other complex enterprise systems that benefit from fewer steps per instruction. Conversely, RISC architectures are often preferred for cloud-native workloads such as Kubernetes clusters, where simpler, faster instructions and energy efficiency are paramount for distributed computing.  Mobile device management and edge computing, including cell phones and IoT devices where power efficiency and compact design are critical. Cost optimized cloud hosting supporting distributed workloads where the cumulative energy savings and simpler design lead to more economical operations.  The choice between CISC and RISC depends heavily on the specific workload and performance requirements. While CPUs are versatile generalists, handling a broad range of tasks, modern data centers also heavily rely on another crucial processing unit for specialized workloads.  08:54 Lois: We've spoken a lot about CPUs, but our conversation would be incomplete without understanding what a Graphics Processing Unit is and why it's important. What can you tell us about GPUs, Orlando?  Orlando: A GPU or Graphics Processing Unit is distinct from a CPU. While the CPU is a generalist excelling at sequential processing and managing a wide variety of tasks, the GPU is a specialist.  It is designed specifically for parallel compute heavy tasks. This means it can perform many calculations simultaneously, making it incredibly efficient for workloads like rendering graphics, scientific simulations, and especially in areas like machine learning and artificial intelligence, where massive parallel computation is required.  In the modern data center, GPUs are increasingly vital for accelerating these specialized, data intensive workloads.   09:58 Nikita: Besides the CPU and GPU, there's another key component that collaborates with these processors to facilitate efficient data access. What role does Random Access Memory play in all of this?  Orlando: The core function of RAM is to provide faster access to information in use. Imagine your computer or server needing to retrieve data from a long-term storage device, like a hard drive. This process can be relatively slow.  RAM acts as a temporary high-speed buffer. When your CPU or GPU needs data, it first checks RAM. If the data is there, it can be accessed almost instantaneously, significantly speeding up operations.  This rapid access to frequently used data and programming instructions is what allows applications to run smoothly and systems to respond quickly, making RAM a critical factor in overall data center performance.  While RAM provides quick access to active data, it's volatile, meaning data is lost when power is off, or persistent data storage, the information that needs to remain available even after a system shut down.   11:14 Nikita: Let's now talk about operating systems in cloud data centers and how they help everything run smoothly. Orlando, can you give us a quick refresher on what an operating system is, and why it is important for computing devices?  Orlando: At its core, an operating system, or OS, is the fundamental software that manages all the hardware and software resources on a computer. Think of it as a central nervous system that allows everything else to function.  It performs several critical tasks, including managing memory, deciding which programs get access to memory and when, managing processes, allocating CPU time to different tasks and applications, managing files, organizing data on storage devices, handling input and output, facilitate communication between the computer and its peripherals, like keyboards, mice, and displays. And perhaps, most importantly, it provides the user interface that allows us to interact with the computer.  12:19 Lois: Can you give us a few examples of common operating systems?  Orlando: Common operating system examples you are likely familiar with include Microsoft Windows and MacOS for personal computers, iOS and Android for mobile devices, and various distributions of Linux, which are incredibly prevalent in servers and increasingly in cloud environments.  12:41 Lois: And how are these operating systems specifically utilized within the demanding environment of cloud data centers?  Orlando: The two dominant operating systems in data centers are Linux and Windows. Linux is further categorized into enterprise distributions, such as Oracle Linux or SUSE Linux Enterprise Server, which offer commercial support and stability, and community distributions, like Ubuntu and CentOS, which are developed and maintained by communities and are often free to use.  On the other side, we have Windows, primarily represented by Windows Server, which is Microsoft's server operating system known for its robust features and integration with other Microsoft products. While both Linux and Windows are powerful operating systems, their licensing modes can differ significantly, which is a crucial factor to consider when deploying them in a data center environment.  13:43 Nikita: In what way do the licensing models differ?  Orlando: When we talk about licensing, the differences between Linux and Windows become quite apparent. For Linux, Enterprise Distributions come with associated support fees, which can be bundled into the initial cost or priced separately. These fees provide access to professional support and updates. On the other hand, Community Distributions are typically free of charge, with some providers offering basic community-driven support.  Windows server, in contrast, is a commercial product. Its license cost is generally included in the instance cost when using cloud providers or purchased directly for on-premise deployments. It's also worth noting that some cloud providers offer a bring your own license, or BYOL program, allowing organizations to use their existing Windows licenses in the cloud, which can sometimes provide cost efficiencies.  14:46 Nikita: Beyond choosing an operating system, are there any other important aspects of data center management?  Orlando: Another critical aspect of data center management is how you remotely access and interact with your servers. Remote access is fundamental for managing servers in a data center, as you are rarely physically sitting in front of them. The two primary methods that we use are SSH, or secure shell, and RDP, remote desktop.  Secure shell is widely used for secure command line access for Linux servers. It provides an encrypted connection, allowing you to execute commands, transfer files, and manage your servers securely from a remote location. The remote desktop protocol is predominantly used for graphical remote access to Windows servers. RDP allows you to see and interact with the server's desktop interface, just as if you were sitting directly in front of it, making it ideal for tasks that require a graphical user interface.  15:54 Lois: Thank you so much, Orlando, for shedding light on this topic.    Nikita: Yeah, that's a wrap for today! To learn more about what we discussed, head over to mylearn.oracle.com and search for the Cloud Tech Jumpstart course. In our next episode, we'll take a close look at how data is stored and managed. Until then, this is Nikita Abraham…   Lois: And Lois Houston, signing off!   16:16 That's all for this episode of the Oracle University Podcast. If you enjoyed listening, please click Subscribe to get all the latest episodes. We'd also love it if you would take a moment to rate and review us on your podcast app. See you again on the next episode of the Oracle University Podcast.

Hírstart Robot Podcast
Hatalmas, rejtélyes hullám száguld át a galaxison – még a csillagok is elmozdultak!

Hírstart Robot Podcast

Play Episode Listen Later Oct 2, 2025 4:53


Hatalmas, rejtélyes hullám száguld át a galaxison – még a csillagok is elmozdultak! Magyar fiatalok is ChatGPT-t használnak keresésre Csütörtök-pénteken is leállás lesz a Telekomnál Feleannyi Covid-vakcinát vesz idén az állam, mint tavaly, november végétől lehet újra oltást kérni Transzlációs Neuropszichiátriai Központ és fejlődő pszichiátriai ellátás a Debreceni Egyetemen Jelenleg sehol nincs életképes üzleti modell az MI mögött Tényleg nincs lehetetlen: AMD CPU-t gyárthat az Intel Harmadjára is bemutatta ugyanazt a Huawei Díjat vezet be a Snapchat a legnagyobb tárhelyigényű felhasználóknak Elrontotta a Windows 11 25H2 telepítőkészítő eszközét a Microsoft 14 év alatti gyereknek ne legyen okostelefonja! – A szakértők kongatják a vészharangot az MI kapcsán 20 éve gyűjtött adatokban az élet nyomait fedezték fel a Szaturnusz holdján A városgyilkos aszteroida 2032-ben becsapódhat a Holdba – Fel lehet robbantani atomfegyverekkel? A további adásainkat keresd a podcast.hirstart.hu oldalunkon. Hosted by Simplecast, an AdsWizz company. See pcm.adswizz.com for information about our collection and use of personal data for advertising.

Hírstart Robot Podcast - Tech hírek
Hatalmas, rejtélyes hullám száguld át a galaxison – még a csillagok is elmozdultak!

Hírstart Robot Podcast - Tech hírek

Play Episode Listen Later Oct 2, 2025 4:53


Hatalmas, rejtélyes hullám száguld át a galaxison – még a csillagok is elmozdultak! Magyar fiatalok is ChatGPT-t használnak keresésre Csütörtök-pénteken is leállás lesz a Telekomnál Feleannyi Covid-vakcinát vesz idén az állam, mint tavaly, november végétől lehet újra oltást kérni Transzlációs Neuropszichiátriai Központ és fejlődő pszichiátriai ellátás a Debreceni Egyetemen Jelenleg sehol nincs életképes üzleti modell az MI mögött Tényleg nincs lehetetlen: AMD CPU-t gyárthat az Intel Harmadjára is bemutatta ugyanazt a Huawei Díjat vezet be a Snapchat a legnagyobb tárhelyigényű felhasználóknak Elrontotta a Windows 11 25H2 telepítőkészítő eszközét a Microsoft 14 év alatti gyereknek ne legyen okostelefonja! – A szakértők kongatják a vészharangot az MI kapcsán 20 éve gyűjtött adatokban az élet nyomait fedezték fel a Szaturnusz holdján A városgyilkos aszteroida 2032-ben becsapódhat a Holdba – Fel lehet robbantani atomfegyverekkel? A további adásainkat keresd a podcast.hirstart.hu oldalunkon. Hosted by Simplecast, an AdsWizz company. See pcm.adswizz.com for information about our collection and use of personal data for advertising.

PC Perspective Podcast
Podcast #836 - Intel & AMD CPU News, NVIDIA GPU Marketshare, Sapphire B850, SK hynix and Samsung SSD Reviews, Ubisoft kills games + MORE!

PC Perspective Podcast

Play Episode Listen Later Sep 13, 2025 111:02


Join us as we battle illness to bring you the pithy, erudite commentary you crave.  That you deserve even.  Start with software designed cores, mix in some Nvidia domination, season with the largest DDoS attack EVaR, then Ubisoft kills games and finish with fast SSDs.  What an evening you are in for.  Timestamps:00:00 Intro00:36 Patreon02:21 Food with Josh04:29 Intel Nova Lake-S has 52 cores?06:05 Software-defined super cores09:15 Intel admits "we didn't have a good offering this year"16:55 AMD launching Ryzen 9000F series CPUs18:51 ASRock AM5 BIOS update20:36 NVIDIA GPU market share is hard to believe25:46 The latest on the Windows 11 SSD failure saga30:18 Sapphire launching B850 motherboards35:59 Arm AI news48:55 Apple iPhone 1755:12 (In)Security Corner1:12:04 Gaming Quick Hits1:23:32 Jeremy reviews the SK hynix P51 Platinum SSD1:33:20 The 8TB Samsung 9100 PRO is ridiculous 1:37:31 Picks of the Week1:48:39 Outro ★ Support this podcast on Patreon ★

ITmedia PC USER
AMDがエントリーサーバ向けCPU「EPYC 4005」を投入 Zen 5アーキテクチャベースでSocket AM5採用

ITmedia PC USER

Play Episode Listen Later May 14, 2025 0:24


AMDがエントリーサーバ向けCPU「EPYC 4005」を投入 Zen 5アーキテクチャベースでSocket AM5採用。 AMDは5月13日(米国太平洋夏時間)、エントリークラスサーバ向けの新型CPU「EPYC 4005シリーズ」を発表した。本CPUを搭載するサーバは、順次発売される予定だ。

ITmedia PC USER
AMDの新型CPU「Ryzen 9 9900X3D/9950X3D」は米国で3月12日発売 599ドルから

ITmedia PC USER

Play Episode Listen Later Mar 10, 2025 0:34


AMDの新型CPU「Ryzen 9 9900X3D/9950X3D」は米国で3月12日発売 599ドルから。 米AMDのジャック・ヒュン氏(コンピューティング/グラフィックス担当シニアバイスプレジデント兼ジェネラルマネージャー)が、自身のX(旧Twitter)アカウントにおいて新型CPU「Ryzen 9 9900X3D」「Ryzen 9 9950X3D」の米国における発売日と想定価格をポストした。

SANS Internet Stormcenter Daily Network/Cyber Security and Information Security Stormcast
SANS Stormcast Thursday Mar 6th: DShield ELK Analysis; Jailbreaking AMD CPUs; VIM Vulnerability; Snail Mail Ransomware

SANS Internet Stormcenter Daily Network/Cyber Security and Information Security Stormcast

Play Episode Listen Later Mar 6, 2025 6:45


DShield Traffic Analysis using ELK The "DShield SIEM" includes an ELK dashboard as part of the Honeypot. Learn how to find traffic of interest with this tool. https://isc.sans.edu/diary/DShield%20Traffic%20Analysis%20using%20ELK/31742 Zen and the Art of Microcode Hacking Google released details, including a proof of concept exploit, showing how to take advantage of the recently patched AMD microcode vulnerability https://bughunters.google.com/blog/5424842357473280/zen-and-the-art-of-microcode-hacking CVE-2024-56161 VIM Vulnerability An attacker may execute arbitrary code by tricking a user to open a crafted tar file in VIM https://github.com/vim/vim/security/advisories/GHSA-wfmf-8626-q3r3 Snil Mail Fake Ransom Note A copy cat group is impersonating ransomware actors. The group sends snail mail to company executives claiming to have stolen company data and threatening to leak it unless a payment is made. https://www.guidepointsecurity.com/blog/snail-mail-fail-fake-ransom-note-campaign-preys-on-fear/

2.5 Admins
2.5 Admins 235: XKCD221

2.5 Admins

Play Episode Listen Later Feb 20, 2025 31:25


Google found a way to run unofficial microcode on AMD CPUs, whether software should get a CVE when it goes end of life, LLMs changing Redditors' minds and self-replicating, and managing SSH keys at scale.   Plugs Support us on patreon and get an ad-free RSS feed with early episodes sometimes ZFS Orchestration Tools – […]

Late Night Linux All Episodes
2.5 Admins 235: XKCD221

Late Night Linux All Episodes

Play Episode Listen Later Feb 20, 2025 31:25


Google found a way to run unofficial microcode on AMD CPUs, whether software should get a CVE when it goes end of life, LLMs changing Redditors' minds and self-replicating, and managing SSH keys at scale.   Plugs Support us on patreon and get an ad-free RSS feed with early episodes sometimes ZFS Orchestration Tools –... Read More

SANS Internet Stormcenter Daily Network/Cyber Security and Information Security Stormcast
SANS Stormcast Feb 11th 2025: 7zip and MoW; Apple 0-Day Fix; AMD Microcode Overwrite; Trimble CityWorks 0-Day; MageCart Update

SANS Internet Stormcenter Daily Network/Cyber Security and Information Security Stormcast

Play Episode Listen Later Feb 11, 2025 7:15


Reminder: 7-Zip MoW The MoW must be added to any files extracted from ZIP or other compound file formats. 7-Zip does not do so by default unless you alter the default configuration. https://isc.sans.edu/diary/Reminder%3A%207-Zip%20%26%20MoW/31668 Apple Fixes 0-Day Apple released updates to iOS and iPadOS fixing a bypass for USB Restricted Mode. The vulnerability is already being exploited. https://support.apple.com/en-us/122174 AMD ZEN CPU Microcode Update An attacker is able to replace microcode on some AMD CPUs. This may alter how the CPUs function and Google released a PoC showing how it can be used to manipulate the random number generator. https://github.com/google/security-research/security/advisories/GHSA-4xq7-4mgh-gp6w Trimble Cityworks Exploited CISA added a recent Trimble Cityworks vulnerabliity to its list of exploited vulnerabilities. https://learn.assetlifecycle.trimble.com/i/1532182-cityworks-customer-communication-2025-02-06-docx/0? Google Tag Manager Skimmer Steals Credit Card Info Sucuri released a blog post with updates to the mage cart campaign. The latest version is injecting malicious code as part of the google tag manager / analytics code. https://blog.sucuri.net/2025/02/google-tag-manager-skimmer-steals-credit-card-info-from-magento-site.html

Paul's Security Weekly
Deepseek, AMD, and Forgotten Buckets - PSW #860

Paul's Security Weekly

Play Episode Listen Later Feb 6, 2025 126:54


Deepseek troubles, AI models explained, AMD CPU microcode signature validation, what happens when you leave an AWS S3 bucket laying around, 3D printing tips, and the malware that never was on Ethernet to USB adapters. Visit https://www.securityweekly.com/psw for all the latest episodes! Show Notes: https://securityweekly.com/psw-860

Paul's Security Weekly TV
Deepseek, AMD, and Forgotten Buckets - PSW #860

Paul's Security Weekly TV

Play Episode Listen Later Feb 6, 2025 126:54


Deepseek troubles, AI models explained, AMD CPU microcode signature validation, what happens when you leave an AWS S3 bucket laying around, 3D printing tips, and the malware that never was on Ethernet to USB adapters. Show Notes: https://securityweekly.com/psw-860

Paul's Security Weekly (Podcast-Only)
Deepseek, AMD, and Forgotten Buckets - PSW #860

Paul's Security Weekly (Podcast-Only)

Play Episode Listen Later Feb 6, 2025 126:54


Deepseek troubles, AI models explained, AMD CPU microcode signature validation, what happens when you leave an AWS S3 bucket laying around, 3D printing tips, and the malware that never was on Ethernet to USB adapters. Visit https://www.securityweekly.com/psw for all the latest episodes! Show Notes: https://securityweekly.com/psw-860

Paul's Security Weekly (Video-Only)
Deepseek, AMD, and Forgotten Buckets - PSW #860

Paul's Security Weekly (Video-Only)

Play Episode Listen Later Feb 6, 2025 126:54


Deepseek troubles, AI models explained, AMD CPU microcode signature validation, what happens when you leave an AWS S3 bucket laying around, 3D printing tips, and the malware that never was on Ethernet to USB adapters. Show Notes: https://securityweekly.com/psw-860

Risky Business
Risky Business #778 -- Musk's child soldiers seize control of FedGov IT systems

Risky Business

Play Episode Listen Later Feb 5, 2025 56:28


On this week's show Patrick Gray and Adam Boileau discuss the week's cybersecurity news, including: DeepSeek leaves an unauthed database on the internet Russia hacked UK prime minister's personal mail Australia sanctions a Telegram group… which is more sensible than it sounds Medical device backdoor turns out to be just poorly thought out upgrade feature Google abuses weak hashing to patch AMD CPU microcode And much, much more. This week's episode is sponsored by email security boffins Sublime. Their co-founder and CEO Josh Kamdjou joins to talk about how attackers' abuse of legitimate services like Docusign is a challenge for email security vendors. This episode is also available on Youtube. Show notes Exclusive: Musk aides lock workers out of OPM computer systems | Reuters Wiz Research Uncovers Exposed DeepSeek Database Leaking Sensitive Information, Including Chat History | Wiz Blog Криптостилер SparkCat в магазинах Google Play и App Store | Securelist Russian hackers suspected of compromising British PM's personal email account | The Record from Recorded Future News PowerSchool hack: missed basic security step resulted in data breach Australia sanctions ‘Terrorgram' white supremacist online group | The Record from Recorded Future News ‘Paid actors' could be behind some antisemitic attacks, Albanese says | Australian security and counter-terrorism | The Guardian Interview with James Glenday, ABC News Breakfast | Australian Minister for Foreign Affairs WhatsApp says spyware company Paragon Solutions targeted journalists Spyware maker Paragon confirms US government is a customer | TechCrunch Former Polish justice minister arrested in sprawling spyware probe | The Record from Recorded Future News Sweden releases suspected ship, says cable break ‘clearly' not sabotage | The Record from Recorded Future News Backdoor found in two healthcare patient monitors, linked to IP in China Attackers exploit zero-day vulnerability in Zyxel CPE devices | Cybersecurity Dive AMD: Microcode Signature Verification Vulnerability · Advisory · google/security-research · GitHub 22-year-old math wiz indicted for alleged DeFI hack that stole $65M - Ars Technica A method to assess 'forgivable' vs 'unforgivable'... - NCSC.GOV.UK Living Off the Land: Credential Phishing via Docusign abuse Living Off the Land: Callback Phishing via Docusign comment B2B freight-forwarding scams on the rise to evade financial fraud crackdowns Callback phishing via invoice abuse and distribution list relays Enhanced message groups: Improving efficiency in email incident response

Talking Heads - Craft Computing
Ep. 365 - RTX 50-Series Performance; New AMD CPUs and APUs; Minisforum MS-A2!

Talking Heads - Craft Computing

Play Episode Listen Later Jan 16, 2025 166:50


RTX 50-Series Performance; New AMD CPUs and APUs; Minisforum MS-A2!

The Full Nerd
Episode 324: 9800X3D Reviews Are In, Continued Intel Problems & More

The Full Nerd

Play Episode Listen Later Nov 12, 2024 102:42


Join The Full Nerd gang as they talk about the latest PC building news. In this episode the gang covers the reviews of AMD's Ryzen 7 9800X3D, new struggles Intel is facing right now, and much more. And of course we answer your questions live! Links: - 9800X3D review (video): https://youtu.be/mGCbu1ObrTo?si=zCistUJ9V91Qo-XG - 9800X3D review (article): https://www.pcworld.com/article/2511540/amd-ryzen-7-9800x3d-review.html - Arrow Lake fix: https://www.pcworld.com/article/2516084/intel-pledges-to-fix-arrow-lake-after-launch-didnt-go-as-planned.html - AMD CPU market share: https://www.pcworld.com/article/2514386/amds-desktop-cpu-share-soars-10-percentage-points-in-a-year.html - Intel financials: https://www.pcworld.com/article/2507906/intel-lost-more-money-than-it-made-last-quarter.html Join the PC related discussions and ask us questions on Discord: https://discord.gg/SGPRSy7 Follow the crew on X: @GordonUng @BradChacos @MorphingBall @AdamPMurray ============= Follow PCWorld! Website: http://www.pcworld.com X: https://www.x.com/pcworld ============= This video is NOT sponsored. Some links may contain affiliate links, which means if you buy something PCWorld may receive a small commission.

Cyber Briefing
October 21, 2024 - Cyber Briefing

Cyber Briefing

Play Episode Listen Later Oct 21, 2024 9:18


The Full Nerd
Episode 315: Intel Firmware Update, Lunar Lake Unveiled, Fake AMD CPUs & More

The Full Nerd

Play Episode Listen Later Sep 4, 2024 65:55


Join The Full Nerd gang as they talk about the latest PC building news. In this episode the gang covers the Intel's 13/14th Gen Update, Lunar Lake launch, fake AMD CPU counterfeits from third-party marketplaces and more. And of course we answer your questions live! Links: - Lunar Lake Unveiled: https://www.pcworld.com/article/2444869/lunar-lake-unveiled-intel-strikes-back-with-new-laptop-cpus.html - Beware of Fake AMD CPUs: https://www.pcworld.com/article/2446211/beware-of-counterfeit-amd-ryzen-cpus-heres-what-to-look-for.html Join the PC related discussions and ask us questions on Discord: https://discord.gg/SGPRSy7 Follow the crew on X: @GordonUng @BradChacos @MorphingBall @AdamPMurray ============= Follow PCWorld! Website: http://www.pcworld.com X: https://www.x.com/pcworld ============= This video is NOT sponsored. Some links may contain affiliate links, which means if you buy something PCWorld may receive a small commission.

PC Perspective Podcast
Podcast #788 - NVIDIA's Billions, Free Ryzen Performance Boost, Radeon RDNA 4 Rumors, and MORE

PC Perspective Podcast

Play Episode Listen Later Aug 31, 2024 74:53


No, Allyn wasn't on the show this week. We just used that 100% authentic photo of him for the thumbnail.But we did discuss the buckets of cash that Nvidia is rolling in, free AMD CPU performance, and QR code hygiene!  All that, and so much more below ...Timestamps:00:00 Intro03:29 Food with Josh06:28 NVIDIA's billions16:01 Free Ryzen performance boost20:39 RDNA 4 rumors30:31 An extra 8-pin GPU connector on MSI boards33:04 Microsoft was going to take away the Control Panel, but didn't35:04 So-called AI still needs a lot of work37:28 (in)Security Corner46:31 About 4 seconds of silence47:04 Gaming Quick Hits1:00:28 Picks of the Week1:13:57 Outro ★ Support this podcast on Patreon ★

Xbox Record This
$599 Xbox or $599 PS5 Pro? | The Nerd Chat | Episode #174

Xbox Record This

Play Episode Listen Later Aug 30, 2024 93:02


This week on #TheNerdChat: - $599 Xbox or $599 PS5 Pro? - BLOPS6 details & impressions - Razer controller and AMD upgrades - Special guest Todd Oxtra joins the show for SPICY takes - Food New episodes of The Nerd Chat: An Xbox Podcast are livestreamed on Thursdays and uploaded on Fridays. Learn more at www.nerdchatmedia.com Follow @thenerdchat on various social media sites. #seeyouonline 0:00 Hello and welcome to the show 6:15 Shoutouts 7:45 Update on the TENNIS MAN... 15:00 News #1: $599 Xbox or $599 PS5 Pro? 34:40 News #2: COD Next and BLOPS6 PC requirements 43:20 News #3: Razer Wolverine v.3 controller is here 54:35 News #4: AMD CPU gets increased performance in Windows 11 update 1:02:00 What have we been playing or watching? 1:20:45 The best food we had this week 1:29:55 Closing and end of show #xbox #playstation #ps5pro #codnext #blops6 #razerwolverine #AMD #CPU #zelda #skywardsword #visage #luigismansion #podcast

Geekshow Podcast
Geekshow Helpdesk: Mayo of Hatred

Geekshow Podcast

Play Episode Listen Later Aug 29, 2024 58:25


-We figure out why new AMD CPUs have underperformed:  https://www.theverge.com/2024/8/27/24229443/microsoft-windows-11-update-24h2-ryzen-cpu-performance-improvement https://wccftech.com/amd-branch-prediction-optimization-ryzen-9000-7000-cpus-available-windows-11-23h2/ -Douchebag getting comeuppance: https://www.theverge.com/2024/8/25/24228184/martin-shkreli-wu-tang-clan-shaolin-lawsuit-surrender-album -Space X Space Walk: https://futurism.com/the-byte/spacex-drain-air-spacecraft-while-astronauts-inside -Testes eye worms are a thing: https://arstechnica.com/?p=2043185 -Cocaine Sharks! https://science.slashdot.org/story/24/07/28/0119234/sharks-near-brazil-test-positive-for-cocaine?utm_source=rss0.9mainlinkanon&utm_medium=feed -Apple event incoming: https://www.engadget.com/mobile/smartphones/apples-iphone-16-event-is-set-for-september-9-160432866.html?src=rss -Quantum compasses can replace GPS: https://science.slashdot.org/story/24/08/26/0119238/a-revolutionary-quantum-compass-could-soon-make-gps-free-navigation-a-reality?utm_source=rss0.9mainlinkanon&utm_medium=feed -More AI blunders. Please don't trust AI for voting/political information https://arstechnica.com/tech-policy/2024/08/xs-grok-will-direct-users-to-vote-gov-after-bungling-basic-ballot-question/ -Oh Boeing. Doomed Starliner. https://arstechnica.com/space/2024/08/after-latest-starliner-setback-will-boeing-ever-deliver-on-its-crew-contract/ Apple doing what apple does, fomenting division! https://arstechnica.com/gadgets/2024/08/apple-says-farewell-to-its-app-store-chief-as-it-splits-his-team-in-two/ -Mayo makes everything better! Including Nuclear Fusion!  https://gizmodo.com/researchers-are-using-mayonnaise-to-improve-nuclear-fusion-experiments-2000485048 -New Planet!!! https://www.giantfreakinrobot.com/sci/planet-hiding-solar-system-detection.html

Bit-Rauschen: Der Prozessor-Podcast von c’t
Holpriger Start der AMD-CPU Ryzen 9000 | Bit-Rauschen 2024/18

Bit-Rauschen: Der Prozessor-Podcast von c’t

Play Episode Listen Later Aug 28, 2024 51:22


Der schnelle AMD-Chip mit Zen-5-Technik kann Intels Core i übertrumpfen, aber es hakelt noch an einigen Stellen: Podcast Bit-Rauschen, Folge 2024/18.

All TWiT.tv Shows (MP3)
Untitled Linux Show 165: The Onion Ring

All TWiT.tv Shows (MP3)

Play Episode Listen Later Aug 18, 2024 77:50


This week the guys are chatting about Snap improvements, the new Ryzen 9 9000 chips, and Debian 11 hitting LTS. Then they chat about Tails, Proton VPN, and ClamAV 1.4 all for security. Then Ubuntu prepares for 24.10 with some Easter eggs, and HandBrake fixes some irritating problems. For tips we have Cosmic community projects, Reflector for Arch Mirrors, wl-clipboard, and a one-liner to apply patches from a URL. You can find the show notes at https://bit.ly/3M836zB and see you next week! Host: Jonathan Bennett Co-Hosts: Ken McDonald, Jeff Massie, and Rob Campbell Want access to the video version and exclusive features? Become a member of Club TWiT today! https://twit.tv/clubtwit Club TWiT members can discuss this episode and leave feedback in the Club TWiT Discord.

The Hardware Unboxed Podcast
Intel Are "Clearly The Better Choice" for Gaming PCs... Apparently

The Hardware Unboxed Podcast

Play Episode Listen Later Apr 26, 2024 86:49


Episode 30: We spend most of this episode discussing a really bad article that claims Intel CPUs are clearly better than AMD CPUs for gaming PCs, including plenty of UserBenchmark-level reasoning. It's a bit of a roast to be honest.CHAPTERS00:00 - Intro00:27 - EKWB Update and a Few Rumors09:58 - Breaking Down A Terrible Article on Intel CPUs13:16 - AMD Has "Worse Stability" Than Intel25:56 - AMD's Power Efficiency "Doesn't Matter"34:51 - Intel Provides "More Bang for Buck"41:27 - AMD's Platform Longevity "Isn't A Must Have"1:03:32 - Updates from Our Boring LivesSOURCESTerrible Article: https://www.xda-developers.com/intel-is-better-than-amd-for-average-gamer/Gigabyte Ryzen 9000: https://www.gigabyte.com/Press/News/2161EKWB Apology: https://www.tomshardware.com/pc-components/liquid-cooling/ekwb-issues-public-apology-regarding-delayed-payments-promises-employees-and-suppliers-it-will-change-its-waysSUBSCRIBE TO THE PODCASTAudio: https://shows.acast.com/the-hardware-unboxed-podcastVideo: https://www.youtube.com/channel/UCqT8Vb3jweH6_tj2SarErfwSUPPORT US DIRECTLYPatreon: https://www.patreon.com/hardwareunboxedFloatplane: https://www.floatplane.com/channel/HardwareUnboxedLINKSYouTube: https://www.youtube.com/@Hardwareunboxed/Twitter: https://twitter.com/HardwareUnboxed Hosted on Acast. See acast.com/privacy for more information.

Futurum Tech Podcast
5G Factor: Key MWC24 Takeaways – Open RAN

Futurum Tech Podcast

Play Episode Listen Later Mar 19, 2024 27:43


An Assessment of The Key MWC24 Takeaways in Open RAN Highlighted by Ericsson Cloud RAN, Nokia anyRAN, Energy Efficiency Moves, and Mavenir/Intel Innovations  In this episode of The 5G Factor, our series that focuses on all things 5G, the IoT, and the 5G ecosystem as a whole, I look at the top Open RAN takeaways from my conversations and sessions at Mobile World Congress 2024. The major takeaways consist of Ericsson Cloud RAN portfolio advances, Nokia's anyRAN market readiness including anyRAN for enterprise partnerships with Cisco, HPE, and Microsoft, as well as Mavenir's latest collaboration with Intel to assure Open vRAN innovation and progress.  Our analytical review focused on: Ericsson Cloud RAN Meeting Topmost CSP Priorities. Ericsson's Cloud RAN portfolio is aiding communications service providers (CSPs) in fulfilling their need for increased capacity and exponential increases in data traffic with solutions that make the best use of the available resources – essentially continuing to do more with less. Ericsson has long been focused on energy efficiency and it is a core element of the company's strategy exemplified by its strategic objective is to be Net Zero across its value chain by 2040. I delve into how Ericsson's portfolio development focus enables its radios to be optimized for performance, energy usage and embodied carbon emissions, regardless of whether they are deployed in an integrated or Cloud RAN setting. Ericsson's newest radios are its most energy-efficient yet, offering 39 percent energy savings compared to previous hardware generations as per the company's Sustainability & Corporate Responsibility Report for 2022 This includes how Ericsson is working closely within the Cloud RAN ecosystem and a variety of software and hardware partners such as Intel and AMD (CPU providers) Red Hat (containers-as-a-service, or CaaS), HPE and Dell (servers), to ultimately bring new Cloud RAN innovations, especially for energy efficiency, to market. Nokia anyRAN Ready for Most Any 5G Demand. Nokia unveiled its Cloud RAN solution will be available commercially in 2024 following the successful completion of multiple trials worldwide with hardware vendors, webscale companies, and chipset manufacturers. Nokia's anyRAN approach can enable a fast transition to hybrid environments of Cloud RAN and purpose-built RAN, ensuring consistent performance and interoperability with common software and In-Line acceleration architecture. Nokia also announced the launch of anyRAN for enterprise in partnership with Cisco, HPE and Microsoft that will see the companies offer private wireless solutions to enterprise customers. Nokia's anyRAN for enterprise offers more choice and flexibility for enterprises through collaboration with system integrators and cloud core solution providers alongside providing Nokia's AirScale radio access portfolio to suit their specific requirements. By pre-packaging these solutions together, CSPs and enterprises can benefit from a faster deployment due to extensive interoperability testing with core suppliers. I evaluate why these collaborations enable Nokia to support core vendors' networks and their ecosystems as well as provide access to new segments and markets, accelerating the adoption of 5G in the enterprise sector and boosting industries in their digital transformation. Cloud RAN Must Align with Ecosystem-wide Sustainability Goals. The energy efficiency progress in Cloud RAN needs to align with the energy consumption of overall wireless systems and the digital ecosystem. Fundamentally, the more wireless electronic devices are put in use, the more energy will be consumed. In sum, 5G will exponentially increase energy usage. For instance, The  Small Cell Forum predicts the installed base of small cells to reach 70.2 million in 2025 and the total installed base of 5G or multimode small cells in 2025 to be 13.1 million. Plus, a 2023 study on energy use from 5G networks in China indicates that a carbon efficiency trap of 5G mobile networks is leading to additional carbon emissions of 23.82 ± 1.07 metric tons in China, caused by the spatiotemporal misalignment between cellular traffic and energy consumption in mobile networks. I assess why Ericsson's Breaking the Energy Curve report further reinforces that the power consumption costs of the world's cellular networks will be more than the previously estimated at $25 billion and CSPs should brace for higher costs. As a result, 5G on its own will not provide enough to substantially reduce energy consumption for entire mobile networks, likely requiring outside the box innovations. Mavenir Teams with Intel to Give vRAN a Boost. At MWC24, Mavenir announced the availability of its Open vRAN solution powered by 4th Gen Intel Xeon Scalable processors with Intel vRAN Boost – designed to deliver a cloud-native, high-performance, and energy-efficient solution for latency-sensitive and compute-intensive mobile network applications. The move to Intel's recent processors for vRAN marks the latest solution optimization for Mavenir, which I see has been helping to drive Open RAN momentum through three generations of Intel Xeon Scalable processors. I examine why Mavenir's suite of performance, functionality, and integrated AI and ML applications for the next generation 4G and 5G networks alongside building a close and long-standing technology collaboration with Intel - underpinned by Intel's processors – is enabling the development of more efficient and cost-effective RANs.  

Geekshow Podcast
Geekshow Helpdesk: CES 2024 Pt1!

Geekshow Podcast

Play Episode Listen Later Jan 11, 2024 56:51


-The Personal Cone of Silence: https://www.engadget.com/the-skyted-mask-makes-you-quiet-enough-to-take-calls-even-in-a-library-043759088.html   -Hyper advanced reading glasses: https://www.engadget.com/vixion01-glasses-reduce-eyestrain-by-doing-the-focusing-for-you-205106281.html   -New Meat smoker tech: https://www.engadget.com/ge-profile-smart-indoor-smoker-150044423.html   -Intel CPUs: https://blogs.windows.com/windowsexperience/2024/01/08/intel-ces-processors-desktop-laptop-windows11/   -AMD CPUs: https://blogs.windows.com/windowsexperience/2024/01/08/ces-2024-amd-desktop-mobile-ai/   -LG T Series: https://www.theverge.com/2024/1/8/24029590/lg-oled-t-transparent-tv-announced-specs-features  -OpenAI says it's impossible to create useful AI models without stealing: https://arstechnica.com/?p=1994591   -Apple is gaslighting the public again with their VR headset: https://apple.slashdot.org/story/24/01/09/1344242/apple-tells-developers-not-to-call-their-ar-or-vr-apps-ar-or-vr-apps?utm_source=rss0.9mainlinkanon&utm_medium=feed  Comes out in February: https://tech.slashdot.org/story/24/01/08/1449254/apples-3500-vision-pro-starts-shipping-in-february?utm_source=rss0.9mainlinkanon&utm_medium=feed   -Bringing the Blackberry Palm Nokia experience to the iPhone: https://www.theverge.com/2024/1/4/24024957/clicks-iphone-keyboard-case-iphone-14-15-lightning-usb-c   -New laptop ram standard is pretty awesome: https://www.engadget.com/micron-debuts-lpcamm2-laptop-ram-that-could-finally-replace-sodimm-140018881.html?src=rss   -OpenAI Lawsuit https://www.theverge.com/2023/12/27/24016212/new-york-times-openai-microsoft-lawsuit-copyright-infringement

The Hardware Unboxed Podcast
Intel APO Marketing Stunt? Our Solutions for Game Optimization & AMD CPU Rumors

The Hardware Unboxed Podcast

Play Episode Listen Later Nov 16, 2023 74:22


Episode 13: This week we chat about new Ryzen 5000 X3D CPU rumors, give our "solutions" to game optimization challenges, give more thoughts on Intel APO and discuss playing Cyberpunk 2077 with path tracing and all the DLSS features enabled.CHAPTERS0:00 - Intro01:59 - Rumor: New AMD Zen 3 X3D CPUs?12:15 - What Are the Solutions to Poor Game Optimization?35:24 - Is Intel APO a Marketing Stunt?45:01 - Playing Cyberpunk 2077 with PT and DLSS1:09:33 - Updates From Our Boring LivesSUBSCRIBE TO THE PODCASTAudio: https://shows.acast.com/the-hardware-unboxed-podcastVideo: https://www.youtube.com/channel/UCqT8Vb3jweH6_tj2SarErfwSUPPORT US DIRECTLYPatreon: https://www.patreon.com/hardwareunboxedFloatplane: https://www.floatplane.com/channel/HardwareUnboxedLINKSYouTube: https://www.youtube.com/@Hardwareunboxed/Twitter: https://twitter.com/HardwareUnboxed Hosted on Acast. See acast.com/privacy for more information.

The Hardware Unboxed Podcast
Next-Gen Gaming: Too Much Upscaling, Not Enough Optimization?

The Hardware Unboxed Podcast

Play Episode Listen Later Sep 22, 2023 81:33


Episode 5: It's a news episode! With the recent next-gen Xbox console leaks, we discuss future AMD CPU and GPU tech, how an Nvidia console would impact the market, and whether upscaling is being relied on too heavily for next-gen game experiences. We also chat about Ray Reconstruction, Asus' new $3200 GPU, Dough being dodgy and more.CHAPTERS0:00 - Intro1:38 - Xbox 2028 CPU Design Leaks9:43 - Xbox 2028 GPU Design Leaks12:54 - Xbox Wants Next-Gen Features, Can AMD Deliver?17:52 - What About an Nvidia Console?25:40 - New Consoles Might Rely Too Heavily on Upscaling34:14 - DLSS is Different at Different GPU Tiers40:35 - Steve Tested a $3200 GPU49:43 - Asus Schools Steve on How to Pronounce Asus52:53 - DLSS 3.5 Ray Reconstruction Thoughts1:07:29 - Dough Screws Their Monitor Customers1:13:42 - Updates From Our Boring LivesNEWS LINKShttps://www.theverge.com/2023/9/19/23880138/microsoft-xbox-2028-hybrid-cloud-games-platformhttps://www.theverge.com/23872874/dough-eve-spectrum-monitor-refunds-v-tablet-follow-upSUBSCRIBE TO THE PODCASTAudio: https://shows.acast.com/the-hardware-unboxed-podcastVideo: https://www.youtube.com/channel/UCqT8Vb3jweH6_tj2SarErfwSUPPORT US DIRECTLYPatreon: https://www.patreon.com/hardwareunboxedFloatplane: https://www.floatplane.com/channel/HardwareUnboxedLINKSYouTube: https://www.youtube.com/@Hardwareunboxed/Twitter: https://twitter.com/HardwareUnboxed Hosted on Acast. See acast.com/privacy for more information.

Paul's Security Weekly
Incident Response Readiness - Gerard Johansen - PSW #794

Paul's Security Weekly

Play Episode Listen Later Aug 10, 2023 207:19


Just how prepared are you for the next cybersecurity incident? Depending on the definition, security incidents likely happen daily at most enterprises. Because we can't prevent everything, the key to success is to be in a constant state of readiness. This means regular training with a focus on preparation. Gerard will walk us through tips and tricks to keep our incident response teams in tip-top condition. In the Security News: Hacking your Tesla to enable heated seats (and so much more), The Downfall of Intel CPUs, The Inception of AMD CPUs, that's right we're talking about 3 different hardware attacks in this episode! Intel issues patches and fixes stuff even though its hard to exploit, Rubber Ducky you're the one, history of Wii hacking, don't try this at home Linux updates, we are no longer calling about your vehicle warranty, cool hardware hacking stuff including building your own lightsaber, you Wifi keys are leaking again, the evil FlipperZero, Buskill, complaining publicly works sometimes, these are not the CVSS 10.0 flaws you are looking for, when side channel attacks, dumpster diving for plane ticks, and go ahead, try and hack a robo-taxi! All that and more on this episode of Paul's Security Weekly! Visit https://www.securityweekly.com/psw for all the latest episodes!  Follow us on Twitter: https://www.twitter.com/securityweekly  Like us on Facebook: https://www.facebook.com/secweekly Visit https://www.securityweekly.com/psw for all the latest episodes! Show Notes: https://securityweekly.com/psw-794

Paul's Security Weekly TV
Evil Flippers, The Human-Brain-Machine, AMD CPUs, Hacking Teslas & Rubber Duckies - PSW #794

Paul's Security Weekly TV

Play Episode Listen Later Aug 10, 2023 140:29


In the Security News: Hacking your Tesla to enable heated seats (and so much more), The Downfall of Intel CPUs, The Inception of AMD CPUs, that's right we're talking about 3 different hardware attacks in this episode! Intel issues patches and fixes stuff even though its hard to exploit, Rubber Ducky you're the one, history of Wii hacking, don't try this at home Linux updates, we are no longer calling about your vehicle warranty, cool hardware hacking stuff including building your own lightsaber, you Wifi keys are leaking again, the evil FlipperZero, Buskill, complaining publically works sometimes, these are not the CVSS 10.0 flaws you are looking for, when side channel attacks, dumpster diving for plane ticks, and go ahead, try and hack a robotaxi! All that and more on this episode of Paul's Security Weekly!   Visit https://www.securityweekly.com/psw for all the latest episodes! Show Notes: https://securityweekly.com/psw-794 

Paul's Security Weekly (Podcast-Only)
Incident Response Readiness - Gerard Johansen - PSW #794

Paul's Security Weekly (Podcast-Only)

Play Episode Listen Later Aug 10, 2023 207:19


Just how prepared are you for the next cybersecurity incident? Depending on the definition, security incidents likely happen daily at most enterprises. Because we can't prevent everything, the key to success is to be in a constant state of readiness. This means regular training with a focus on preparation. Gerard will walk us through tips and tricks to keep our incident response teams in tip-top condition. In the Security News: Hacking your Tesla to enable heated seats (and so much more), The Downfall of Intel CPUs, The Inception of AMD CPUs, that's right we're talking about 3 different hardware attacks in this episode! Intel issues patches and fixes stuff even though its hard to exploit, Rubber Ducky you're the one, history of Wii hacking, don't try this at home Linux updates, we are no longer calling about your vehicle warranty, cool hardware hacking stuff including building your own lightsaber, you Wifi keys are leaking again, the evil FlipperZero, Buskill, complaining publicly works sometimes, these are not the CVSS 10.0 flaws you are looking for, when side channel attacks, dumpster diving for plane ticks, and go ahead, try and hack a robo-taxi! All that and more on this episode of Paul's Security Weekly! Visit https://www.securityweekly.com/psw for all the latest episodes!  Follow us on Twitter: https://www.twitter.com/securityweekly  Like us on Facebook: https://www.facebook.com/secweekly Visit https://www.securityweekly.com/psw for all the latest episodes! Show Notes: https://securityweekly.com/psw-794

Paul's Security Weekly (Video-Only)
Evil Flippers, The Human-Brain-Machine, AMD CPUs, Hacking Teslas & Rubber Duckies - PSW #794

Paul's Security Weekly (Video-Only)

Play Episode Listen Later Aug 10, 2023 140:29


In the Security News: Hacking your Tesla to enable heated seats (and so much more), The Downfall of Intel CPUs, The Inception of AMD CPUs, that's right we're talking about 3 different hardware attacks in this episode! Intel issues patches and fixes stuff even though its hard to exploit, Rubber Ducky you're the one, history of Wii hacking, don't try this at home Linux updates, we are no longer calling about your vehicle warranty, cool hardware hacking stuff including building your own lightsaber, you Wifi keys are leaking again, the evil FlipperZero, Buskill, complaining publically works sometimes, these are not the CVSS 10.0 flaws you are looking for, when side channel attacks, dumpster diving for plane ticks, and go ahead, try and hack a robotaxi! All that and more on this episode of Paul's Security Weekly!   Visit https://www.securityweekly.com/psw for all the latest episodes! Show Notes: https://securityweekly.com/psw-794 

Coder Radio
525: Mike Gets Unreal

Coder Radio

Play Episode Listen Later Jul 5, 2023 58:32


Mike updates us on his development adventures in Unreal 5, signs the Vision Pro might be a flop, and answer questions about abandoning Red Hat's platform.

TechStuff
TechStuff Tidbits: What's the difference between Intel and AMD CPUs?

TechStuff

Play Episode Listen Later Jun 28, 2023 18:47


Intel and AMD have a common history, but each company has gone its own way in chip design. Why are Intel chips and AMD chips not compatible? And is there one type of chip that's better than all the rest? See omnystudio.com/listener for privacy information.

Hardware Addicts
78: Can You Build a Better PC by Mixing and Matching Parts?

Hardware Addicts

Play Episode Listen Later Jun 23, 2023 43:45


Welcome to Hardware Addicts, a proud member of the TuxDigital Network. Hardware Addicts is the podcast that focuses on the physical components that powers our technology world. In this episode, we're going to be talking about mixing and matching parts...are you losing major performance by doing so? Then we head to Camera Corner where Wendy will discuss Nikon's Monster Lens. So Sit back, Relax, and Plug In because Hardware Addicts Starts Now! Items Discussed: AOC Keyboard: https://amzn.to/4315Ft8

2.5 Admins
2.5 Admins 141: Sysadmin Hunt

2.5 Admins

Play Episode Listen Later May 4, 2023 33:47


What the challenge of building a web browser from scratch tells us about the state of the modern web, why some people are frying their AMD CPUs, more on basic password managers and regularly powercyling network gear, moving from Mercurial to Git, running old applications on modern Ubuntu, and more.   Plugs Support us on […]

The Full Nerd
Episode 255: AMD CPU Failure Testing, New Intel CPU Naming & More

The Full Nerd

Play Episode Listen Later May 2, 2023 125:07


Join The Full Nerd gang as they talk about the latest PC hardware topics. In this episode the gang is joined by special guest Steve from @GamersNexus to chat about his recent Ryzen 7000 CPU testing failures, Intel's plans for CPU naming in the future, and of course we answer your questions live! Watch GamersNexus' testing video: https://www.youtube.com/watch?v=kiTngvvD5dI Buy The Full Nerd merch: https://crowdmade.com/collections/pcworld Join the PC related discussions and ask us questions on Discord: https://discord.gg/SGPRSy7 Follow the crew on Twitter: @GordonUng @BradChacos @MorphingBall @KeithPlaysPC @AdamPMurray Follow PCWorld for all things PC! ------------------------------­---- SUBSCRIBE: http://www.youtube.com/subscription_center?add_user=PCWorldVideos TWITCH: https://www.twitch.tv/PCWorldUS TWITTER: https://www.twitter.com/pcworld

LinuxGameCast Weekly
Linux Game Cast 528: Happy Slaps

LinuxGameCast Weekly

Play Episode Listen Later Oct 3, 2022 83:29


Intel announces Arc Alchemist pricing, Google pulls the plug on Stadia, DBrand Killswitch could harm Steam Decks, hot AMD CPUs, and 0 A.D. Alpha 26 is ready for testing.

backspace.fm
#461:【後編】AMDの新世代CPU「Ryzen 7000」を現地取材した西川善司さんに聞く

backspace.fm

Play Episode Listen Later Sep 9, 2022 67:26


3週間ぶりに登場の西川善司さん。テキサス州オースティンで開催されたAMDの新世代CPU「Ryzen 7000」発表会から帰国直後ということで、まだ記事になっていない情報を含め、自作PCのプロセッサ、マザーボードはこれからどうしたらいいか、考えていきます。善司さん語る「AMDの本音トーク」が爆笑ものです。 ▽トピック AMD / CPU内蔵GPU / Memeplex ▽関連リンク @backspacefm / Twitter シンBSマガジン YouTube版 #461 AMDの新世代CPU「Ryzen 7000」シリーズが9月27日に発売決定! 価格はほぼ据え置きで性能は前世代から最大29%向上 「ストリートファイターV」は、今やモバイルPCのCPU内蔵GPUでプレイできるようになってしまった:ゲームプレイと実況配信ライブにも挑戦 Memeplex.app ▽レギュラースポンサー この番組はフェンリル株式会社の提供でお届けしております。 backspace専用マストドンインスタンス、通称グルドンはさくらインターネットのサポートを受けて運用しています。 backspace.fmでは我々の活動を応援してくれるスポンサーを募集しています。興味がある方はぜひこちらにて連絡ください!drikin+backspacefm@gmail.com この番組は Riverside.fm を使ってリモート収録しています。 Riverside.fmはビデオ通話をしながら高音質ファイルを同時に収録することができる、ポッドキャストなどのリモート収録に特化したサービスです。興味がある方はぜひこちらをチェックしてみてください。https://bit.ly/RiversideFM_Backspace

backspace.fm
#461:【前編】AMDの新世代CPU「Ryzen 7000」を現地取材した西川善司さんに聞く

backspace.fm

Play Episode Listen Later Sep 6, 2022 69:47


3週間ぶりに登場の西川善司さん。テキサス州オースティンで開催されたAMDの新世代CPU「Ryzen 7000」発表会から帰国直後ということで、まだ記事になっていない情報を含め、自作PCのプロセッサ、マザーボードはこれからどうしたらいいか、考えていきます。善司さん語る「AMDの本音トーク」が爆笑ものです。 ▽トピック オープニング / The Last of Us / 海外出張 / AMD ▽関連リンク @backspacefm / Twitter シンBSマガジン YouTube版 #461 The Last of Us Part I AMDの新世代CPU「Ryzen 7000」シリーズが9月27日に発売決定! 「USB4 Version 2.0」はUSB4の倍速 既存のType-Cケーブルで ▽レギュラースポンサー この番組はフェンリル株式会社の提供でお届けしております。 backspace専用マストドンインスタンス、通称グルドンはさくらインターネットのサポートを受けて運用しています。 backspace.fmでは我々の活動を応援してくれるスポンサーを募集しています。興味がある方はぜひこちらにて連絡ください!drikin+backspacefm@gmail.com この番組は Riverside.fm を使ってリモート収録しています。 Riverside.fmはビデオ通話をしながら高音質ファイルを同時に収録することができる、ポッドキャストなどのリモート収録に特化したサービスです。興味がある方はぜひこちらをチェックしてみてください。https://bit.ly/RiversideFM_Backspace

The Gadget Spot
9-1-22: In which a minor Star Wars argument occurs

The Gadget Spot

Play Episode Listen Later Sep 1, 2022 100:10


AMD CPU news, More Layoffs, PS5 price hike, Rockband get new music, Meta Oculus, Plex security breach, IFA news, Tidbyt review, gmail tip, LaMDA news, Spiderman on steamdeck, Truth Social is broke, Deepfakes on Zoom, Recyclable wind turbine blades  

The WAN Show Podcast
Trust Me Bro - WAN Show August 12, 2022

The WAN Show Podcast

Play Episode Listen Later Aug 15, 2022 157:31 Very Popular


Make compliance easy with Kolide at: https://www.kolide.com/WAN Try FreshBooks free, for 30 days, no credit card required at https://www.freshbooks.com/wan Deploy a cloud server in seconds with Hetzner at https://www.hetzner.com/cloud?pk_source=youtube&pk_content=yt-cloud-2022 Timestamps: (Courtesy of NoKi1119) 0:00 Chapters. 1:50 Intro. 2:18 Topic #1: Google tells Apple to adopt RCS. 3:58 Green bubble is bad for dating, discussing social life. 7:38 Topic #2: LTTStore's backpack warranty. 8:46 Summarizing interpretation from Linus's comments. 10:30 Explaining the "trust me, bro" & investments. 15:10 Luke discusses the wording & responses. 18:12 Linus on what he really meant about the store support. 21:46 Linus on the retiring stream. 24:18 Things that Linus feels he did wrong. 26:50 Internal versus external policy, ghosting people, lawsuits. 29:22 LTT's reputation, GN's video, discussing trust. 33:12 Subreddit's thread, accusations towards LMG censoring. 40:36 Planned warranty for LTTStore, nothing changes with LMG. 44:42 LTTStore's "Trust me bro" T-Shirt. [Cont.] Topic #2: LTTStore's backpack warranty. 46:55 Clearing the confusion in chats. 48:48 LTTStore discount, sweatband. 49:21 Topic #3: Linus's pool update. 50:55 Concrete & cement ratio, explaining shortage. 55:02 Topic #4: Netflix has mobile iOS games. 58:38 Discussing Netflix users, comparing to Apple Arcade. 1:01:34 Ubisoft, Netflix Premium subscription. 1:04:28 Merch Messages #1. 1:05:00 Riding season, video on biking & gear. 1:05:57 Floatplane background play. 1:06:16 Sponsoring an Esports team. 1:11:34 Less commonly known tech carriers. 1:14:46 Thought on Steam spam games, pop-ups, Luke's "child". 1:20:49 Sponsors. 1:21:01 Wealthfront. 1:22:18 Seasonic. 1:22:48 VULTR ft. Seasonic's 12 years warranty. 1:26:22 Topic #5: Newegg GIGABYTE discount scandal. 1:31:28 Linus tries to read into the refund & shipping issue. 1:39:48 Topic #6: Linus V.S. Naomi Wu Twitter controversy. 1:45:00 Naomi Wu & 4chan changing the story. 1:48:29 Discussing responses on Twitter. 2:01:52 Topic #7: Instagram & Facebook's excuse for in-app browser. 2:05:44 Merch Messages #2. 2:05:52 LMG's tape backup. 2:08:35 Battery technology in houses. 2:10:47 LTT demographics. 2:13:46 Should NVidia branch out into CPUs? 2:14:16 AMD CPU show similar to Intel's ARC? 2:16:30 Half life 2 in VR. 2:18:30 How Linus feels about the 20,000 bags. 2:25:58 Luke's Steam Deck & spending habit. 2:31:45 Steam Deck for game streaming. 2:33:24 Product category Linus would target. 2:34:34 Steam Deck with case for LTTStore backpack. 2:35:10 Networking cables & wifi mesh. 2:40:20 Outro.

Intego Mac Podcast
Episode 246: The iPhone at 15

Intego Mac Podcast

Play Episode Listen Later Jun 30, 2022 28:03


We look at this week's security news, then we reminisce about 15 years of the iPhone, which went on sale on June 29, 2007. It's been an interesting ride so far. Show Notes: A wide range of routers are under attack by new, unusually sophisticated malware ZuoRAT Hertzbleed: A new vulnerability in Intel and AMD CPUs lets hackers steal encryption keys OpenSSL 3.0.5 awaits release to fix potential worse-than-Heartbleed flaw FCC commissioner calls for Apple & Google to ban TikTok Attackers hit iOS and Android devices with spyware in Italy and Kazakhstan 15 Years Ago Today, the iPhone Went On Sale Intego Mac Premium Bundle X9 is the ultimate protection and utility suite for your Mac. Download a free trial now at intego.com, and use this link for a special discount when you're ready to buy.

Risky Business
Risky Business #668 -- Microsoft is hiding its Azure security problems

Risky Business

Play Episode Listen Later Jun 22, 2022 Very Popular


On this week's show Patrick Gray and Adam Boileau discuss the week's security news, including: Paige Thompson guilty of Capital One hack Microsoft is hiding serious Azure security issues New Australian government lobbying for Julian Assange How to ransomware documents in the cloud Microsoft stops Windows 10/11 downloads in Russia Belarusian cyber partisans obtain spy agency's audio recordings Much, much more This week's edition of the show is brought to you by Gigamon. Josh Day, Gigamon's Director of applied threat research team, will be along in this week's sponsor interview to talk about detecting badness on your network in encrypted traffic. Links to everything that we discussed are below and you can follow Patrick or Adam on Twitter if that's your thing. Show notes Former Seattle tech worker convicted of wire fraud and computer intrusions | USAO-WDWA | Department of Justice MPs back quiet diplomacy in Assange case Botched and silent patches from Microsoft put customers at risk, critics say | Ars Technica Microsoft's Vulnerability Practices Put Customers At Risk | LinkedIn Security firm warns of ransomware attacks targeting Microsoft cloud 'versioning' feature - The Record by Recorded Future Separate Fujitsu cloud storage vulnerabilities could enable attackers to destroy virtual backups | The Daily Swig Large supermarket chain in southern Africa hit with ransomware - The Record by Recorded Future Telegram: Contact @tass_agency Microsoft pulls Windows 10 and 11 in Russia • The Register DDoS Attacks Delay Putin Speech at Russian Economic Forum Russia warns of a “military clash” if it's hit by US cyberattacks - The Record by Recorded Future Belarusian hacktivist group releases purported Belarusian wiretapped audio of Russian embassy U.S. defense firm L3Harris in talks with NSO Group over spyware - The Washington Post Srsly Risky Biz: Friday June 17 - by Tom Uren Suspect in hacking Russian customs detained in Moscow String of attacks on French telecom infrastructure preceded April attack on fiber optic cables Chinese APT groups targeting India, Pakistan and more with Sophos firewall vulnerability - The Record by Recorded Future Ukrainian cybersecurity officials disclose two new hacking campaigns Police Linked to Hacking Campaign to Frame Indian Activists | WIRED INTERPOL raids hundreds of scammy call centers in sweep A Twitch Streamer Is Exposing Coronavirus Scams Live | WIRED Ranking The World's Angriest Scammers - 10/10 Rage - YouTube MIT researchers find new hardware vulnerability in the Apple M1 chip - The Record by Recorded Future A new vulnerability in Intel and AMD CPUs lets hackers steal encryption keys | Ars Technica Tornado Cash Is Crypto Hackers' Favorite Way to Cash Out, But Experts Say It Can Be Traced How CISA's list of 'must-patch' vulnerabilities has expanded both in size, and who's using it The tale of a whale who took Solend's money – Amy Castor

The CyberWire
Hertzbleed, a troublesome feature of processors. Cyberespionage and hybrid war. Patch Tuesday notes. Software bills of materials. Wannabe cybercrooks and criminal publicity stunts.

The CyberWire

Play Episode Listen Later Jun 15, 2022 29:50 Very Popular


The Hertzbleed side-channel issue affects Intel and AMD processors. An Iranian spearphishing campaign prospected former Israeli officials. Patch Tuesday notes. A look at software bills of materials. Russia routes occupied Ukraine's Internet traffic through Russia. Intercepts in the hybrid war: the odd and the ugly. Deepen Desai from ZScaler joins us with the latest numbers on ransomware. Rob Boyce from Accenture Security looks at cyber invisibility. And, finally, criminal wannabes and criminal publicity stunts. For links to all of today's stories check out our CyberWire daily news briefing: https://thecyberwire.com/newsletters/daily-briefing/11/115 Selected reading. A new vulnerability in Intel and AMD CPUs lets hackers steal encryption keys (Ars Technica)  Iranian Spear-Phishing Operation Targets Former Israeli and US High-Ranking Officials (Check Point Research) Microsoft June 2022 Patch Tuesday fixes 1 zero-day, 55 flaws (BleepingComputer)  Microsoft Releases June 2022 Security Updates (CISA)  Windows Updates Patch Actively Exploited 'Follina' Vulnerability (SecurityWeek)  Adobe Plugs 46 Security Flaws on Patch Tuesday (SecurityWeek) Citrix Releases Security Updates for Application Delivery Management (CISA) SAP Releases June 2022 Security Updates (CISA)  So long, Internet Explorer. The browser retires today (AP NEWS) SBOM in Action: finding vulnerabilities with a Software Bill of Materials (Google Online Security Blog) Russia Is Taking Over Ukraine's Internet (Wired) Belarusian hacktivist group releases purported Belarusian wiretapped audio of Russian embassy (CyberScoop)  Intercepted call: Russian plan to send PoWs out into minefields (The Telegraph)  Hacker Advertises ‘Crappy' Ransomware on Instagram (Vice)  LockBit Ransomware Compromise of Mandiant Not Supported by Any Evidence, May Be a PR Move by Cybercrime Gang (CPO Magazine)

PC Perspective Podcast
Podcast #677 - AMD CPU Market Share, RX 6650 XT Performance, Adaptive Sync Certification, Bluetooth Hacks

PC Perspective Podcast

Play Episode Listen Later May 20, 2022 55:38 Very Popular


Another podcast has been "successfully" recorded, edited, and uploaded. Topics in the list below.AMD has a very healthy X86 market share now, not just in servers.  There have been some fast and loose claims around adaptive sync monitors so far, bluetooth hack gets more air time for remote hacking, the RX 6650 XT might get the nod for most improved "50" version, and more!Timestamps:00:00 Intro00:00 Food with Josh04:11 AMD Claims Nearly 30% CPU Market Share06:21 Arc vs. Larabee10:44 VESA Adopts Adaptive Sync Claim Certification16:30 Phison PCIe 5.0 Redriver Excitement20:47 Geometric Future Model 8 Cowboy Case?23:55 Radeon 6650 XT is Interesting29:21 Podcast Sponsor: Linkedin Jobs30:30 Gaming Quick Hits37:44 A New Bluetooth Hack43:30 Picks of the Week55:10 Outro★ Support this podcast on Patreon ★

Microsoft Cloud IT Pro Podcast
Episode 253 – There is no “Easy” button for BCDR in the cloud

Microsoft Cloud IT Pro Podcast

Play Episode Listen Later Oct 28, 2021 40:14


In Episode 253, Ben and Scott take a detour and talk about considerations for backup and disaster recovery in Azure. Sponsors ShareGate - ShareGate's industry-leading products help IT professionals worldwide migrate their business to the Office 365 or SharePoint, automate their Office 365 governance, and understand their Azure usage & costs Office365AdminPortal.com - Providing admins the knowledge and tools to run Office 365 successfully Intelligink - We focus on the Microsoft Cloud so you can focus on your business Show Notes Windows Subsystem for Android™️ Microsoft fixes Windows 11 AMD CPU performance issues with new update Backup and disaster recovery for Azure applications Azure Storage redundancy Microsoft Azure Well-Architected Framework - Reliability Automated backups - Azure SQL Database & Azure SQL Managed Instance Microsoft-managed failover Join us on Azure IaaS Day: Learn to increase agility and resiliency of your infrastructure Plan your Microsoft Azure experience at Microsoft Ignite 2021 IoT at Microsoft Ignite About the sponsors Every business will eventually have to move to the cloud and adapt to it. That's a fact. ShareGate helps with that. Our industry-leading products help IT professionals worldwide migrate their business to the Office 365 or SharePoint, automate their Office 365 governance, and understand their Azure usage & costs. Visit https://sharegate.com/ to learn more. Intelligink utilizes their skill and passion for the Microsoft cloud to empower their customers with the freedom to focus on their core business. They partner with them to implement and administer their cloud technology deployments and solutions. Visit Intelligink.com for more info.