Author: Admin

Spotify unveiled its newest audiobook feature, named Page Match, which lets users swap more easily between printed books (or e-readers) and the audiobook version by scanning printed text, at an event in New York on Thursday.The premium service feature rolls out in 22 countries beginning Thursday, and it lets readers “match” the section in the audiobook to the physical book by using their camera. Users can use Page Match to swap from the book to audiobook or vice versa. Author Harlan Coben and Spotify’s Dustee Jenkins Ty Pendlebury/CNETAuthor Harlan Coben, who was at the event, said he was enthused about…

Read More

After years of slow progress, researchers may finally be seeing a clear path forward in the quest to build powerful quantum computers. These machines are expected to dramatically shorten the time required for certain calculations, turning problems that would take classical computers thousands of years into tasks that could be completed in hours. A team led by physicists at Stanford University has developed a new kind of optical cavity that can efficiently capture single photons, the basic particles of light, emitted by individual atoms. Those atoms serve as the core components of a quantum computer because they store qubits, which…

Read More

A recent NPR investigation found that the Trump administration had secretly rewritten nuclear rules, stripping environmental protections and loosening safety and security measures. The government shared the new rules with companies that are part of a program building experimental nuclear reactors, but not with the public. I’m reminded of a talk during our EmTech MIT event in November, where Koroush Shirvan, an MIT professor of nuclear engineering, spoke on this issue. “I’ve seen some disturbing trends in recent times, where words like ‘rubber-stamping nuclear projects’ are being said,” Shirvan said during that event.   During the talk, Shirvan shared statistics showing…

Read More

We’re at a critical moment in education. New research and emerging technologies, such as Generative AI, have the potential to reshape how we teach and learn. With decades of leadership in education technology, Dell Technologies is supporting schools in this transformation – equipping students and educators with tools and programs designed for the AI era, ensuring they are prepared for the opportunities ahead. This commitment is reflected in Dell’s expanded education portfolio – including new Dell Pro Education and Dell Chromebook devices – alongside programs that help prepare students for the future. These new PCs are purpose-built for modern learning…

Read More

This post first appeared on Mike Amundsen’s Signals from Our Futures Past newsletter and is being republished here with the author’s permission.We’re long past the novelty phase of AI-assisted coding. The new challenge is measurement. How do we know whether all this augmentation—Copilot, Cursor, Goose, Gemini—is actually making us better at what matters?The team at DX offers one of the first credible attempts to answer that question. Their AI Measurement Framework focuses on three dimensions: utilization, impact, and cost. They pair these with the DX Core 4: 1) change failure rate, 2) PR throughput, 3) perceived delivery speed, and 4)…

Read More

As analytical workloads increasingly demand real-time insights, organizations need business data to enter the data lake immediately after generation. While various methods exist for real-time CDC data ingestion (such as AWS Glue and Amazon EMR Serverless), Amazon MSK Connect with Iceberg Kafka Connect provides a fully managed, streamlined approach that reduces operational complexity and enables continuous data synchronization. In this post, we demonstrate how to use Iceberg Kafka Connect with Amazon Managed Streaming for Apache Kafka (Amazon MSK) Connect to accelerate real-time data ingestion into data lakes, simplifying the synchronization process from transactional databases to Apache Iceberg tables. Solution overview…

Read More

I just finished listening to the latest episode of our Find Yourself in the Future series, and I have to tell you—if you’ve ever thought that a career in data science was out of your reach or “too technical,” you’ll definitely want to watch this session. Our host, Yasmeen Seddeek, Junior Technical Advocate for Learn with Cisco, sat down with two of the brilliant minds powering data science at Cisco Networking Academy: Amy Guimond and Tashia Avery. Hearing the “how” and the “why” behind their journeys was inspiring! Here are my top takeaways from their conversation. 1. The data science…

Read More

A prolific data ransom gang that calls itself Scattered Lapsus ShinyHunters (SLSH) has a distinctive playbook when it seeks to extort payment from victim firms: Harassing, threatening and even swatting executives and their families, all while notifying journalists and regulators about the extent of the intrusion. Some victims reportedly are paying — perhaps as much to contain the stolen data as to stop the escalating personal attacks. But a top SLSH expert warns that engaging at all beyond a “We’re not paying” response only encourages further harassment, noting that the group’s fractious and unreliable history means the only winning move…

Read More

The opinions expressed here by Trellis expert contributors are their own, not those of Trellis.​When I sit down with a candidate, I’m not necessarily looking for an environmentalist. I’m looking for leaders who’re comfortable handling data, communicating complexity across business functions, and helping embed sustainability as the foundation of long-term growth. To understand if candidates have those skills, I use the following questions, which are meant to reveal which candidates are the most determined to go beyond “checking the box” and instead use our mission to minimize risk and maximize competitive edge. What do you think sustainability should mean to…

Read More

6/26/18 2:20 PM · 1 min read In this quick UIKit tutorial I’ll show you how to create a simple UICollectionView without Interface Builder, but only using Swift. UICollectionViewCell programmaticallyIf you’d like to add views to your cell, you should use the init(frame:) method, and set up your view hierarchy there. Instead of awakeFromNib you should style your views in the init method as well. You can reset everything inside the usual prepareForReuse method. As you can see by using anchors sometimes it’s worth to ditch IB entirely. 🎉class Cell: UICollectionViewCell { static var identifier: String = “Cell” weak var textLabel:…

Read More