Podcasts about apple macos

  • 57PODCASTS
  • 63EPISODES
  • 42mAVG DURATION
  • 1MONTHLY NEW EPISODE
  • Feb 27, 2025LATEST

POPULARITY

20172018201920202021202220232024


Best podcasts about apple macos

Latest podcast episodes about apple macos

Oracle University Podcast
Installing MySQL

Oracle University Podcast

Play Episode Listen Later Jan 14, 2025 22:14


In this episode, Lois Houston and Nikita Abraham discuss the basics of MySQL installation with MySQL expert Perside Foster. Perside covers every key step, from preparing your environment and selecting the right software, to installing MySQL, setting up secure initial user accounts, configuring the system, and managing updates efficiently.   MySQL 8.4 Essentials: https://mylearn.oracle.com/ou/course/mysql-84-essentials/141332/226362 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:26 Nikita: Welcome back to another episode of the Oracle University Podcast. I'm Nikita Abraham, Team Lead of Editorial Services with Oracle University, and I'm joined by Lois Houston, Director of Innovation Programs. Lois: Hi everyone! In our last episode, we spoke about Oracle MySQL ecosystem and its various components. We also discussed licensing, security, and some key tools. What's on the agenda for today, Niki? 00:52 Nikita: Well Lois, today, we're going beyond tools and features to talk about installing MySQL. Whether you're setting up MySQL for the first time or looking to understand its internal structure a little better, this episode will be a valuable guide.  Lois: And we're lucky to have Perside Foster back with us. Perside is a MySQL Principal Solution Engineer at Oracle. Hi Perside! Say I wanted to get started and install MySQL. What factors should I keep in mind before I do that?  01:23 Perside: The first thing to consider is the environment for the database server. MySQL is supported on many different Linux distributions. You can also run it on Windows or Apple macOS.  You can run MySQL on a variety of host platforms. You can use dedicated servers in a server room or virtual machines in a data center. Developers might prefer to deploy on Docker or Kubernetes containers. And don't forget, you can deploy HeatWave, the MySQL cloud version, in many different clouds. MySQL has great multithreading capability. It also has support for Non-Uniform Memory Access or NUMA. This is particularly important if you run large systems with hundreds of concurrent connections. MySQL storage engine, InnoDB, makes effective use of your available memory. It stores your active data in a buffer pool. This greatly improves access time compared to reading straight from disk. Of course, SSDs and other solid state media are much faster than hard disks. But don't forget, MySQL can make full use of that performance benefit too. Redundancy is very important for the MySQL server. Hardware with redundant power supply, storage media, and network connections can make all the difference to your uptime. Without redundancy, a single point of failure will bring down the server if it fails. 03:26 Nikita: Got it. Perside, from where can I download the different editions of MySQL? Perside: Our most popular software is the MySQL Community Edition. It is available at no cost for mysql.com for many platforms. This version is why MySQL is the most popular database for web application. And it is also open source. MySQL Enterprise Edition is the commercial edition. It is fully supported by Oracle. You can get it from support.oracle.com as an Oracle customer. If you want to try out the enterprise features but are not yet a customer, you can get the latest version of MySQL as a trial edition from edelivery.oracle.com. Because MySQL is open source, you can get the source code from either mysql.com or GitHub. Most people don't need the source. But any developer who wants to modify the code or even contribute back to the project are welcome to do so.  04:43 Lois: Perside, can you walk us through MySQL's release model? Perside: This is divided into LTS and Innovation releases, each with a different target audience. LTS stands for long-term support. MySQL 8.4 is an LTS release and will be supported for several years. LTS releases are feature-stable. When you install an LTS release, you can apply future bug fixes and security patches without changing any behavior in the product. The bug fixes and security patches are designed to be backward compatible. This means you can upgrade easily from previous releases. LTS releases come every two years. This allows you to maintain a stable system without having to change your underlying application too frequently. You will not be forced to upgrade after two years. You can continue to enjoy support for an LTS release for up to eight years. Along with LTS releases, we also have Innovation releases. These contain the latest leading-edge features that are developed even in the middle of an LTS cycle. You can upgrade from LTS to Innovation and back again, depending on which features you require in your application. Innovation releases have a much more rapid cadence. You can get the latest features every quarter. This means Innovation releases are supported only for their specific release. So, if you're on the Innovation track, you must upgrade more frequently. All editions of MySQL are shipped as both LTS and Innovation releases. This includes the self-managed editions and also HeatWave in the cloud. You can treat both LTS and Innovation releases as production-ready. This means they are generally available releases. Innovation does not mean beta quality software. You get the same quality support from Oracle whether you're using LTS or Innovative software. The MySQL client software and other tools will operate with both LTS and innovation releases.  07:43 Nikita: What are connectors in the context of MySQL? Perside: Connectors are the language-specific software component that connects your application to MySQL. You should use the latest version of connectors. Connectors are also production-ready, generally available software. They will work with any version of MySQL that is supported at the time of the connector's release. 08:12 Nikita: How does MySQL integrate with Docker and other container platforms? Perside: You might already be familiar with the Docker store. It is used for getting containerized images of software. As an Oracle customer, you might be familiar with My Oracle Support. It provides support and updates for all supported Oracle software in patches.  MySQL works well with virtualization and container platform, including Docker. You can get images from the Community Edition on Docker Hub. If you are an Enterprise Edition customer, you can get images from the Docker store for MySQL Oracle Support or from Oracle container's registry.  09:04 Lois: What resources are available for someone who wants to know more about MySQL? Perside: MySQL has detailed documentation. You should familiarize yourself with the documentation as you prepare to install MySQL. The reference manual for both Community and Enterprise editions are available at the Developer Zone at dev.mysql.com. Oracle customers also have access to the knowledge base at support.oracle.com. It contains support information on use cases and reference architectures. The product team regularly posts announcements and technical articles to several blogs. These blogs often contain pre-release announcements of upcoming features to help you prepare for your next project. Also, you'll find deep dives into technical topics and complex problems that MySQL solves. This includes some problems specific to highly available architecture. We also feature individual blogs from high profile members of our team. These include the MySQL Community evangelist lefred. He posts about upcoming events and interesting features. Also, Dimitri Kravchuk offers blogs that provide deep dives into performance. 10:53 Nikita: Ok, now that I have all this information and am prepped and ready, how do I actually install MySQL on my operating system? What's the process like? Perside: You can install MySQL on various operating system, depending on your needs. These might include several distributions of Linux or UNIX, Windows, Mac OS, Oracle Linux based on the Unbreakable Enterprise Kernel, Solaris, and freeBSD. As always, the MySQL documentation provides full details on supported operating system. It also provides the specific installation steps for each of the operating system. Plus, it tells you how to perform the initial configuration and further administrative steps.  If you're installing on Windows, you have a couple of options. First, the MySQL Installer utility is the easiest way to install MySQL. It installs MySQL and performs the initial configuration based on options that you choose at installation time. It includes not only the MySQL server, but also the most important connectors, the MySQL Shell Client, MySQL Workbench Client with user interface and common utilities for troubleshooting and administration. It also installs several sample databases and models and documentation. It's the easiest way to install MySQL because it uses an installation wizard. It lets you select your installation target location, what components to install, and other options. 12:47 Lois: But what if I want to have more control?  Perside: For more control over your installation, you can install MySQL from the binary zip archive. This does not include sample or supporting tools and connectors, but only contains the application's binaries, which you can install anywhere you want. This means that the initial configuration is not performed by selecting an option through a wizard. Instead, you must configure the Windows service and MySQL configuration file yourself. Linux installation is more varied. This is because of the different distribution and also because of its terms of flexibility. On many distributions of Linux, you can use the package manager native to that distribution. For example, you can use the yum package manager in all Oracle Linux to install RPM files. You can also use a binary archive to install only the files. To decide which method you want to use, it's based on several factors. How much you know about MySQL files and configuration and the operating system on which you're going to do the installation? Any applicable standard or operating procedures within your own company's IT infrastructure, how much control do you need over this installation and how flexible a method do you need? For example, the RPM package for Oracle Linux, it installs the file in specific locations and with a specific service, MySQL user account. 14:54 Transform the way you work with Oracle Database 23ai! This cutting-edge technology brings the power of AI directly to your data, making it easier to build powerful applications and manage critical workloads. Want to learn more about Database 23ai? Visit mylearn.oracle.com to pick from our range of courses and enroll today! 15:18 Nikita: Welcome back! Is there a way for me to extend the functionality of MySQL beyond its default capabilities? Perside: Much of MySQL's behavior is standard and always exists when you install the server. However, you can configure some additional behaviors by extending MySQL with plugins or components. Plugins operate closely with the server and by calling APIs exposed by the server, they add features by providing extra functions or variables. Not only do they add variables, they can also interact with the servers on global variables and functions. That makes them work as if they are dynamically loadable parts of the server itself. Components also extend functionality, but they are separate from the server and extend its functionality through a service-based architecture. You can also extend MySQL in other ways-- by creating stored procedures, triggers, and functions with standard SQL and MySQL extensions to that language, or by creating external dynamically loaded user-defined functions. 16:49 Lois: Perside, can we talk about the initial user accounts? Perside: A MySQL account identifier is more than just a username and password. It consists of three elements, two that identify the account, and one that is used for authentication. The three elements are the username, it's used to log in from the client; the hostname element, it identifies a computer or set of computers; and the password, it must be provided to gain access to MySQL. The hostname is a part of the account identifier that controls where the user can log in. It is typically a DNS computer name or an IP address. You can use a wildcard, which is the percentage sign to allow the name user to log in from any connected host, or you can use the wildcard as part of an IP address to allow login from a limited range of IP addresses. 17:58 Nikita: So, what happens when I install MySQL on my computer? Perside: When you first install MySQL on your computer, it installs several system accounts. The only user account that you can log in to is the administrative account. That's called the root account. Depending on the installation method that you use, you'll either see the initial root password on the console as you install the server, or you can read it from the log file. For security reasons, the password of a new account, such as the root account must change. MySQL prevents you from executing any other operation with that account until you have changed the password.  18:46 Lois: What are the system requirements for installing and running MySQL? Perside: The MySQL service must run as a system-level user. Each operating system has its own method for creating such a user. All operating system follows the same general principles. However, when using the MySQL installer on Windows or the RPM package installation on Oracle Linux, each installation process creates and configure the system-level user. 19:22 Lois: Perside, since MySQL is always evolving, how do I upgrade it when newer versions become available?  Perside: When you upgrade MySQL, you have to bring the server down so that the upgrade process can replace all of the relevant binary executable files. And if necessary, update the data and configuration to suit the new software. The safest thing to do is to back up your whole MySQL environment. This includes not only your data in the files, such as binaries and configuration files, but also logical elements, including triggers, stored procedures, user configuration, and anything else that's required to rebuild your system. The upgrade process gives you two main options. An in-place upgrade uses your existing data directory. After you shut down your MySQL server process, you either replace the package or binaries with new versions, or you install the new binary executables in a new location and point your symbolic links to this new location. The server process detects that the data directory belongs to an earlier version and performs any required upgrade checks. 20:46 Lois: Thank you, Perside, for taking us through the practical aspects of using MySQL. If you want to learn about the MySQL architecture, visit mylearn.oracle.com and search for the MySQL 8.4: Essentials course.  Nikita: Before you go, we wanted to take a minute to thank you for taking the Oracle University Podcast survey that we put out at the end of last year. Your insights were invaluable and will help shape our future episodes. Lois: And if you missed taking the survey but have feedback to share, you can write to us at ou-podcast_ww@oracle.com. That's ou-podcast_ww@oracle.com. We'd love to hear from you. Join us next week for a discussion on MySQL database design. Until then, this is Lois Houston… Nikita: And Nikita Abraham signing off! 21:45 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.

