Urgent.News

600+ sources. One page. See who else covered it.

Editions

Tech

This one time, at Hacker Summer Camp …

What to expect as BSides, Black Hat, and DEF CON descend on Las Vegas

This one time, at Hacker Summer Camp …

This year at Hacker Summer Camp in Las Vegas, three major security conferences are taking place: BSides Las Vegas (August 3-5), Black Hat (August 1-6), and DEF CON (August 6-9). Attendees can expect several hot topics dominating the discussions, including the challenges of governing and securing agentic AI, the role of lawmakers in regulating AI models, and how threat actors are using agentic AI for autonomous hacking operations.

The BSides Las Vegas event is the smallest and most community-driven of the three, focusing on hands-on technical talks and training sessions, with a Hire Ground career-focused track for security professionals. Black Hat, the largest and most corporate event, features a massive expo floor, a US government-heavy opening session, two keynotes, 11 mainstage presentations, and industry-specific summits.

The DEF CON event, themed around "agency," will offer a mix of high-quality talks and fun activities, with a focus on preserving human rights and building missing pieces in the tech landscape.

Written by urgent.news from The Register's reporting — not their text. Machine-written — it may contain errors, so check the original before relying on it.

This story

This is one outlet's version. Read the fullest account.

Read the original at theregister.com →

More in Tech

What Building a C++ Benchmarking Suite Taught Me About "Simple" Data Structures

We all know the Big-O complexity of basic data structures. Arrays are O(n) for search. Hash maps are O(1). Linked lists are... well, complicated.

  • Implemented clean, educational C++17 benchmarking suite for arrays, linked lists, and hash maps.
  • Discovered polymorphism overhead and used templates internally for performance-critical code.
  • Explored growth strategies for dynamic arrays, finding 2.0x growth fastest for pure insertion speed.

Reflecting on 7-8 Years of Career Growth: Adaptability and Continuous Learning Key to Senior Data Engineer Success

Analytical Insights: The Mechanisms Driving Career Growth in Data Engineering In the rapidly evolving field of data engineering, career progression is not merely a product of time served but a result…

  • Effective client relationship management is crucial for project success and professional reputation.
  • Mentorship and knowledge sharing accelerate personal and team growth in a collaborative field.

Using Python to Analyze Customer Behavior

Python's value comes not only from handling a great deal of data; its biggest asset comes from translating that data into meaningful business insight, and that business insight is used to make better…