The Segment: A Zero Trust Leadership Podcast
The Monday Microsegment for the week of 11/11/2024

The Segment: A Zero Trust Leadership Podcast

Play Episode Listen Later Nov 11, 2024 5:54


The Monday Microsegment for the week of November 11th. All the cyber security news you need to stay ahead, from Illumio's The Segment podcast.North Korean hackers target Apple MacOS with new crypto-stealing malware Interlock ransomware group emerges as new threat to healthcare and government And a U.S. government agency tells its staff to stop using mobile phones after Chinese hackAnd Trevor Dearing joins us for a Myth Busting segment.  Head to The Zero Trust Hub: hub.illumio.comIllumio World Tour Registration: https://www.illumio.com/illumio-world-tour 

c't uplink (HD-Video)
Umstieg auf macOS, ChromeOS oder Linux: Hauptsache weg von Windows | c't uplink

c't uplink (HD-Video)

Play Episode Listen Later Nov 2, 2024


Windows nervt mit immer mehr Werbung, mit Cloudzwang, mit Updatezwang, mit Sicherheitsproblemen – you name it. Also auf zu Apple macOS, zu Google ChromeOS oder zu Linux? Wir berichten, was diese Systeme besser machen, wie sie sich anfühlen und welche Hürden wir beim Umstieg überwunden haben. c‘t-Redakteur Hartmut Gieselmann kennt macOS seit vielen Jahren, c't-Redakteur Stefan Porteck nutzt ChromeOS und Linux, Moderator und c't-Redakteur Jörg Wirtgen ist vor kurzem von Windows zu macOS gewechselt. Wir tauschen uns aus, beschreiben verschiedene Arbeitswege und vergleichen unsere Lösungen. Einiges stimmt tatsächlich: Apple lockt mit guter Hardware zu recht hohen Preisen, ChromeOS findet größtenteils im Browser statt, für Linux fehlen einige Anwendungen. Doch anderes relativiert sich im Vergleich, weil alle Systeme sich weiterentwickeln. So ist macOS keineswegs immer übersichtlich und leicht zu bedienen. Und unter ChromeOS muss man nicht alles in der Google-Cloud speichern. Und Windows-Hardware ist nicht zwangsläufiger billiger als die von Apple. Wir tauschen uns aus, vergleich, diskutieren. Und ziehen am Ende Bilanz: Was müsste Windows ändern, damit wir wieder zruückkehren? Mit dabei: Hartmut Gieselmann, Stefan Porteck Moderation: Jörg Wirtgen Produktion: Ralf Taschke ► Der c't-Artikel zum Thema (Paywall): Für wen ein Umstieg auf macOS infrage kommt und was Sie beachten sollten: https://www.heise.de/select/ct/2024/24/2424614295377684614 Ratgeber zur Mac-Auswahl für Um- und Einsteiger https://www.heise.de/select/ct/2024/24/2424614323707953272 Windows 11 auf dem Mac virtualisieren https://www.heise.de/select/ct/2024/24/2424614374544321852

c’t uplink
Umstieg auf macOS, ChromeOS oder Linux: Hauptsache weg von Windows | c't uplink

c’t uplink

Play Episode Listen Later Nov 2, 2024 62:12


Windows nervt mit immer mehr Werbung, mit Cloudzwang, mit Updatezwang, mit Sicherheitsproblemen – you name it. Also auf zu Apple macOS, zu Google ChromeOS oder zu Linux? Wir berichten, was diese Systeme besser machen, wie sie sich anfühlen und welche Hürden wir beim Umstieg überwunden haben. c‘t-Redakteur Hartmut Gieselmann kennt macOS seit vielen Jahren, c't-Redakteur Stefan Porteck nutzt ChromeOS und Linux, Moderator und c't-Redakteur Jörg Wirtgen ist vor kurzem von Windows zu macOS gewechselt. Wir tauschen uns aus, beschreiben verschiedene Arbeitswege und vergleichen unsere Lösungen. Einiges stimmt tatsächlich: Apple lockt mit guter Hardware zu recht hohen Preisen, ChromeOS findet größtenteils im Browser statt, für Linux fehlen einige Anwendungen. Doch anderes relativiert sich im Vergleich, weil alle Systeme sich weiterentwickeln. So ist macOS keineswegs immer übersichtlich und leicht zu bedienen. Und unter ChromeOS muss man nicht alles in der Google-Cloud speichern. Und Windows-Hardware ist nicht zwangsläufiger billiger als die von Apple. Wir tauschen uns aus, vergleich, diskutieren. Und ziehen am Ende Bilanz: Was müsste Windows ändern, damit wir wieder zruückkehren? ► Der c't-Artikel zum Thema (Paywall): Für wen ein Umstieg auf macOS infrage kommt und was Sie beachten sollten: https://www.heise.de/select/ct/2024/24/2424614295377684614 Ratgeber zur Mac-Auswahl für Um- und Einsteiger https://www.heise.de/select/ct/2024/24/2424614323707953272 Windows 11 auf dem Mac virtualisieren https://www.heise.de/select/ct/2024/24/2424614374544321852

c't uplink (SD-Video)
Umstieg auf macOS, ChromeOS oder Linux: Hauptsache weg von Windows | c't uplink

c't uplink (SD-Video)

Play Episode Listen Later Nov 2, 2024


Windows nervt mit immer mehr Werbung, mit Cloudzwang, mit Updatezwang, mit Sicherheitsproblemen – you name it. Also auf zu Apple macOS, zu Google ChromeOS oder zu Linux? Wir berichten, was diese Systeme besser machen, wie sie sich anfühlen und welche Hürden wir beim Umstieg überwunden haben. c‘t-Redakteur Hartmut Gieselmann kennt macOS seit vielen Jahren, c't-Redakteur Stefan Porteck nutzt ChromeOS und Linux, Moderator und c't-Redakteur Jörg Wirtgen ist vor kurzem von Windows zu macOS gewechselt. Wir tauschen uns aus, beschreiben verschiedene Arbeitswege und vergleichen unsere Lösungen. Einiges stimmt tatsächlich: Apple lockt mit guter Hardware zu recht hohen Preisen, ChromeOS findet größtenteils im Browser statt, für Linux fehlen einige Anwendungen. Doch anderes relativiert sich im Vergleich, weil alle Systeme sich weiterentwickeln. So ist macOS keineswegs immer übersichtlich und leicht zu bedienen. Und unter ChromeOS muss man nicht alles in der Google-Cloud speichern. Und Windows-Hardware ist nicht zwangsläufiger billiger als die von Apple. Wir tauschen uns aus, vergleich, diskutieren. Und ziehen am Ende Bilanz: Was müsste Windows ändern, damit wir wieder zruückkehren? Mit dabei: Hartmut Gieselmann, Stefan Porteck Moderation: Jörg Wirtgen Produktion: Ralf Taschke ► Der c't-Artikel zum Thema (Paywall): Für wen ein Umstieg auf macOS infrage kommt und was Sie beachten sollten: https://www.heise.de/select/ct/2024/24/2424614295377684614 Ratgeber zur Mac-Auswahl für Um- und Einsteiger https://www.heise.de/select/ct/2024/24/2424614323707953272 Windows 11 auf dem Mac virtualisieren https://www.heise.de/select/ct/2024/24/2424614374544321852

The Segment: A Zero Trust Leadership Podcast
The Monday Microsegment for the week of 10/28/2024

The Segment: A Zero Trust Leadership Podcast

Play Episode Listen Later Oct 28, 2024 8:03


The Monday Microsegment for the week of October 28th. All the cyber security news you need to stay ahead, from Illumio's The Segment podcast.Cisco urges customers to patch their firewalls and VPN software amid active exploitsLockBit copycat targets Apple MacOS systems with new ransomware strainsAnd Microsoft's boss takes a pay cut for a series of security incidentsAnd Raghu Nandakumara joins us for a Boos and Bravos segment.  Head to The Zero Trust Hub: hub.illumio.comIllumio World Tour Registration: https://www.illumio.com/illumio-world-tour 

Les Cast Codeurs Podcast
LCC 314 - 1000 fois 1000 dépendances

Les Cast Codeurs Podcast

Play Episode Listen Later Jul 16, 2024 83:11


Emmanuel, Guillaume et Arnaud discutent des nouvelles de l'été. JEPs, transactional outbox pattern avec Spring, LLM dans Chrome, faille polyfill.io, TOTP, congés illimités et IDE payant ou pas payant ? Enregistré le 12 juillet 2024 Téléchargement de l'épisode LesCastCodeurs-Episode-314.mp3 News Langages Les fonctionnalités de JDK 23 ont été figées début Juin (release prévue en septembre) https://openjdk.org/projects/jdk/23/ https://www.youtube.com/watch?v=kzjGp7LmW0I JEPs finales: 467: Markdown Documentation Comments 471: Deprecate the Memory-Access Methods in sun.misc.Unsafe for Removal 474: ZGC: Generational Mode by Default JEPs en incubation / preview 455: Primitive Types in Patterns, instanceof, and switch (Preview) 466: Class-File API (Second Preview) 469: Vector API (Eighth Incubator) 473: Stream Gatherers (Second Preview) 476: Module Import Declarations (Preview) 477: Implicitly Declared Classes and Instance Main Methods (Third Preview) 480: Structured Concurrency (Third Preview) 481: Scoped Values (Third Preview) 482: Flexible Constructor Bodies (Second Preview) Librairies Le transactional outbox pattern avec Spring Boot https://www.wimdeblauwe.com/blog/2024/06/25/transactional-outbox-pattern-with-spring-boot/ transactional outbox permet d'éviter des 2PC ou des désynchronisations de resources: typiquement un commit dans une base et un envoie de message dans un bus on ecrit le message dans une table de la base de données, et un process séparé récupère les messages et les envoient dans le bus implémentation utilise Spring Integration dans l'article, la seconde resource est l'envoie d'email montre une approche de tests le flow descrit pas psring integration est pas super trivial a lire quand on est pas familier mais cela poll la table toutes les secondes et envoie email et si succes de l'appel de service, vide le message de la table Deuxieme exemple avec Spring modulith qui a un event bus interne qui peut être persisté décrit les differences avec spring integration et les limites de l'approche modulith (message order, retry etc) Comment tester des valeurs de propriétés différentes dans un test Quarkus https://quarkus.io/blog/overriding-configuration-from-test-code/ on a tendance a ne pas tester les propriétés de config ce blog montre 5 (enfin 4 utiles) façons de le faire avec Quarkus. les profils de test, mocker l'objet de config, les test components (experimental), l'injection dans les constructeurs Quarkus 3.12 https://quarkus.io/blog/quarkus-3-12-0-released/ centralisation des configs TLS support pour le load shedding (reject requests on service overload) événements JFR specific a Quarkus native image agent support Spring Boot 3 (compat layer) Support Kotlin 2 etc Cloud On vous parlait dans un épisode précédent de ce problème de coûts S3 sur des requêtes non autorisées. C'est Graphana Loki qui a mis ce problème sous les projecteurs https://grafana.com/blog/2024/06/27/grafana-security-update-grafana-loki-and-unintended-data-write-attempts-to-amazon-s3-buckets/ le problème venait des valeurs par défaut des buckets déclarés dans le chart helm de Loki, en particulier celui nommé ‘chunks' Data et Intelligence Artificielle Guillaume avait partagé l'information sur la disponibilité prochaine d'un mini modele LLM dans chrome. C'est maintenant une réalité et vous pouvez le tester. https://ai-sdk-chrome-ai.vercel.app/ Nécessite Chrome 127 (version stable à partir de mi-juillet) Utilise le SDK Vercel AI Guillaume nous parle de toutes les nouveautés liées au modèle Gemini de Google dans la dernière release de LangChain4j https://glaforge.dev/posts/2024/07/05/latest-gemini-features-support-in-langchain4j/ Outillage 1% des utilisateurs de Maven Central utilisent 83% de sa bande passante. Installez un repository manager qui fait proxy (et cela pour tous les types de dépendances)!!! https://www.sonatype.com/blog/maven-central-and-the-tragedy-of-the-commons rien n'est réellement gratuit et l'abus d'une minorité peut nuire à l'ensemble. Cela fait maintenant plus de 20 ans que les communautés le répète: installer un gestionnaire de dépendances dans votre infrastructure (nexus, artifactory, CodeArtifact, …). En plus de protéger le bien commun cela vous permet de raffiner le filtrage des dépendances, d'assurer la reproductibilité de vos builds, d'optimiser les performances (et réduire les coûts) en ne téléchargeant que depuis votre propre infrastructure, etc … Maven Central est un commun qui ne coute rien à l'utilisteur mais qui est indispensable à tous 1000 milliards de téléchargements l'année dernière 83% de la bande passante consommé par 1% des IPs Beaucoup des ces IP viennent des companies les plus larges proxy pour réduire charge sur central, réduire couts ingress/egress ils vont implementer un mécanisme de throttling question est-ce que la concentration des IPs veut juste dire que c'est le dernier noeud mais que cacher n'est pas effectif pour eux et qu'il y a des milliers de clients derrière une IP? le trotting ferait mal et le proxy ne marche plus dans un monde ou le dev est dans le cloud et distribue géographiquement Comment mettre en place backstage, ici avec un projet Spring Boot utilisant CircleCi, Renovate, SonarCloud… https://piotrminkowski.com/2024/06/13/getting-started-with-backstage/ Cet article explique comment utiliser backstage pour fournir à vos équipes un template d'une application spring-boot. Elle est automatiquement crée sous forme d'un repository git(hub) avec les integrations classiques pour gérer la CI (via CircleCI), la qualité (via SonarCloud), la mise à jour de dépendances (via Renovate) et bien sur son référencement sur le portail backstage. tutoriel tres complet tres facilement remplacable pour un project avec votre technologie preferee (pas specifique a Spring Boot, ou Java) Architecture Que se passe t'il quand vous faites un push sur GitHub? https://github.blog/2024-06-11-how-we-improved-push-processing-on-github/ GitHub explique comment ils ont amélioré leur architecture, notamment en mettant en place Kafka pour distribuer les actions qui découlent d'un push sur GitHub. paralelisation des taches (avant sequentiel) limitation des dependances entre etapes effectuées lors d'un push plus de taches peuvent faire un retry un classique de decoupling via un EDA Sécurité Attaque du CDN polyfill.io https://sansec.io/research/polyfill-supply-chain-attack polyfill c'est un support de nouvelles fonctionalites dans les ancien navigateurs servi par cdn notamment une societe chinoise a achete le domaine et le github et injecte du malware qui pointe sur des serveurs qui servent le malware selectivement (device, admin ou pas, heure de la journée) Fastly et Cloudflare on des deploiements alternatiuve Une faille de sécurité, de type Remote Code Execution, vieille de 10ans, dans CocoaPods, un gestionnaire de dépendances très utilisé dans le monde Apple (macOS et iOS) https://securityboulevard.com/2024/07/cocoapods-apple-vulns-richixbw/ https://cocoapods.org/ / https://cocoapods.org/ est un gestionnaire de dépendances pour les projets Xcode. Les dependances (Pods) sont publiées sous forme de Specs qui sont référencées dans un Specs Repo (une sorte de Maven central mais seulement avec des metadonnées) CVE-2024-38366 est une vulnérabilité de type remote code execution avec un score CVSS de 10 La faille existait depuis 10 ans et a été corrigée en Sept 2023. Elle permettait d'avoir un accès root sur trunk.cocoapods.org qui stock les Specs. Elles auraient donc pu être modifiées sans que les auteurs ne s'en apperçoivent. Pas de preuve pour l'instant que la faille ait été exploitée Mieux comprendre la double authentification avec TOTP https://hendrik-erz.de/post/understanding-totp-two-factor-authentication-eli5 Cet article revient sur le fonctionnement de TOTP et comment l'implementer avec des exemples en python the QR code est une URL qui contient: le secret en base 32. le nom du totp, qui a fournit le TOTP, combien de chiffres et la durée de vie du TOTP pour generer les chiffres, prends le secret, le temps et hash le tout, prendre 4 bytes et les convertir le chiffres typiquement le serveur genere les deux d'avant, les deux d'apres et le courant pour comparer Loi, société et organisation L'équipe Apache Maven gagne le troisième prix BlueHats https://nlnet.nl/bluehatsprize/2024/3.html le projet remporte un gain de 10000€. Ce prix est organisé par le gouvernement français afin de récompenser les projets open sources les plus impactants. La clause de congés illimités en Europe https://www.osborneclarke.com/insights/why-your-unlimited-vacation-policy-may-be-of-limited-use-in-europe Les politiques de congés illimités, populaires aux États-Unis, ne sont pas aussi avantageuses en Europe. En Europe, les employeurs doivent suivre les congés pris pour respecter les minima légaux de quatre semaines par an donc ils ne peuvent pas economiser sur le faire de ne plus les gérer. Les congés illimités permettent aux US de ne plus à devoir les payer au départ de l'employé. En Europe les employeurs doivent payer les congés non utilisés lors de la fin du contrat. Les employés européens pourraient prendre davantage de congés, car ils sont mieux protégés contre le licenciement. Les jours de maladie sont plus cadrés en europe. Un employé qui souffre d'une maladie longue pourrait utiliser les congés illimités mais ce ne sont pas les même règles qui s'appliquent OpenDNS n'est plus disponible en France et au Portugal https://support.opendns.com/hc/en-us/articles/27951404269204-OpenDNS-Service-Not-Available-To-Users-In-France-and-Portugal A priori Cisco qui opère openDNS en a marre des demandes de restrictions spécifiques à nos pays et préfère donc retirer entièrement l'accès au service plutôt que de se conformer à la nième demande de restrictions qui faisait suite à la plainte du groupe Canal+ portant sur l'accès à des sites illicites de streaming pour du sport Ask Me Anything Salut ! Êtes-vous plutôt IDE payants (ex : IJ Ultimate, ou des plugins payants), ou ne jurez-vous que par des outils gratuits ? Un peu des deux ? Si adaptes du payant, ça ne vous déprime pas qu'un nombre considérable d'employeurs rechignent à nous payer nos outils ? Que “de toute façon VSCode c'est gratuit” (à prononcer avec une voix méprisante) ? Quid du confort, ou de la productivité et/ou qualité accrue quand on maîtrise de tels outils ? Merci ! Conférences La liste des conférences provenant de Developers Conferences Agenda/List par Aurélie Vache et contributeurs : 6 septembre 2024 : JUG Summer Camp - La Rochelle (France) 6-7 septembre 2024 : Agile Pays Basque - Bidart (France) 17 septembre 2024 : We Love Speed - Nantes (France) 17-18 septembre 2024 : Agile en Seine 2024 - Issy-les-Moulineaux (France) 19-20 septembre 2024 : API Platform Conference - Lille (France) & Online 25-26 septembre 2024 : PyData Paris - Paris (France) 26 septembre 2024 : Agile Tour Sophia-Antipolis 2024 - Biot (France) 2-4 octobre 2024 : Devoxx Morocco - Marrakech (Morocco) 7-11 octobre 2024 : Devoxx Belgium - Antwerp (Belgium) 8 octobre 2024 : Red Hat Summit: Connect 2024 - Paris (France) 10 octobre 2024 : Cloud Nord - Lille (France) 10-11 octobre 2024 : Volcamp - Clermont-Ferrand (France) 10-11 octobre 2024 : Forum PHP - Marne-la-Vallée (France) 11-12 octobre 2024 : SecSea2k24 - La Ciotat (France) 16 octobre 2024 : DotPy - Paris (France) 16-17 octobre 2024 : NoCode Summit 2024 - Paris (France) 17-18 octobre 2024 : DevFest Nantes - Nantes (France) 17-18 octobre 2024 : DotAI - Paris (France) 30-31 octobre 2024 : Agile Tour Nantais 2024 - Nantes (France) 30-31 octobre 2024 : Agile Tour Bordeaux 2024 - Bordeaux (France) 31 octobre 2024-3 novembre 2024 : PyCon.FR - Strasbourg (France) 6 novembre 2024 : Master Dev De France - Paris (France) 7 novembre 2024 : DevFest Toulouse - Toulouse (France) 8 novembre 2024 : BDX I/O - Bordeaux (France) 13-14 novembre 2024 : Agile Tour Rennes 2024 - Rennes (France) 20-22 novembre 2024 : Agile Grenoble 2024 - Grenoble (France) 21 novembre 2024 : DevFest Strasbourg - Strasbourg (France) 21 novembre 2024 : Codeurs en Seine - Rouen (France) 27-28 novembre 2024 : Cloud Expo Europe - Paris (France) 28 novembre 2024 : Who Run The Tech ? - Rennes (France) 3-5 décembre 2024 : APIdays Paris - Paris (France) 4-5 décembre 2024 : DevOpsRex - Paris (France) 4-5 décembre 2024 : Open Source Experience - Paris (France) 6 décembre 2024 : DevFest Dijon - Dijon (France) 22-25 janvier 2025 : SnowCamp 2025 - Grenoble (France) 16-18 avril 2025 : Devoxx France - Paris (France) Nous contacter Pour réagir à cet épisode, venez discuter sur le groupe Google https://groups.google.com/group/lescastcodeurs Contactez-nous via twitter https://twitter.com/lescastcodeurs Faire un crowdcast ou une crowdquestion Soutenez Les Cast Codeurs sur Patreon https://www.patreon.com/LesCastCodeurs Tous les épisodes et toutes les infos sur https://lescastcodeurs.com/

RunAs Radio
Apple and Microsoft Entra with Michael Epping

RunAs Radio

Play Episode Listen Later Jun 5, 2024 38:24


How are your company's Apple devices connected to the enterprise? Richard talks to Michael Epping about the recent additions in Entra that support the authentication of Apple MacOS and iPadOS devices. Michael discusses Apple's Secure Enclave as the equivalent of Trusted Platform Management in Windows. With Entra Platform SSO, you can now use that authentication to access Azure resources and, ultimately, on-premises Kerberos-secured resources! These features are still in public preview but fully supported, and more is coming!LinksMicrosoft IntuneWindows AutopilotMicrosoft Entra HybridMicrosoft Entra SSO Plug-in for Apple DevicesApple Secure EnclaveIntegrate Apple Devices with Microsoft Entra IDApple Automated Device EnrollmentEntra Conditional AccessmacOS Platform Single Sign-onJoin a Mac device with Microsoft Entra IDRecorded May 13, 2024

The Daily Decrypt - Cyber News and Discussions
Super Bowl Cybersecurity, Raspberry Robin Evolution, RustDoor macOS Threat, AI Underground Surveillance

The Daily Decrypt - Cyber News and Discussions

Play Episode Listen Later Feb 12, 2024 10:18


Cybersecurity and Infrastructure Security Agency (CISA) teams up with the NFL to tackle cybersecurity at the Super Bowl, making a defense play that extends beyond the field. Dive into the shadows with us as we explore the stealthy advances of Raspberry Robin malware, leveraging Discord and new exploits to breach systems. Shift gears to the macOS landscape, where RustDoor backdoor emerges as a sophisticated threat. Then, join us underground on the London Tube, where AI surveillance trials spark debate over privacy and safety. Finally, we unravel the evolving menace of MoqHao Android malware, highlighting the relentless pace of cybercriminal innovation. Stay vigilant with us on the digital frontier, where cybersecurity is not just a strategy but a necessity. Featured Topics and Original Articles: CISA's Cybersecurity Touchdown at the Super Bowl Cybersecurity Dive - Super Bowl and Cybersecurity AI Surveillance on the London Underground Ars Technica - AI Surveillance London Underground RustDoor MacOS: A Stealthy Threat The Hacker News - RustDoor Backdoor Alert Raspberry Robin Malware's Tactical Evolution The Hacker News - Raspberry Robin Upgrades The Evolving Threat of MoqHao Android Malware McAfee Labs Report on MoqHao Listen and Learn: Join us as we dissect these pressing cybersecurity issues, offering insights into how individuals and organizations can navigate the complexities of the digital age. Whether it's the excitement of the Super Bowl or the daily commute on the London Underground, security is omnipresent and paramount. Stay informed, stay secure, and let's protect our digital world together. Thanks to Jered Jones for providing the music for this episode. https://www.jeredjones.com/ Good morning, everyone. Today is Monday, February 12th, and you're listening to the daily decrypt. Yesterday was a pretty big day for television fans. I believe Taylor swift. Made an appearance, um, at the sports game. So congratulations to Taylor swift for winning the super bowl. We're going to quickly talk about the CSUs cybersecurity touchdown at the super bowl. We're going to be discussing AI surveillance at the London [00:01:00] underground. I'm gonna be talking about RustDoor which is a MacOS vulnerability. Raspberry Robin. And the evolving threat of the MoqHao Android malware. Okay, so up first, this past. Weekend we had the Superbowl. And CISA. Which is the cybersecurity infrastructure security agency. Has launched a NFL wide campaign called secure our world. And they're teaming up with the NFL to boost cybersecurity awareness. Not only at the Superbowl. But throughout the entire season with 32 of the NFL teams committing. To promoting cybersecurity tips. This is pretty cool. It's becoming more and more important to discuss ways to stay safe online. So we're really glad that the NFL is partnering with CISA. To get the word out there. You'll be [00:02:00] shocked to hear their recommendations. Which are as follows. Adopt strong passwords. Enable multi-factor authentication. Be vigilant against phishing. And keep your software up to date. These messages appeared on screens throughout Allegiant stadium. They appeared on the jumbo Tron. They appeared on posters. I believe they even. I had an ad. On the Las Vegas sphere. So, this is huge. This is going to be great. We know how much you guys love hearing lectures about how to stay safe online. And we know how much you love ignoring them. We're so excited for you to watch the Superbowl and get more of those lectures. The lectures won't stop. Until you follow that advice. This campaign is not only coming. As a result of. The huge breach on major Las Vegas casinos last year. But also because regular citizens lost over a billion dollars last year due to cyber crime. So we need to [00:03:00] start cracking down on this for your safety, for the economy. For many reasons at a macro level. So I have some friends who have spent between 10 and $80,000 to get to go to Allegiant stadium. For the super bowl. To see Taylor swift. To get a cybersecurity lecture that they couldn't get from me. And maybe they'll even see some sports. So all in all, I think that's pretty worth it. So the London underground is testing AI surveillance to detect crimes unsafe behaviors. And fare evasion. With a pilot at Willis, then green tube station. The system uses live CCTV and machine learning to issue over 44,000 alerts, including 19,000 in real time to station staff for behaviors like weapon brandishing, falling on the tracks and fare dodging. Okay, well, that's great. They're not just worried about. The money that they're losing, but they're also worried about your [00:04:00] safety. Like if someone falls on the tracks, AI can recognize that as a safety hazard and get someone over there, hopefully before a train comes. Experts worry about the ethical implications, potential expansion to facial recognition. And the lack of public awareness about the trial. And those things concern me too. It's only a fine line from using AI. To detect crimes and to detect all these things to now tracking you and your face. And feeding that information to. Big banking to Amazon, to all these people that want your data, Facebook, et cetera. I'm sure that London is not doing a great job of advertising this. So it's really important to stay up to date on this news. By sharing this podcast with them. So if you know anyone in London, go ahead and send this to them. The London underground is going to start watching. Yeah. Apple Mac OS users find themselves at the center of a sophisticated cybersecurity threat. A new rust based backdoor rust is just a programming language [00:05:00] and it's been code named rust door by bit defender. This threat has been around since November of 2023. So it's not new, but it is just coming to fruition. Rust door masquerades as an update for Microsoft visual studio, which is pretty clever because. For some reason, certain things need Microsoft visual studio to run effectively on your Mac. And. By the time you realize that that's what's missing, you're frustrated. And you just click download you, Google, Microsoft visual studio update, and you click the first thing and you click download and you walk away because it's like, 20 gigabytes. Of data that has to download over the next hour. It's so frustrating. I've done it way too many times. So attackers have realized this and they've bought Google ad space for Microsoft visual studio probably duplicated the website. So it looks exactly the same with the download button you're going there. You're clicking. Download. And you're getting malware. So, yeah. Be careful, especially for downloading Microsoft [00:06:00] visual studio. On a Mac. Raspberry Robyn. Which is a fun name is the name of malware. Used as sort of initial foothold during breaches. So it. It historically has been distributed using USB keys or malicious downloads. But it's continually evolving. And it's now harnessing one day exploits for escalated privilege. Hinting at either an exploit market purchase or in-house development by its operators. So we've talked about zero days before on this podcast. So as a reminder, a zero day is something that was built into the initial software. So when something is released, There's a vulnerability in there that the developers don't even know about. So that's, what's called a zero day. Uh, one day is when the developers find [00:07:00] out about that vulnerability. Now we're in this weird limbo, which is called a one day. Where the developers know and are working on developing a patch, which will come to you via a security update. And now all bad actors also know about this vulnerability. So they're hustling to get out an exploit. For this vulnerability and it's sort of a race between the developers trying to fix it and the bad actors trying to exploit it. So. Raspberry Robin has successfully exploited. What's called a one day, which we just discussed. And it has become harder and harder to detect and analyze because it employs anti analysis and obfuscation techniques. It is also now using discord. For a platform to distribute this malware instead of a USB key. And introduces what's called PAE exec. For lateral movement and a refined command and control method using a list of tour addresses to maintain communications stealth. So there's a lot in there. But [00:08:00] over the past couple of weeks doing this podcast, I've seen discord being used for a lot of things. Uh, I know I am clicking these server, join links all the time and join servers and then leave them. I'm going to be joining less servers moving forward. And I'll be very picky about the ones that I do decide to join. And finally we've got the evolving threat of the MoqHao Android malware. So this malware. Has been around for a few years, but. As of recently it now executes automatically on infected devices. So there's no user action required. The malware is like to roaming mantis, a Chinese cyber crime group focused on financial gain. And it starts with SMS messages containing fraudulent links. So maybe you have a package [00:09:00] coming in. Today and you get a message from someone, someone@gmail.com saying your package has been delayed. Click the link. That's how you get it. As soon as it's downloaded, it demands risky permissions from the phone. In July of 22. Sequoia. Reported over 70,000 Android devices in France were compromised. So. How can you prevent this? Like CISA said at the Superbowl, be vigilant with phishing links. Make sure your devices are up to date. And. If you notice any weird slowdowns on your devices Turn it off. Turn it back on again. Maybe even reset it. Alrighty, that's it for today, guys. Thanks for listening. We hope you enjoyed this new format, bringing you a little bit more news in a little bit shorter of a format. Thanks for tuning in and we will talk to you tomorrow. [00:10:00]

Life With Gadget
ep018後編 WWDC 2023振り返り | watchOS 10/Apple Vision Pro

Life With Gadget

Play Episode Listen Later Sep 1, 2023 98:57


Apple Vision Proが凄すぎてまとまってないまま喋っちゃったので支離滅裂カモ by 虎豆しば2号 iOS17のベータ版をインストールしたiPhoneが不調になり復元してしまったため、録音ファイルが消え、僕の話している部分は全カットになってしまいました。ベータ版を入れる前にバックアップを取りましょう(泣)by ねくさす ---------------- <ゲスト> たこ(@tako853) - Twitter https://twitter.com/tako853 ---------------- <関連リンク> ■WWDC23 - Apple https://www.apple.com/jp/apple-events/ ■watchOS 10 プレビュー - Apple https://www.apple.com/jp/watchos/watchos-preview/ ■【Apple Watch】初見殺し!watchOS 10、基本操作の変更点まとめ | Apple Watch Journal - YouTube https://www.youtube.com/watch?v=HL0Nlkx3c-Y ■Ben Laung(threads.net/@ben_roadtovr)(@benz145)さんのツイートhttps://twitter.com/benz145/status/1665414030926970880?s=20 ■森山大朗(たいろー) Work in Tech!(@tairo)さんのツイート https://twitter.com/tairo/status/1665925881662181376?s=20 ■視線でスマホをコントロールできるアプリ「Hawkeye Access」が公開 - iPhone mania https://iphone-mania.jp/news-231018/ ■Apple Watchを画面に触れずに片手で操作する : AssistiveTouchの使い方 - iPhoneのすべて https://www.apollomaniacs.com/ipod/howto_applewatch_assistivetouch.htm ■Apple Watch」新OSでさらに使い勝手が超進化 - 東洋経済ONLINE https://toyokeizai.net/articles/-/460793?page=2 ■【編集後記】Apple Vision Proのデザインの元ネタを探してみた - アイアリ https://arigato-ipod.com/2023/06/column-22-06-11.html ■Apple、macOS 11 Big Sur Beta 3で批判されていたシステム環境設定のバッテリーアイコンのデザインを変更。 - AAPL Ch. https://applech2.com/archives/20200725-macos-11-big-sur-beta-3-new-battery-icon.html ■TheParallaxView・Illusion of depth by 3D head tracking on iPhone X - ANXIOUS=BORED https://www.anxious-bored.com/blog/2018/2/25/theparallaxview-illusion-of-depth-by-3d-head-tracking-on-iphone-x ---------------- <いつも喋ってる人たち> ■ねくさす(@nexus_106) - Twitter https://twitter.com/nexus_106 ■虎豆しば2号(@mamesiba9171) - Twitter https://twitter.com/mamesiba9171 ----------------

Mac OS Ken
Rapid Security Replacement - MOSK: 07.13.2023

Mac OS Ken

Play Episode Listen Later Jul 13, 2023 18:24


- CIRP Looks at Apple Music, Apple TV+, and Age Groups - Apple Issues Replacement Rapid Security Response - First Public Betas Out for This Fall's OS Updates from Apple - macOS 13.5 Will Fix Syncing Issue with 3rd and 4th Gen. iPod shuffle (?!?) - Towson Town Center Retail Union Stymied by Apple Negotiation Stance - Apple Adds a Few More Drivers Back to Its AV Fleet - Sony Extends Apple TV+ Trial Offers to PS4 and PS5 Owners - Apple TV+ Outs Trailer for “Physical” Season-Three - Apple TV+ commercial on YouTube - Sponsored by Issuu: Get 50% off an annual premium account with code MACOSKEN at issuu.com/podcast - Sponsored by Factor: Use code macosken50 at factormeals.com/macosken50 for 50% off your first box. - Power what we do next for as little as $1 a month. Join the Mac OS Ken Test Kitchen at Patreon at Patreon.com/macosken - Send me an email: info@macosken.com or call (716)780-4080!

Apple News Radio ワンボタンの声
2396回Apple Vision Proを試したい とても試したい

Apple News Radio ワンボタンの声

Play Episode Listen Later Jun 30, 2023 31:00


2396ANRワンボタンの声ダウンロードリンク★YouTubeにてアニメ版配信開始!!■7/1配信 アップル「Vision Pro」開発キット提供開始 Unityアプリは7月から移植可能に、AppleのGame Porting Toolkitを利用しWindowsゲームをMacで実行できるようにするWineラッパー「Whisky」が日本語にローカライズ、Appleで26年間勤め上げたプログラマーが引退後に思いを語る、Appleが過去に公開したmacOSのインストーラーをダウン..

Crypto Talk Radio: Basic Cryptonomics
Apple macOS, iOS and iPadOS Vulnerability Puts Your Crypto At Risk

Crypto Talk Radio: Basic Cryptonomics

Play Episode Listen Later Apr 19, 2023 28:25


Connect with us: Website: https://www.CryptoTalkRadio.net Twitter: @CTRCryptoRadio Facebook: @ThisIsCTR Discord: @CryptoTalkRadio YouTube: @CryptoTalkRadio CoinMarketCap Community: @CryptoTalkRadio

WIRED Security: News, Advice, and More
A Bug in Apple MacOS Ventura Breaks Third-Party Security Tools

WIRED Security: News, Advice, and More

Play Episode Listen Later Oct 31, 2022 6:41


Your anti-malware software may not work if you upgraded to the new operating system. But Apple says a fix is on the way.

WIRED Security: News, Advice, and More
A Bug in Apple MacOS Ventura Breaks Third-Party Security Tools

WIRED Security: News, Advice, and More

Play Episode Listen Later Oct 31, 2022 6:40


Your anti-malware software may not work if you upgraded to the new operating system. But Apple says a fix is on the way.

Namastey India
Apple macOS 13 Ventura review | EP893

Namastey India

Play Episode Listen Later Oct 29, 2022 9:23


Aaj k episode main baat karenge Apple macOS 13 Ventura k baare main.Karenge review kyunki main use kar rha hu ise for the last 2-3 days.Dekhte hai kya hai accha aur kya ho skta tha behtar.Sunte rahiye Namastey India!

The Vergecast
Apple's new App Store tax. Microsoft Surface reviews, and Meta's earnings

The Vergecast

Play Episode Listen Later Oct 28, 2022 87:33


The Verge's Nilay Patel, David Pierce, Alex Cranz, and Tom Warren discuss Microsoft Surface reviews, Apple's new App Store tax, and Meta earnings. Further reading: Microsoft Surface Pro 9 (SQ3) review: Windows on Arm is not ready Microsoft Surface Laptop 5 (13.5-inch) review Surface defined 10 years of Windows PCs — can Microsoft nail the next 10, too?  Microsoft says more than 20 million people have used Xbox Cloud Gaming Zuckerberg is all in on the metaverse whether you like it or not  Xbox's Phil Spencer says the metaverse is a ‘poorly built video game' Microsoft: Xbox game streaming console is ‘years away'  Apple macOS 13 Ventura review: a bunch of good updates you can mostly ignore  Apple's new App Store tax on ads is a direct shot at Meta  Spotify pulls audiobook purchases from iOS app after Apple blocks updates Apple confirms the iPhone is getting USB-C  Apple could release a 16-inch iPad next year The Twitter deal is all downside risk for Elon Musk This tablet pairs an E Ink display with a... 16-megapixel rear camera? Power struggle: Puerto Rico's battle to fix the electric grid  Email us at vergecast@theverge.com or call us at 866-VERGE11, we'd love to hear from you. We are conducting a short audience survey to help plan for our future and hear from you. To participate, head to vox.com/podsurvey, and thank you! Learn more about your ad choices. Visit podcastchoices.com/adchoices

Tech Minimalism
Apple macOS security features

Tech Minimalism

Play Episode Listen Later Sep 7, 2022 4:02


Having a Mac that's secure is always a good thing. So when I read an article about how Apple is going beyond just securing your device and data by enabling their macOS system to do more, it got me excited!Video: https://macjunky.com/post/apple-macos-security-features/Podcast: https://macjunky.com/podcast/?e=88b06472Newsletter: https://macjunky.com/dailyWebsite: https://macjunky.comContact: https://macjunky.com/contactFree consultation: https://macjunky.com/schedule ★ Support this podcast ★

SELDERS.TV - Komplexes einfach verkaufen [Audio]
Warum die Schreib-App Ulysses fast so teuer ist wie das ganze MS-Office-Paket

SELDERS.TV - Komplexes einfach verkaufen [Audio]

Play Episode Listen Later Feb 23, 2022 8:33


Die App Ulysses ist eine minimalistische Schreib-App für Apple MacOS und iOS. Sie bietet nur einen Bruchteil der Funktionen von Microsoft Word und ist im Jahresabo – je nachdem, wie Du rechnest – 2 bis 4 Mal so teuer wie Word. Das Besondere an Ulysses: Die App ist klar und fokussiert positioniert. Warum diese kleine App nicht den Funktionsumfang von Word braucht und warum mich ihre Positionierung so beeindruckt erfährst Du in dieser Episode von „Positionierung statt Wettbewerb“. Wenn Du neu im Thema Positionierung bist, empfehle ich Dir mir meinen Blog-Beitrag "Positionierung: Alles, was Du wissen musst": https://www.selders.com/positionierung-marketing/ Wenn Du mit mir arbeiten möchtest, findest Du die Möglichkeiten hier: https://www.selders.com/arbeite-mit-mir/ Alle Podcast-Episoden findest Du hier: https://www.selders.com/podcast/

Appleるんるん
Appleるんるん_20211219

Appleるんるん

Play Episode Listen Later Dec 18, 2021


個人事業主るんるん Appleるんるん 8TB HDDが特価で一時1万円割れ、サーバー向け「Ultrastar」の14TB/12TBも一部で大幅安に - AKIBA PC Hotline! RAID6とは(複数分散パリティ) RAID容量計算[自動計算] Appleシリコンを搭載したMacでmacOS復旧を使用する - Apple サポート (日本) M1 Max、Intel版MacBook ProよりLightroomで4.8倍高速 - iPhone Mania MacBook ProのProRes書き出し、Mac Pro(2019)より3倍高速 - iPhone Mania 「macOS Monterey 12.1」アップデート公開、Macでも「SharePlay」が可能に | マイナビニュース Apple、macOSの「ユニバーサルコントロール」をまた延期 「2022年の春に使えるようになります」 - ITmedia NEWS 「iOS 15.2」配信開始 「Apple Music」の新プランやアプリによるアクセスを把握できるレポートなどの新機能 - ITmedia Mobile 私が死んだらこのアカウントは誰に託すか 自分の死後、iPhoneやMacのデジタル資産を継承する方法(1/2 ページ) - ITmedia NEWS [BJ] Siriに託したい [タロケン] 預かったMacだけお客さまにお返しさせてください Macも今後、非ProモデルとProモデルに名称が変更される?違いは冷却機構? - iPhone Mania Adobe、無料の「Creative Cloud Express」投入。デザインの心得がなくても高品質コンテンツを簡単に作成可能に - PC Watch cf:Adobe Creative Cloud Express(旧Adobe Spark)にようこそ 料金プラン|イオンの格安スマホ・格安SIM【イオンモバイル】 BJるんるん IP 映像伝送方式 NDI の新バージョン「NDI 5」を発表|株式会社 アスクのプレスリリース PTZカメラとは?|防犯カメラのアルコム タロケン裏るんるん 【告知】 YouTubeチャンネル登録お願いします BJ: くりらじチャンネル BJ: サイクリングch タロケン: タロケン鉄道 タロケン: タロケンIT タロケン: タロケン裏 タロケン: 鉄道ライブカメラ静岡 Shinkansen Live Camera 鐵尾: 鐵尾の動画 - YouTube audiobook有料番組登録をお願いします ヴォイニッチの科学書 | audiobook.jp 新型コロナウィルス感染症(COVID-19)最新情報 | audiobook.jp

Web Radio Station ~くりらじ~PODCAST

個人事業主るんるん Appleるんるん 8TB HDDが特価で一時1万円割れ、サーバー向け「Ultrastar」の14TB/12TBも一部で大幅安に - AKIBA PC Hotline! RAID6とは(複数分散パリティ) RAID容量計算[自動計算] Appleシリコンを搭載したMacでmacOS復旧を使用する - Apple サポート (日本) M1 Max、Intel版MacBook ProよりLightroomで4.8倍高速 - iPhone Mania MacBook ProのProRes書き出し、Mac Pro(2019)より3倍高速 - iPhone Mania 「macOS Monterey 12.1」アップデート公開、Macでも「SharePlay」が可能に | マイナビニュース Apple、macOSの「ユニバーサルコントロール」をまた延期 「2022年の春に使えるようになります」 - ITmedia NEWS 「iOS 15.2」配信開始 「Apple Music」の新プランやアプリによるアクセスを把握できるレポートなどの新機能 - ITmedia Mobile 私が死んだらこのアカウントは誰に託すか 自分の死後、iPhoneやMacのデジタル資産を継承する方法(1/2 ページ) - ITmedia NEWS [BJ] Siriに託したい [タロケン] 預かったMacだけお客さまにお返しさせてください Macも今後、非ProモデルとProモデルに名称が変更される?違いは冷却機構? - iPhone Mania...

kompot
158 macOS 12 Monterey – system dla dojrzałych jabłek

kompot

Play Episode Listen Later Nov 3, 2021 71:34


Choć (póki co) nie znamy udziału procentowego w rynku najnowszej wersji systemu operacyjnego macOS 12, to sądząc po usprawnieniach oraz stosunkowo wysokiej „bezproblemowości” wróżymy, że Monterey zdobędzie serce większości użytkowników kwalifikowanych komputerów z jabłuszkiem. Postanowiliśmy więc podyskutować wspólnie co nam się podoba a co nie, na przykładzie wybranych, zarówno spektakularnych jak i tych drobnych nowych funkcji w nowym systemie. W końcu to najważniejsze oprogramowanie, od którego zależy wygoda, bezpieczeństwo i wydajność pracy. Witryna systemu Apple macOS 12 Monterey Wszystkie nowości w macOS Monterey Lista komputerów wspieranych przez system macOS Monterey Witryna programu Yoink od Eternal Storms Software Program Yoink na platformie Setapp Partnerem applejuice i sponsorem podkastu kompot jest Setapp. Nasz podkast znajdziecie w Apple Podcasts (link), możecie też dodać do swojego ulubionego czytnika RSS (link), wysłuchać w serwisach: Spotify (link), Google Podcasts (link), TuneIn (link), Overcast (link), Castbox (link), PlayerFM (link), Pocket Casts (link), myTuner (link) lub przesłuchać bezpośrednio w przeglądarce (link). Zapraszamy do kontaktu na Twitterze: Remek Rychlewski @RZoG. Marek Telecki @mantis30. Natomiast całe przedsięwzięcie firmuje konto @ApplejuicePl.

David Bombal
#327: Hidden Keylogger |Bypass Linux & MacOS Logon Screens! Rubber Ducky Scripts For Hak5 OMG Cable

David Bombal

Play Episode Listen Later Oct 11, 2021 6:55


It's just crazy scary what these cables can do. They look like normal USB cables, but are not! In this video we login to Apple MacOS and Linux computers :) ====== Scripts: ====== Apple macOS Rickroll: https://davidbombal.wiki/applerickroll Linux Rickroll: https://davidbombal.wiki/linuxrickroll ======================= Buy Hak5 coolness here: ======================= Buy Hak5: https://davidbombal.wiki/gethak5 ================================ Hacking Android and iOS devices: ================================ OMG with Android and Apple iPad: https://youtu.be/7YpJQT55_Y8 ============= Setup Videos: ============= OMG Cable setup: https://youtu.be/V5mBJHotZv0Hak5 Rubber Ducky setup: https://youtu.be/A2JNBpUotZM ================ Connect with me: ================ Discord: https://discord.com/invite/usKSyzbTwi... https://www.twitter.com/davidbombal Instagram: https://www.instagram.com/davidbombal LinkedIn: https://www.linkedin.com/in/davidbombal Facebook: https://www.facebook.com/davidbombal.co TikTok: http://tiktok.com/@davidbombalYouTube: https://www.youtube.com/davidbombal keylogger keylogging key logger hak5 keylogger macos keylogger hak5 omg cables omg cable apple apple macos linux ubuntu ubuntu hack linux hack rubber ducky hak5 rubber ducky hak5 omg cable omg cable android omg cable ios Please note that links listed may be affiliate links and provide me with a small percentage/kickback should you use them to purchase any of the items listed or recommended. Thank you for supporting me and this channel! #omgcable #hak5 #rubberducky

Tomの入門サイバーセキュリティ!
#98 日本も攻撃対象、中国関与の攻撃活動を非難 - 外務報道官談話 7月20日の情報セキュリティニュース

Tomの入門サイバーセキュリティ!

Play Episode Listen Later Jul 20, 2021 20:18


日本も攻撃対象、中国関与の攻撃活動を非難 - 外務報道官談話 Apple、macOSやスマートデバイス向けにセキュリティ更新 ほか

Humane Tech
Privacy-stealing browsers and search; Will Windows 10 ever end?

Humane Tech

Play Episode Listen Later Jul 11, 2021 30:41


Privacy-stealing browsers and search; Will Windows 10 ever end? Web browsers are our portal to the internet. All the data we want comes in through them; all the data we provide goes out through them. What needs to be checked in the biggest risks to our privacy and security? TOPICS * Windows 11 has been announced for release this fall. Should you upgrade right away? Can you upgrade even if you want to? * It only requires 3 pieces of 'anonymous data' to determine who the data belongs to. Sometimes less. * Browsers and privacy: Most web browsers requires a little bit of configuration in order to protect our privacy. In this first of several episodes discussing browsers and web search, I'll walk through the key things to watch for. My focus is on Mozilla Firefox, which I consider to be the overall best browser for usability, security, and privacy. But Firefox will NOT protect you if you use it badly. Listen in and then check the links below for additional information. ALSO...get on the mailing list for more tips and tricks. -- First five steps towards better browser privacy 1) Get and use Mozilla Firefox 2) Update Firefox's privacy settings - lots of information on this in the episode and the mailing list 3) Install the uBlockOrigin add-on and let it do it's thing (it doesn't require any configuration but you can change how it works). uBlockOrigin blocks a lot of advertisements and unwanted 'scripts'. Scripts are bits of website programming that ask your computer to do things which can compromise your privacy or security. 4) Install the Multi-account Containers add-on 5) Learn how to use Multi-account Containers and use them! HOMEWORK FOR NEXT TIME * Install uBlockOrigin and Multi-account Containers into Firefox (see links below) * Use mulit-account containers * Try the DuckDuckGo.com search engine instead of Google, if you haven't already * I'll be providing bonus information in the mailing list later this week! LINKS FROM THIS EPISODE Windows 11, Apple macOS and iOS updates * Microsoft's https://www.microsoft.com/en-us/windows/windows-11 (Windows 11) home page * Microsoft's https://www.microsoft.com/en-us/microsoft-365/windows/windows-11-enterprise (Windows 11 for enterprise) page (for business users) * From ZDNet: https://www.zdnet.com/article/windows-11-chaos-and-how-copying-apple-could-have-helped-microsoft-avoid-it/ (Windows 11 chaos, and how copying Apple could have helped Microsoft avoid it) * From ZDNet: https://www.zdnet.com/article/windows-11-microsoft-apologizes-for-compatibility-confusion-hints-at-changes/ (Windows 11: Microsoft apologized for compatibility confusion, hints at changes) * Windows Central: https://www.windowscentral.com/how-check-if-your-pc-has-trusted-platform-module-tpm (How to check if your PC has a trusted platform module (TPM)) * Windows Central: https://www.windowscentral.com/one-thing-microsoft-didnt-discuss-windows-11-privacy (One thing Microsoft didn't discuss: WIndows 11 privacy) * Apple https://www.apple.com/newsroom/2021/06/macos-monterey-introduces-powerful-features-to-get-more-done/ (macOS Monterey coming this fall) * Apple https://www.apple.com/ios/ios-15-preview/ (iOS 15 (iPhone and iPad)) https://www.eff.org/deeplinks/2009/09/what-information-personally-identifiable (What Information is "Personally Identifiable"?) - even though this post from the Electronic Frontier Foundation (EFF) is 12 years old, it's still valid and fascinating. Web Browser and Search Engine Security and Privacy * DNS over HTTPS (DoH) - https://support.mozilla.org/en-US/kb/firefox-dns-over-https (Firefox DNS-over-HTTPS) * DuckDuckGo search engine * https://www.mozilla.org/en-US/firefox/new/ (Mozilla Firefox) - privacy-focused web browser I recommend * https://www.chromium.org/ (Chromium Project) - web browser built on the technology behind Google Chrome without the Google "junk" * https://brave.com/ (Brave) - privacy-focused web browser also built on the Chromium...

How To Video (HD)
How to install MacOS Monterey public beta

How To Video (HD)

Play Episode Listen Later Jul 2, 2021


We walk you through the installation process for Apple MacOS 12 Monterey public beta and explain why it might be a good idea to wait for the final MacOS version to be released.

All CNET Video Podcasts (HD)
How to install MacOS Monterey public beta

All CNET Video Podcasts (HD)

Play Episode Listen Later Jul 2, 2021


We walk you through the installation process for Apple MacOS 12 Monterey public beta and explain why it might be a good idea to wait for the final MacOS version to be released.

backspace.fm
WWDC21、ひさしぶりにみんなで盛り上がったね

backspace.fm

Play Episode Listen Later Jun 8, 2021 144:16


このページをウェブブラウザで見る: リンク ドリキン、松尾、西川善司さんのレギュラー3人に加えて、WWDC歴では長老の鈴木バスケさんをゲストに迎え、WWDC21のストリーミングを見ながら、古い話からこれからのAppleまで、あれやこれや好き放題話しました。 SoundCloudで再生 Podcastを購読 関連リンク backspace.fm (@backspacefm) / Twitter drikin (@drikin) / Twitter Koya Matsuo (@mazzo) / Twitter 西川善司 (@zenjinishikawa) / Twitter Basukeさん (@basuke) / Twitter 「WWDC21基調講演を見ながら一緒に盛り上がろうライブ!ゲスト @Basuke Suzuki さん」backspace live sp - YouTube Apple Events - June 2021 - Apple macOS次バージョンは「Monterey」(モントレー) iPadとのカーソル移動が簡単に WWDC21、ARグラスなどハードウェア発表はなし - ITmedia NEWS Apple、最新iOS「iOS 15」を発表 FaceTimeがAndroid、Windowsにも対応 - ITmedia NEWS

Stationery Adjacent
Episode 3 - Living In A World With Email

Stationery Adjacent

Play Episode Listen Later Mar 31, 2021 68:27


This week Justin and Stuart debate the merits of email, the problems that it causes, and some systems to help tame them - particularly in a corporate environment.Accounting Software – Do Beautiful Business | Xero UKBaronfig - Tools for ThinkingCal Newport - Author of Deep Work, Study Hacks BlogMicrosoft Outlook for business - Microsoft[Mail - Official Apple Support](https://support.apple.com/mail)The best email client for iPhone, iPad, Mac and Android | SparkHEY - Email at its best, new from Basecamp.[Canary Mail | Best Email App for Apple iPhone, iPad & Mac](https://canarymail.io/)MailSteward > The Ultimate E-mail Manager for Apple macOS | by PubBlog

CircumIT
Verehre-Dein-Werkzeug-Tag

CircumIT

Play Episode Listen Later Mar 14, 2021 88:43


Am Verehre-Dein-Werkzeug-Tag geht es um Erfahrungen beim Umstieg auf Apple Mac OS, ein Fazit zum Sofle-Keyboard, CAD für 3D-printing und wie immer - vieles mehr!

Happy Tech Blog
Happy Tech Update - อัพเดทข่าวสาร วงการ Tech 18/2/2021

Happy Tech Blog

Play Episode Listen Later Feb 18, 2021 19:22


Update ข่าวคราววงการ Tech ในวันนี้มีอะไรบ้าง?

Quant Trading Live Report
Interactive Brokers API Workshop Bootcamp in with Java Python Cpp Redis demos

Quant Trading Live Report

Play Episode Listen Later Feb 18, 2021 3:28


This course is designed to help those interested in susing Interactive Brokers with an NOSQL database like Redis. There are coding simple coding demos in Java, C++, and Python. It also focuses on demonstrading operating systems like Apple MacOS and Linux.  Here is one of the course details in the Quant Elite service.https://quantlabs.net/academy/product/quant-elite-service-2/ Here is more detail for these courses https://quantlabs.net/blog/2021/02/detailed-quant-elite-courses-with-videos/

Mac OS Ken: Live
The Wow and What's Next from Apple - Mac OS Ken: Live 02.12.2021

Mac OS Ken: Live

Play Episode Listen Later Feb 13, 2021 31:50


It's a Feedback Friday! What has wowed folks about Apple over the last 15 years, what has surprised them, and what do they hope/expect to see from Apple over the next 15 years? Interesting answers incoming!

Mac OS Ken: Live
But why WOULD Apple? Mac OS Ken: Live - 12.22.2020

Mac OS Ken: Live

Play Episode Listen Later Dec 23, 2020 21:41


There's talk that MGM is up for sale. People want Apple to buy it. We'll talk about that. Plus, chasing the Apple Car talk - one analyst wonders why, while Elon Musk tweets an old story.

Mac OS Ken: Live
The Fight Between Facebook and Apple - Mac OS Ken: Live 12.17.2020

Mac OS Ken: Live

Play Episode Listen Later Dec 18, 2020 26:20


A glance at the fight between Facebook and Apple - Plus feedback from listeners and viewers!

Hands-On Mac (Video)
HOM 37: macOS Big Sur - What's New in Apple macOS 11

Hands-On Mac (Video)

Play Episode Listen Later Dec 4, 2020 24:00


Want to know what's new with macOS Big Sur? Watch this! New features: Control center and the menu bar Notification center and widgets Messages Photos Time Machine and APFS New wallpapers and new sounds (including the startup chime!) Leo Laporte gives you helpful tips to get the most from your Mac every week on Hands-On Mac! Host: Leo Laporte Download or subscribe to this show at https://twit.tv/shows/hands-on-mac Discuss episodes in the TWiT Community. Sponsor: itpro.tv/twit promo code TWIT30

apple mac macbook what's new imac big sur mac pro twit leo laporte macos big sur apple macos twit30 macos 11 hands on mac twit community mac help macbook help mac how-to macbook how-to imac help imac how-to mac pro help mac pro how-to
Hands-On Mac (Audio)
HOM 37: macOS Big Sur - What's New in Apple macOS 11

Hands-On Mac (Audio)

Play Episode Listen Later Dec 4, 2020 24:00


Want to know what's new with macOS Big Sur? Watch this! New features: Control center and the menu bar Notification center and widgets Messages Photos Time Machine and APFS New wallpapers and new sounds (including the startup chime!) Leo Laporte gives you helpful tips to get the most from your Mac every week on Hands-On Mac! Host: Leo Laporte Download or subscribe to this show at https://twit.tv/shows/hands-on-mac Discuss episodes in the TWiT Community. Sponsor: itpro.tv/twit promo code TWIT30

apple mac macbook what's new imac big sur mac pro twit leo laporte macos big sur apple macos twit30 macos 11 hands on mac twit community mac help macbook help mac how-to macbook how-to imac help imac how-to mac pro help mac pro how-to
The Constant Geekery Podcast
Ep. 8: Is Apple snooping on Big Sur users?

The Constant Geekery Podcast

Play Episode Listen Later Nov 23, 2020 58:19


The Big Sur launch wasn't a glittering success, with outages and issues aplenty. Reports of background app snooping and logging in Big Sur have hit the headlines - should we be concerned about privacy on Apple macOS?In this episode we address these issues and discuss software support for Apple Silicon Macs with Rosetta 2.

Get Connected
Apple macOS Big Sur Review

Get Connected

Play Episode Listen Later Nov 21, 2020 33:59


Wondering if you should update your Apple Mac computer to Big Sur? You're not alone! The hosts, joined by Graham Williams, discuss the new operating system and whether or not it's worth updating your system.  Later on the show, do you know how your winter tires work to keep you safe? We speak to Michelin to learn about the fascinating technology that's used in winter tires.  See omnystudio.com/listener for privacy information.

Surveillance Report
Apple & MacOS Big Sur Spy on Every App!? - Surveillance Report 25

Surveillance Report

Play Episode Listen Later Nov 15, 2020 16:33


Checkout SimpleLogin: https://simplelogin.io/?slref=techlore%3EHelp support us on Patron: https://patreon.com/techloreOther methods of support: https://techlore.tech/support.html Welcome to the Techlore Surveillance Report, a weekly security and privacy news roundup to keep you up to speed on important updates in our digital world. Uploaded every weekend! Zoom Security/Privacy Video: https://youtu.be/K1TsmPY1fNISimpleLogin Review Video: https://youtu.be/JMWfsOVrDkw Techlore Website: https://techlore.techSurveillance Report Podcast: https://surveillance-report.castos.com/LBRY.tv: https://lbry.tv/@techlore:3PeerTube: https://tube.privacytools.io/accounts/techlore/video-channels Support our mission to spread privacy:Patreon: https://www.patreon.com/techloreAmazon Support Affiliate Link: https://www.amazon.com/shop/influencer20170928875 Connect with our communities:Twitter: https://twitter.com/techloreistakenDiscord Server: https://discord.gg/74WhF9CMatrix Room: https://matrix.to/#/#techlore:matrix.orgTelegram Channel/Group: https://t.me/techloreofficial Companieshttps://www.theregister.com/2020/11/14/google_android_data_allowance/https://arstechnica.com/tech-policy/2020/11/zoom-lied-to-users-about-end-to-end-encryption-for-years-ftc-says/ Researchhttps://sneak.berlin/20201112/your-computer-isnt-yours/ Politicshttps://www.axios.com/report-swiss-government-dark-cia-front-company-9b9ecf75-a321-4c30-85da-29b42d5c68f4.html FOSShttps://www.eff.org/deeplinks/2020/11/introducing-how-fix-internet-new-podcast-eff Misfitshttps://www.bleepingcomputer.com/news/security/trump-lawsuit-site-to-report-rejected-votes-leaked-voter-data/#surveillance #privacy #news

Mac OS Ken: Live
Hi, Speed Happenings for Apple - Mac OS Ken: Live 10.06.2020

Mac OS Ken: Live

Play Episode Listen Later Oct 6, 2020 20:02


Apple announces the "Hi, Speed" event. We'll look at hopes and expectations. Plus, Capitol Hill is fighting big tech and itself. Preliminary thoughts on the House antitrust report.

Disruption Everywhere Podcast
Beyond Wifi and 5G With The Internet Of Sound

Disruption Everywhere Podcast

Play Episode Listen Later Aug 9, 2020 25:49


There are more audible speakers than people on the planet. Speakers are being used in the audible range only, but they can do so much more. On this episode of Disruption Everywhere podcast, we will be exploring the topic of the internet of sound with Trillbit's Co Founder & CEO Bhaskar Deo. We will discuss how to send data between devices, to create a seamless network by just using ultrasonic sound waves. Every speaker becomes a data transmitter and every device with a microphone becomes a data receiver. This disruptive technology opens the world of interoperability, now any two devices for the first time have a way to send data to each other. Microsoft Windows, Apple MacOs, Google Android, Apple iOS, Unix and proprietary platforms can now seamlessly connect using this disruptive technology. Podcast show notes available here: https://www.disruptioneverywhere.com/post/beyond-wifi-and-5g-with-the-internet-of-sound --- This episode is sponsored by · Anchor: The easiest way to make a podcast. https://anchor.fm/app Support this podcast: https://anchor.fm/disruptioneverywhere/support

MacDevOpsYVR podcast
Laser Cutters and Documentation with Howard Oakley (Part 1)

MacDevOpsYVR podcast

Play Episode Listen Later Jul 28, 2020 43:17


Howard Oakley joins JD and Mat X to discuss recent changes in Apple macOS, writing apps in Swift, and the dangers of learning to program with a laser cutter.

AppleInsider Podcast
Apple's WWDC 2020 Keynote Highlights

AppleInsider Podcast

Play Episode Listen Later Jun 22, 2020 33:20


The rumored transition to Apple-made silicon for Mac was officially announced at this year’s WWDC. Big changes to the home screen and Messages in iOS 14 and iPadOS 14 were announced, plus sleep tracking comes to watchOS 7. Digital keys added to CarPlay, AirPod Pro gets spatial audio, new privacy improvements for the App Store and Safari, HomeKit updates including secure video to your Apple TV, and macOS gets bumped to 11.0, named “Big Sur.” Learn about all the changes in this week’s special WWDC episode. We'd love to hear your feedback. Tweet at Stephen Robles or email us here. Find us in your favorite podcast player by searching for "AppleInsider" and support the show by leaving a 5-Star rating and comment in Apple Podcasts here. Sponsored by: iMazing - Try this incredible device configurator for Mac, FREE at: iMazing.com Links from WWDC20 Apple unveils iOS 14 and iPadOS 14 with major home screen changes Apple introduces App Clips for iOS 14 during WWDC Apple's virtual CarKey launching with iOS 14, coming to iOS 13 Apple Maps expands detailed coverage internationally, adds cycling & EV data Apple updates Siri with real-time Translate app, sleeker interface Apple macOS 11.0 Big Sur announced with redesigned Finder, Dock Apple announces watchOS 7, with Face Sharing, handwashing timers, and more. AirPods Pro 'Spatial Audio,' AirPods with auto-switching coming in iOS 14 HomeKit cameras to get smart face recognition, Apple TV integration Apple debuts tvOS 14 with HomeKit Video picture-in-picture, better multi-user support Apple unveils plans to ditch Intel chips in Macs for 'Apple Silicon' Apple Developer Transition Kits for Apple Silicon house A12Z in a $500 Mac mini Beyond Rosetta 2 for Intel apps, 'Apple Silicon' Macs will run iPhone, iPad apps natively iOS 14 supports all devices that ran iOS 13 Those interested in sponsoring the show can reach out to us at: advertising@appleinsider.com

Product Rig Podcast
#3 We discuss product design tools · Product Rig Podcast · Janindu & Melan

Product Rig Podcast

Play Episode Listen Later Jun 21, 2020 50:56


Episode 3 of Product Rig podcast where Janindu & Melan discussing useful tools for product designers and many more • Scrum sprint is killing the product?

DOTYK ǀ podcast časopisu TOUCHIT
18. diel - Prečo Windows na trhu dominuje a skutočne na Mac OS netreba antivírus? A čo vlastne Linux? - DOTYK

DOTYK ǀ podcast časopisu TOUCHIT

Play Episode Listen Later Jun 14, 2020 24:25


V tomto vydaní podcastu budeme hovoriť o operačných systémoch. Dozviete sa napríklad, prečo sa toľko nehovorí o Linuxe, ale podiel na trhu valcuje Windows? Prečo sa traduje, že na Apple Mac OS netreba antivírus a že je to najstabilnejší systém? A prezradíme vám tiež to najpodstatnejšie. Prečo sa v istom okamihu vo Windowse, Malovaní (Paint) premenovalo na Skicár a nie na Maľovanie. Množstvo zaujímavých a aj podstatných informácií o operačných systémoch a ich aktualizáciách prinášame pravidelne na našom webe www.touchit.sk.

More Than Just Code podcast - iOS and Swift development, news and advice

We discuss sunk cost in askMTJC. The 2020 Stack Overflow Developer Survey is covered in the follow up along with more than half Apple Stores reopening. Introducing Swift AWS Lambda Runtime. Apple MacOS 10.15.5 Release: MacBook’s Powerful Surprise. The Real Cause of the Sign In with Apple Zero-Day. Picks: dyldsharedcacheextractdylibs fail fix, My productivity app is a single .txt file, Modern Fortan Basics. BLM Register to vote.

Tecnologia
OPEN SOURCE | EPISODIO 3 - Perché ho detto no a Microsoft e MacOS, e ho detto sì a Linux

Tecnologia

Play Episode Listen Later Dec 17, 2019 10:30


OPEN SOURCE | EPISODIO 3 - Perché ho detto no a Microsoft e MacOS, e ho detto sì a LinuxOggi Italo Vignoli racconta un po' della propria storia di utente, e dei motivi che lo hanno spinto a passare al sistema operativo Linux, e ad abbandonare completamente Windows e quasi completamente macOS. Una scelta completamente diversa rispetto alla maggior parte degli utenti, soprattutto di quelli con un background umanistico come il suo.Oggi infatti gli utenti Linux sono solo il 2%, contro un 80% di utenti Microsoft Windows e un 15% di utenti Apple macOS. Parliamo di utenti desktop, ovvero di persone che usano il personal computer per le proprie esigenze di produttività: scrivere, far di conto, disegnare, presentare, e così via.Percentuali che - spiega Italo - se fossero legate alle leggi di mercato, direbbero che Windows è largamente migliore di MacOS e Linux, e non l’esatto contrario, come ci racconta in un podcast decisamente interessante.Buon ascolto!

Radio IT
OPEN SOURCE | EPISODIO 3 - Perché ho detto no a Microsoft e MacOS, e ho detto sì a Linux

Radio IT

Play Episode Listen Later Dec 17, 2019 10:30


OPEN SOURCE | EPISODIO 3 - Perché ho detto no a Microsoft e MacOS, e ho detto sì a Linux Oggi Italo Vignoli racconta un po' della propria storia di utente, e dei motivi che lo hanno spinto a passare al sistema operativo Linux, e ad abbandonare completamente Windows e quasi completamente macOS. Una scelta completamente diversa rispetto alla maggior parte degli utenti, soprattutto di quelli con un background umanistico come il suo. Oggi infatti gli utenti Linux sono solo il 2%, contro un 80% di utenti Microsoft Windows e un 15% di utenti Apple macOS. Parliamo di utenti desktop, ovvero di persone che usano il personal computer per le proprie esigenze di produttività: scrivere, far di conto, disegnare, presentare, e così via. Percentuali che - spiega Italo - se fossero legate alle leggi di mercato, direbbero che Windows è largamente migliore di MacOS e Linux, e non l’esatto contrario, come ci racconta in un podcast decisamente interessante. Buon ascolto!

Setfunk 5 – Der Filmemacher Podcast
Setfunk 5 - Folge #057: „Die GoPro Hero 8 & Adobe wird politisch"

Setfunk 5 – Der Filmemacher Podcast

Play Episode Listen Later Oct 11, 2019 64:51


Shownotes: 0:00 PreShow 12:28 Intro Aktuelles 13:35 Johannes: Green Shooting Seminar, weg von Apple / macOS? 25:03 Simon: Postproduktion, defekte Files Themen 29:50 GoPro Hero 8 & Max https://www.golem.de/news/actionkameras-gopro-stellt-hero-8-und-surroundkamera-max-vor-1910-144211.html https://amzn.to/2ODzcXq * 42:50 GoPro Wurfpfeil "aer" www.aervideo.com/ 46:17 Adobe sperrt wegen US Regierung CC-Konten in Venezuela https://www.spiegel.de/netzwelt/web/adobe-sperrt-wegen-us-sanktionen-alle-nutzerkonten-in-venezuela-a-1290516.html Kurz News 01:06:20 Unser Livestreaming Beitrag auf Kameramann.de https://www.kameramann.de/technik/so-klappts-mit-dem-live-streaming/ Picks 55:20 Johannes: NFC Tags in Verbindung mit Kurzbefehle in iOS https://amzn.to/2MuVUy8 * 01:02:24 LaCie SSD Rugged stark reduziert https://amzn.to/35pn3Lr * Die Links mit dem kleine * am Ende sind sog. Affiliate Links. Bei deinen bekommen wir eine Provision für jeden Einkauf. Für dich entstehen dadurch keine Mehrkosten und es steht dir selbstverständlich frei die Dinge auch woanders zu kaufen. Am Ende wird die Provision direkt wieder in den Podcast fließen.

Techeasy
ep.20 Apple เปิดให้ดาวน์โหลด macOS Catalina แล้ว / ผู้ใช้งาน iPhone ฮ่องกงและมาเก๊างง ธงไต้หวันหาย! / รวมข่าวลือ Pixel4

Techeasy

Play Episode Listen Later Oct 8, 2019 17:46


Techeasy รู้ทันรอบโลกไอที ฟังสบาย ย่อยง่าย อัพเดทกันแทบทุกวัน - Apple เปิดให้ดาวน์โหลด macOS Catalina แล้ว -ผู้ใช้งาน iPhone ฮ่องกงและมาเก๊างง ธงไต้หวันหายใน iOS13 - Apple อ่อนข้อให้ Siri ใน iOS 13 เปิดเพลงใน Spotify ได้แล้ว - รวมข่าวลือ Pixel4 - Instagram ประกาศปิดฟีเจอร์ Following Activity

Hack Naked News (Audio)
Hack Naked News #184 - August 14, 2018

Hack Naked News (Audio)

Play Episode Listen Later Aug 14, 2018 22:39


This week, Las Vegas, Linux vulnerabilities, malicious faxes, Apple macOS vulnerabilities, and police body cams open to attack. We air a pre recorded interview with Matt Alderman and Torin Sandall from Styra at Black Hat 2018, and more on this episode of Hack Naked News!  OPA Website: https://www.openpolicyagent.org/ Full Show Notes: https://wiki.securityweekly.com/HNNEpisode184   Visit https://www.securityweekly.com/hnn for all the latest episodes! Visit https://www.activecountermeasures/hnn to sign up for a demo or buy our AI Hunter!!   →Visit our website: https://www.securityweekly.com →Follow us on Twitter: https://www.twitter.com/securityweekly →Like us on Facebook: https://www.facebook.com/secweekly

Hack Naked News (Video)
Def Con, Black Hat, Apple MacOS, and Styra - Hack Naked News #184

Hack Naked News (Video)

Play Episode Listen Later Aug 14, 2018 23:01


This week, Las Vegas, Linux vulnerabilities, malicious faxes, Apple macOS vulnerabilities, and police body cams open to attack. We air a pre recorded interview with Matt Alderman and Torin Sandall from Styra at Def Con 2018, and more on this episode of Hack Naked News! OPA Website: https://www.openpolicyagent.org/ Full Show Notes: Visit http://hacknaked.tv to get all the latest episodes!

las vegas linux macos defcon black hat styra apple macos matt alderman torin sandall hacknaked hack naked news
Paul's Security Weekly
Hack Naked News #184 - August 14, 2018

Paul's Security Weekly

Play Episode Listen Later Aug 14, 2018 22:39


This week, Las Vegas, Linux vulnerabilities, malicious faxes, Apple macOS vulnerabilities, and police body cams open to attack. We air a pre recorded interview with Matt Alderman and Torin Sandall from Styra at Black Hat 2018, and more on this episode of Hack Naked News!  OPA Website: https://www.openpolicyagent.org/ Full Show Notes: https://wiki.securityweekly.com/HNNEpisode184   Visit https://www.securityweekly.com/hnn for all the latest episodes! Visit https://www.activecountermeasures/hnn to sign up for a demo or buy our AI Hunter!!   →Visit our website: https://www.securityweekly.com →Follow us on Twitter: https://www.twitter.com/securityweekly →Like us on Facebook: https://www.facebook.com/secweekly

Apple Coding
WWDC 2018, Keynote inaugural (Resumen)

Apple Coding

Play Episode Listen Later Jun 4, 2018 94:03


Apple lo ha vuelto a hacer. Una keynote donde nada más empezar se ha dicho que era todo software, y así ha sido. Un repaso por los cuatro sistemas: iOS 12, watchOS 5, tvOS 12 y macOS 10.14 Mojave. Mejoras en la productividad, grandes mejoras en realidad aumentada, comunicación, rendimiento de los equipos. iOS y macOS los que más novedades han recibido como grandes apuestas filosóficas y de rendimiento que llevarán nuestro ecosistema Apple mucho más allá. Sin duda, ha merecido la pena. Comenzamos el primero de los resúmenes, la Keynote inaugural, como nadie te la ha contado. -------------- Enlaces del episodio: WWDC 2018, Keynote inaugural iOS 12 (Web oficial de Apple) macOS 10.14 Mojave (Web oficial de Apple) watchOS 5 (Web oficial de Apple) tvOS 12 (Web oficial de Apple) Descubre nuestras ofertas: "Aprendiendo Swift" en Udemy por solo $69,99/69,99€. Apple Coding Academy Ayúdanos en nuestro Patreon. Canal de Telegram de Swift. Acceso al canal. --------------- Tema Musical: "Final Frontier", compuesto por Thomas Bergersen. Con voces de Merethe Soltvedt, del album "Sun". (Música libre de derechos, bajo uso no comercial)  Descubre nuestras ofertas para oyentes: "Concurrencia en iOS con Swift" en Udemy por $20,99/20,99€. "Swift de lado servidor con Vapor" en Udemy por $69,99/69,99€. "Desarrollo Seguro en iOS con Swift" en Udemy por $124,99/124,99€. "Aprendiendo Swift 5.2" en Udemy por $74,99/74,99€. Apple Coding Academy Suscríbete a Apple Coding en nuestro Patreon. Canal de Telegram de Swift. Acceso al canal. --------------- Consigue las camisetas oficiales de Apple Coding con los logos de Swift y Apple Coding. Logo Apple Coding (negra, logo blanco) Logo Swift (negra, logo blanco) Logo Swift (blanco, logo color original Swift) Logo Apple Coding (blanco, logo negro) --------------- Sigue nuestro canal en Youtube en: Canal de Youtube de Apple Coding Tema musical: "Final Frontier", compuesto por Thomas Bergensen. Usado con permisos de fair use. Escúchalo en Apple Music o Spotify.

Daily Tech News Show
DTNS 3279 – Plane Cheese

Daily Tech News Show

Play Episode Listen Later May 9, 2018 30:45


Microsoft announces new features for Windows that'll roll out by the end of the year, Walmart is buying Indian e-commerce giant Flipkart, Valve says Steamlink will arrive for iOS and Android May 21st, and EA goes all in on Loot-boxes despite legal rulings against the practice in Europe.Starring Tom Merritt, Sarah Lane, Roger Chang and Scott Johnson. MP3Using a Screen Reader? Click hereMultiple versions (ogg, video etc.) from Archive.org.Please SUBSCRIBE HERE.Subscribe through Apple Podcasts.Follow us on Soundcloud.A special thanks to all our supporters–without you, none of this would be possible.If you are willing to support the show or give as little as 5 cents a day on Patreon. Thank you!Big thanks to Dan Lueders for the headlines music and Martin Bell for the opening theme!Big thanks to Mustafa A. from thepolarcat.com for the logo!Thanks to Anthony Lemos of Ritual Misery for the expanded show notes!Thanks to our mods, Kylde, Jack_Shid, KAPT_Kipper, and scottierowland on the subredditShow NotesTo read the show notes in a separate page click here!Quick Hits(01:05) Apple cracking down on applications that send location data to third-parties | 9to5 mac(01:40) Microsoft Windows, Apple macOS, Linux, BSD: All hit by same ‘serious' security flaw | zd net(02:35) Critical Windows bug fixed today is actively being exploited to hack users | ars technica(03:10) ZTE is on life support after US ban | the vergeMore Top Stories(03:35) Microsoft's Windows 10 ‘Redstone 5' build introduces cloud clipboard | zd net(06:45) Walmart agrees to a $16 billion deal to buy a majority stake in India's Flipkart |... See acast.com/privacy for privacy and opt-out information. Become a member at https://plus.acast.com/s/dtns.

Paul's Security Weekly (Podcast-Only)
High Quality Problems - Paul's Security Weekly #553

Paul's Security Weekly (Podcast-Only)

Play Episode Listen Later Mar 31, 2018 183:19


This week, Executive Director of Source Boston 2018 Rob Cheyne joins us for an interview! Paul delivers the Technical Segment this week entitled, Cutting The Cord: The Ideal Home Network Setup! In the Security News, we have updates from Apple macOS, Windows 7 Meltdown patch, Atlanta’s Ransomware attack, a special appearance in the Security News from Apollo Clark, and more on this episode of Paul’s Security Weekly! Full Show Notes: https://wiki.securityweekly.com/Episode553   Visit https://www.securityweekly.com/psw for all the latest episodes!

Paul's Security Weekly
High Quality Problems - Paul's Security Weekly #553

Paul's Security Weekly

Play Episode Listen Later Mar 31, 2018 183:19


This week, Executive Director of Source Boston 2018 Rob Cheyne joins us for an interview! Paul delivers the Technical Segment this week entitled, Cutting The Cord: The Ideal Home Network Setup! In the Security News, we have updates from Apple macOS, Windows 7 Meltdown patch, Atlanta’s Ransomware attack, a special appearance in the Security News from Apollo Clark, and more on this episode of Paul’s Security Weekly! Full Show Notes: https://wiki.securityweekly.com/Episode553   Visit https://www.securityweekly.com/psw for all the latest episodes!

Geeks Interrupted
Vodafone Launches NBN Plans, Bitcoin Sets Price Record & Apple MacOS Security Bug | Episode 226

Geeks Interrupted

Play Episode Listen Later Dec 4, 2017 101:49


Phil Edwards, Andy Blume and Daniel Olivares are back in the studio with this week's look at all things Geek.Show Notes:http://geeksinterrupted.fm/226Questions, Comments, Feedback and Suggestions are all welcome.Website – http://geeksinterrupted.fmFacebook – https://facebook.com/GeeksInterruptedTwitter – https://twitter.com/GeeksOnAirVoicemail – https://www.speakpipe.com/GeeksInterruptedIf you enjoyed this episode, head on over to our Apple Podcasts page & kindly leave us a rating, a review and subscribe.

Puromac
469: Problemas con Apple macOS

Puromac

Play Episode Listen Later Nov 30, 2017 88:47


En este episodio Fede y Flavio hablan sobre Net Neutrality, compras en Black Friday, usando sus iPhone X, buenas y malas de FaceID, problemas con MacOS, en tu Mac, programa recomendado y trucos en tu mac

Smashing Security
054: A great big fat macOS bug

Smashing Security

Play Episode Listen Later Nov 29, 2017 8:09


Yes, you can log into macOS High Sierra's root account with no password. In this special "emergency" edition of the podcast computer security veterans Graham Cluley and Carole Theriault discuss the breaking news of a serious Apple macOS bug that allows anyone to log into your Mac with root admin rights, without having to enter a password. Follow the show on Twitter at @SmashinSecurity, or visit our website for more episodes. Remember: Subscribe on Apple Podcasts, or your favourite podcast app, to catch all of the episodes as they go live. Thanks for listening! Warning: This podcast may contain nuts, adult themes, and rude language.