Podcasts about SSE

  • 330PODCASTS
  • 617EPISODES
  • 41mAVG DURATION
  • 1EPISODE EVERY OTHER WEEK
  • Sep 11, 2025LATEST

POPULARITY

20172018201920202021202220232024


Best podcasts about SSE

Latest podcast episodes about SSE

Irish Tech News Audio Articles
Nevo EV Show Returns -Bigger Than Ever as EV Demand Surges

Irish Tech News Audio Articles

Play Episode Listen Later Sep 11, 2025 4:09


Ireland's electric vehicle market is booming, with registrations up 69% in August and over 20,000 new EVs licensed so far in 2025 - a 37% increase year-on-year. With one in six new cars now electric, EVs are becoming the mainstream choice for both drivers and businesses. This rapid growth makes the return of the Nevo Electric Vehicle Show to Dublin's RDS Simmonscourt this November especially timely - uniting industry leaders, public sector decision-makers and consumers for Ireland's largest ever showcase of electric mobility, clean energy and sustainable transport. The Nevo Electric Vehicle Show, in partnership with Bank of Ireland, is set to return to Dublin's RDS Simmonscourt this November with its most ambitious programme yet. Running across two days, Friday 7th November for businesses and Saturday 8th November for the general public, it will be Ireland's largest ever event dedicated to electric vehicles, clean energy, and sustainable mobility. Bank of Ireland is once again the show's title partner in 2025 while SSE Airtricity will continue as the exclusive Energy Partner, reflecting the growing importance of energy solutions in driving Ireland's shift to electrification. Every automotive brand operating in Ireland will be present, alongside exhibitors spanning public and home charging, solar energy, personal and public electric transport, smart home technology and wider energy services. Business day, on Friday, 7 November, is designed to help businesses, fleets, and the Public Sector of all sizes plan for a sustainable future. With climate targets looming, the event will bring together CEOs, CFOs, Heads of Fleet and Sustainability from across Ireland. The agenda will feature keynote speakers, panel discussions and case studies from organisations already transitioning to electric mobility. Workshops will be hosted throughout the day by GEOTAB, ESB, SSE, Activ8 Energies and Pragmatica, covering topics such as fleet management, smart energy, and business strategy development. The goal is to empower decision-makers to accelerate their journey towards net zero while also gaining practical advice on costs, infrastructure, and policy. For the general public on Saturday, 8 November, the Nevo EV Show promises a full day of discovery, excitement and hands-on experiences. Over 120 electric vehicles will be on display across 56 stands, representing 34 car brands. Nissan is confirmed as the official vehicle launch partner this year, where the brand will unveil the all-new Micra and the latest Leaf, marking their first official appearance in Ireland, giving visitors an exclusive first look. More than 30 vehicles will be available to test drive as part of the SSE Airtricity Driving Experience, while ESB ecars will showcase 12 vehicles in the new live demonstration area with EV expert Derek Reilly offering insights into performance, design and features. Visitors can also look forward to exclusive vehicle launches from more leading brands, expert panel discussions on everything from vehicle grants to charging, and a chance to explore the very latest in sustainable transport solutions. Attendance is once again expected to be significant! Organisers are targeting 10,000 registrations for the business day and 20,000 attendees for the public day, backed by a nationwide marketing campaign and strong support from event partners including Bank of Ireland, SSE Airtricity, ESB ecars, GEOTAB, ZEVI and SEAI. The Nevo EV Show aims to build on the extraordinary success of last year's event, which attracted almost 20,000 visitors. With a broader programme, bigger displays and more vehicles than ever before, the 2025 edition is shaping up to be Ireland's definitive showcase of the electric future. Admission is free, but registration is required. Tickets for both the Business Day and Public Day are available now at nevo.ie.

Les Cast Codeurs Podcast
LCC 329 - L'IA, ce super stagiaire qui nous fait travailler plus

Les Cast Codeurs Podcast

Play Episode Listen Later Aug 14, 2025 120:24


Arnaud et Guillaume explore l'évolution de l'écosystème Java avec Java 25, Spring Boot et Quarkus, ainsi que les dernières tendances en intelligence artificielle avec les nouveaux modèles comme Grok 4 et Claude Code. Les animateurs font également le point sur l'infrastructure cloud, les défis MCP et CLI, tout en discutant de l'impact de l'IA sur la productivité des développeurs et la gestion de la dette technique. Enregistré le 8 août 2025 Téléchargement de l'épisode LesCastCodeurs-Episode–329.mp3 ou en vidéo sur YouTube. News Langages Java 25: JEP 515 : Profilage de méthode en avance (Ahead-of-Time) https://openjdk.org/jeps/515 Le JEP 515 a pour but d'améliorer le temps de démarrage et de chauffe des applications Java. L'idée est de collecter les profils d'exécution des méthodes lors d'une exécution antérieure, puis de les rendre immédiatement disponibles au démarrage de la machine virtuelle. Cela permet au compilateur JIT de générer du code natif dès le début, sans avoir à attendre que l'application soit en cours d'exécution. Ce changement ne nécessite aucune modification du code des applications, des bibliothèques ou des frameworks. L'intégration se fait via les commandes de création de cache AOT existantes. Voir aussi https://openjdk.org/jeps/483 et https://openjdk.org/jeps/514 Java 25: JEP 518 : Échantillonnage coopératif JFR https://openjdk.org/jeps/518 Le JEP 518 a pour objectif d'améliorer la stabilité et l'évolutivité de la fonction JDK Flight Recorder (JFR) pour le profilage d'exécution. Le mécanisme d'échantillonnage des piles d'appels de threads Java est retravaillé pour s'exécuter uniquement à des safepoints, ce qui réduit les risques d'instabilité. Le nouveau modèle permet un parcours de pile plus sûr, notamment avec le garbage collector ZGC, et un échantillonnage plus efficace qui prend en charge le parcours de pile concurrent. Le JEP ajoute un nouvel événement, SafepointLatency, qui enregistre le temps nécessaire à un thread pour atteindre un safepoint. L'approche rend le processus d'échantillonnage plus léger et plus rapide, car le travail de création de traces de pile est délégué au thread cible lui-même. Librairies Spring Boot 4 M1 https://spring.io/blog/2025/07/24/spring-boot–4–0–0-M1-available-now Spring Boot 4.0.0-M1 met à jour de nombreuses dépendances internes et externes pour améliorer la stabilité et la compatibilité. Les types annotés avec @ConfigurationProperties peuvent maintenant référencer des types situés dans des modules externes grâce à @ConfigurationPropertiesSource. Le support de l'information sur la validité des certificats SSL a été simplifié, supprimant l'état WILL_EXPIRE_SOON au profit de VALID. L'auto-configuration des métriques Micrometer supporte désormais l'annotation @MeterTag sur les méthodes annotées @Counted et @Timed, avec évaluation via SpEL. Le support de @ServiceConnection pour MongoDB inclut désormais l'intégration avec MongoDBAtlasLocalContainer de Testcontainers. Certaines fonctionnalités et API ont été dépréciées, avec des recommandations pour migrer les points de terminaison personnalisés vers les versions Spring Boot 2. Les versions milestones et release candidates sont maintenant publiées sur Maven Central, en plus du repository Spring traditionnel. Un guide de migration a été publié pour faciliter la transition depuis Spring Boot 3.5 vers la version 4.0.0-M1. Passage de Spring Boot à Quarkus : retour d'expérience https://blog.stackademic.com/we-switched-from-spring-boot-to-quarkus-heres-the-ugly-truth-c8a91c2b8c53 Une équipe a migré une application Java de Spring Boot vers Quarkus pour gagner en performances et réduire la consommation mémoire. L'objectif était aussi d'optimiser l'application pour le cloud natif. La migration a été plus complexe que prévu, notamment à cause de l'incompatibilité avec certaines bibliothèques et d'un écosystème Quarkus moins mature. Il a fallu revoir du code et abandonner certaines fonctionnalités spécifiques à Spring Boot. Les gains en performances et en mémoire sont réels, mais la migration demande un vrai effort d'adaptation. La communauté Quarkus progresse, mais le support reste limité comparé à Spring Boot. Conclusion : Quarkus est intéressant pour les nouveaux projets ou ceux prêts à être réécrits, mais la migration d'un projet existant est un vrai défi. LangChain4j 1.2.0 : Nouvelles fonctionnalités et améliorations https://github.com/langchain4j/langchain4j/releases/tag/1.2.0 Modules stables : Les modules langchain4j-anthropic, langchain4j-azure-open-ai, langchain4j-bedrock, langchain4j-google-ai-gemini, langchain4j-mistral-ai et langchain4j-ollama sont désormais en version stable 1.2.0. Modules expérimentaux : La plupart des autres modules de LangChain4j sont en version 1.2.0-beta8 et restent expérimentaux/instables. BOM mis à jour : Le langchain4j-bom a été mis à jour en version 1.2.0, incluant les dernières versions de tous les modules. Principales améliorations : Support du raisonnement/pensée dans les modèles. Appels d'outils partiels en streaming. Option MCP pour exposer automatiquement les ressources en tant qu'outils. OpenAI : possibilité de définir des paramètres de requête personnalisés et d'accéder aux réponses HTTP brutes et aux événements SSE. Améliorations de la gestion des erreurs et de la documentation. Filtering Metadata Infinispan ! (cc Katia( Et 1.3.0 est déjà disponible https://github.com/langchain4j/langchain4j/releases/tag/1.3.0 2 nouveaux modules expérimentaux, langchain4j-agentic et langchain4j-agentic-a2a qui introduisent un ensemble d'abstractions et d'utilitaires pour construire des applications agentiques Infrastructure Cette fois c'est vraiment l'année de Linux sur le desktop ! https://www.lesnumeriques.com/informatique/c-est-enfin-arrive-linux-depasse-un-seuil-historique-que-microsoft-pensait-intouchable-n239977.html Linux a franchi la barre des 5% aux USA Cette progression s'explique en grande partie par l'essor des systèmes basés sur Linux dans les environnements professionnels, les serveurs, et certains usages grand public. Microsoft, longtemps dominant avec Windows, voyait ce seuil comme difficilement atteignable à court terme. Le succès de Linux est également alimenté par la popularité croissante des distributions open source, plus légères, personnalisables et adaptées à des usages variés. Le cloud, l'IoT, et les infrastructures de serveurs utilisent massivement Linux, ce qui contribue à cette augmentation globale. Ce basculement symbolique marque un changement d'équilibre dans l'écosystème des systèmes d'exploitation. Toutefois, Windows conserve encore une forte présence dans certains segments, notamment chez les particuliers et dans les entreprises classiques. Cette évolution témoigne du dynamisme et de la maturité croissante des solutions Linux, devenues des alternatives crédibles et robustes face aux offres propriétaires. Cloud Cloudflare 1.1.1.1 s'en va pendant une heure d'internet https://blog.cloudflare.com/cloudflare–1–1–1–1-incident-on-july–14–2025/ Le 14 juillet 2025, le service DNS public Cloudflare 1.1.1.1 a subi une panne majeure de 62 minutes, rendant le service indisponible pour la majorité des utilisateurs mondiaux. Cette panne a aussi causé une dégradation intermittente du service Gateway DNS. L'incident est survenu suite à une mise à jour de la topologie des services Cloudflare qui a activé une erreur de configuration introduite en juin 2025. Cette erreur faisait que les préfixes destinés au service 1.1.1.1 ont été accidentellement inclus dans un nouveau service de localisation des données (Data Localization Suite), ce qui a perturbé le routage anycast. Le résultat a été une incapacité pour les utilisateurs à résoudre les noms de domaine via 1.1.1.1, rendant la plupart des services Internet inaccessibles pour eux. Ce n'était pas le résultat d'une attaque ou d'un problème BGP, mais une erreur interne de configuration. Cloudflare a rapidement identifié la cause, corrigé la configuration et mis en place des mesures pour prévenir ce type d'incident à l'avenir. Le service est revenu à la normale après environ une heure d'indisponibilité. L'incident souligne la complexité et la sensibilité des infrastructures anycast et la nécessité d'une gestion rigoureuse des configurations réseau. Web L'évolution des bonnes pratiques de Node.js https://kashw1n.com/blog/nodejs–2025/ Évolution de Node.js en 2025 : Le développement se tourne vers les standards du web, avec moins de dépendances externes et une meilleure expérience pour les développeurs. ES Modules (ESM) par défaut : Remplacement de CommonJS pour un meilleur outillage et une standardisation avec le web. Utilisation du préfixe node: pour les modules natifs afin d'éviter les conflits. API web intégrées : fetch, AbortController, et AbortSignal sont maintenant natifs, réduisant le besoin de librairies comme axios. Runner de test intégré : Plus besoin de Jest ou Mocha pour la plupart des cas. Inclut un mode “watch” et des rapports de couverture. Patterns asynchrones avancés : Utilisation plus poussée de async/await avec Promise.all() pour le parallélisme et les AsyncIterators pour les flux d'événements. Worker Threads pour le parallélisme : Pour les tâches lourdes en CPU, évitant de bloquer l'event loop principal. Expérience de développement améliorée : Intégration du mode --watch (remplace nodemon) et du support --env-file (remplace dotenv). Sécurité et performance : Modèle de permission expérimental pour restreindre l'accès et des hooks de performance natifs pour le monitoring. Distribution simplifiée : Création d'exécutables uniques pour faciliter le déploiement d'applications ou d'outils en ligne de commande. Sortie de Apache EChart 6 après 12 ans ! https://echarts.apache.org/handbook/en/basics/release-note/v6-feature/ Apache ECharts 6.0 : Sortie officielle après 12 ans d'évolution. 12 mises à niveau majeures pour la visualisation de données. Trois dimensions clés d'amélioration : Présentation visuelle plus professionnelle : Nouveau thème par défaut (design moderne). Changement dynamique de thème. Prise en charge du mode sombre. Extension des limites de l'expression des données : Nouveaux types de graphiques : Diagramme de cordes (Chord Chart), Nuage de points en essaim (Beeswarm Chart). Nouvelles fonctionnalités : Jittering pour nuages de points denses, Axes coupés (Broken Axis). Graphiques boursiers améliorés Liberté de composition : Nouveau système de coordonnées matriciel. Séries personnalisées améliorées (réutilisation du code, publication npm). Nouveaux graphiques personnalisés inclus (violon, contour, etc.). Optimisation de l'agencement des étiquettes d'axe. Data et Intelligence Artificielle Grok 4 s'est pris pour un nazi à cause des tools https://techcrunch.com/2025/07/15/xai-says-it-has-fixed-grok–4s-problematic-responses/ À son lancement, Grok 4 a généré des réponses offensantes, notamment en se surnommant « MechaHitler » et en adoptant des propos antisémites. Ce comportement provenait d'une recherche automatique sur le web qui a mal interprété un mème viral comme une vérité. Grok alignait aussi ses réponses controversées sur les opinions d'Elon Musk et de xAI, ce qui a amplifié les biais. xAI a identifié que ces dérapages étaient dus à une mise à jour interne intégrant des instructions encourageant un humour offensant et un alignement avec Musk. Pour corriger cela, xAI a supprimé le code fautif, remanié les prompts système, et imposé des directives demandant à Grok d'effectuer une analyse indépendante, en utilisant des sources diverses. Grok doit désormais éviter tout biais, ne plus adopter un humour politiquement incorrect, et analyser objectivement les sujets sensibles. xAI a présenté ses excuses, précisant que ces dérapages étaient dus à un problème de prompt et non au modèle lui-même. Cet incident met en lumière les défis persistants d'alignement et de sécurité des modèles d'IA face aux injections indirectes issues du contenu en ligne. La correction n'est pas qu'un simple patch technique, mais un exemple des enjeux éthiques et de responsabilité majeurs dans le déploiement d'IA à grande échelle. Guillaume a sorti toute une série d'article sur les patterns agentiques avec le framework ADK pour Java https://glaforge.dev/posts/2025/07/29/mastering-agentic-workflows-with-adk-the-recap/ Un premier article explique comment découper les tâches en sous-agents IA : https://glaforge.dev/posts/2025/07/23/mastering-agentic-workflows-with-adk-sub-agents/ Un deuxième article détaille comment organiser les agents de manière séquentielle : https://glaforge.dev/posts/2025/07/24/mastering-agentic-workflows-with-adk-sequential-agent/ Un troisième article explique comment paralleliser des tâches indépendantes : https://glaforge.dev/posts/2025/07/25/mastering-agentic-workflows-with-adk-parallel-agent/ Et enfin, comment faire des boucles d'amélioration : https://glaforge.dev/posts/2025/07/28/mastering-agentic-workflows-with-adk-loop-agents/ Tout ça évidemment en Java :slightly_smiling_face: 6 semaines de code avec Claude https://blog.puzzmo.com/posts/2025/07/30/six-weeks-of-claude-code/ Orta partage son retour après 6 semaines d'utilisation quotidienne de Claude Code, qui a profondément changé sa manière de coder. Il ne « code » plus vraiment ligne par ligne, mais décrit ce qu'il veut, laisse Claude proposer une solution, puis corrige ou ajuste. Cela permet de se concentrer sur le résultat plutôt que sur l'implémentation, comme passer de la peinture au polaroid. Claude s'avère particulièrement utile pour les tâches de maintenance : migrations, refactors, nettoyage de code. Il reste toujours en contrôle, révise chaque diff généré, et guide l'IA via des prompts bien cadrés. Il note qu'il faut quelques semaines pour prendre le bon pli : apprendre à découper les tâches et formuler clairement les attentes. Les tâches simples deviennent quasi instantanées, mais les tâches complexes nécessitent encore de l'expérience et du discernement. Claude Code est vu comme un très bon copilote, mais ne remplace pas le rôle du développeur qui comprend l'ensemble du système. Le gain principal est une vitesse de feedback plus rapide et une boucle d'itération beaucoup plus courte. Ce type d'outil pourrait bien redéfinir la manière dont on pense et structure le développement logiciel à moyen terme. Claude Code et les serveurs MCP : ou comment transformer ton terminal en assistant surpuissant https://touilleur-express.fr/2025/07/27/claude-code-et-les-serveurs-mcp-ou-comment-transformer-ton-terminal-en-assistant-surpuissant/ Nicolas continue ses études sur Claude Code et explique comment utiliser les serveurs MCP pour rendre Claude bien plus efficace. Le MCP Context7 montre comment fournir à l'IA la doc technique à jour (par exemple, Next.js 15) pour éviter les hallucinations ou les erreurs. Le MCP Task Master, autre serveur MCP, transforme un cahier des charges (PRD) en tâches atomiques, estimées, et organisées sous forme de plan de travail. Le MCP Playwright permet de manipuler des navigateurs et d'executer des tests E2E Le MCP Digital Ocean permet de déployer facilement l'application en production Tout n'est pas si ideal, les quotas sont atteints en quelques heures sur une petite application et il y a des cas où il reste bien plus efficace de le faire soit-même (pour un codeur expérimenté) Nicolas complète cet article avec l'écriture d'un MVP en 20 heures: https://touilleur-express.fr/2025/07/30/comment-jai-code-un-mvp-en-une-vingtaine-dheures-avec-claude-code/ Le développement augmenté, un avis politiquement correct, mais bon… https://touilleur-express.fr/2025/07/31/le-developpement-augmente-un-avis-politiquement-correct-mais-bon/ Nicolas partage un avis nuancé (et un peu provoquant) sur le développement augmenté, où l'IA comme Claude Code assiste le développeur sans le remplacer. Il rejette l'idée que cela serait « trop magique » ou « trop facile » : c'est une évolution logique de notre métier, pas un raccourci pour les paresseux. Pour lui, un bon dev reste celui qui structure bien sa pensée, sait poser un problème, découper, valider — même si l'IA aide à coder plus vite. Il raconte avoir codé une app OAuth, testée, stylisée et déployée en quelques heures, sans jamais quitter le terminal grâce à Claude. Ce genre d'outillage change le rapport au temps : on passe de « je vais y réfléchir » à « je tente tout de suite une version qui marche à peu près ». Il assume aimer cette approche rapide et imparfaite : mieux vaut une version brute livrée vite qu'un projet bloqué par le perfectionnisme. L'IA est selon lui un super stagiaire : jamais fatigué, parfois à côté de la plaque, mais diablement productif quand bien briefé. Il conclut que le « dev augmenté » ne remplace pas les bons développeurs… mais les développeurs moyens doivent s'y mettre, sous peine d'être dépassés. ChatGPT lance le mode d'étude : un apprentissage interactif pas à pas https://openai.com/index/chatgpt-study-mode/ OpenAI propose un mode d'étude dans ChatGPT qui guide les utilisateurs pas à pas plutôt que de donner directement la réponse. Ce mode vise à encourager la réflexion active et l'apprentissage en profondeur. Il utilise des instructions personnalisées pour poser des questions et fournir des explications adaptées au niveau de l'utilisateur. Le mode d'étude favorise la gestion de la charge cognitive et stimule la métacognition. Il propose des réponses structurées pour faciliter la compréhension progressive des sujets. Disponible dès maintenant pour les utilisateurs connectés, ce mode sera intégré dans ChatGPT Edu. L'objectif est de transformer ChatGPT en un véritable tuteur numérique, aidant les étudiants à mieux assimiler les connaissances. A priori Gemini viendrait de sortir un fonctionnalité similaire Lancement de GPT-OSS par OpenAI https://openai.com/index/introducing-gpt-oss/ https://openai.com/index/gpt-oss-model-card/ OpenAI a lancé GPT-OSS, sa première famille de modèles open-weight depuis GPT–2. Deux modèles sont disponibles : gpt-oss–120b et gpt-oss–20b, qui sont des modèles mixtes d'experts conçus pour le raisonnement et les tâches d'agent. Les modèles sont distribués sous licence Apache 2.0, permettant leur utilisation et leur personnalisation gratuites, y compris pour des applications commerciales. Le modèle gpt-oss–120b est capable de performances proches du modèle OpenAI o4-mini, tandis que le gpt-oss–20b est comparable au o3-mini. OpenAI a également open-sourcé un outil de rendu appelé Harmony en Python et Rust pour en faciliter l'adoption. Les modèles sont optimisés pour fonctionner localement et sont pris en charge par des plateformes comme Hugging Face et Ollama. OpenAI a mené des recherches sur la sécurité pour s'assurer que les modèles ne pouvaient pas être affinés pour des utilisations malveillantes dans les domaines biologique, chimique ou cybernétique. Anthropic lance Opus 4.1 https://www.anthropic.com/news/claude-opus–4–1 Anthropic a publié Claude Opus 4.1, une mise à jour de son modèle de langage. Cette nouvelle version met l'accent sur l'amélioration des performances en codage, en raisonnement et sur les tâches de recherche et d'analyse de données. Le modèle a obtenu un score de 74,5 % sur le benchmark SWE-bench Verified, ce qui représente une amélioration par rapport à la version précédente. Il excelle notamment dans la refactorisation de code multifichier et est capable d'effectuer des recherches approfondies. Claude Opus 4.1 est disponible pour les utilisateurs payants de Claude, ainsi que via l'API, Amazon Bedrock et Vertex AI de Google Cloud, avec des tarifs identiques à ceux d'Opus 4. Il est présenté comme un remplacement direct de Claude Opus 4, avec des performances et une précision supérieures pour les tâches de programmation réelles. OpenAI Summer Update. GPT–5 is out https://openai.com/index/introducing-gpt–5/ Détails https://openai.com/index/gpt–5-new-era-of-work/ https://openai.com/index/introducing-gpt–5-for-developers/ https://openai.com/index/gpt–5-safe-completions/ https://openai.com/index/gpt–5-system-card/ Amélioration majeure des capacités cognitives - GPT‑5 montre un niveau de raisonnement, d'abstraction et de compréhension nettement supérieur aux modèles précédents. Deux variantes principales - gpt-5-main : rapide, efficace pour les tâches générales. gpt-5-thinking : plus lent mais spécialisé dans les tâches complexes, nécessitant réflexion profonde. Routeur intelligent intégré - Le système sélectionne automatiquement la version la plus adaptée à la tâche (rapide ou réfléchie), sans intervention de l'utilisateur. Fenêtre de contexte encore étendue - GPT‑5 peut traiter des volumes de texte plus longs (jusqu'à 1 million de tokens dans certaines versions), utile pour des documents ou projets entiers. Réduction significative des hallucinations - GPT‑5 donne des réponses plus fiables, avec moins d'erreurs inventées ou de fausses affirmations. Comportement plus neutre et moins sycophant - Il a été entraîné pour mieux résister à l'alignement excessif avec les opinions de l'utilisateur. Capacité accrue à suivre des instructions complexes - GPT‑5 comprend mieux les consignes longues, implicites ou nuancées. Approche “Safe completions” - Remplacement des “refus d'exécution” par des réponses utiles mais sûres — le modèle essaie de répondre avec prudence plutôt que bloquer. Prêt pour un usage professionnel à grande échelle - Optimisé pour le travail en entreprise : rédaction, programmation, synthèse, automatisation, gestion de tâches, etc. Améliorations spécifiques pour le codage - GPT‑5 est plus performant pour l'écriture de code, la compréhension de contextes logiciels complexes, et l'usage d'outils de développement. Expérience utilisateur plus rapide et fluide- Le système réagit plus vite grâce à une orchestration optimisée entre les différents sous-modèles. Capacités agentiques renforcées - GPT‑5 peut être utilisé comme base pour des agents autonomes capables d'accomplir des objectifs avec peu d'interventions humaines. Multimodalité maîtrisée (texte, image, audio) - GPT‑5 intègre de façon plus fluide la compréhension de formats multiples, dans un seul modèle. Fonctionnalités pensées pour les développeurs - Documentation plus claire, API unifiée, modèles plus transparents et personnalisables. Personnalisation contextuelle accrue - Le système s'adapte mieux au style, ton ou préférences de l'utilisateur, sans instructions répétées. Utilisation énergétique et matérielle optimisée - Grâce au routeur interne, les ressources sont utilisées plus efficacement selon la complexité des tâches. Intégration sécurisée dans les produits ChatGPT - Déjà déployé dans ChatGPT avec des bénéfices immédiats pour les utilisateurs Pro et entreprises. Modèle unifié pour tous les usages - Un seul système capable de passer de la conversation légère à des analyses scientifiques ou du code complexe. Priorité à la sécurité et à l'alignement - GPT‑5 a été conçu dès le départ pour minimiser les abus, biais ou comportements indésirables. Pas encore une AGI - OpenAI insiste : malgré ses capacités impressionnantes, GPT‑5 n'est pas une intelligence artificielle générale. Non, non, les juniors ne sont pas obsolètes malgré l'IA ! (dixit GitHub) https://github.blog/ai-and-ml/generative-ai/junior-developers-arent-obsolete-heres-how-to-thrive-in-the-age-of-ai/ L'IA transforme le développement logiciel, mais les développeurs juniors ne sont pas obsolètes. Les nouveaux apprenants sont bien positionnés, car déjà familiers avec les outils IA. L'objectif est de développer des compétences pour travailler avec l'IA, pas d'être remplacé. La créativité et la curiosité sont des qualités humaines clés. Cinq façons de se démarquer : Utiliser l'IA (ex: GitHub Copilot) pour apprendre plus vite, pas seulement coder plus vite (ex: mode tuteur, désactiver l'autocomplétion temporairement). Construire des projets publics démontrant ses compétences (y compris en IA). Maîtriser les workflows GitHub essentiels (GitHub Actions, contribution open source, pull requests). Affûter son expertise en révisant du code (poser des questions, chercher des patterns, prendre des notes). Déboguer plus intelligemment et rapidement avec l'IA (ex: Copilot Chat pour explications, corrections, tests). Ecrire son premier agent IA avec A2A avec WildFly par Emmanuel Hugonnet https://www.wildfly.org/news/2025/08/07/Building-your-First-A2A-Agent/ Protocole Agent2Agent (A2A) : Standard ouvert pour l'interopérabilité universelle des agents IA. Permet communication et collaboration efficaces entre agents de différents fournisseurs/frameworks. Crée des écosystèmes multi-agents unifiés, automatisant les workflows complexes. Objet de l'article : Guide pour construire un premier agent A2A (agent météo) dans WildFly. Utilise A2A Java SDK pour Jakarta Servers, WildFly AI Feature Pack, un LLM (Gemini) et un outil Python (MCP). Agent conforme A2A v0.2.5. Prérequis : JDK 17+, Apache Maven 3.8+, IDE Java, Google AI Studio API Key, Python 3.10+, uv. Étapes de construction de l'agent météo : Création du service LLM : Interface Java (WeatherAgent) utilisant LangChain4J pour interagir avec un LLM et un outil Python MCP (fonctions get_alerts, get_forecast). Définition de l'agent A2A (via CDI) : ▪︎ Agent Card : Fournit les métadonnées de l'agent (nom, description, URL, capacités, compétences comme “weather_search”). Agent Executor : Gère les requêtes A2A entrantes, extrait le message utilisateur, appelle le service LLM et formate la réponse. Exposition de l'agent : Enregistrement d'une application JAX-RS pour les endpoints. Déploiement et test : Configuration de l'outil A2A-inspector de Google (via un conteneur Podman). Construction du projet Maven, configuration des variables d'environnement (ex: GEMINI_API_KEY). Lancement du serveur WildFly. Conclusion : Transformation minimale d'une application IA en agent A2A. Permet la collaboration et le partage d'informations entre agents IA, indépendamment de leur infrastructure sous-jacente. Outillage IntelliJ IDEa bouge vers une distribution unifiée https://blog.jetbrains.com/idea/2025/07/intellij-idea-unified-distribution-plan/ À partir de la version 2025.3, IntelliJ IDEA Community Edition ne sera plus distribuée séparément. Une seule version unifiée d'IntelliJ IDEA regroupera les fonctionnalités des éditions Community et Ultimate. Les fonctionnalités avancées de l'édition Ultimate seront accessibles via abonnement. Les utilisateurs sans abonnement auront accès à une version gratuite enrichie par rapport à l'édition Community actuelle. Cette unification vise à simplifier l'expérience utilisateur et réduire les différences entre les éditions. Les utilisateurs Community seront automatiquement migrés vers cette nouvelle version unifiée. Il sera possible d'activer les fonctionnalités Ultimate temporairement d'un simple clic. En cas d'expiration d'abonnement Ultimate, l'utilisateur pourra continuer à utiliser la version installée avec un jeu limité de fonctionnalités gratuites, sans interruption. Ce changement reflète l'engagement de JetBrains envers l'open source et l'adaptation aux besoins de la communauté. Prise en charge des Ancres YAML dans GitHub Actions https://github.com/actions/runner/issues/1182#issuecomment–3150797791 Afin d'éviter de dupliquer du contenu dans un workflow les Ancres permettent d'insérer des morceaux réutilisables de YAML Fonctionnalité attendue depuis des années et disponible chez GitLab depuis bien longtemps. Elle a été déployée le 4 aout. Attention à ne pas en abuser car la lisibilité de tels documents n'est pas si facile Gemini CLI rajoute les custom commands comme Claude https://cloud.google.com/blog/topics/developers-practitioners/gemini-cli-custom-slash-commands Mais elles sont au format TOML, on ne peut donc pas les partager avec Claude :disappointed: Automatiser ses workflows IA avec les hooks de Claude Code https://blog.gitbutler.com/automate-your-ai-workflows-with-claude-code-hooks/ Claude Code propose des hooks qui permettent d'exécuter des scripts à différents moments d'une session, par exemple au début, lors de l'utilisation d'outils, ou à la fin. Ces hooks facilitent l'automatisation de tâches comme la gestion de branches Git, l'envoi de notifications, ou l'intégration avec d'autres outils. Un exemple simple est l'envoi d'une notification sur le bureau à la fin d'une session. Les hooks se configurent via trois fichiers JSON distincts selon le scope : utilisateur, projet ou local. Sur macOS, l'envoi de notifications nécessite une permission spécifique via l'application “Script Editor”. Il est important d'avoir une version à jour de Claude Code pour utiliser ces hooks. GitButler permet desormais de s'intégrer à Claude Code via ces hooks: https://blog.gitbutler.com/parallel-claude-code/ Le client Git de Jetbrains bientot en standalone https://lp.jetbrains.com/closed-preview-for-jetbrains-git-client/ Demandé par certains utilisateurs depuis longtemps Ca serait un client graphique du même style qu'un GitButler, SourceTree, etc Apache Maven 4 …. arrive …. l'utilitaire mvnupva vous aider à upgrader https://maven.apache.org/tools/mvnup.html Fixe les incompatibilités connues Nettoie les redondances et valeurs par defaut (versions par ex) non utiles pour Maven 4 Reformattage selon les conventions maven … Une GitHub Action pour Gemini CLI https://blog.google/technology/developers/introducing-gemini-cli-github-actions/ Google a lancé Gemini CLI GitHub Actions, un agent d'IA qui fonctionne comme un “coéquipier de code” pour les dépôts GitHub. L'outil est gratuit et est conçu pour automatiser des tâches de routine telles que le triage des problèmes (issues), l'examen des demandes de tirage (pull requests) et d'autres tâches de développement. Il agit à la fois comme un agent autonome et un collaborateur que les développeurs peuvent solliciter à la demande, notamment en le mentionnant dans une issue ou une pull request. L'outil est basé sur la CLI Gemini, un agent d'IA open-source qui amène le modèle Gemini directement dans le terminal. Il utilise l'infrastructure GitHub Actions, ce qui permet d'isoler les processus dans des conteneurs séparés pour des raisons de sécurité. Trois flux de travail (workflows) open-source sont disponibles au lancement : le triage intelligent des issues, l'examen des pull requests et la collaboration à la demande. Pas besoin de MCP, le code est tout ce dont vous avez besoin https://lucumr.pocoo.org/2025/7/3/tools/ Armin souligne qu'il n'est pas fan du protocole MCP (Model Context Protocol) dans sa forme actuelle : il manque de composabilité et exige trop de contexte. Il remarque que pour une même tâche (ex. GitHub), utiliser le CLI est souvent plus rapide et plus efficace en termes de contexte que passer par un serveur MCP. Selon lui, le code reste la solution la plus simple et fiable, surtout pour automatiser des tâches répétitives. Il préfère créer des scripts clairs plutôt que se reposer sur l'inférence LLM : cela facilite la vérification, la maintenance et évite les erreurs subtiles. Pour les tâches récurrentes, si on les automatise, mieux vaut le faire avec du code reusable, plutôt que de laisser l'IA deviner à chaque fois. Il illustre cela en convertissant son blog entier de reStructuredText à Markdown : plutôt qu'un usage direct d'IA, il a demandé à Claude de générer un script complet, avec parsing AST, comparaison des fichiers, validation et itération. Ce workflow LLM→code→LLM (analyse et validation) lui a donné confiance dans le résultat final, tout en conservant un contrôle humain sur le processus. Il juge que MCP ne permet pas ce type de pipeline automatisé fiable, car il introduit trop d'inférence et trop de variations par appel. Pour lui, coder reste le meilleur moyen de garder le contrôle, la reproductibilité et la clarté dans les workflows automatisés. MCP vs CLI … https://www.async-let.com/blog/my-take-on-the-mcp-verses-cli-debate/ Cameron raconte son expérience de création du serveur XcodeBuildMCP, qui lui a permis de mieux comprendre le débat entre servir l'IA via MCP ou laisser l'IA utiliser directement les CLI du système. Selon lui, les CLIs restent préférables pour les développeurs experts recherchant contrôle, transparence, performance et simplicité. Mais les serveurs MCP excellent sur les workflows complexes, les contextes persistants, les contraintes de sécurité, et facilitent l'accès pour les utilisateurs moins expérimentés. Il reconnaît la critique selon laquelle MCP consomme trop de contexte (« context bloat ») et que les appels CLI peuvent être plus rapides et compréhensibles. Toutefois, il souligne que beaucoup de problèmes proviennent de la qualité des implémentations clients, pas du protocole MCP en lui‑même. Pour lui, un bon serveur MCP peut proposer des outils soigneusement définis qui simplifient la vie de l'IA (par exemple, renvoyer des données structurées plutôt que du texte brut à parser). Il apprécie la capacité des MCP à offrir des opérations état‑durables (sessions, mémoire, logs capturés), ce que les CLI ne gèrent pas naturellement. Certains scénarios ne peuvent pas fonctionner via CLI (pas de shell accessible) alors que MCP, en tant que protocole indépendant, reste utilisable par n'importe quel client. Son verdict : pas de solution universelle — chaque contexte mérite d'être évalué, et on ne devrait pas imposer MCP ou CLI à tout prix. Jules, l'agent de code asynchrone gratuit de Google, est sorti de beta et est disponible pour tout le monde https://blog.google/technology/google-labs/jules-now-available/ Jules, agent de codage asynchrone, est maintenant publiquement disponible. Propulsé par Gemini 2.5 Pro. Phase bêta : 140 000+ améliorations de code et retours de milliers de développeurs. Améliorations : interface utilisateur, corrections de bugs, réutilisation des configurations, intégration GitHub Issues, support multimodal. Gemini 2.5 Pro améliore les plans de codage et la qualité du code. Nouveaux paliers structurés : Introductif, Google AI Pro (limites 5x supérieures), Google AI Ultra (limites 20x supérieures). Déploiement immédiat pour les abonnés Google AI Pro et Ultra, incluant les étudiants éligibles (un an gratuit de AI Pro). Architecture Valoriser la réduction de la dette technique : un vrai défi https://www.lemondeinformatique.fr/actualites/lire-valoriser-la-reduction-de-la-dette-technique-mission-impossible–97483.html La dette technique est un concept mal compris et difficile à valoriser financièrement auprès des directions générales. Les DSI ont du mal à mesurer précisément cette dette, à allouer des budgets spécifiques, et à prouver un retour sur investissement clair. Cette difficulté limite la priorisation des projets de réduction de dette technique face à d'autres initiatives jugées plus urgentes ou stratégiques. Certaines entreprises intègrent progressivement la gestion de la dette technique dans leurs processus de développement. Des approches comme le Software Crafting visent à améliorer la qualité du code pour limiter l'accumulation de cette dette. L'absence d'outils adaptés pour mesurer les progrès rend la démarche encore plus complexe. En résumé, réduire la dette technique reste une mission délicate qui nécessite innovation, méthode et sensibilisation en interne. Il ne faut pas se Mocker … https://martinelli.ch/why-i-dont-use-mocking-frameworks-and-why-you-might-not-need-them-either/ https://blog.tremblay.pro/2025/08/not-using-mocking-frmk.html L'auteur préfère utiliser des fakes ou stubs faits à la main plutôt que des frameworks de mocking comme Mockito ou EasyMock. Les frameworks de mocking isolent le code, mais entraînent souvent : Un fort couplage entre les tests et les détails d'implémentation. Des tests qui valident le mock plutôt que le comportement réel. Deux principes fondamentaux guident son approche : Favoriser un design fonctionnel, avec logique métier pure (fonctions sans effets de bord). Contrôler les données de test : par exemple en utilisant des bases réelles (via Testcontainers) plutôt que de simuler. Dans sa pratique, les seuls cas où un mock externe est utilisé concernent les services HTTP externes, et encore il préfère en simuler seulement le transport plutôt que le comportement métier. Résultat : les tests deviennent plus simples, plus rapides à écrire, plus fiables, et moins fragiles aux évolutions du code. L'article conclut que si tu conçois correctement ton code, tu pourrais très bien ne pas avoir besoin de frameworks de mocking du tout. Le blog en réponse d'Henri Tremblay nuance un peu ces retours Méthodologies C'est quoi être un bon PM ? (Product Manager) Article de Chris Perry, un PM chez Google : https://thechrisperry.substack.com/p/being-a-good-pm-at-google Le rôle de PM est difficile : Un travail exigeant, où il faut être le plus impliqué de l'équipe pour assurer le succès. 1. Livrer (shipper) est tout ce qui compte : La priorité absolue. Mieux vaut livrer et itérer rapidement que de chercher la perfection en théorie. Un produit livré permet d'apprendre de la réalité. 2. Donner l'envie du grand large : La meilleure façon de faire avancer un projet est d'inspirer l'équipe avec une vision forte et désirable. Montrer le “pourquoi”. 3. Utiliser son produit tous les jours : Non négociable pour réussir. Permet de développer une intuition et de repérer les vrais problèmes que la recherche utilisateur ne montre pas toujours. 4. Être un bon ami : Créer des relations authentiques et aider les autres est un facteur clé de succès à long terme. La confiance est la base d'une exécution rapide. 5. Donner plus qu'on ne reçoit : Toujours chercher à aider et à collaborer. La stratégie optimale sur la durée est la coopération. Ne pas être possessif avec ses idées. 6. Utiliser le bon levier : Pour obtenir une décision, il faut identifier la bonne personne qui a le pouvoir de dire “oui”, et ne pas se laisser bloquer par des avis non décisionnaires. 7. N'aller que là où on apporte de la valeur : Combler les manques, faire le travail ingrat que personne ne veut faire. Savoir aussi s'écarter (réunions, projets) quand on n'est pas utile. 8. Le succès a plusieurs parents, l'échec est orphelin : Si le produit réussit, c'est un succès d'équipe. S'il échoue, c'est la faute du PM. Il faut assumer la responsabilité finale. Conclusion : Le PM est un chef d'orchestre. Il ne peut pas jouer de tous les instruments, mais son rôle est d'orchestrer avec humilité le travail de tous pour créer quelque chose d'harmonieux. Tester des applications Spring Boot prêtes pour la production : points clés https://www.wimdeblauwe.com/blog/2025/07/30/how-i-test-production-ready-spring-boot-applications/ L'auteur (Wim Deblauwe) détaille comment il structure ses tests dans une application Spring Boot destinée à la production. Le projet inclut automatiquement la dépendance spring-boot-starter-test, qui regroupe JUnit 5, AssertJ, Mockito, Awaitility, JsonAssert, XmlUnit et les outils de testing Spring. Tests unitaires : ciblent les fonctions pures (record, utilitaire), testés simplement avec JUnit et AssertJ sans démarrage du contexte Spring. Tests de cas d'usage (use case) : orchestrent la logique métier, généralement via des use cases qui utilisent un ou plusieurs dépôts de données. Tests JPA/repository : vérifient les interactions avec la base via des tests realisant des opérations CRUD (avec un contexte Spring pour la couche persistance). Tests de contrôleur : permettent de tester les endpoints web (ex. @WebMvcTest), souvent avec MockBean pour simuler les dépendances. Tests d'intégration complets : ils démarrent tout le contexte Spring (@SpringBootTest) pour tester l'application dans son ensemble. L'auteur évoque également des tests d'architecture, mais sans entrer dans le détail dans cet article. Résultat : une pyramide de tests allant des plus rapides (unitaires) aux plus complets (intégration), garantissant fiabilité, vitesse et couverture sans surcharge inutile. Sécurité Bitwarden offre un serveur MCP pour que les agents puissent accéder aux mots de passe https://nerds.xyz/2025/07/bitwarden-mcp-server-secure-ai/ Bitwarden introduit un serveur MCP (Model Context Protocol) destiné à intégrer de manière sécurisée les agents IA dans les workflows de gestion de mots de passe. Ce serveur fonctionne en architecture locale (local-first) : toutes les interactions et les données sensibles restent sur la machine de l'utilisateur, garantissant l'application du principe de chiffrement zero‑knowledge. L'intégration se fait via l'interface CLI de Bitwarden, permettant aux agents IA de générer, récupérer, modifier et verrouiller les identifiants via des commandes sécurisées. Le serveur peut être auto‑hébergé pour un contrôle maximal des données. Le protocole MCP est un standard ouvert qui permet de connecter de façon uniforme des agents IA à des sources de données et outils tiers, simplifiant les intégrations entre LLM et applications. Une démo avec Claude (agent IA d'Anthropic) montre que l'IA peut interagir avec le coffre Bitwarden : vérifier l'état, déverrouiller le vault, générer ou modifier des identifiants, le tout sans intervention humaine directe. Bitwarden affiche une approche priorisant la sécurité, mais reconnaît les risques liés à l'utilisation d'IA autonome. L'usage d'un LLM local privé est fortement recommandé pour limiter les vulnérabilités. Si tu veux, je peux aussi te résumer les enjeux principaux (interopérabilité, sécurité, cas d'usage) ou un extrait spécifique ! NVIDIA a une faille de securite critique https://www.wiz.io/blog/nvidia-ai-vulnerability-cve–2025–23266-nvidiascape Il s'agit d'une faille d'évasion de conteneur dans le NVIDIA Container Toolkit. La gravité est jugée critique avec un score CVSS de 9.0. Cette vulnérabilité permet à un conteneur malveillant d'obtenir un accès root complet sur l'hôte. L'origine du problème vient d'une mauvaise configuration des hooks OCI dans le toolkit. L'exploitation peut se faire très facilement, par exemple avec un Dockerfile de seulement trois lignes. Le risque principal concerne la compromission de l'isolation entre différents clients sur des infrastructures cloud GPU partagées. Les versions affectées incluent toutes les versions du NVIDIA Container Toolkit jusqu'à la 1.17.7 et du NVIDIA GPU Operator jusqu'à la version 25.3.1. Pour atténuer le risque, il est recommandé de mettre à jour vers les dernières versions corrigées. En attendant, il est possible de désactiver certains hooks problématiques dans la configuration pour limiter l'exposition. Cette faille met en lumière l'importance de renforcer la sécurité des environnements GPU partagés et la gestion des conteneurs AI. Fuite de données de l'application Tea : points essentiels https://knowyourmeme.com/memes/events/the-tea-app-data-leak Tea est une application lancée en 2023 qui permet aux femmes de laisser des avis anonymes sur des hommes rencontrés. En juillet 2025, une importante fuite a exposé environ 72 000 images sensibles (selfies, pièces d'identité) et plus d'1,1 million de messages privés. La fuite a été révélée après qu'un utilisateur ait partagé un lien pour télécharger la base de données compromise. Les données touchées concernaient majoritairement des utilisateurs inscrits avant février 2024, date à laquelle l'application a migré vers une infrastructure plus sécurisée. En réponse, Tea prévoit de proposer des services de protection d'identité aux utilisateurs impactés. Faille dans le paquet npm is : attaque en chaîne d'approvisionnement https://socket.dev/blog/npm-is-package-hijacked-in-expanding-supply-chain-attack Une campagne de phishing ciblant les mainteneurs npm a compromis plusieurs comptes, incluant celui du paquet is. Des versions compromises du paquet is (notamment les versions 3.3.1 et 5.0.0) contenaient un chargeur de malware JavaScript destiné aux systèmes Windows. Ce malware a offert aux attaquants un accès à distance via WebSocket, permettant potentiellement l'exécution de code arbitraire. L'attaque fait suite à d'autres compromissions de paquets populaires comme eslint-config-prettier, eslint-plugin-prettier, synckit, @pkgr/core, napi-postinstall, et got-fetch. Tous ces paquets ont été publiés sans aucun commit ou PR sur leurs dépôts GitHub respectifs, signalant un accès non autorisé aux tokens mainteneurs. Le domaine usurpé [npnjs.com](http://npnjs.com) a été utilisé pour collecter les jetons d'accès via des emails de phishing trompeurs. L'épisode met en lumière la fragilité des chaînes d'approvisionnement logicielle dans l'écosystème npm et la nécessité d'adopter des pratiques renforcées de sécurité autour des dépendances. Revues de sécurité automatisées avec Claude Code https://www.anthropic.com/news/automate-security-reviews-with-claude-code Anthropic a lancé des fonctionnalités de sécurité automatisées pour Claude Code, un assistant de codage d'IA en ligne de commande. Ces fonctionnalités ont été introduites en réponse au besoin croissant de maintenir la sécurité du code alors que les outils d'IA accélèrent considérablement le développement de logiciels. Commande /security-review : les développeurs peuvent exécuter cette commande dans leur terminal pour demander à Claude d'identifier les vulnérabilités de sécurité, notamment les risques d'injection SQL, les vulnérabilités de script intersite (XSS), les failles d'authentification et d'autorisation, ainsi que la gestion non sécurisée des données. Claude peut également suggérer et implémenter des correctifs. Intégration GitHub Actions : une nouvelle action GitHub permet à Claude Code d'analyser automatiquement chaque nouvelle demande d'extraction (pull request). L'outil examine les modifications de code pour y trouver des vulnérabilités, applique des règles personnalisables pour filtrer les faux positifs et commente directement la demande d'extraction avec les problèmes détectés et les correctifs recommandés. Ces fonctionnalités sont conçues pour créer un processus d'examen de sécurité cohérent et s'intégrer aux pipelines CI/CD existants, ce qui permet de s'assurer qu'aucun code n'atteint la production sans un examen de sécurité de base. Loi, société et organisation Google embauche les personnes clés de Windsurf https://www.blog-nouvelles-technologies.fr/333959/openai-windsurf-google-deepmind-codage-agentique/ windsurf devait être racheté par OpenAI Google ne fait pas d'offre de rachat mais débauche quelques personnes clés de Windsurf Windsurf reste donc indépendante mais sans certains cerveaux y compris son PDG. Les nouveaux dirigeants sont les ex leaders des force de vente Donc plus une boîte tech Pourquoi le deal a 3 milliard est tombé à l'eau ? On ne sait pas mais la divergence et l‘indépendance technologique est possiblement en cause. Les transfuge vont bosser chez Deepmind dans le code argentique Opinion Article: https://www.linkedin.com/pulse/dear-people-who-think-ai-low-skilled-code-monkeys-future-jan-moser-svade/ Jan Moser critique ceux qui pensent que l'IA et les développeurs peu qualifiés peuvent remplacer les ingénieurs logiciels compétents. Il cite l'exemple de l'application Tea, une plateforme de sécurité pour femmes, qui a exposé 72 000 images d'utilisateurs en raison d'une mauvaise configuration de Firebase et d'un manque de pratiques de développement sécurisées. Il souligne que l'absence de contrôles automatisés et de bonnes pratiques de sécurité a permis cette fuite de données. Moser avertit que des outils comme l'IA ne peuvent pas compenser l'absence de compétences en génie logiciel, notamment en matière de sécurité, de gestion des erreurs et de qualité du code. Il appelle à une reconnaissance de la valeur des ingénieurs logiciels qualifiés et à une approche plus rigoureuse dans le développement logiciel. YouTube déploie une technologie d'estimation d'âge pour identifier les adolescents aux États-Unis https://techcrunch.com/2025/07/29/youtube-rolls-out-age-estimatation-tech-to-identify-u-s-teens-and-apply-additional-protections/ Sujet très à la mode, surtout au UK mais pas que… YouTube commence à déployer une technologie d'estimation d'âge basée sur l'IA pour identifier les utilisateurs adolescents aux États-Unis, indépendamment de l'âge déclaré lors de l'inscription. Cette technologie analyse divers signaux comportementaux, tels que l'historique de visionnage, les catégories de vidéos consultées et l'âge du compte. Lorsqu'un utilisateur est identifié comme adolescent, YouTube applique des protections supplémentaires, notamment : Désactivation des publicités personnalisées. Activation des outils de bien-être numérique, tels que les rappels de temps d'écran et de coucher. Limitation de la visualisation répétée de contenus sensibles, comme ceux liés à l'image corporelle. Si un utilisateur est incorrectement identifié comme mineur, il peut vérifier son âge via une pièce d'identité gouvernementale, une carte de crédit ou un selfie. Ce déploiement initial concerne un petit groupe d'utilisateurs aux États-Unis et sera étendu progressivement. Cette initiative s'inscrit dans les efforts de YouTube pour renforcer la sécurité des jeunes utilisateurs en ligne. Mistral AI : contribution à un standard environnemental pour l'IA https://mistral.ai/news/our-contribution-to-a-global-environmental-standard-for-ai Mistral AI a réalisé la première analyse de cycle de vie complète d'un modèle d'IA, en collaboration avec plusieurs partenaires. L'étude quantifie l'impact environnemental du modèle Mistral Large 2 sur les émissions de gaz à effet de serre, la consommation d'eau, et l'épuisement des ressources. La phase d'entraînement a généré 20,4 kilotonnes de CO₂ équivalent, consommé 281 000 m³ d'eau, et utilisé 660 kg SB-eq (mineral consumption). Pour une réponse de 400 tokens, l'impact marginal est faible mais non négligeable : 1,14 gramme de CO₂, 45 mL d'eau, et 0,16 mg d'équivalent antimoine. Mistral propose trois indicateurs pour évaluer cet impact : l'impact absolu de l'entraînement, l'impact marginal de l'inférence, et le ratio inference/impact total sur le cycle de vie. L'entreprise souligne l'importance de choisir le modèle en fonction du cas d'usage pour limiter l'empreinte environnementale. Mistral appelle à plus de transparence et à l'adoption de standards internationaux pour permettre une comparaison claire entre modèles. L'IA promettait plus d'efficacité… elle nous fait surtout travailler plus https://afterburnout.co/p/ai-promised-to-make-us-more-efficient Les outils d'IA devaient automatiser les tâches pénibles et libérer du temps pour les activités stratégiques et créatives. En réalité, le temps gagné est souvent aussitôt réinvesti dans d'autres tâches, créant une surcharge. Les utilisateurs croient être plus productifs avec l'IA, mais les données contredisent cette impression : une étude montre que les développeurs utilisant l'IA prennent 19 % de temps en plus pour accomplir leurs tâches. Le rapport DORA 2024 observe une baisse de performance globale des équipes lorsque l'usage de l'IA augmente : –1,5 % de throughput et –7,2 % de stabilité de livraison pour +25 % d'adoption de l'IA. L'IA ne réduit pas la charge mentale, elle la déplace : rédaction de prompts, vérification de résultats douteux, ajustements constants… Cela épuise et limite le temps de concentration réelle. Cette surcharge cognitive entraîne une forme de dette mentale : on ne gagne pas vraiment du temps, on le paie autrement. Le vrai problème vient de notre culture de la productivité, qui pousse à toujours vouloir optimiser, quitte à alimenter l'épuisement professionnel. Trois pistes concrètes : Repenser la productivité non en temps gagné, mais en énergie préservée. Être sélectif dans l'usage des outils IA, en fonction de son ressenti et non du battage médiatique. Accepter la courbe en J : l'IA peut être utile, mais nécessite des ajustements profonds pour produire des gains réels. Le vrai hack de productivité ? Parfois, ralentir pour rester lucide et durable. Conférences MCP Submit Europe https://mcpdevsummit.ai/ Retour de JavaOne en 2026 https://inside.java/2025/08/04/javaone-returns–2026/ JavaOne, la conférence dédiée à la communauté Java, fait son grand retour dans la Bay Area du 17 au 19 mars 2026. Après le succès de l'édition 2025, ce retour s'inscrit dans la continuité de la mission initiale de la conférence : rassembler la communauté pour apprendre, collaborer et innover. La liste des conférences provenant de Developers Conferences Agenda/List par Aurélie Vache et contributeurs : 25–27 août 2025 : SHAKA Biarritz - Biarritz (France) 5 septembre 2025 : JUG Summer Camp 2025 - La Rochelle (France) 12 septembre 2025 : Agile Pays Basque 2025 - Bidart (France) 15 septembre 2025 : Agile Tour Montpellier - Montpellier (France) 18–19 septembre 2025 : API Platform Conference - Lille (France) & Online 22–24 septembre 2025 : Kernel Recipes - Paris (France) 22–27 septembre 2025 : La Mélée Numérique - Toulouse (France) 23 septembre 2025 : OWASP AppSec France 2025 - Paris (France) 23–24 septembre 2025 : AI Engineer Paris - Paris (France) 25 septembre 2025 : Agile Game Toulouse - Toulouse (France) 25–26 septembre 2025 : Paris Web 2025 - Paris (France) 30 septembre 2025–1 octobre 2025 : PyData Paris 2025 - Paris (France) 2 octobre 2025 : Nantes Craft - Nantes (France) 2–3 octobre 2025 : Volcamp - Clermont-Ferrand (France) 3 octobre 2025 : DevFest Perros-Guirec 2025 - Perros-Guirec (France) 6–7 octobre 2025 : Swift Connection 2025 - Paris (France) 6–10 octobre 2025 : Devoxx Belgium - Antwerp (Belgium) 7 octobre 2025 : BSides Mulhouse - Mulhouse (France) 7–8 octobre 2025 : Agile en Seine - Issy-les-Moulineaux (France) 8–10 octobre 2025 : SIG 2025 - Paris (France) & Online 9 octobre 2025 : DevCon #25 : informatique quantique - Paris (France) 9–10 octobre 2025 : Forum PHP 2025 - Marne-la-Vallée (France) 9–10 octobre 2025 : EuroRust 2025 - Paris (France) 16 octobre 2025 : PlatformCon25 Live Day Paris - Paris (France) 16 octobre 2025 : Power 365 - 2025 - Lille (France) 16–17 octobre 2025 : DevFest Nantes - Nantes (France) 17 octobre 2025 : Sylius Con 2025 - Lyon (France) 17 octobre 2025 : ScalaIO 2025 - Paris (France) 17–19 octobre 2025 : OpenInfra Summit Europe - Paris (France) 20 octobre 2025 : Codeurs en Seine - Rouen (France) 23 octobre 2025 : Cloud Nord - Lille (France) 30–31 octobre 2025 : Agile Tour Bordeaux 2025 - Bordeaux (France) 30–31 octobre 2025 : Agile Tour Nantais 2025 - Nantes (France) 30 octobre 2025–2 novembre 2025 : PyConFR 2025 - Lyon (France) 4–7 novembre 2025 : NewCrafts 2025 - Paris (France) 5–6 novembre 2025 : Tech Show Paris - Paris (France) 6 novembre 2025 : dotAI 2025 - Paris (France) 6 novembre 2025 : Agile Tour Aix-Marseille 2025 - Gardanne (France) 7 novembre 2025 : BDX I/O - Bordeaux (France) 12–14 novembre 2025 : Devoxx Morocco - Marrakech (Morocco) 13 novembre 2025 : DevFest Toulouse - Toulouse (France) 15–16 novembre 2025 : Capitole du Libre - Toulouse (France) 19 novembre 2025 : SREday Paris 2025 Q4 - Paris (France) 19–21 novembre 2025 : Agile Grenoble - Grenoble (France) 20 novembre 2025 : OVHcloud Summit - Paris (France) 21 novembre 2025 : DevFest Paris 2025 - Paris (France) 27 novembre 2025 : DevFest Strasbourg 2025 - Strasbourg (France) 28 novembre 2025 : DevFest Lyon - Lyon (France) 1–2 décembre 2025 : Tech Rocks Summit 2025 - Paris (France) 4–5 décembre 2025 : Agile Tour Rennes - Rennes (France) 5 décembre 2025 : DevFest Dijon 2025 - Dijon (France) 9–11 décembre 2025 : APIdays Paris - Paris (France) 9–11 décembre 2025 : Green IO Paris - Paris (France) 10–11 décembre 2025 : Devops REX - Paris (France) 10–11 décembre 2025 : Open Source Experience - Paris (France) 11 décembre 2025 : Normandie.ai 2025 - Rouen (France) 28–31 janvier 2026 : SnowCamp 2026 - Grenoble (France) 2–6 février 2026 : Web Days Convention - Aix-en-Provence (France) 3 février 2026 : Cloud Native Days France 2026 - Paris (France) 12–13 février 2026 : Touraine Tech #26 - Tours (France) 22–24 avril 2026 : Devoxx France 2026 - Paris (France) 23–25 avril 2026 : Devoxx Greece - Athens (Greece) 17 juin 2026 : Devoxx Poland - Krakow (Poland) Nous contacter Pour réagir à cet épisode, venez discuter sur le groupe Google https://groups.google.com/group/lescastcodeurs Contactez-nous via X/twitter https://twitter.com/lescastcodeurs ou Bluesky https://bsky.app/profile/lescastcodeurs.com 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/

time community ai power google uk internet guide france pr building spring data elon musk microsoft chatgpt attention mvp phase dans construction agent tests windows bay area ces patterns tout tea ia pas limitations faire distribution openai gemini extension runner nvidia passage rust blue sky api retour conf agile cela python gpt toujours sb nouveau ml unis linux java trois priorit github guillaume mieux activation int libert aur jest savoir selon num donner valid armin bom lam certains javascript exposition documentation apache opus mod donc llm nouvelles arnaud prise contr changement cpu maven nouveaux gpu m1 parfois travailler google cloud exp ast dns normandie certaines tester aff cinq vall construire counted sql principales lorsqu grok verified moser node git loi utiliser pdg sujet cloudflare sortie afin sig lancement anthropic fen deepmind accepter ssl gitlab axes spel optimisation enregistr mocha mongodb toutefois ci cd modules json capacit mistral configuration xai paris france permet aot orta cli github copilot mcp objet comportement utilisation repenser montrer capitole enregistrement prd fuite jit ecrire appels favoriser fixe firebase sse commande oauth crud jep vache oci bgp jetbrains swe bitwarden nuage github actions windsurf livrer propuls mistral ai faille xss a2a optimis mocker remplacement websockets stagiaire automatiser chris perry cvss devcon revues spring boot personnalisation tom l jdk lyon france podman vertex ai adk bordeaux france jfr profilage amazon bedrock diagramme script editor junit clis dockerfile javaone provence france testcontainers toulouse france strasbourg france github issues commonjs lille france codeurs micrometer sourcetree dijon france devoxx france
Kodsnack
Kodsnack 655 - Gratis prestanda

Kodsnack

Play Episode Listen Later Aug 12, 2025 55:18


Fredrik och Tobias diskuterar en tillräckligt mystisk bugg Tobias jagat ifatt, och berättar på vägen om register och vektorisering. Tobias har sedan sist varit med och levererat sitt första spel på Ubisoft och berättar om vad som fanns att göra på kompilatornivå sex månader innan ett Assassins' creed-spel ska släppas. Men huvudämnet är vektorisering. Det började givetvis med en konstig bugg, som kräver ett par dykningar i hur processorer och kompilatorer fungerar för att få sin förklaring. Ett stort tack till Cloudnet som sponsrar vår VPS! Har du kommentarer, frågor eller tips? Vi är @kodsnack, @thieta, @krig, och @bjoreman på Mastodon, har en sida på Facebook och epostas på info@kodsnack.se om du vill skriva längre. Vi läser allt som skickas. Gillar du Kodsnack får du hemskt gärna recensera oss i iTunes! Du kan också stödja podden genom att ge oss en kaffe (eller två!) på Ko-fi, eller handla något i vår butik. Länkar Avsnitt 581 Amanda Assassin's creed shadows Anvil Profile-guided optimization Bitmaskande Perforce Git bisect Stöd oss på Ko-fi! Autovektorisering, eller loopvektorisering SSE, SSE 2, AVX Register i CPU:er Pentium XOR Scalar SIMD - Single instruction, multiple data Neon Pipelining i CPU:er Micro-ops Scheduler i kompilatorer Snowdrop JIT - just-in-time-kompilering Raw string Expedition 33 Videon om skapandet av Expedition 33 Titlar Tillbaka från avsnitt 581 Sporadisk gäst Tiden har ju sprungit som den gör Då finns det att göra Gratis prestanda Innan GPU:n tar över Två kuber ovanpå varandra Vart i kompilatorn gick det här åt skogen? Vektoriseringsmagi Två stora arrayer som beskriver någonting Ineffektivt att göra det i serie Inte speciellt ergonomiskt Det här kan jag vektorisera bort åt dig Bitmaskade på fel bit Det här är värt besväret Miljoner arrayer och loopar

Packet Pushers - Full Podcast Feed
PP071: SSE Vendor Test Results; Can HPE and Juniper Get Along?

Packet Pushers - Full Podcast Feed

Play Episode Listen Later Jul 22, 2025 46:20


CyberRatings, a non-profit that performs independent testing of security products and services, has released the results of comparative tests it conducted on Secure Service Edge, or SSE, services. Tested vendors include Cisco, Cloudflare, Fortinet, Palo Alto Networks, Skyhigh Security, Versa Networks, and Zscaler. We look at what was tested and how, highlight results, and discuss... Read more »

Packet Pushers - Fat Pipe
PP071: SSE Vendor Test Results; Can HPE and Juniper Get Along?

Packet Pushers - Fat Pipe

Play Episode Listen Later Jul 22, 2025 46:20


CyberRatings, a non-profit that performs independent testing of security products and services, has released the results of comparative tests it conducted on Secure Service Edge, or SSE, services. Tested vendors include Cisco, Cloudflare, Fortinet, Palo Alto Networks, Skyhigh Security, Versa Networks, and Zscaler. We look at what was tested and how, highlight results, and discuss... Read more »

Everything Co-op with Vernon Oakes
Michael Peck n Chris Clamp 6262025

Everything Co-op with Vernon Oakes

Play Episode Listen Later Jul 18, 2025 53:59


June 26, 2025 - Michael Peck and Dr. Christina Clamp to discuss the 2nd Volume of "Humanity@Work&life-Global Diffusion of the Mondragon Cooperative Ecosystem Experience.” Michael Peck co-founded 1worker1vote in 2014, alongside ten advisory board members, to build on the 2009 United Steelworkers/Mondragon Collaboration MOU and the 2012 Union-Coop Model. He currently serves as the organization's Executive Director. In early 2015, 1worker1vote was incorporated as a New York 501(c)(3) by CUNY Law School's Community Economic Development Clinic. Drawing inspiration from Mondragon's 70-year cooperative ecosystem, 1worker1vote is leading the “Good Trouble Capitalism” and “Generation Union” campaigns under its 2025 initiative. These efforts promote global Social and Solidarity Economy (SSE) principles, community enterprise development, authentic sustainability metrics, predistributive financing, and cooperative-mutualist housing best practices. Central to its mission is advancing hybrid worker ownership and workplace democracy through union-coop models. Current collaborations include: The Coalition for Affordable, Cooperative-Mutualist Housing (NY project) ASETT (Mondragon-inspired SSE think-and-do tank) UNRISD and ASETT on Sustainable Development Performance Indicators The Mutualist Society American Sustainable Business Network Coop Cincy NewsSocial Coop (UK) Worx Printing (union-coop) Blue-Green Alliance Humanity@Work&Life publications Dr. Christina Clamp is heralded for her diverse work grounded in the values of civil rights, social justice and an inclusive economy. She is best known for her research on Mondragon, the world's largest worker cooperative. The results of her deep interviews with Mondragon managers and founders continue to inform human resource strategies for worker co-ops worldwide. Her extensive list of publications includes, most recently, a collection of 30 essays highlighting the story of Mondragon and its ongoing influence in the U.S. UK, Korea and Germany, Humanity@ Work & Life, coedited with Michael Peck. For more than 40 years Professor Clamp taught college courses on cooperatives and led a master's program in community economic development at Southern New Hampshire University. As an activist professor, Chris expected her students to be engaged with community groups, particularly those that support existing and developing co-ops. Her work crosses sectors in cooperative development: from cutting-edge research on worker and shared-services cooperatives to training generations of cooperators to building and connecting cooperatives to broader movements for community economic development and the social solidarity economy, Chris is a steadfast champion of cooperatives. Chris serves on the boards of the Local Enterprise Assistance Fund (LEAF), The ICA Group, and The Fund for Jobs Worth Owning. “Humanity@Work&life - Global Diffusion of the Mondragon Cooperative Ecosystem Experience 2nd Edition” , published by Oak Tree Press, frames a collective labor of earned merit, vision and determination by 36 contributors in six countries, three continents, proving how solidarity, innovation, and conviction forge sustaining local and global social economy practice on behalf of the greater common good.

Les Cast Codeurs Podcast
LCC 328 - Expert généraliste cherche Virtual Thread

Les Cast Codeurs Podcast

Play Episode Listen Later Jul 16, 2025 90:13


Dans cet épisode, Emmanuel et Antonio discutent de divers sujets liés au développement: Applets (et oui), app iOS développées sous Linux, le protocole A2A, l'accessibilité, les assistants de code AI en ligne de commande (vous n'y échapperez pas)… Mais aussi des approches méthodologiques et architecturales comme l'architecture hexagonale, les tech radars, l'expert généraliste et bien d'autres choses encore. Enregistré le 11 juillet 2025 Téléchargement de l'épisode LesCastCodeurs-Episode-328.mp3 ou en vidéo sur YouTube. News Langages Les Applets Java c'est terminé pour de bon… enfin, bientot: https://openjdk.org/jeps/504 Les navigateurs web ne supportent plus les applets. L'API Applet et l'outil appletviewer ont été dépréciés dans JDK 9 (2017). L'outil appletviewer a été supprimé dans JDK 11 (2018). Depuis, impossible d'exécuter des applets avec le JDK. L'API Applet a été marquée pour suppression dans JDK 17 (2021). Le Security Manager, essentiel pour exécuter des applets de façon sécurisée, a été désactivé définitivement dans JDK 24 (2025). Librairies Quarkus 3.24 avec la notion d'extensions qui peuvent fournir des capacités à des assistants https://quarkus.io/blog/quarkus-3-24-released/ les assistants typiquement IA, ont accès a des capacités des extensions Par exemple générer un client à partir d'openAPI Offrir un accès à la,base de données en dev via le schéma. L'intégration d'Hibernate 7 dans Quarkus https://quarkus.io/blog/hibernate7-on-quarkus/ Jakarta data api restriction nouvelle Injection du SchemaManager Sortie de Micronaut 4.9 https://micronaut.io/2025/06/30/micronaut-framework-4-9-0-released/ Core : Mise à jour vers Netty 4.2.2 (attention, peut affecter les perfs). Nouveau mode expérimental “Event loop Carrier” pour exécuter des virtual threads sur l'event loop Netty. Nouvelle annotation @ClassImport pour traiter des classes déjà compilées. Arrivée des @Mixin (Java uniquement) pour modifier les métadonnées d'annotations Micronaut sans altérer les classes originales. HTTP/3 : Changement de dépendance pour le support expérimental. Graceful Shutdown : Nouvelle API pour un arrêt en douceur des applications. Cache Control : API fluente pour construire facilement l'en-tête HTTP Cache-Control. KSP 2 : Support de KSP 2 (à partir de 2.0.2) et testé avec Kotlin 2. Jakarta Data : Implémentation de la spécification Jakarta Data 1.0. gRPC : Support du JSON pour envoyer des messages sérialisés via un POST HTTP. ProjectGen : Nouveau module expérimental pour générer des projets JVM (Gradle ou Maven) via une API. Un super article sur experimenter avec les event loops reactives dans les virtualthreads https://micronaut.io/2025/06/30/transitioning-to-virtual-threads-using-the-micronaut-loom-carrier/ Malheureusement cela demander le hacker le JDK C'est un article de micronaut mais le travail a ete collaboratif avec les equipes de Red Hat OpenJDK, Red Hat perf et de Quarkus et Vert.x Pour les curieux c'est un bon article Ubuntu offre un outil de creation de container pour Spring notamment https://canonical.com/blog/spring-boot-containers-made-easy creer des images OCI pour les applications Spring Boot basées sur Ubuntu base images bien sur utilise jlink pour reduire la taille pas sur de voir le gros avantage vs d'autres solutions plus portables d'ailleurs Canonical entre dans la danse des builds d'openjdk Le SDK Java de A2A contribué par Red Hat est sorti https://quarkus.io/blog/a2a-project-launches-java-sdk/ A2A est un protocole initié par Google et donne à la fondation Linux Il permet à des agents de se décrire et d'interagir entre eux Agent cards, skills, tâche, contexte A2A complémente MCP Red hat a implémenté le SDK Java avec le conseil des équipes Google En quelques annotations et classes on a un agent card, un client A2A et un serveur avec l'échange de messages via le protocole A2A Comment configurer mockito sans warning après java 21 https://rieckpil.de/how-to-configure-mockito-agent-for-java-21-without-warning/ les agents chargés dynamiquement sont déconseillés et seront interdis bientôt Un des usages est mockito via bytebuddy L'avantage est que la,configuration était transparente Mais bon sécurité oblige c'est fini. Donc l'article décrit comment configurer maven gradle pour mettre l'agent au démarrage des tests Et aussi comment configurer cela dans IntelliJ idea. Moins simple malheureusement Web Des raisons “égoïstes” de rendre les UIs plus accessibles https://nolanlawson.com/2025/06/16/selfish-reasons-for-building-accessible-uis/ Raisons égoïstes : Des avantages personnels pour les développeurs de créer des interfaces utilisateurs (UI) accessibles, au-delà des arguments moraux. Débogage facilité : Une interface accessible, avec une structure sémantique claire, est plus facile à déboguer qu'un code désordonné (la « soupe de div »). Noms standardisés : L'accessibilité fournit un vocabulaire standard (par exemple, les directives WAI-ARIA) pour nommer les composants d'interface, ce qui aide à la clarté et à la structuration du code. Tests simplifiés : Il est plus simple d'écrire des tests automatisés pour des éléments d'interface accessibles, car ils peuvent être ciblés de manière plus fiable et sémantique. Après 20 ans de stagnation, la spécification du format d'image PNG évolue enfin ! https://www.programmax.net/articles/png-is-back/ Objectif : Maintenir la pertinence et la compétitivité du format. Recommandation : Soutenu par des institutions comme la Bibliothèque du Congrès américain. Nouveautés Clés :Prise en charge du HDR (High Dynamic Range) pour une plus grande gamme de couleurs. Reconnaissance officielle des PNG animés (APNG). Support des métadonnées Exif (copyright, géolocalisation, etc.). Support Actuel : Déjà intégré dans Chrome, Safari, Firefox, iOS, macOS et Photoshop. Futur :Prochaine édition : focus sur l'interopérabilité entre HDR et SDR. Édition suivante : améliorations de la compression. Avec le projet open source Xtool, on peut maintenant construire des applications iOS sur Linux ou Windows, sans avoir besoin d'avoir obligatoirement un Mac https://xtool.sh/tutorials/xtool/ Un tutoriel très bien fait explique comment faire : Création d'un nouveau projet via la commande xtool new. Génération d'un package Swift avec des fichiers clés comme Package.swift et xtool.yml. Build et exécution de l'app sur un appareil iOS avec xtool dev. Connexion de l'appareil en USB, gestion du jumelage et du Mode Développeur. xtool gère automatiquement les certificats, profils de provisionnement et la signature de l'app. Modification du code de l'interface utilisateur (ex: ContentView.swift). Reconstruction et réinstallation rapide de l'app mise à jour avec xtool dev. xtool est basé sur VSCode sur la partie IDE Data et Intelligence Artificielle Nouvelle edition du best seller mondial “Understanding LangChain4j” : https://www.linkedin.com/posts/agoncal_langchain4j-java-ai-activity-7342825482830200833-rtw8/ Mise a jour des APIs (de LC4j 0.35 a 1.1.0) Nouveaux Chapitres sur MCP / Easy RAG / JSon Response Nouveaux modeles (GitHub Model, DeepSeek, Foundry Local) Mise a jour des modeles existants (GPT-4.1, Claude 3.7…) Google donne A2A a la Foundation Linux https://developers.googleblog.com/en/google-cloud-donates-a2a-to-linux-foundation/ Annonce du projet Agent2Agent (A2A) : Lors du sommet Open Source Summit North America, la Linux Foundation a annoncé la création du projet Agent2Agent, en partenariat avec Google, AWS, Microsoft, Cisco, Salesforce, SAP et ServiceNow. Objectif du protocole A2A : Ce protocole vise à établir une norme ouverte pour permettre aux agents d'intelligence artificielle (IA) de communiquer, collaborer et coordonner des tâches complexes entre eux, indépendamment de leur fournisseur. Transfert de Google à la communauté open source : Google a transféré la spécification du protocole A2A, les SDK associés et les outils de développement à la Linux Foundation pour garantir une gouvernance neutre et communautaire. Soutien de l'industrie : Plus de 100 entreprises soutiennent déjà le protocole. AWS et Cisco sont les derniers à l'avoir validé. Chaque entreprise partenaire a souligné l'importance de l'interopérabilité et de la collaboration ouverte pour l'avenir de l'IA. Objectifs de la fondation A2A : Établir une norme universelle pour l'interopérabilité des agents IA. Favoriser un écosystème mondial de développeurs et d'innovateurs. Garantir une gouvernance neutre et ouverte. Accélérer l'innovation sécurisée et collaborative. parler de la spec et surement dire qu'on aura l'occasion d'y revenir Gemini CLI :https://blog.google/technology/developers/introducing-gemini-cli-open-source-ai-agent/ Agent IA dans le terminal : Gemini CLI permet d'utiliser l'IA Gemini directement depuis le terminal. Gratuit avec compte Google : Accès à Gemini 2.5 Pro avec des limites généreuses. Fonctionnalités puissantes : Génère du code, exécute des commandes, automatise des tâches. Open source : Personnalisable et extensible par la communauté. Complément de Code Assist : Fonctionne aussi avec les IDE comme VS Code. Au lieu de blocker les IAs sur vos sites vous pouvez peut-être les guider avec les fichiers LLMs.txt https://llmstxt.org/ Exemples du projet angular: llms.txt un simple index avec des liens : https://angular.dev/llms.txt lllms-full.txt une version bien plus détaillée : https://angular.dev/llms-full.txt Outillage Les commits dans Git sont immuables, mais saviez vous que vous pouviez rajouter / mettre à jour des “notes” sur les commits ? https://tylercipriani.com/blog/2022/11/19/git-notes-gits-coolest-most-unloved-feature/ Fonctionnalité méconnue : git notes est une fonctionnalité puissante mais peu utilisée de Git. Ajout de métadonnées : Permet d'attacher des informations à des commits existants sans en modifier le hash. Cas d'usage : Idéal pour ajouter des données issues de systèmes automatisés (builds, tickets, etc.). Revue de code distribuée : Des outils comme git-appraise ont été construits sur git notes pour permettre une revue de code entièrement distribuée, indépendante des forges (GitHub, GitLab). Peu populaire : Son interface complexe et le manque de support des plateformes de forge ont limité son adoption (GitHub n'affiche même pas/plus les notes). Indépendance des forges : git notes offre une voie vers une plus grande indépendance vis-à-vis des plateformes centralisées, en distribuant l'historique du projet avec le code lui-même. Un aperçu dur Spring Boot debugger dans IntelliJ idea ultimate https://blog.jetbrains.com/idea/2025/06/demystifying-spring-boot-with-spring-debugger/ montre cet outil qui donne du contexte spécifique à Spring comme les beans non activés, ceux mockés, la valeur des configs, l'état des transactions Il permet de visualiser tous les beans Spring directement dans la vue projet, avec les beans non instanciés grisés et les beans mockés marqués en orange pour les tests Il résout le problème de résolution des propriétés en affichant la valeur effective en temps réel dans les fichiers properties et yaml, avec la source exacte des valeurs surchargées Il affiche des indicateurs visuels pour les méthodes exécutées dans des transactions actives, avec les détails complets de la transaction et une hiérarchie visuelle pour les transactions imbriquées Il détecte automatiquement toutes les connexions DataSource actives et les intègre avec la fenêtre d'outils Database d'IntelliJ IDEA pour l'inspection Il permet l'auto-complétion et l'invocation de tous les beans chargés dans l'évaluateur d'expression, fonctionnant comme un REPL pour le contexte Spring Il fonctionne sans agent runtime supplémentaire en utilisant des breakpoints non-suspendus dans les bibliothèques Spring Boot pour analyser les données localement Une liste communautaire sur les assistants IA pour le code, lancée par Lize Raes https://aitoolcomparator.com/ tableau comparatif qui permet de voir les différentes fonctionnalités supportées par ces outils Architecture Un article sur l'architecture hexagonale en Java https://foojay.io/today/clean-and-modular-java-a-hexagonal-architecture-approach/ article introductif mais avec exemple sur l'architecture hexagonale entre le domaine, l'application et l‘infrastructure Le domain est sans dépendance L‘appli spécifique à l'application mais sans dépendance technique explique le flow L'infrastructure aura les dépendances à vos frameworks spring, Quarkus Micronaut, Kafka etc Je suis naturellement pas fan de l'architecture hexagonale en terme de volume de code vs le gain surtout en microservices mais c'est toujours intéressant de se challenger et de regarder le bénéfice coût. Gardez un œil sur les technologies avec les tech radar https://www.sfeir.dev/cloud/tech-radar-gardez-un-oeil-sur-le-paysage-technologique/ Le Tech Radar est crucial pour la veille technologique continue et la prise de décision éclairée. Il catégorise les technologies en Adopt, Trial, Assess, Hold, selon leur maturité et pertinence. Il est recommandé de créer son propre Tech Radar pour l'adapter aux besoins spécifiques, en s'inspirant des Radars publics. Utilisez des outils de découverte (Alternativeto), de tendance (Google Trends), de gestion d'obsolescence (End-of-life.date) et d'apprentissage (roadmap.sh). Restez informé via les blogs, podcasts, newsletters (TLDR), et les réseaux sociaux/communautés (X, Slack). L'objectif est de rester compétitif et de faire des choix technologiques stratégiques. Attention à ne pas sous-estimer son coût de maintenance Méthodologies Le concept d'expert generaliste https://martinfowler.com/articles/expert-generalist.html L'industrie pousse vers une spécialisation étroite, mais les collègues les plus efficaces excellent dans plusieurs domaines à la fois Un développeur Python expérimenté peut rapidement devenir productif dans une équipe Java grâce aux concepts fondamentaux partagés L'expertise réelle comporte deux aspects : la profondeur dans un domaine et la capacité d'apprendre rapidement Les Expert Generalists développent une maîtrise durable au niveau des principes fondamentaux plutôt que des outils spécifiques La curiosité est essentielle : ils explorent les nouvelles technologies et s'assurent de comprendre les réponses au lieu de copier-coller du code La collaboration est vitale car ils savent qu'ils ne peuvent pas tout maîtriser et travaillent efficacement avec des spécialistes L'humilité les pousse à d'abord comprendre pourquoi les choses fonctionnent d'une certaine manière avant de les remettre en question Le focus client canalise leur curiosité vers ce qui aide réellement les utilisateurs à exceller dans leur travail L'industrie doit traiter “Expert Generalist” comme une compétence de première classe à nommer, évaluer et former ca me rappelle le technical staff Un article sur les métriques métier et leurs valeurs https://blog.ippon.fr/2025/07/02/monitoring-metier-comment-va-vraiment-ton-service-2/ un article de rappel sur la valeur du monitoring métier et ses valeurs Le monitoring technique traditionnel (CPU, serveurs, API) ne garantit pas que le service fonctionne correctement pour l'utilisateur final. Le monitoring métier complète le monitoring technique en se concentrant sur l'expérience réelle des utilisateurs plutôt que sur les composants isolés. Il surveille des parcours critiques concrets comme “un client peut-il finaliser sa commande ?” au lieu d'indicateurs abstraits. Les métriques métier sont directement actionnables : taux de succès, délais moyens et volumes d'erreurs permettent de prioriser les actions. C'est un outil de pilotage stratégique qui améliore la réactivité, la priorisation et le dialogue entre équipes techniques et métier. La mise en place suit 5 étapes : dashboard technique fiable, identification des parcours critiques, traduction en indicateurs, centralisation et suivi dans la durée. Une Definition of Done doit formaliser des critères objectifs avant d'instrumenter tout parcours métier. Les indicateurs mesurables incluent les points de passage réussis/échoués, les temps entre actions et le respect des règles métier. Les dashboards doivent être intégrés dans les rituels quotidiens avec un système d'alertes temps réel compréhensibles. Le dispositif doit évoluer continuellement avec les transformations produit en questionnant chaque incident pour améliorer la détection. La difficulté c'est effectivement l'évolution métier par exemple peu de commandes la nuit etc ça fait partie de la boîte à outils SRE Sécurité Toujours à la recherche du S de Sécurité dans les MCP https://www.darkreading.com/cloud-security/hundreds-mcp-servers-ai-models-abuse-rce analyse des serveurs mcp ouverts et accessibles beaucoup ne font pas de sanity check des parametres si vous les utilisez dans votre appel genAI vous vous exposer ils ne sont pas mauvais fondamentalement mais n'ont pas encore de standardisation de securite si usage local prefferer stdio ou restreindre SSE à 127.0.0.1 Loi, société et organisation Nicolas Martignole, le même qui a créé le logo des Cast Codeurs, s'interroge sur les voies possibles des développeurs face à l'impact de l'IA sur notre métier https://touilleur-express.fr/2025/06/23/ni-manager-ni-contributeur-individuel/ Évolution des carrières de développeur : L'IA transforme les parcours traditionnels (manager ou expert technique). Chef d'Orchestre d'IA : Ancien manager qui pilote des IA, définit les architectures et valide le code généré. Artisan Augmenté : Développeur utilisant l'IA comme un outil pour coder plus vite et résoudre des problèmes complexes. Philosophe du Code : Un nouveau rôle centré sur le “pourquoi” du code, la conceptualisation de systèmes et l'éthique de l'IA. Charge cognitive de validation : Nouvelle charge mentale créée par la nécessité de vérifier le travail des IA. Réflexion sur l'impact : L'article invite à choisir son impact : orchestrer, créer ou guider. Entraîner les IAs sur des livres protégés (copyright) est acceptable (fair use) mais les stocker ne l'est pas https://www.reuters.com/legal/litigation/anthropic-wins-key-ruling-ai-authors-copyright-lawsuit-2025-06-24/ Victoire pour Anthropic (jusqu'au prochain procès): L'entreprise a obtenu gain de cause dans un procès très suivi concernant l'entraînement de son IA, Claude, avec des œuvres protégées par le droit d'auteur. “Fair Use” en force : Le juge a estimé que l'utilisation des livres pour entraîner l'IA relevait du “fair use” (usage équitable) car il s'agit d'une transformation du contenu, pas d'une simple reproduction. Nuance importante : Cependant, le stockage de ces œuvres dans une “bibliothèque centrale” sans autorisation a été jugé illégal, ce qui souligne la complexité de la gestion des données pour les modèles d'IA. Luc Julia, son audition au sénat https://videos.senat.fr/video.5486945_685259f55eac4.ia–audition-de-luc-julia-concepteur-de-siri On aime ou pas on aide pas Luc Julia et sa vision de l'IA . C'est un eversion encore plus longue mais dans le même thème que sa keynote à Devoxx France 2025 ( https://www.youtube.com/watch?v=JdxjGZBtp_k ) Nature et limites de l'IA : Luc Julia a insisté sur le fait que l'intelligence artificielle est une “évolution” plutôt qu'une “révolution”. Il a rappelé qu'elle repose sur des mathématiques et n'est pas “magique”. Il a également alerté sur le manque de fiabilité des informations fournies par les IA génératives comme ChatGPT, soulignant qu'« on ne peut pas leur faire confiance » car elles peuvent se tromper et que leur pertinence diminue avec le temps. Régulation de l'IA : Il a plaidé pour une régulation “intelligente et éclairée”, qui devrait se faire a posteriori afin de ne pas freiner l'innovation. Selon lui, cette régulation doit être basée sur les faits et non sur une analyse des risques a priori. Place de la France : Luc Julia a affirmé que la France possédait des chercheurs de très haut niveau et faisait partie des meilleurs mondiaux dans le domaine de l'IA. Il a cependant soulevé le problème du financement de la recherche et de l'innovation en France. IA et Société : L'audition a traité des impacts de l'IA sur la vie privée, le monde du travail et l'éducation. Luc Julia a souligné l'importance de développer l'esprit critique, notamment chez les jeunes, pour apprendre à vérifier les informations générées par les IA. Applications concrètes et futures : Le cas de la voiture autonome a été discuté, Luc Julia expliquant les différents niveaux d'autonomie et les défis restants. Il a également affirmé que l'intelligence artificielle générale (AGI), une IA qui dépasserait l'homme dans tous les domaines, est “impossible” avec les technologies actuelles. Rubrique débutant Les weakreferences et le finalize https://dzone.com/articles/advanced-java-garbage-collection-concepts un petit rappel utile sur les pièges de la méthode finalize qui peut ne jamais être invoquée Les risques de bug si finalize ne fini jamais Finalize rend le travail du garbage collector beaucoup plus complexe et inefficace Weak references sont utiles mais leur libération n'est pas contrôlable. Donc à ne pas abuser. Il y a aussi les soft et phantom references mais les usages ne sont assez subtils et complexe en fonction du GC. Le sériel va traiter les weak avant les soft, parallel non Le g1 ça dépend de la région Z1 ça dépend car le traitement est asynchrone Conférences La liste des conférences provenant de Developers Conferences Agenda/List par Aurélie Vache et contributeurs : 14-19 juillet 2025 : DebConf25 - Brest (France) 5 septembre 2025 : JUG Summer Camp 2025 - La Rochelle (France) 12 septembre 2025 : Agile Pays Basque 2025 - Bidart (France) 18-19 septembre 2025 : API Platform Conference - Lille (France) & Online 22-24 septembre 2025 : Kernel Recipes - Paris (France) 23 septembre 2025 : OWASP AppSec France 2025 - Paris (France) 25-26 septembre 2025 : Paris Web 2025 - Paris (France) 2 octobre 2025 : Nantes Craft - Nantes (France) 2-3 octobre 2025 : Volcamp - Clermont-Ferrand (France) 3 octobre 2025 : DevFest Perros-Guirec 2025 - Perros-Guirec (France) 6-7 octobre 2025 : Swift Connection 2025 - Paris (France) 6-10 octobre 2025 : Devoxx Belgium - Antwerp (Belgium) 7 octobre 2025 : BSides Mulhouse - Mulhouse (France) 9 octobre 2025 : DevCon #25 : informatique quantique - Paris (France) 9-10 octobre 2025 : Forum PHP 2025 - Marne-la-Vallée (France) 9-10 octobre 2025 : EuroRust 2025 - Paris (France) 16 octobre 2025 : PlatformCon25 Live Day Paris - Paris (France) 16 octobre 2025 : Power 365 - 2025 - Lille (France) 16-17 octobre 2025 : DevFest Nantes - Nantes (France) 17 octobre 2025 : Sylius Con 2025 - Lyon (France) 17 octobre 2025 : ScalaIO 2025 - Paris (France) 20 octobre 2025 : Codeurs en Seine - Rouen (France) 23 octobre 2025 : Cloud Nord - Lille (France) 30-31 octobre 2025 : Agile Tour Bordeaux 2025 - Bordeaux (France) 30-31 octobre 2025 : Agile Tour Nantais 2025 - Nantes (France) 30 octobre 2025-2 novembre 2025 : PyConFR 2025 - Lyon (France) 4-7 novembre 2025 : NewCrafts 2025 - Paris (France) 5-6 novembre 2025 : Tech Show Paris - Paris (France) 6 novembre 2025 : dotAI 2025 - Paris (France) 6 novembre 2025 : Agile Tour Aix-Marseille 2025 - Gardanne (France) 7 novembre 2025 : BDX I/O - Bordeaux (France) 12-14 novembre 2025 : Devoxx Morocco - Marrakech (Morocco) 13 novembre 2025 : DevFest Toulouse - Toulouse (France) 15-16 novembre 2025 : Capitole du Libre - Toulouse (France) 19 novembre 2025 : SREday Paris 2025 Q4 - Paris (France) 20 novembre 2025 : OVHcloud Summit - Paris (France) 21 novembre 2025 : DevFest Paris 2025 - Paris (France) 27 novembre 2025 : DevFest Strasbourg 2025 - Strasbourg (France) 28 novembre 2025 : DevFest Lyon - Lyon (France) 1-2 décembre 2025 : Tech Rocks Summit 2025 - Paris (France) 5 décembre 2025 : DevFest Dijon 2025 - Dijon (France) 9-11 décembre 2025 : APIdays Paris - Paris (France) 9-11 décembre 2025 : Green IO Paris - Paris (France) 10-11 décembre 2025 : Devops REX - Paris (France) 10-11 décembre 2025 : Open Source Experience - Paris (France) 28-31 janvier 2026 : SnowCamp 2026 - Grenoble (France) 2-6 février 2026 : Web Days Convention - Aix-en-Provence (France) 3 février 2026 : Cloud Native Days France 2026 - Paris (France) 12-13 février 2026 : Touraine Tech #26 - Tours (France) 22-24 avril 2026 : Devoxx France 2026 - Paris (France) 23-25 avril 2026 : Devoxx Greece - Athens (Greece) 17 juin 2026 : Devoxx Poland - Krakow (Poland) Nous contacter Pour réagir à cet épisode, venez discuter sur le groupe Google https://groups.google.com/group/lescastcodeurs Contactez-nous via X/twitter https://twitter.com/lescastcodeurs ou Bluesky https://bsky.app/profile/lescastcodeurs.com 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/

Daily Signal News
Trump Supports Bondi, Noem Defends Texas Response, Rand Paul Issues Secret Service Report | July 14, 2025

Daily Signal News

Play Episode Listen Later Jul 14, 2025 9:06


On today's Top News in 10, we cover: President Donald Trump spoke out in favor of Attorney General Pam Bondi, who is under fire for her handling of the Jeffrey Epstein case. Homeland Security Secretary Kristi Noem defended how the Trump administration responded to the devastating Texas floods. President Trump reflects on Butler a year later, and Sen. Rand Paul issues a new report on the Secret Service.   Want to support the recovery efforts in Texas? Consider supporting any of these vetted organizations:    Kerr County Flood Relief Fund https://cftexashillcountry.fcsuite.com/erp/donate/create/fund?funit_id=4201 Cross Kingdom https://www.facebook.com/story.php?story_fbid=1148132027344737&id=100064438522058&_rdr   Ark of Highland Lakes https://www.flowcode.com/page/arkofhighlandlakes?fce_id=f990427b-6b27-4241-8771-5f63a046b186&utm_term=rHkUOyNwo#fid=rHkUOyNwo&c=eb777762-e086-4e11-b2f9-3b793b656202-SSE:1751725930    Subscribe to The Tony Kinnett Cast:    ⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠https://podcasts.apple.com/us/podcast/the-tony-kinnett-cast/id1714879044⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠   Don't forget our other shows: Virginia Allen's Problematic Women:⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠ https://www.dailysignal.com/problematic-women⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠  Bradley Devlin's The Signal Sitdown:⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠ https://www.dailysignal.com/the-signal-sitdown⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠  Follow The Daily Signal:  X:⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠ https://x.com/DailySignal⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠  Instagram:⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠ https://www.instagram.com/thedailysignal/⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠  Facebook:⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠ https://www.facebook.com/TheDailySignalNews/⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠  Truth Social:⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠ https://truthsocial.com/@DailySignal⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠  YouTube:⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠ https://www.youtube.com/user/DailySignal⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠  Rumble:⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠ https://rumble.com/c/TheDailySignal⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠  Thanks for making The Daily Signal Podcast your trusted source for the day's top news. Subscribe on your favorite podcast platform and never miss an episode. Learn more about your ad choices. Visit megaphone.fm/adchoices Learn more about your ad choices. Visit megaphone.fm/adchoices

Jasmin Kosubek
Journalistin Aya Velázquez deckt Corona-Lügen auf | RKI-Protokolle und Corona-Ausschüsse sind erst der Anfang

Jasmin Kosubek

Play Episode Listen Later Jul 14, 2025 88:24


Aya Velázquez, Journalistin und Kulturanthropologin, ist bekannt für ihre tiefgehende Analyse von Regierungsdokumenten und ihre kritische Berichterstattung während der Corona-Pandemie. Unter ihrem Pseudonym hat sie mit der Veröffentlichung der RKI-Files, geleakten Protokollen des Robert Koch-Instituts, für Aufsehen gesorgt und reist nun durch Deutschland, um über deren Bedeutung zu sprechen. Ihre Arbeit fokussiert sich auf Transparenz, gesellschaftliche Aufklärung und die Rechte marginalisierter Gruppen, während sie staatliche Institutionen wie den Verfassungsschutz kritisch hinterfragt.In diesem Interview spricht Aya Velázquez über die RKI-Files, die politische Einflussnahme auf wissenschaftliche Entscheidungen und die gesellschaftlichen Folgen der Corona-Maßnahmen. Themen wie Maskenpflicht, Impfpolitik und die Corona Untersuchungsausschüsse werden ebenso beleuchtet wie die Notwendigkeit einer umfassenden Aufarbeitung. Velázquez erläutert, warum die Protokolle einen „Zivilisationsbruch“ offenbaren und wie man mit den Spaltungen in Familien und Freundeskreisen umgehen kann, die durch die Pandemie entstanden sind.

Daily Signal News
Trump to Travel to Central Texas, Judge Blocks Trump's EO on Birthright Citizenship, US Fast Tracks Drone Production | July 11, 2025

Daily Signal News

Play Episode Listen Later Jul 11, 2025 7:18


On today's Top News in 10, we cover: A federal judge blocks President Donald Trump's ability to enforce his executive order that limits birthright citizenship.  Secretary of Defense Pete Hegseth says America is fast tracking drone production to grow our unmanned warfare capabilities.  President Trump is headed down to Texas today to survey the damage devastating flash flooding caused there last week. Want to support the recovery efforts in Texas? Consider supporting any of these vetted organizations:  Kerr County Flood Relief Fund https://cftexashillcountry.fcsuite.com/erp/donate/create/fund?funit_id=4201 Cross Kingdom https://www.facebook.com/story.php?story_fbid=1148132027344737&id=100064438522058&_rdr Ark of Highland Lakes https://www.flowcode.com/page/arkofhighlandlakes?fce_id=f990427b-6b27-4241-8771-5f63a046b186&utm_term=rHkUOyNwo#fid=rHkUOyNwo&c=eb777762-e086-4e11-b2f9-3b793b656202-SSE:1751725930  Subscribe to The Tony Kinnett Cast:  ⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠https://podcasts.apple.com/us/podcast/the-tony-kinnett-cast/id1714879044⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠ Don't forget our other shows: Virginia Allen's Problematic Women:⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠ https://www.dailysignal.com/problematic-women⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠  Bradley Devlin's The Signal Sitdown:⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠ https://www.dailysignal.com/the-signal-sitdown⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠  Follow The Daily Signal:  X:⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠ https://x.com/DailySignal⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠  Instagram:⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠ https://www.instagram.com/thedailysignal/⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠  Facebook:⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠ https://www.facebook.com/TheDailySignalNews/⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠  Truth Social:⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠ https://truthsocial.com/@DailySignal⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠  YouTube:⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠ https://www.youtube.com/user/DailySignal⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠  Rumble:⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠ https://rumble.com/c/TheDailySignal⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠  Thanks for making The Daily Signal Podcast your trusted source for the day's top news. Subscribe on your favorite podcast platform and never miss an episode. Learn more about your ad choices. Visit megaphone.fm/adchoices

Puedes Hacerlo
290. La Magia de Soltar la Culpa

Puedes Hacerlo

Play Episode Listen Later May 22, 2025 15:18


Si últimamente has notado que, en la búsqueda de lograr tu peso ideal, al querer cambiar hábitos, cuando tu avance no es lo que esperabas y te estás hablando feo... quédate conmigo. Es importante atender esto. Lo que hoy compartiré contigo te va a permitir respirar distinto, retomar tu camino desde un espacio más bonito, que combina más contigo. Te lo mereces. Hoy quiero invitarte a reflexionar en algo que muchas vivimos: la dureza con la que nos tratamos. Esa dureza se traduce en culpa, en remordimiento. Y esto solo nos coloca en ciclos que no nos sirven y que no combinan con esa versión de nosotras mismas que nos sentimos llamadas a crear y vivir. En los dos episodios anteriores reflexionamos sobre cómo jugamos ciertos roles inconscientemente: El rol de víctima: que nos debilita. El rol de salvadora: que nos desgasta y nos desenfoca. Y en este episodio, la propuesta es observar y detectar si solemos ser nuestras propias verdugas, nuestras propias acusadoras. Quizá te has acostumbrado a ser esa voz que te critica, que te juzga, que te repite todo lo que hiciste mal. Si es así, hoy quiero recordarte algo que tú sabes: Tú no naciste para vivir en guerra contigo. Tú naciste para mucho más: naciste para florecer, para brillar, para disfrutar y honrar el hermoso regalo de tu vida. Por más romántico que esto suene... consiéralo. Más que una nueva dieta, más que una nueva rutina de ejercicio... considera que esto es lo que realmente necesitas hoy escuchar y tener presente. ¿Te ha pasado que un día... o muchos días... por ejemplo: Te comiste ese pan que habías planeado no comerte. Te prometiste ir a tus clases... y no fuiste. Cocinaste súper sano... pero después te comiste una bolsa de totopos. Y ante esto, acto seguido, aparece esa voz dentro de ti… esa voz que parece venir acompañada de un látigo, llena de juicio, de dureza. Esa voz que muchas veces confundimos con responsabilidad, y que viene con frases como: "Soy un caso perdido." "Nunca voy a lograrlo." "¿Otra vez con el autosabotaje? ¿Qué está mal conmigo?" "No tengo fuerza de voluntad." "Soy el colmo. Estoy fatal." "Qué vergüenza… soy un fraude." "Soy pésima, la más inconstante." "Qué horror, voy de mal en peor. ¿Dónde voy a parar?" ¿Te suenan familiares algunas de estas frases?   Con lo que hoy quiero invitarte a que te familiarices más es con esta idea: Cometer errores no es el problema. No seguir un plan a la perfección no es el problema. Darle cuerda a esa voz que te castiga y que te juzga, sí que lo es. Y te lo repito para que se te quede grabado: Cometer errores no es el problema. Darle poder a la voz que juzga y castiga, sí que lo es. Esa voz nos desempodera, nos aplasta, nos incapacita. Y si te estás identificando con esto, por favor, pausa. Respira profundo. Y no permitas que este descubrimiento desate más culpa. Una vez más: respira profundo y date cuenta de que puedes soltar y transformar esa conversación cargada de culpa y juicio. Tú puedes hacerlo.   Método SOLTAR – Para liberarte de la culpa y volver a ti Aquí te comparto un paso a paso para soltar la culpa. Es una práctica sencilla y poderosa que te ayudará a reconectar con tu poder, con tu amor propio y con la magia de ser más tú. Visualiza la palabra SOLTAR, y descubre en cada letra una invitación poderosa: S – Señala Identifica esa frase que sueles repetirte, que te juzga y te hace sentir culpable. Ponle nombre. Ejemplo: “Soy un caso perdido.” O – Observa ¿Qué impacto tiene esa frase en ti? ¿Dónde la sientes en el cuerpo? ¿Qué se activa? Permítelo sin juicio. Puede sentirse como una puñalada, como presión, como algo pesado que te debilita. L – Libera Permite que esas sensaciones se muevan por tu cuerpo hasta dejarlas ir. No tienes que quedarte con ellas para siempre. T – Transforma Elige conscientemente una nueva frase que te sostenga. Ejemplo: “Estoy aprendiendo.” “Confío en mí.” “Soy un caso extraordinario.” A – Activa Activa el poder de tu nueva frase en tí! Escríbela. Dila en voz alta. Permite que se instale en cada célula de tu cuerpo. Muévete con ella. Camina, báilala. Actívala. R – Respira Respira y experimenta la magia de hacerte cargo de crear y vivir la versión de ti misma que te sientes llamada a ser. Tú puedes hacerlo! Esto como todo lo que comparto, esto es solo una invitación para que pruebes y compruebes cómo, al cambiar nuestra manera de pensar, claro que podemos cambiar espectacularmente nuestra manera de vivir. Practica una y otra vez este PODEROSO MÉTODO SOLTAR Y si quieres ser parte de Mi Mejor Versión, el espacio de acompañamiento que he creado para compartir contigo estas estrategias y llevarlas a un siguiente nivel hasta hacerlas vida. Accede a monicasosa.com/mmv para unirte en primera fila en cuanto vuelva a abrir las puertas. Con cariño, Tu coach Mónica.

U105 Podcasts
5347: LISTEN¦ Country star Kip Moore talked to John, ahead of his arena show at Belfast's SSE. He talked about why he loves performing for NI audiences, whether his song-writing had changed and what gives him hope

U105 Podcasts

Play Episode Listen Later May 20, 2025 11:44


Country star Kip Moore talked to John, ahead of his arena show at Belfast's SSE. He talked about why he loves performing for NI audiences, whether his song-writing had changed and what gives him hope Hosted on Acast. See acast.com/privacy for more information.

Full Circle Podcast
No Investors, No Excuses: Mike Scott's Journey to a Big Exit

Full Circle Podcast

Play Episode Listen Later May 18, 2025 56:02


From Bedroom Startup to Multi-Million Exit | Full Circle Podcast w/ Mike Scott    What does it really take to build a leading digital agency from scratch—and then sell it for life-changing money? In this episode of the Full Circle Podcast, Mike Scott shares the rollercoaster journey of founding Hydrogen, scaling it into Scotland's largest social media agency, and navigating the pressures, pitfalls, and payoffs of selling the business.  

The Uptime Wind Energy Podcast
India’s Wind Ambitions and UK Offshore Expansion

The Uptime Wind Energy Podcast

Play Episode Listen Later May 12, 2025 1:48


This episode covers India's ambitious plans to double its wind energy capacity by 2030, the UK's expansion of offshore wind farms, and the US states' legal challenge against President Trump's executive order halting wind energy development. Sign up now for Uptime Tech News, our weekly email update on all things wind technology. This episode is sponsored by Weather Guard Lightning Tech. Learn more about Weather Guard's StrikeTape Wind Turbine LPS retrofit. Follow the show on Facebook, YouTube, Twitter, Linkedin and visit Weather Guard on the web. And subscribe to Rosemary Barnes' YouTube channel here. Have a question we can answer on the show? Email us! Allen Hall: Starting the week off in India, India's wind energy sector is investing heavily in capacity and workforce development to double its current 50 gigawatt capacity by 2030. The Indian Wind Turbine Manufacturers Association says they're focusing on technology innovations while advancing the Make in India mission to achieve this ambitious target. The country already has 18 gigawatts of annual manufacturing capacity for turbines and components. Companies like LAN and zf Windpower produce critical parts locally. Positioning India as a potential global export hub. Renewable sector hiring is expected to grow by 19% this year in India with most workers being young [00:01:00] Indians between 26 and 35 years old. Over in the uk the UK's Crown estate has approved expansion of high density wind farms on existing seabed leases to support the country's energy transition. Seven projects will increase capacity by 4.7 gigawatts helping Britain towards its target of 50 gigawatts of offshore wind by 2030. Up from the current 15 gigawatts projects include RWE's Ramon two and SSE's and Equinor's Dogger Bank D. The Crown Estate's Marine director Gus Jasper says, this capacity increase program will provide up to 4 million homes with clean energy and decrease the UK's reliance on internationally sourced fossil fuels. Britain is already the world's second largest offshore wind market after China, though inflation and supply chain issues have challenged the sector recently. Over in the United States, a coalition of 17 states and Washington [00:02:00]DC has filed a lawsuit against President Donald Trump's executive order halting wind energy development. The order signed on his first day in office, pauses, approvals, permits, and loans for all wind projects, both offshore and onshore. New York Attorney General Letitia James leading the coalition argues the directive threatens thousands of good paying jobs and billions in investment while delaying the transition away from fossil fuels. The administration recently ordered Norwegian company Ecuador to halt construction on Empire Wind, one near Long Island, despite the project being 30% complete after a seven year permitting process. Wind currently provides about 10% of US electricity, making it the nation's largest renewable energy source. The states argued Trump's order contradicts years of bipartisan support for wind energy and his own declaration of quote, a national energy emergency unquote calling for expanded domestic energy production.[00:03:00] The administration has also suspended funding for floating offshore wind research in Maine and revoked permits for a project in New Jersey. Internationally, other nations are accelerating wind investments with the UK and Canada's Nova Scotia recently announcing major offshore expansion plans. That's this week's top News stories. Tune in tomorrow for the Uptime Wind Energy Podcast.

The Azure Podcast
Episode 519 - VM Repair Extension

The Azure Podcast

Play Episode Listen Later May 2, 2025


In this episode of the Azure Podcast, hosts Evan Baslik and Sujit D'Mello are joined by special guests Adam Sandor, Travis Maier, and Leslie Chou to discuss the VM Repair extension. They delve into its capabilities, recent updates, and how it enhances supportability for Azure VMs. The conversation covers practical applications, security considerations, and future improvements, providing valuable insights for Azure users. Tune in to learn how the VM Repair extension can help you efficiently troubleshoot and resolve VM issues. Episode Highlights: Overview of the VM Repair extension and its benefits Recent updates and new supported scenarios Security and customization options Future improvements and AI integration Practical tips for using the extension effectively Don't miss this informative episode to stay updated on the latest Azure support tools and enhancements! Media file: https://azpodcast.blob.core.windows.net/episodes/Episode519.mp3 YouTube: https://youtu.be/IcSAN_BJXWk Resources: Starting point for VM Repair and summary: Repair a Windows VM by using the Azure Virtual Machine repair commands - Virtual Machines | Microsoft Learn Specific VM Repair examples, showcasing how to use the new functionality I called out: https://learn.microsoft.com/en-us/cli/azure/vm/repair?view=azure-cli-latest#az-vm-repair-create-examples Repair Script Open Source Repo: Open Source repair scripts  Official VM Repair docs: az vm repair | Microsoft Learn  Linux repair script ALAR for some linux love: https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/linux/repair-linux-vm-using-alar   Other updates: New ExpressRoute Metro locations Azure updates | Microsoft Azure Azure Container Instances now supports larger container size instances in public preview https://azure.microsoft.com/en-us/updates/?id=490690 Virtual network TAP https://azure.microsoft.com/en-us/updates/?id=490830 CAPTCHA for Azure Web Application Firewall (WAF) with Azure Front Door https://azure.microsoft.com/en-us/updates/?id=490854 Multitenant managed logging in Container Insights  https://azure.microsoft.com/en-us/updates/?id=488110 MCP with server-sent events (SSE) with Azure Functions https://azure.microsoft.com/en-us/updates/?id=489433

Farming Today
1/5/25 Vets call for ban on farrowing crates, wind farm and wild birds, processing pulses.

Farming Today

Play Episode Listen Later May 1, 2025 14:18


The British Veterinary Association and the Pig Veterinary Society have issued a new joint statement calling for farrowing crates to be banned. They say they should be phased out over the next 15 years to give the industry a chance to adapt. Farrowing crates are the small pens that 60% of sows in the UK are kept in around the time they give birth, to ensure the safety of their piglets. Animal welfare campaigners have been saying they should be banned for years, but farmers have concerns that replacing them with alternative systems will not only endanger the lives of piglets but also be costly and will put them at a disadvantage to farmers in other countries where the crates aren't banned. Conservation groups are urging ministers in Scotland to reject plans for an offshore windfarm which the developer predicts will kill tens of thousands of seabirds.  Five charities, led by RSPB Scotland, have written to the first minister to argue that approving Berwick Bank in the Firth of Forth would undermine efforts to protect nature.  SSE says it has already amended its designs to minimise any potential risks to Scottish seabirds. All week we've been discussing pulses, the dried seeds from plants like beans, lentils and peas all this week. Most of the pulses we buy in the shops are grown overseas. They're a valuable source of protein and there's a growing market for protein rich products in groups including runners, gym-goers as well as vegans So could UK farmers cash in? We visit a company which processes home-grown and imported pulses. Presenter = Caz Graham Producer = Rebecca Rooney

Bright Spark
INCENTIVE: SIF innovation from idea to impact

Bright Spark

Play Episode Listen Later Apr 25, 2025 52:27


INCENTIVE is the first SIF Beta project to reach completion. In this episode, members of the INCENTIVE team share their learnings and future plans with us. As the first project to complete, dissemination of their outcomes - including collaboration, continuity of the work and deployment of the technology after the SIF funding stops - provides valuable insights, especially for other Beta projects. In this episode, SIF programme director Jodie Giles speaks with energy systems innovation lead Suraj Paneru.We also welcome INCENTIVE partners Robert Keast from the Carbon Trust, Callum Henderson from SSE, and Adnan Mahmood of SSEN.For more on the Strategic Innovation Fund: www.ofgem.gov.uk/sifSee the SIF programme page on Innovate UK's Business Connect website: Ofgem Strategic Innovation Fund

Syntax - Tasty Web Development Treats
893: Everyone Is Talking About MCP

Syntax - Tasty Web Development Treats

Play Episode Listen Later Apr 14, 2025 33:59


Scott and Wes break down the Model Context Protocol (MCP), a new open standard that gives AI agents secure, tool-like access to your dev environment. They cover how it works, why it's a big deal for AI coding workflows, and real-world use cases like GitHub, Sentry, and YouTube. Show Notes 00:00 Welcome to Syntax! 00:49 The lore of ICP. Wes MCP Shirt. 03:09 Brought to you by Sentry.io. 03:33 What is MCP? 05:06 The steps of AI coding. 07:11 MCP hosts. 07:28 MCP clients. 07:35 MCP servers. 08:24 Why you might want to do this. 10:39 How this works in VS Code. 14:10 Wes built an MCP server. SVGL. 14:57 Playwright. 17:24 Sentry's implementation. Building Sentry's MCP with David Cramer. 18:54 YouTube implementation. 21:19 DaVinci Resolve implementation. Smithery. 23:02 Postgres. 24:40 Transport protocols. 24:49 STDIO. 25:19 SSE. 25:32 Streaming. 26:24 Writing you own MCP server. 26:28 FastMCP. 27:00 Cloudflare. 28:01 Data validation. 28:47 Standard schema. Episode 873. 29:27 Other parts of MCP. 29:35 MCP resources. 30:37 MCP prompts. 30:48 MCP roots. Hit us up on Socials! Syntax: X Instagram Tiktok LinkedIn Threads Wes: X Instagram Tiktok LinkedIn Threads Scott: X Instagram Tiktok LinkedIn Threads Randy: X Instagram YouTube Threads

Telecom Reseller
Out of the Box and Into Zero Trust: Nile Delivers Built-In Security for Campus Networks, Podcast

Telecom Reseller

Play Episode Listen Later Apr 14, 2025


“We deliver Zero Trust out of the box—it's built in, not bolted on.” — Suresh Katukam, Chief Product Officer, Nile While the cybersecurity conversation continues to focus on Zero Trust and Secure Service Edge (SSE), Nile is calling out what many have missed: the campus network. In a world where cloud-based remote work has advanced rapidly, on-premises security—especially across corporate and hybrid environments—has lagged behind. In a Technology Reseller News podcast recorded just after Enterprise Connect, Suresh Katukam outlined why even the most well-resourced companies struggle to achieve Zero Trust in their campus networks—and how Nile's “out-of-the-box” approach changes the game. Campus Zero Trust: The Missing Link “The same users who are secure at home become vulnerable in the office,” said Katukam. “That's because campus networks were built on implicit trust—just plugging into an Ethernet port gives you access. That's broken by design.” While cloud Zero Trust has made strides, most enterprise campuses still rely on legacy NAC solutions, VLANs, ACLs, and other outdated, complex layers of bolt-on security. Nile flips that model—offering Zero Trust campus security as a native feature of the network itself. What “Out of the Box” Really Means Nile's solution is pre-configured for Zero Trust from day one. Every user and device is authenticated and authorized continuously, not just at login. Micro-segmentation, behavioral analytics, and continuous risk scoring mean that even compromised credentials won't lead to lateral movement or ransomware spread. “We call it a segment of one,” said Katukam. “You can't see other users on the network. You can't move laterally. Ransomware can't propagate.” Administrators have full control through a simplified interface that supports policy toggling, real-time response, and behavioral-based reauthentication—without layering in extra management tools. Security-Driven Network as a Service Nile isn't just a security company—it's a networking company that rethinks how networks are built and managed. Delivered as a service, Nile offers high-performance, low-latency connectivity with embedded Zero Trust principles. “Even large enterprises with robust security teams are choosing Nile—because the security is integrated into the network itself,” Katukam explained. For example, one financial services customer consolidated three segmented networks (IT, OT, and guest) into a single secure fabric using Nile. Another prevented a physical intrusion from turning into a breach, thanks to the system's strict device authentication and visibility controls. Universal Zero Trust: Bridging Campus and Cloud Nile's model doesn't stop at the office door. The company advocates for Universal Zero Trust, connecting campus-level protections with cloud-based SSE providers. “Whether a user is on-site or remote, whether it's an IT or OT device, they should be protected the same way,” said Katukam. “That's Universal Zero Trust—unifying cloud and campus with seamless security.” Learn More To explore how Nile is reimagining networking and delivering built-in Zero Trust, visit NileSecure.com or reach out to Suresh directly at Suresh@NileSecure.com #Nile #ZeroTrust #CampusSecurity #UniversalZeroTrust #OutOfTheBoxSecurity #NetworkSecurity #EnterpriseConnect2025 #SecureNetworking #NaaS #BehavioralAnalytics #Microsegmentation #Cybersecurity  

Leading for Business Excellence
Minisode #80: The Modern Boardroom Mindset

Leading for Business Excellence

Play Episode Listen Later Apr 8, 2025 4:32


Welcome to our series of bite-sized episodes featuring favourite moments from the Leading for Business Excellence podcast.In this minisode, Helen Mahy, Chair of the NextEnergy Solar Fund and Non-Executive Director at SSE plc and Gowling WLG, shares why modern boards must go beyond the boardroom. How do great leaders balance strategic oversight with on-the-ground understanding?Listen to the full episode here: https://pmi.co.uk/knowledge-hub/what-makes-an-effective-non-executive-director-steering-ftse-companies/More from PMI: Dive into our Knowledge Hub for more tools, videos, and infographics Join us for a PMI LIVE Webinar Follow us on LinkedIn

The Uptime Wind Energy Podcast
GE Vernova Customer Center, Sophia Offshore Wind Project

The Uptime Wind Energy Podcast

Play Episode Listen Later Mar 31, 2025 4:03


This week, SSE appoints Martin Pibsworth as the next CEO, GE Vernova inaugurates a new customer center in Florida, RWE advances its Sophia Offshore Wind Project, and Nantucket challenges three offshore wind projects along Massachusetts coast. Sign up now for Uptime Tech News, our weekly email update on all things wind technology. This episode is sponsored by Weather Guard Lightning Tech. Learn more about Weather Guard's StrikeTape Wind Turbine LPS retrofit. Follow the show on Facebook, YouTube, Twitter, Linkedin and visit Weather Guard on the web. And subscribe to Rosemary Barnes' YouTube channel here. Have a question we can answer on the show? Email us! Welcome to Uptime Newsflash, industry News Lightning fast. Newsflash is brought to you by IntelStor. For market intelligence that generates revenue, visit www.intelstor.com. Allen Hall: Starting off the week, British Utility Company SSE has named Martin Pibsworth as its chief executive designate. Pibsworth joined SSE in 1998 and currently serves as Chief Commercial Officer. Pibsworth will take over from Alistair Phillips Davies, who has been CEO since 2013 and will hand over the reigns following the annual general meeting on July 17th. Before leaving the company in November, uh, the new CEO will lead SSE renewables push helping the UK deliver on its decarbonization goals. During Philip's Davies tenure, SSE made a strategic shift toward networks and renewables with shares gaining about 4% during his leadership. Last year. SSE announced plans to invest at least 22 billion pounds in grid infrastructure over five years. Over in the United States, GE Vernova has opened a new customer experience center at its Pensacola facility in Florida, marked by a ribbing cutting event hosted by CEO Scott Strazik. The center includes multiple conference rooms, collaboration areas, and direct access to production space. The investments are part of GE Vernova's broader plan announced in January to invest nearly $600 million in its US factories and facilities. Over the next two years, the Pensacola factory has already produced enough turbines to supply over 1.2 gigawatts of the 2.4 gigawatts ordered for the Sunzia Wind Farm in New Mexico. German Energy group RWE has installed its first turbines at its 1.4 Gigawatt Sophia Offshore Wind Project in the uk Located on Dogger Bank, 195 kilometers off the northeast coast of Britain. Sophia is set to become one of the world's largest single offshore wind farms. The project will consist of 100 Siemens Gamesa turbines featuring 150 recyclable blades. The wind park is scheduled to be fully operational in the second half of 2026. RWE's Chief Operating Officer for offshore wind commented that Sophia will make a significant contribution to the UK's clean power 2030 targets. And over in Massachusetts, the town of Nantucket and a Nantucket based activist group are challenging three offshore wind projects off the Massachusetts coast. The town recently sued the US Department of Interior and the Bureau of Ocean Energy Management requesting that the government set aside its approval of South Coast Wind and restart the environmental review. Meanwhile, the group ACK for Whales is asking the Environmental Protection Agency to rescind permits granted to Vineyard Wind and New England wind. These challenges come amid the Trump administration's opposition to offshore wind. Industry analyst Timothy Fox's Vineyard Wind faces less risk from these challenges since it's already under construction while projects in planning stages are at higher risk. South Coast wind, which receive final federal approval on the last business day of the Biden administration could be delayed by up to four years. Vineyard wind is the furthest along among these projects with more than half of its 62 turbine towers already installed. Massachusetts Energy Secretary Rebecca Tepper has reiterated the state support for offshore wind emphasizing the need for energy independence...

Anti-Neocon Report
ADL still trying to pardon Leo Frank

Anti-Neocon Report

Play Episode Listen Later Mar 30, 2025 55:04


Many of you know that a B'nai B'rith organization gave birth to the ADL while defending its Atlanta chapter president Leo Frank. Frank raped and murdered a 13 year old girl who he was also employing along with many other teens, against child labor laws. Leo Frank ran a pencil factory sweatshop and often flirted with his illegal underage employees. The ADL was formed to defend him when he murdered and raped Mary Phagan. The details were disgusting. Her underwear was ripped and bloody and she was strangled to death with a wire. Her head had also been pummeled with a pipe. She went to get her paycheck of a meager $1.20 and never returned home. She was raped and murdered and then her body was dragged to the basement. Police found strands of her hair and blood on the floor above right across from Frank's office. Frank nervously revealed the victims name in front of police before they had given him any such details. The ADL was going to get him released based purely on the fact that He was Jewish and a high profile crime made Jews look bad. Arguably a Jewish organization trying to get a child murderer off the hook, makes Jews look worse. They would like one to believe that he was innocent with fake news history and will tell you so on Wikipedia which has Israelis paid to edit it. Leo admitted on the witness stand to the jury that he was “unconsciously” at the scene of the crime when the murder occurred. What we don't know, is if he raped her before or after killing her. The grand jury voted 21 – 0 for indicting him. Four of those jurors were Jewish. That shouldn't matter, but it does because later the ADL would try to argue that the jury wrongly convicted him because of antisemitism rather than because all the evidence showed that he did it in everyone's eyes. He was convicted. After the Judge, Leonard Roan, rejected all the appeals, he ordered Leo to be hanged on his birthday April 17, 1913. However Frank who was unanimously elected president of the B'nai Brith Chapter again even after being convicted of rape and murder had one last method to weasel out. He with Jewish pressure groups, appealed to the Governor. The lame-duck governor, John M. Slaton, in a very Clinton-esk move, commuted Leo's sentence his last week in office. He changed it from the death penalty to life in prison.Frank was knifed in prison by an inmate who took justice into their own hands. William Creen used a butcher knife and cut Leo's throat severely injuring him. On August 16th a mob broke into the prison captured Leo Frank and took him 2 miles away and hanged him. Although they took photographs no one in town would identify them. Of course the ADL twisted the story to say that these men were motivated by antisemitism and not that they hated him for raping and murdering a child. To see Southern Justice click hereThe ADL would fight to have him given a posthumous pardon which he got in 1986. Fred Grimm of the Miami Herald said in response to the pardon, “A salve for one of the South's most hateful, festering memories, was finally applied” showing his own prejudice towards the South rather than admitting a well known exploiter of child labor, who raped and killed a young girl and was unanimously convicted for the crime and sentenced to death was killed even after weaseling a pardon by an outgoing governor. Fred Grimm is constantly chasing down and doing stories about “Neo-Confederates” and “Neo-Nazis” as if either one are some huge bane and influence in modern society. Ironically it is groups like Antifa who act like ISIS tearing down American Statues and assaulting people. Despite having entire cities burned civilian homes and all by Lincoln's terrorists, not once in 150 years has a Southerner attacked a Union monument. Yelling racism at everything is fun though because it exercises safe moral indignation. That the US recently invaded Libya and have caused a country to be run by Al Qaeda terrorists who have revived the institution of slavery, selling humans for $400 in the market, doesn't seem to bother these same people so much as statues of Confederate generals. Apparently the Union military generals like Custer who rode west and committed genocide on Native Americans immediately following the Civil War, or enslaving the Chinese to build railroads, doesn't count as racism either.The ADL itself was created with Jewish mafia money. With connections to Meyer Lansky, Moe Dalitz, Bugsy Siegal, and illegal arms trafficker Hank Greenspun. The ADL gave Jewish gangster Moe Dalitz the Torch of Liberty Award. Dalitz was partnered with Galvastan's Sam Marceo and his brother Rosario of international narcotic trafficking fame. Dalitz and Sam began with a bootlegging gig. And it was the Maceo brothers who with Dalitz financed the Desert Inn Casio (where Frank Sinatra got his first Vegas gig). Interesting note, Sam's sister Olivia married Joseph Fertitta. You probably know the famous former owners of the UFC Frank III and Lorenzo Fertitta. They're all “family”. Maceo died only a year after purchasing the casino and it quickly went into the Fertitta side of the family. Dalitz not only did business with Maceo, he ran with the Mayfield Road gang in Ohio who had a branch dubbed the Collinwood Crew nicknamed the Young Turks. This is a very fitting name considering that the ADL denies the Armenian genocide. They even fired a New England Director Andrew H. Tarsy because he broke rank and called it a genocide. See killing 1,500,000 people isn't genocide because nothing is allowed to compete with the Holocaust victimhood.Moe Dalitz at Desert InnDalitz was an early business partner with Abe Berstien of the murderous Purple Gang. They used to murder motorists for sport. That didn't bother the ADL. In 1985 they gave Moe an award. Moe would become the Mob Boss of Cleveland, even tough most of his operations would move and center on Vegas. His businesses however were all over the United States. Dalitz was not only a close confidant of Meyer Lansky, the two co-owned the Frolic Club in Miami. (p.6)The Desert Inn casino also took investments from convicted illegal arms smuggler Hank Greenspun, who was not only invested but became the publicist as well. He owned the Las Vegas Sun and pulled a money laundering scheme with advertising that was similar to what Boris Berezovsky repeated in Russia. Prior to that, he had been the publicist for another Mafia Casino, the Flamingo, which was run by Lanksy's childhood friend and murderer Bugsy Siegal. Greenspun's wife was given top honors by the ADL. Her husband attempted to smuggle 42 Pratt and Whitney R2800 LOW airplane engines to Palestine when the Haganah terrorist group was creating the state of Israel through ethnic cleansing.After jury tampering, with the sole Jewish Juror meeting with the defense, Greenspun and two of his cohorts William Sosnow, and Samuel Lewis were acquitted, but his other partners Adolph Schwimmer, Leon Gardner, Renoyld Selk, and Abraham Levin, were convicted.But Greenspun would be found guilty of smuggling the machine guns that would go with the planes as well as artillery and ammo. He stole 30 and 50 cal machine guns from Hawaii and shipped them to the Haganah in Palestine through Mexico. When he was indicted Greenspun tried to bribe his way out. He offered $25,000 to Seth Solomon Pope “or anyone else designated by Pope” to “quash” a second Neutrality Act indictment against him. Solomon worked in Hawaii at the War Assets Administration, in charge of decommissioning and selling off WWII surplus. He was most likely the original contact for the smuggling. The man was investigated three time for fraudulent sales. They also stole over 500 machine gun barrels. Reportedly Hank took an addition 10% Kickback from arms sales he made. A Grand Jury in Los Angeles indicted Hank and six other of violating the Neutrality Act and Export Control Law, Title 50 United States Code section 701 and Title 22 United Stated Code, section 452. However he got only a 10k fine and no jail time. Greenspun was paid through the SSE. The SSE was a front for the AJDC's Lishka which financed communist and Bricha illegal immigration. The Jewish Agency which was the government in waiting that organized the terrorist groups that formed Israel, facilitated the cash flow to gun runners like Hank. In “Concealed in the Open: Recipients of International Clandestine Jewish Aid in Early 1950s Hungary” Zachary Paul Levine, of Yeshiva University Museum writes.“The JDC-Israeli collaboration that formed around clandestine emigration to Israel and welfare to migrants filled the vacuum with the creation of two institutions. The first was created in 1952 by the Israeli government's Liaison Bureau of the Israel Ministry of Foreign Affairs, or Lishka by its Hebrew acronym, which collected information and administered individual aid. The second was created in Switzerland in 1953. Known as the Society for Mutual Aid (SSE by its French acronym), this organization directed AJDC funds to the Lishka and represented Jewish aid providers' interests to communist governments” …”However, as an American organization at the height of the McCarthy “Red Scare,” AJDC administrators could hardly justify the appearance of sending cash or material into a state with which the U.S. was technically engaged in “economic warfare.” In March 1953, the AJDC and Lishka together established the SSE, a “paper organization” that “covered” the AJDC-Israeli partnership, and provided a means for regularized AJDC funding for Lishka from the Joint's Relief-in-Transit budget that funded activities that might have contravened U.S. law (Beizer 2009: 117). The SSE's Swiss chairman, Erwin Haymann, had years of experience channeling money from the U.S. for Bricha and other clandestine activities. Funds traveled through the SSE and on to Lishka agents who received U.S. dollars or another western currency and exchanged them into Hungarian forints on the black market in Vienna. Subsequently, these forints traveled via diplomatic pouch or in the suitcase of an apparent traveler to the legation in Budapest, whose staff distributed the cash around the country.”We learned from declassified FBI documents that Erwin Haymann, the same man aiding communist on behalf of the JA is who made three transfers of 1.3 million dollars to Greenspun. Greenspun would later become the Western Director of bonds for Israel. Haymann sent the payments to Banco del Ahorro, Mexico by cable.Interesting, because 1.3 million is exactly how much Moe Dalitz sank into the Desert Inn Casino, which Greenspun was a publicist for and invested in, what a coincidence. If you are into Kennedy Research here is a cookie for you. Hungarian Jew Tibor Rosenbaum is the bridge between Meyer Lansky, Erwin Haymann, and heavy Florida-Cuba crime syndicate. …But I will leave that tangent alone. Greespun was known for having blackmail on political candidates, Howard Hunt and G. Gordon Liddy even plotted to raid on the Vegas Sun vault in order to gain access to blackmail that Hank had on Howard Hughes. Hughes by the way bought Mafia properties like the Desert Inn Casino using millions in cash. They credit him with cleaning Vegas up from the mob, it was more like the mob took him to the cleaners. Dalitz ironically started out with a cash only dry cleaning business.Kennedy whose father was involved with the Outfit and the East Coast mob and who had a love affair with his friend Frank Sinatra's ex-girlfriend Judith Exner while she was also involved with Chicago mob boss Sam Giacanna. Sinatra introduced her to JFK. Kennedy gave Greenspun a pardon his first year in office. I wonder why. LBJ likewise was sleeping with Mathilde Krim who was also part of the Swiss connection who help Irgun terrorist. Johnson did all this while she was married to his campaign advisor Athur Krim, a willing cuck. It makes you rethink Monica Lewinsky doesn't it. Well Clinton did give Jewish Billionaire Marc Rich a pardon, after Rich donated $100,000 to the ADL. Rich was yet another crook in the Swiss connection.These are the founders and reward recipients of the ADL. The ADL was given defacto powers of an intelligence agency in the United State and it gathers intel on who it pleases. It is anything but an Anti-Defamation League. They defame people themselves. The ADL under the cover of fighting Anti-Semitism, simply uses this cry as a club to chase down and censor anyone critical of Zionism or the Israeli state. If you point out that Israeli snipers are shooting children in Palestine from across the border, then the ADL can get you removed. Vimeo stole $5,000 in profits from me and erased six years worth of my work because of my criticism of Israel. When the ADL partnered with YouTube December of 2008, my channel was gone the first day, and over a thousand videos were erased. No justification was needed, simply the accusation of antisemitism. When I made a complaint in my appeal I learned that the ADL would oversee the case. Of course I never had my channel restored nor was I even given an explanation from YouTube. Another wing of the ADL is the SPLC and they too have been granted censorship powers across social media. The ADL used the SPLC as both an attack dog and a buffer to separate itself from ramifications of its constant chicken little censorship. In the rare case of actual antisemitic groups online or otherwise the ADL has been busted reacting to its own creations as the “Nazis” they screech about turn out to be their own provocateurs.Birthed to defend a murdering child rapist, financed by mass murdering terrorists and organized crime, narcotic peddling, gun running, psychopaths formed the pro Zionist organizational bully called the ADL. They have been caught spying through American police departments, spying on American citizens, and even coaching American police on what they should be on the look out for and how Hate Crime means anything Israel doesn't like. And this is their great online weapon. The Zog Media already refuses to report on what Israel is doing to Palestine, the Israeli role in orchestrating the Iraq War, and the Proxy War on Syria. People have been giving the information online. Naturally the ADL has been censoring such journalist all while screaming antisemitism. AIPAC bribes congress and the ADL censors the media. It is a one two punch to protect criminal Zionists interest. And now you know its criminal origins. This is a public episode. If you'd like to discuss this with other subscribers or get access to bonus episodes, visit www.ryandawson.org/subscribe

Les Cast Codeurs Podcast
LCC 323 - L'accessibilité des messageries chiffrées

Les Cast Codeurs Podcast

Play Episode Listen Later Mar 17, 2025 70:33


Dans cet épisode, Emmanuel et Arnaud discutent des dernières nouvelles du dev, en mettant l'accent sur Java, l'intelligence artificielle, et les nouvelles fonctionnalités des versions JDK 24 et 25. Ils abordent également des sujets comme Quarkus, l'accessibilité des sites web, et l'impact de l'IA sur le trafic web. Cette conversation aborde les approches pour les devs en matière d'intelligence artificielle et de développement logiciel. On y discute notamment des défis et des bénéfices de l'utilisation de l'IA. Enfin, ils partagent leurs réflexions sur l'importance des conférences pour le développement professionnel. Enregistré le 14 mars 2025 Téléchargement de l'épisode LesCastCodeurs-Episode-323.mp3 ou en vidéo sur YouTube. News Langages Java Metal https://www.youtube.com/watch?v=yup8gIXxWDU Peut-être qu'on la déjà partagé ? Article d'opinion Java coming for AI https://thenewstack.io/2025-is-the-last-year-of-python-dominance-in-ai-java-comin/ 2025 pourrait être la dernière année où Python domine l'IA. Java devient un concurrent sérieux dans le domaine. En 2024, Python était toujours en tête, Java restait fort en entreprise, et Rust gagnait en popularité. Java est de plus en plus utilisé pour l'AI remettant en cause la suprématie de Python. article vient de javaistes la domination de python est cluturelle et plus technique (enfin pour les ML lib c'est encore technique) projets paname et babylon changent la donne JavaML est populaire L'almanach java sur les versions https://javaalmanac.io/ montre kes APIs et les diff entre versions puis les notes ou la spec java Les nouvelles de JDK 24 et du futur 25 https://www.infoq.com/news/2025/02/java-24-so-far/?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=global JDK 24 a atteint sa première phase de release candidate et sera officiellement publié le 18 mars 2025. 24 nouvelles fonctionnalités (JEPs) réparties en 5 catégories : Core Java Library (7), Java Language Specification (4), Security Library (4), HotSpot (8) et Java Tools (1). Project Amber : JEP 495 “Simple Source Files and Instance Main Methods” en quatrième preview, visant à simplifier l'écriture des premiers programmes Java pour les débutants. Project Loom : JEP 487 “Scoped Values” en quatrième preview, permettant le partage de données immuables entre threads, particulièrement utile avec les virtual threads. Project Panama : JEP 489 “Vector API” en neuvième incubation, continuera d'incuber jusqu'à ce que les fonctionnalités nécessaires de Project Valhalla soient disponibles. Project Leyden : JEP 483 “Ahead-of-Time Class Loading & Linking” pour améliorer le temps de démarrage en rendant les classes d'une application instantanément disponibles au démarrage de la JVM. Sécurité quantique : Deux JEPs (496 et 497) introduisant des algorithmes résistants aux ordinateurs quantiques pour la cryptographie, basés sur les réseaux modulaires. Sécurité renforcée : JEP 486 propose de désactiver définitivement le Security Manager, tandis que JEP 478 introduit une API de dérivation de clés. Optimisations HotSpot : JEP 450 “Compact Object Headers” (expérimental) pour réduire la taille des en-têtes d'objets de 96-128 bits à 64 bits sur les architectures 64 bits. (a ne aps utiliser en prod!) Améliorations GC : JEP 404 “Generational Shenandoah” (expérimental) introduit un mode générationnel pour le Garbage Collector Shenandoah, tout en gardant le non generationel. Évolution des ports : Windows 32-bit x86 ca sent le sapin JEP 502 dans JDK 25 : Introduction des “Stable Values” (preview), anciennement “Computed Constants”, offrant les avantages des champs final avec plus de flexibilité pour l'initialisation. Points Supplémentaires sur JDK 25 Date de sortie : JDK 25 est prévu pour septembre 2025 et représentera la prochaine version LTS (Long-Term Support) après JDK 21. Finalisation de l'on-ramp : Gavin Bierman a annoncé son intention de finaliser la fonction “Simple Source Files” dans JDK 25, après quatre previews successives. CDS Object Streaming : Le JEP Draft 8326035 propose d'ajouter un mécanisme d'archivage d'objets pour Class-Data Sharing (CDS) dans ZGC, avec un format d'archivage et un chargeur unifiés. HTTP/3 supporté dans HttpClient Un article sur l'approche de Go pour éviter les attaques par chemin de fichier https://go.dev/blog/osroot Librairies Quarkus 3.19 es sorti https://quarkus.io/blog/quarkus-3-19-1-released/ UBI 9 par defaut pour les containers En plus de AppCDS, support tu cache AOT (JEP 483) pour demarrer encore plus rapidement Preuve de possession dans OAuth tokers 2 Mario Fusco sur les patterns d'agents en Quarkus https://quarkus.io/blog/agentic-ai-with-quarkus/ et https://quarkus.io/blog/agentic-ai-with-quarkus-p2/ premier article sur les patterns de workflow chainer, paralleliser ou router avec des exemples de code qui tournent les agents a proprement parler (le LLM qui decide du workflow) les agents ont des toolbox que le LLM peut decided d'invoquer Le code va dans les details et permet de mettre les interactions en lumiere tracing rend les choses visuelles Web Le European Accessibility Act (EAA) https://martijnhols.nl/blog/the-european-accessibility-act-for-websites-and-apps Loi européenne sur l'accessibilité (EAA) adoptée en 2019 Vise à rendre sites web et apps accessibles aux personnes handicapées Suivre les normes WCAG 2.1 AA (clarté, utilisabilité, compatibilité) Entreprises concernées : banques, e-commerce, transports, etc. Date limite de mise en conformité : 28 juin 2025 2025 c'est pour les nouveaux developpements 2027 c'est pour les applications existantes. bon et je fais comment pour savoir si le site web des cast codeurs est conforme ? API Popover https://web.dev/blog/popover-baseline?hl=en L'API Popover est maintenant disponible dans tous les navigateurs majeurs Ajoutée à Baseline le 27 janvier 2025 Permet de créer des popovers natifs en HTML, sans JavaScript complexe Exemple : Ouvrir Contenu du popover Problème initial (2024) : Bug sur iOS empêchant la fermeture des popovers Intégrer un front-end React dans une app Spring-Boot https://bootify.io/frontend/react-spring-boot-integration.html Etape par etape, comment configurer son build (https://bootify.io/frontend/webpack-spring-boot.html) et son app (controllers…) pour y intégrer un front en rect. Data et Intelligence Artificielle Traffic des sites web venant de IA https://ahrefs.com/blog/ai-traffic-study/ le AIEO apres le SEO va devenir un gros business vu que les modèles ont tendance a avoir leurs chouchous techniques ou de reference. 63% des sites ont au moins un referal viennent d'une IA 50% ChatGPT, puis plrplexity et enfin Gemini, bah et LeChat alors? 0,17% du traffic des sites vient de l'IA. Et en meme temps l'AI resume plutot que pointe donc c'est logique Granite 3.2 est sorti https://www.infoq.com/news/2025/03/ibm-granite-3-2/ IBM sort Granite 3.2, un modèle IA avancé. Meilleur raisonnement et nouvelles capacités multimodales. Granite Vision 3.2 excelle en compréhension d'images et de documents. Granite Guardian 3.2 détecte les risques dans les réponses IA. Modèles plus petits et efficaces pour divers usages. Améliorations en raisonnement mathématique et prévisions temporelles. les trucs interessants de Granite c'est sa petite taille et son cote “vraiment” open source Prompt Engineering - article détaillé https://www.infoq.com/articles/prompt-engineering/ Le prompt engineering, c'est l'art de bien formuler les instructions pour guider l'IA. Accessible à tous, il ne remplace pas la programmation mais la complète. Techniques clés : few-shot learning, chain-of-thought, tree-of-thought. Avantages : flexibilité, rapidité, meilleure interaction avec l'IA. Limites : manque de précision et dépendance aux modèles existants. Futur : un outil clé pour améliorer l'IA et le développement logiciel. QCon San Francisco - Les agents AI - Conference https://www.infoq.com/presentations/ai-agents-infrastructure/ Sujet : Infrastructure pour agents d'IA. Technologies : RAG et bases de données vectorielles. Rôle des agents d'IA : Automatiser des tâches, prévoir des besoins, superviser. Expérience : Shruti Bhat de Oracle à Rockset (acquis par OpenAI). Objectif : Passer des applis classiques aux agents IA intelligents. Défis : Améliorer la recherche en temps réel, l'indexation et la récupération. Nous concernant: Évolution des rôles : Les développeurs passent à des rôles plus stratégiques. Adaptation nécessaire : Les développeurs doivent s'adapter aux nouvelles technologies. Official Java SDK for MCP & Spring AI https://spring.io/blog/2025/02/14/mcp-java-sdk-released-2 Désormais une implémentation officielle aux côtés des SDK Python, TypeScript et Kotlin. ( https://modelcontextprotocol.io/ ) Prise en charge de Stdio-based transport, SSE (via HTTP) et intégration avec Spring WebFlux et WebMVC. Intégration avec Spring AI, configuration simplifiée pour les applications Spring Boot (different starters disponibles) Codez avec Claude https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview Claude Code est en beta, plus de liste d'attente Un outil de codage agentique intégré au terminal, capable de comprendre votre base de code et d'accélérer le développement grâce à des commandes en langage naturel. Les fonctionnalités permettent de comprendre le code, le refactorer, tester, debugger, … Gemini Code Assist est gratuit https://blog.google/technology/developers/gemini-code-assist-free/ Pour un usage personnel. Pas besoin de compte. Pas de limite. 128k token input. Guillaume démarre une série d'articles sur le RAG (niveau avancé). Le premier sur Sentence Window Retrievalhttps://glaforge.dev/posts/2025/02/25/advanced-rag-sentence-window-retrieval/ Guillaume propose une technique qui améliore les résultats de rechercher de Retrieval Augmented Generation L'idée est de calculer des vecteurs embeddings sur des phrases, par exemple, mais de retourner un contexte plus large L'intérêt, c'est d'avoir des calculs de similarité de vector embedding qui ont de bons scores (sans dilution de sens) de similarité, mais de ne pas perdre des informations sur le contexte dans lequel cette phrase se situe GitHub Copilot edits en GA, GitHub Copilot en mode agent dans VSCode Insiders https://github.blog/news-insights/product-news/github-copilot-the-agent-awakens/ Copilot Edits permet via le chat de modifier plusieurs fichiers en même temps, ce qui simplifie les refactoring Copilot en mode agent ajoute un mode autonome (Agentic AI) qui va tout seul chercher les modifications à faire dans votre code base. “what could possibly go wrong?” Méthodologies Article d'opinion interessant sur AI et le code assistant de Addy Osmani https://addyo.substack.com/p/the-70-problem-hard-truths-about Un article de l'année dernière de Addy Osmani https://addyo.substack.com/p/10-lessons-from-12-years-at-google plusieurs types d'aide IA Ceux pour boostrapper, dun figma ou d'une image et avoir un proto non fonctionnel en quelques jours Ceux pour iterer sur du code donc plus long terme on va faire une interview sur les assistants de code IA Le cout de la vitesse de l'ia les dev senior refactur et modifie le code proposé pour se l'approprier, chnger l'architecture etc donc basé sur leur connaissance appliquer ce qu'on connait deja amis plus vite est un pattern different d'apprendre avec l'IA explore des patterns d'approche et la prospective sur le futur Loi, société et organisation Elon Musk essaie d'acheter Open AI https://www.bbc.com/news/articles/cpdx75zgg88o La réponse: “non merci mais on peut racheter twiter pour 9,74 milliars si tu veux” Avec la loi narcotrafic votée au sénat, Signal ne serait plus disponible en France https://www.clubic.com/actualite-555135-avec-la-loi-narcotrafic-signal-quittera-la-france.html en plus de légaliser les logiciels espions s'appuyant sur les failles logiciel La loi demande aux messageries de laisser l'état accéder aux conversations Donc une backdoor avec une clé etatique par exemple Une backdoor comme celle des téléphones filaires américains mis en place il y a des années et maintenant exploitée par l'espionnage chinois Signal à une position ferme, soit c'est sécurisé soit on sort d'un pays Olvid WhatsApp et iMessage sont aussi visée par exemple La loi défini la cible comme la criminalité organisée : les classiques mais aussi les gilets jaunes, les opposants au projet de Bure, les militants aidant les personnes exilées à Briançon, ou encore les actions contre le cimentier Lafarge à Bouc-Bel-Air et à Évreux Donc plus large que ce que les gens pensent. Conférences La liste des conférences provenant de Developers Conferences Agenda/List par Aurélie Vache et contributeurs : 14 mars 2025 : Rust In Paris 2025 - Paris (France) 19-21 mars 2025 : React Paris - Paris (France) 20 mars 2025 : PGDay Paris - Paris (France) 20-21 mars 2025 : Agile Niort - Niort (France) 25 mars 2025 : ParisTestConf - Paris (France) 26-29 mars 2025 : JChateau Unconference 2025 - Cour-Cheverny (France) 27-28 mars 2025 : SymfonyLive Paris 2025 - Paris (France) 28 mars 2025 : DataDays - Lille (France) 28-29 mars 2025 : Agile Games France 2025 - Lille (France) 28-30 mars 2025 : Shift - Nantes (France) 3 avril 2025 : DotJS - Paris (France) 3 avril 2025 : SoCraTes Rennes 2025 - Rennes (France) 4 avril 2025 : Flutter Connection 2025 - Paris (France) 4 avril 2025 : aMP Orléans 04-04-2025 - Orléans (France) 10-11 avril 2025 : Android Makers - Montrouge (France) 10-12 avril 2025 : Devoxx Greece - Athens (Greece) 11-12 avril 2025 : Faiseuses du Web 4 - Dinan (France) 14 avril 2025 : Lyon Craft - Lyon (France) 16-18 avril 2025 : Devoxx France - Paris (France) 23-25 avril 2025 : MODERN ENDPOINT MANAGEMENT EMEA SUMMIT 2025 - Paris (France) 24 avril 2025 : IA Data Day - Strasbourg 2025 - Strasbourg (France) 29-30 avril 2025 : MixIT - Lyon (France) 6-7 mai 2025 : GOSIM AI Paris - Paris (France) 7-9 mai 2025 : Devoxx UK - London (UK) 15 mai 2025 : Cloud Toulouse - Toulouse (France) 16 mai 2025 : AFUP Day 2025 Lille - Lille (France) 16 mai 2025 : AFUP Day 2025 Lyon - Lyon (France) 16 mai 2025 : AFUP Day 2025 Poitiers - Poitiers (France) 22-23 mai 2025 : Flupa UX Days 2025 - Paris (France) 24 mai 2025 : Polycloud - Montpellier (France) 24 mai 2025 : NG Baguette Conf 2025 - Nantes (France) 3 juin 2025 : TechReady - Nantes (France) 5-6 juin 2025 : AlpesCraft - Grenoble (France) 5-6 juin 2025 : Devquest 2025 - Niort (France) 10-11 juin 2025 : Modern Workplace Conference Paris 2025 - Paris (France) 11-13 juin 2025 : Devoxx Poland - Krakow (Poland) 12-13 juin 2025 : Agile Tour Toulouse - Toulouse (France) 12-13 juin 2025 : DevLille - Lille (France) 13 juin 2025 : Tech F'Est 2025 - Nancy (France) 17 juin 2025 : Mobilis In Mobile - Nantes (France) 19-21 juin 2025 : Drupal Barcamp Perpignan 2025 - Perpignan (France) 24 juin 2025 : WAX 2025 - Aix-en-Provence (France) 25-26 juin 2025 : Agi'Lille 2025 - Lille (France) 25-27 juin 2025 : BreizhCamp 2025 - Rennes (France) 26-27 juin 2025 : Sunny Tech - Montpellier (France) 1-4 juillet 2025 : Open edX Conference - 2025 - Palaiseau (France) 7-9 juillet 2025 : Riviera DEV 2025 - Sophia Antipolis (France) 18-19 septembre 2025 : API Platform Conference - Lille (France) & Online 23 septembre 2025 : OWASP AppSec France 2025 - Paris (France) 25-26 septembre 2025 : Paris Web 2025 - Paris (France) 2-3 octobre 2025 : Volcamp - Clermont-Ferrand (France) 6-10 octobre 2025 : Devoxx Belgium - Antwerp (Belgium) 9-10 octobre 2025 : Forum PHP 2025 - Marne-la-Vallée (France) 9-10 octobre 2025 : EuroRust 2025 - Paris (France) 16-17 octobre 2025 : DevFest Nantes - Nantes (France) 4-7 novembre 2025 : NewCrafts 2025 - Paris (France) 6 novembre 2025 : dotAI 2025 - Paris (France) 7 novembre 2025 : BDX I/O - Bordeaux (France) 12-14 novembre 2025 : Devoxx Morocco - Marrakech (Morocco) 21 novembre 2025 : DevFest Paris 2025 - Paris (France) 28 novembre 2025 : DevFest Lyon - Lyon (France) 28-31 janvier 2026 : SnowCamp 2026 - Grenoble (France) 23-25 avril 2026 : Devoxx Greece - Athens (Greece) 17 juin 2026 : Devoxx Poland - Krakow (Poland) Nous contacter Pour réagir à cet épisode, venez discuter sur le groupe Google https://groups.google.com/group/lescastcodeurs Contactez-nous via X/twitter https://twitter.com/lescastcodeurs ou Bluesky https://bsky.app/profile/lescastcodeurs.com 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/

Haunted History Chronicles
Poltergeists, Psychokinesis, and the MACRO-PK Project with Eric Dullin

Haunted History Chronicles

Play Episode Listen Later Feb 21, 2025 62:29


In the words of physicist John Archibald Wheeler, “In any field, find the strange thing and explore it.” That's exactly what my guest today is doing. A mechanical and electrical engineer by trade, Eric Dullin has spent his career exploring the frontiers of science, technology, and human potential. With a PhD in information processing, an MBA, and extensive experience as an entrepreneur and coach, he brings a unique analytical perspective to one of the most elusive and controversial topics in paranormal research—the study of macro-telekinesis. Now the Research Director at the LAPDC in France and a member of multiple parapsychological associations, Eric has dedicated his post-retirement years to systematically investigating the phenomenon of physical mediumship, poltergeists, and spontaneous psychokinetic events.Today, we'll be diving deep into his latest project, MACRO-PK, an ambitious international historical database and collaborative research initiative that aims to catalogue and analyse unexplained physical phenomena throughout history. What can these strange events tell us about the nature of reality? How can we apply scientific rigour to what is often dismissed as mere superstition? And what do poltergeists, mystical levitations, and PK agents have in common?As Arthur Conan Doyle once wrote through his famous detective, Sherlock Holmes:“It is a capital error to theorise before having data. Insensibly, we begin to distort the facts to fit the theories, instead of adapting the theories to the facts.”My Special Guest Is Eric Dullin Eric Dullin is a mechanical and electrical engineer with a PhD in information processing, MBA, PNL and a certified coach. He was a software entrepreneur, coach and advisor to other software entrepreneurs as well as a Co-founder with his wife of an online training centre for children and teachers. He has been involved in experimentation with paranormal phenomena (clairvoyance, OBEs, telekinesis) and experience of a poltergeist phenomenon. Since his retirement he has been focused on the scientific study of paranormal phenomena, and more specifically on macro-telekinesis/Psychokinesis. He is the research director at the LAPDC in France (macro-telekinesis experiments) and member of parapsychological associations such as IMI in France, SPR, ASSAP in the UK, SSE and PA in the USA. He has published scientific articles and given conferences on the subject of poltergeist / macro-telekinesis. He has recently launched the macropk.org website, an international historical database on Poltergeist, physical mediumship/PK agent and mystical levitation phenomena, and a worldwide collaborative project on macro-telekinesis phenomena. https://www.macropk.org/ In this episode, you will be able to: 1. Discover how this database and research initiative is cataloguing poltergeist activity, physical mediumship, and unexplained macro-psychokinetic events.If you value this podcast and want to enjoy more episodes please come and find us on⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠ ⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠https://www.patreon.com/Haunted_History_Chronicles⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠ ⁠⁠to ⁠support the podcast, gain a wealth of additional exclusive podcasts, writing and other content.Links to all Haunted History Chronicles Social Media Pages, Published Materials and more:⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠ ⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠https://linktr.ee/hauntedhistorychronicles?fbclid=IwAR15rJF2m9nJ0HTXm27HZ3QQ2Llz46E0UpdWv-zePVn9Oj9Q8rdYaZsR74I⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠NEW Podcast Shop:⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠ ⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠https://www.teepublic.com/user/haunted-history-chronicles⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠Buy Me A Coffee⁠⁠⁠⁠⁠⁠⁠ ⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠https://ko-fi.com/hauntedhistorychronicles⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠ ⁠⁠⁠⁠⁠⁠⁠Guest Links⁠ ⁠⁠⁠⁠⁠⁠Website:⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠⁠https://www.macropk.org/ 

NextMedia Podcast
Личные итоги: продолжаем праздновать и ставим цели на 2025 год

NextMedia Podcast

Play Episode Listen Later Jan 7, 2025 33:34


В новом выпуске NextMediaPodcast Эльнара Петрова делится, как рефлексировать над прошедшим годом, учиться ценить свои достижения и планировать будущее. А также рассказывает:— Почему важно хвалить себя и фиксировать прогресс— Какие есть лайфхаки для подведения итогов: от благодарностей до анализа провалов— Вдохновляющие истории из личного опыта— Планы на 2025-й: перезапуск курса по подкастам, стратегические сессии и новые проектыИтоги года Эльнара подводила в формате групповой онлайн-сессии вместе с Яной Лисовской. Яна — коуч и ментор с большим опытом в корпоративном бизнесе. Мы учились вместе в SSE, доверяю Яне и дарю сессии с ней друзьям. У Яны есть канал в телеграме: t.me/yana_lisovska Мы запускаем курс по созданию подкастов с нуля. До конца января вы можете приобрести курс с обратной связью за 22 тысячи руб., а курс без обратной связи за 15 тысяч. Подробности в описании и на сайте: nextpodcast.ru. В январе проведу открытый вебинар про рынок подкастов и возможности, следите за обновлениями в тг-канале: t.me/nextmedia Также до конца января вы – эксперты в диджитал и агентства, бизнесы – можете приобрести участие в подкасте в формате экспертной рубрики за 40к руб. В пакет входят 3 интеграции, каждая до 7 мин. Гарантированное число прослушиваний каждой интеграции - 1к прослушиваний спустя месяц.А еще я самостоятельно запускаю новую услугу «Стратегическая сессия для личного бренда». Будут открытые вебинары по подкастам и по персональной стратегии! В январе и феврале, планируйте! Все анонсы в моем личном канале: https://t.me/elnaragram

The Past Lives Podcast
Proof of Reincarnation: Classic Episode

The Past Lives Podcast

Play Episode Listen Later Dec 19, 2024 60:27


Dr. Semkiw is a Board Certified Occupational Medicine physician who practices at a major medical center in San Francisco, where he served as the Assistant Chief of Occupational Medicine.  Previously, he served as Medical Director for Unocal 76, a Fortune 500 oil company.Walter embarked on reincarnation research in 1995 and he is the author of Return of the Revolutionaries: The Case for Reincarnation and Soul Groups Reunited, which was published in 2003.  In this book, a cohort reincarnated from the time of the American Revolution is identified.  Former President Bill Clinton wrote, regarding Revolutionaries, “It looks fascinating,” and neurosurgeon Norm Shealy, MD, PhD, wrote “For the survival of humanity, this is the most important book written in 2000 years.”Walter is also the author of Born Again, which is available in the US, India, Indonesia and Serbia (2006 version).   In this book, independently researched reincarnation cases with evidence of reincarnation are compiled with a focus on the work of Ian Stevenson, MD of the University of Virginia.  Cases derived through world famous trance medium Kevin Ryerson, who has been featured in Shirley MacLaine's books, are also presented.  Born Again has received widespread media attention in India and Walter was featured on CNN in March 2006.An expanded international edition of Born Again (2011), which summarizes key reincarnation cases with evidence of past lives, is available as an E-Book, as well as in a printed version.Born Again has been commented on by the former President of India, Abdul Kalam, and by Shah Rukh Kahn, one of India's greatest film and television stars.Walter has also penned Origin of the Soul and the Purpose of Reincarnation.  Whereas Return of the Revolutionaries and Born Again present cases which demonstrate objective evidence of reincarnation, Origin of the Soul addresses the big picture of why we reincarnate and the nature of the spiritual world.Walter has presented at the Society for Scientific Exploration (SSE), an academic group that pioneer reincarnation researcher Ian Stevenson, MD cofounded.  Walter spent a day with Dr. Stevenson in 2001 and Dr. Stevenson personally sponsored Walter's membership in the SSE. Walter is an advocate of Ian Stevenson's past lives research.Dr. Semkiw has been a speaker at the first four World Congresses for Regression Therapy, held in the Netherlands, India, Brazil and Turkey.  He has appeared on CNN and in Newsweek, as well as numerous other television and radio shows, including Coast to Coast.  He has been cited on numerous occasions in the Times of India, which has the largest circulation of any English language newspaper in the world.Walter has been selected as one of Who's Who Professionals of the Year for 2016.In sum, Dr. Semkiw is an expert in reincarnation research, particularly reincarnation cases which demonstrate objective evidence of reincarnation.https://reincarnationresearch.com/ https://www.pastliveshypnosis.co.uk/https://www.patreon.com/ourparanormalafterlife

PING
Measuring DNSSEC keying "drift" between parent and child

PING

Play Episode Listen Later Nov 27, 2024 36:26


This time on PING, Peter Thomassen from SSE and DEsec.io discusses his analysis of the failure modes of CDS and CDNSKEY records between parent and child in the DNS. These records are used to provide in-band signalling of the DS record, fundamental to the maintenance of a secure path from the trust anchor to the delegation through all the intermediate parent and grandparent domains. Many people use out-of-band methods to update this DS information, but the CDS and the CDNSKEY records are designed to signal this critical information inside the DNS, avoiding many of the pitfalls of passing through a registry-registrar web service. The problem is, as Peter has discovered, the information across the various nameservers (denoted by the NS record in the DNS) of the child domain can get out of alignment, and the tests a parent zone need to do checking CDS and CDNSKEY information aren't sufficiently specified to wire down this risk. Peter performed a "meta analysis" inside a far larger cohort of DNS data captured by Florian Steurer and Tobias Fiebig at the Max Planck Institute and discovered a low but persisting error rate, a drift in the critical keying information between a zones NS and the parent. Some of these related to transitional states in the DNS (such as when you move registry or DNS provider) but by no means all, and this has motivated Peter and his co-authors to look at improved recommendations for managing CDS/CDNSKEY data, to minimise the risk of inconsistency, and the consequent loss of secure entry path to a domain name.

Irish Tech News Audio Articles
SSE acquires 120MW/240MWh battery storage project in County Offaly

Irish Tech News Audio Articles

Play Episode Listen Later Nov 7, 2024 5:35


SSE has grown its secured battery energy storage system (BESS) pipeline in Ireland to 300MW with the acquisition of the 120MW/240MWh Thornsberry BESS project near Tullamore, County Offaly. Pictured is the company's 50MW battery storage facility in Wiltshire, England. Co. Offaly, 6th November 2024: SSE has acquired the project development rights for a 120MW/240MWh grid-scale battery energy storage system (BESS) project in County Offaly from UK-based renewable energy company Low Carbon which, if approved for final delivery, could be constructed and operational by the end of the decade. The purchase marks another step forward for SSE Renewables, the renewable energy business of FTSE-listed SSE plc, as it continues to grow its battery storage development portfolio on the island of Ireland. Under the deal, SSE Renewables has acquired the consented Thornsberry BESS project from Grid Systems Services Limited, a developer of grid-scale battery storage projects in Ireland owned by Low Carbon. Thornsberry is on a secured greenfield site in the townlands of Derrynagall and Ballydaly near Tullamore, with planning consent for a grid-scale BESS. It has a grid connection offer to connect 120MW of import/export capacity to Ireland's national grid via an adjacent existing 110kV substation. The proposed battery system would be capable of storing up to 240MWh of energy for flexible dispatch at times of peak demand. When called upon, Thornsberry would be capable of providing back-up energy to the equivalent of over 115,000 Irish homes for up to two hours at a time while also delivering essential balancing services to Ireland's energy system. Subject to a final investment decision by SSE Renewables, the project could enter construction and be operational by the end of the decade. The project would be expected to provide a boost to the supply chain and job creation in County Offaly and the wider Midlands during delivery. It would also support the delivery of local authority essential services in Offaly through the payment of development contributions and commercial rates. The addition of the Thornsberry project grows the company's secured battery pipeline in Ireland to 300MW as part of a wider 1.8GW pipeline across Ireland and the UK. Heather Donald, Director of Onshore Wind, Solar and Battery - UK and Ireland, SSE Renewables, said: "Acquiring the consented Thornsberry project in County Offaly is another great step forward in our plans to grow SSE Renewables' battery storage development portfolio in Ireland. The addition of this grid-scale project can make an important contribution to the delivery of SSE's fully funded five-year Net Zero Acceleration Programme while also advancing the diversity of the technologies in our portfolio. "The Midlands has a long and proud tradition of supporting Ireland's energy security. With the development of new onshore wind, solar and battery projects such as Thornsberry, the region can continue to play a significant role in delivering homegrown energy for Irish consumers while decarbonising the country's power system. In doing so, we can help ensure vital energy projects can deliver positive social and economic benefits to County Offaly and the wider Midlands." Low Carbon, which began developing the Thornsberry project in 2018, was one of the first movers to develop, build and operate battery storage in the Irish renewables market and currently provides 20 per cent of the country's operational storage capacity. Roy Bedlow, Founder and Chief Executive of Low Carbon, said: "We are delighted to collaborate with SSE on this project, which underscores Low Carbon's leading position in the Irish storage market. Furthermore, this announcement demonstrates our expertise in delivering high-quality investable assets to the market while playing an important role in supporting our future growth as we aim to build 20GW of new renewable energy. "Increasing renewable energy capacity is just one part of the answer as we look to ...

Holyrood Sources
The UK Government Budget

Holyrood Sources

Play Episode Listen Later Oct 30, 2024 94:12


In our first ever crossover episode with the Whitehall Sources podcast, we assess the implications of the UK Government budget.The first section of both podcasts features former advisers from across the political spectrum.The podcasts then return to their own list of guests and commentators and analysts. Search Whitehall Sources to listen to our sister podcast.Holyrood Sources is sponsored by the Scotch Whisky Association's Made to be Measured campaign. Find out more about the campaign at scotch-whisky.org.uk/madetobemeasuredandby SSE: to verify what you've heard, click sse.com/changeGUEST LISTSTEPHEN FLYNN, SNP Westminster leader and MP for Aberdeen South; WENDY CHAMBERLAIN, Liberal Democrat Chief Whip and MP for North East Fife; HARRIET CROSS, Conservative MP for Gordon and Buchan and on the Scottish Affairs Committee; DR ZUBIR AHMED is Labour MP for Glasgow South West; Dr JEEVUN SANDHER, Labour MP for Loughborough who sits on the Treasury Committee; HEATHER IQBAL was a political adviser and media spokesperson for Chancellor Rachel Reeves for three years in opposition; ALLIE RENISON, Associate Director at SEC Newgate and former Government Business Adviser; GRAINNE GILMORE director of research & insights at Cluttons property consultants; JOÃO SOUSA, Deputy Director Fraser of Allander Institute; ALEXANDER BROWN, Westminster Correspondent for The Scotsman; CAROLINE WHEELER, Political Editor of The Sunday Times; DAVID PHILIPS, Associate Director at the Institute for Fiscal Studies, who leads on devolved and local government finance; GRAEME LITTLEJOHN, Director of Strategy and Comms for the Scotch Whisky Association Become a member at https://plus.acast.com/s/holyroodsources. Hosted on Acast. See acast.com/privacy for more information.

Holyrood Sources
Salmond Protocol; MSPs in the USA; Education staff on strike

Holyrood Sources

Play Episode Listen Later Oct 23, 2024 47:16


Calum, Andy and Geoff discuss Scotland's handling of the aftermath of Alex Salmond's death, and what has to change in the event another current or former First Minister dies while abroad. Plus, David O'Connor, Unison Scotland's lead for local government, discusses the reasons behind the strike, the impact of COVID-19 on education, and the challenges of negotiating fair pay in the current political climate - and is it acceptable for Alex Cole Hamilton to campaign for Kamala Harris, or if the Labour party does it?Sponsored by the Scotch Whisky Association's Made to be Measured campaign. Find out more about the campaign at scotch-whisky.org.uk/madetobemeasured. Sponsored by SSE: to verify what you've heard, click sse.com/change Become a member at https://plus.acast.com/s/holyroodsources. Hosted on Acast. See acast.com/privacy for more information.

Holyrood Sources
Remembering Alex Salmond

Holyrood Sources

Play Episode Listen Later Oct 16, 2024 43:18


Calum, Geoff and Andy discuss the political life and legacy of Alex Salmond: their first encounters with him, his greatest achievements, what he was like to work with and what comes next for Scotland.Sponsored by the Scotch Whisky Association's Made to be Measured campaign. Find out more about the campaign at scotch-whisky.org.uk/madetobemeasuredSponsored by SSE: to verify what you've heard, click sse.com/change Become a member at https://plus.acast.com/s/holyroodsources. Hosted on Acast. See acast.com/privacy for more information.

Mentalidade Empreendedora Podcast com Pedro Quintanilha
4 ERROS que te impedem de alcançar 21 MIL REAIS RECORRENTES | #PodCastME EP 385

Mentalidade Empreendedora Podcast com Pedro Quintanilha

Play Episode Listen Later Sep 17, 2024 16:19


Tenha meu acompanhamento personalizado para criar e escalar seu negócio digital ➡ https://meelink.bio/o_Plano _________________________ 4 ERROS que te AFASTAM dos 21 MIL REAIS RECORRENTES Tem algumas pessoas que falam “Ah, eu não me arrependo, faria tudo denovo bla bla bla…” Eu tenho arrependimentos. Um monte de arrependimentos, inclusive. Se eu pudesse voltar atrás eu faria muita coisa diferente. Acho que se arrepender é sinal de maturidade. Pra evitar cometer erros hoje, eu sigo o ditado “Sábios são aqueles que escolhem aprender com os erros dos outros”. Eu invisto pra aprender com outras pessoas. Acho que não tem caminho melhor. No podcast de hoje, vou te mostrar 4 erros que te afastam dos 21 mil reais recorrentes. Se você está nesse caminho ou quer entrar, vai ser muito mais rápido alcançar os 21 mil recorrentes por saber evitar erros desnecessários. Me conta, qual foi o seu maior insight? P.S: Se tiver passando por algum desses 4 erros e quiser a minha ajuda, é só mandar direct no meu instagram! Redes Sociais: Instagram do Pedro Quintanilha ➡ https://www.instagram.com/phmquintanilha/ Instagram da Mentalidade Empreendedora ➡ https://www.instagram.com/mentalidadeacademy/ Telegram - Tribo da Recorrência ➡ https://t.me/tribodarecorrencia

La Encerrona
ESPECIAL ¿DÓNDE FIRMO? Guía para revocatorias en Lima y Ayacucho #LaEncerrona

La Encerrona

Play Episode Listen Later Aug 27, 2024 21:43


Ayer el gobierno confirmó la inminente desaparición del Ministerio de la Mujer y su fusión en el MIDIS. Dos ex ministras, Ana Jara, de la Mujer, y Carolina Trivelli, del MIDIS explican por qué es una pésima idea. MIENTRAS TANTO: 120 mil soles de todos los peruanos costará el abogado del ministroll Santivañez. Lo insólito: por un caso que todavía no conocemos. ADEMÁS: Se casó Carlos Bruce (y por qué eso es noticia). Y... ¿Dónde firmo para la revocatoria? Tienes hasta el 12 de octubre. Si vives en Lima, Ayacucho o Miraflores, estos son los puntos confiables para dejar tu firma. **** ¿Te gustó este episodio? ¿Buscas las fuentes de los datos mencionados hoy? SUSCRÍBETE en http://patreon.com/ocram para acceder a nuestros GRUPOS EXCLUSIVOS de Telegram y WhatsApp. También puedes hacerte MIEMBRO de nuestro canal de YouTube aquí https://www.youtube.com/channel/UCP0AJJeNkFBYzegTTVbKhPg/join **** Únete a nuestro CANAL de WhatsApp aquí https://whatsapp.com/channel/0029VaAgBeN6RGJLubpqyw29 **** Para más información legal: http://laencerrona.pe

Paul's Security Weekly
The end of the road for some cyber startups & making detection actually work! - Vivek Bhandari, Vivek Ramachandran, Mike Lyborg, Brandon Potter - ESW #373

Paul's Security Weekly

Play Episode Listen Later Aug 23, 2024 146:35


This week, in the enterprise security news, A funding that looks like an acquisition And two for-sure acquisitions Rumors that there are funding problems for early stage cyber startups, and we'll see a lot more acquisitions before the end of the year Speaking of rumors, Crowdstrike did NOT like last week's Action1 acquisition rumor! Shortening detection engineering feedback loops HoneyAgents More reflections on Black Hat 2024 The attacker does NOT just have to get it right once and the defender does NOT have to get it right every time Remember BEC scams? Yeah, they're still enterprise enemy #1 All that and more, in the news this week on Enterprise Security Weekly! SquareX With employees spending most of their working hours on the browser, web attacks are one of the biggest attack vectors today. Yet, both enterprises and security vendors today aren't focused on securing the browser – a huge risk given that attackers can easily bypass Secure Web Gateways, SASE and SSE solutions. This segment will demonstrate the importance of a browser-native solution, discuss the limitations of current solutions and how enterprises can better protect their employees from web attacks. Segment Resources: DEF CON talk abstract Enterprise use cases for SquareX Data Sheet Why Browser Native Solutions are better than Cloud Based Proxies Blog on the Many Failures of Secure Web Gateways This segment is sponsored by Square X. Visit https://securityweekly.com/squarexbh to learn how SquareX can protect your employees from web attacks! Tanium The recent CrowdStrike outage and subsequent disruption tested organizations' resiliency and confidence as the world went offline. It served as a reminder that in an increasingly technology-dependent world, things will go wrong – but security leaders can plan accordingly and leverage emerging technologies to help minimize the damage. In this interview, Tanium's Vice President of Product Marketing Vivek Bhandari explains how AI and automation can help with remediation and even prevent similar outages from happening in the future, and breaks down the future of Autonomous Endpoint Management (AEM) as the solution for continuous cyber resilience in the face of disruption. Segment Resources: The Future of Converged Endpoint Management is Autonomous Endpoint Management (AEM) This segment is sponsored by Tanium. Visit https://securityweekly.com/taniumbh to learn more about them! Swimlane and GenAI Join Swimlane CISO, Mike Lyborg and Security Weekly's Mandy Logan as they cut through the AI peanut butter! While Generative AI is the not-so-new hot topic, it's also not the first time the cybersecurity industry has embraced emerging technology that can mimic human actions. Security automation and its ability to take action on behalf of humans have paved the way for generative AI to be trusted (within reason). The convergence and maturity of these technologies now have the potential to revolutionize how SecOps functions while force-multiplying SOC teams. This segment is sponsored by Swimlane. Visit https://securityweekly.com/swimlanebh to learn more about them! Swimlane and ProCircular ProCircular, is a security automaton power-user and AI early adopter. Hear from Swimlane customer, Brandon Potter, CTO at ProCircular, about how use of Swimlane, has helped his organization increase efficiency, improve security metrics and ultimately grow their customer base without increasing headcount. Segment Resources: ProCircular Case Study ProCircular Web Site This segment is sponsored by Swimlane. Visit https://securityweekly.com/swimlanebh to learn more about them! Visit https://www.securityweekly.com/esw for all the latest episodes! Show Notes: https://securityweekly.com/esw-373

Enterprise Security Weekly (Audio)
The end of the road for some cyber startups & making detection actually work! - Vivek Bhandari, Vivek Ramachandran, Mike Lyborg, Brandon Potter - ESW #373

Enterprise Security Weekly (Audio)

Play Episode Listen Later Aug 23, 2024 146:35


This week, in the enterprise security news, A funding that looks like an acquisition And two for-sure acquisitions Rumors that there are funding problems for early stage cyber startups, and we'll see a lot more acquisitions before the end of the year Speaking of rumors, Crowdstrike did NOT like last week's Action1 acquisition rumor! Shortening detection engineering feedback loops HoneyAgents More reflections on Black Hat 2024 The attacker does NOT just have to get it right once and the defender does NOT have to get it right every time Remember BEC scams? Yeah, they're still enterprise enemy #1 All that and more, in the news this week on Enterprise Security Weekly! SquareX With employees spending most of their working hours on the browser, web attacks are one of the biggest attack vectors today. Yet, both enterprises and security vendors today aren't focused on securing the browser – a huge risk given that attackers can easily bypass Secure Web Gateways, SASE and SSE solutions. This segment will demonstrate the importance of a browser-native solution, discuss the limitations of current solutions and how enterprises can better protect their employees from web attacks. Segment Resources: DEF CON talk abstract Enterprise use cases for SquareX Data Sheet Why Browser Native Solutions are better than Cloud Based Proxies Blog on the Many Failures of Secure Web Gateways This segment is sponsored by Square X. Visit https://securityweekly.com/squarexbh to learn how SquareX can protect your employees from web attacks! Tanium The recent CrowdStrike outage and subsequent disruption tested organizations' resiliency and confidence as the world went offline. It served as a reminder that in an increasingly technology-dependent world, things will go wrong – but security leaders can plan accordingly and leverage emerging technologies to help minimize the damage. In this interview, Tanium's Vice President of Product Marketing Vivek Bhandari explains how AI and automation can help with remediation and even prevent similar outages from happening in the future, and breaks down the future of Autonomous Endpoint Management (AEM) as the solution for continuous cyber resilience in the face of disruption. Segment Resources: The Future of Converged Endpoint Management is Autonomous Endpoint Management (AEM) This segment is sponsored by Tanium. Visit https://securityweekly.com/taniumbh to learn more about them! Swimlane and GenAI Join Swimlane CISO, Mike Lyborg and Security Weekly's Mandy Logan as they cut through the AI peanut butter! While Generative AI is the not-so-new hot topic, it's also not the first time the cybersecurity industry has embraced emerging technology that can mimic human actions. Security automation and its ability to take action on behalf of humans have paved the way for generative AI to be trusted (within reason). The convergence and maturity of these technologies now have the potential to revolutionize how SecOps functions while force-multiplying SOC teams. This segment is sponsored by Swimlane. Visit https://securityweekly.com/swimlanebh to learn more about them! Swimlane and ProCircular ProCircular, is a security automaton power-user and AI early adopter. Hear from Swimlane customer, Brandon Potter, CTO at ProCircular, about how use of Swimlane, has helped his organization increase efficiency, improve security metrics and ultimately grow their customer base without increasing headcount. Segment Resources: ProCircular Case Study ProCircular Web Site This segment is sponsored by Swimlane. Visit https://securityweekly.com/swimlanebh to learn more about them! Visit https://www.securityweekly.com/esw for all the latest episodes! Show Notes: https://securityweekly.com/esw-373

Paul's Security Weekly TV
Secure Web Gateways Have Failed Us & Using AI to Prevent the Next CrowdStrike Outage - Vivek Ramachandran, Vivek Bhandari - ESW #373

Paul's Security Weekly TV

Play Episode Listen Later Aug 22, 2024 36:38


SquareX With employees spending most of their working hours on the browser, web attacks are one of the biggest attack vectors today. Yet, both enterprises and security vendors today aren't focused on securing the browser – a huge risk given that attackers can easily bypass Secure Web Gateways, SASE and SSE solutions. This segment will demonstrate the importance of a browser-native solution, discuss the limitations of current solutions and how enterprises can better protect their employees from web attacks. Segment Resources: DEF CON talk abstract Enterprise use cases for SquareX Data Sheet Why Browser Native Solutions are better than Cloud Based Proxies Blog on the Many Failures of Secure Web Gateways This segment is sponsored by Square X. Visit https://securityweekly.com/squarexbh to learn how SquareX can protect your employees from web attacks! Tanium The recent CrowdStrike outage and subsequent disruption tested organizations' resiliency and confidence as the world went offline. It served as a reminder that in an increasingly technology-dependent world, things will go wrong – but security leaders can plan accordingly and leverage emerging technologies to help minimize the damage. In this interview, Tanium's Vice President of Product Marketing Vivek Bhandari explains how AI and automation can help with remediation and even prevent similar outages from happening in the future, and breaks down the future of Autonomous Endpoint Management (AEM) as the solution for continuous cyber resilience in the face of disruption. Segment Resources: The Future of Converged Endpoint Management is Autonomous Endpoint Management (AEM) This segment is sponsored by Tanium. Visit https://securityweekly.com/taniumbh to learn more about them! Show Notes: https://securityweekly.com/esw-373

The Turnbuckle Tavern
SHOT OF NOSTALGIA #6.4: NXT 2015 | RESPECT & LONDON | OCT 7 & DEC 16 | BAYLEY & SASHA SHINE BRIGHT

The Turnbuckle Tavern

Play Episode Listen Later Aug 17, 2024 133:13


It's time for the 4th episode of our trip through NXT TAKEOVERS (2014-2021,) and it's gonna be a fun ride. We are continuing our drive into the TAKEOVER catalog as we make our fourth stop in the DELOREAN. Episode 4 of Season 6 is this upcoming Friday, and as per usual, ACEFIELD RETRO returns with MATT'S IN THE COOLER to chat about an action-packed happening! We start our journey at NXT RESPECT on October 7, 2015, from Winter Park, Florida (Full Sail University) headlined Bayley vs Sasha Banks for the NXT Women's Championship in a 30-minute Iron Man Match & end it at NXT LONDON on December 16, 2015, from SSE arena in London main event by Samoa Joe vs. Finn Balor for the NXT Championship. We chat about all the usual NXT/WWE happenings like title changes, new debuts, and just the significance of the movement created in NXT. The future stars & attempt to bring in the fans disenchanted with the WWE product and scratch the itch that people were desperate for. Don't forget to grab your weekly Shot of Nostalgia at 7 PM Eastern to continue Flashback Friday on the trailer. As always, tip your bartenders & learn from the past!

ITSPmagazine | Technology. Cybersecurity. Society
Behind the Scenes of SquareX's Exposing DEF CON Talk and Their Latest Browser Security Innovations | A Brand Story Conversation From Black Hat USA 2024 | A SquareX Story with Vivek Ramachandran | On Location Coverage with Sean Martin and Marco Ciappe

ITSPmagazine | Technology. Cybersecurity. Society

Play Episode Listen Later Aug 8, 2024 20:21


In this Brand Story episode, Sean Martin gets to chat with Vivek Ramachandran, Co-Founder and CEO of SquareX, at the Black Hat USA conference in Las Vegas. The discussion centers around SquareX's innovative approach to browser security and its relevance in today's cybersecurity landscape.Vivek explains that SquareX is developing a browser-native security product designed to detect, mitigate, and hunt threats in real-time, specifically focusing on the online activities of enterprise employees. This solution operates entirely within the browser, leveraging advanced technologies like WebAssembly to ensure minimal impact on the user experience.The conversation shifts to the upcoming DEF CON talk by Vivek, titled “Breaking Secure Web Gateways for Fun and Profit,” which highlights the seven sins of secure web gateways and SASE SSE solutions. According to Vivek, these cloud proxies often fail to detect and block web attacks due to inherent architectural limitations. He mentions SquareX's research revealing over 25 different bypasses, emphasizing the need for a new approach to tackle these vulnerabilities effectively.Sean and Vivek further discuss the practical implementation of SquareX's solution. Vivek underscores that traditional security measures often overlook browser activities, presenting a blind spot for many organizations. SquareX aims to fill this gap by providing comprehensive visibility and real-time threat detection without relying on cloud connectivity.Vivek also answers questions about the automatic nature of the browser extension deployment, ensuring it does not disrupt day-to-day operations for users or IT teams. Additionally, he touches on the importance of organizational training and awareness, helping security teams interpret new types of alerts and attacks that occur within the browser environment.Towards the end of the episode, Vivek introduces a new attack toolkit designed for organizations to test their own secure web gateways and SASE SSE solutions, empowering them to identify vulnerabilities firsthand. He encourages security leaders to use this tool and visit a dedicated website for practical demonstrations.Listeners are invited to connect with Vivek and the SquareX team, especially those attending Black Hat and DEF CON, to learn more about this innovative approach to browser security.Learn more about SquareX: https://itspm.ag/sqrx-l91Note: This story contains promotional content. Learn more.Guest: Vivek Ramachandran, Founder, SquareX [@getsquarex]On LinkedIn | https://www.linkedin.com/in/vivekramachandran/ResourcesLearn more and catch more stories from SquareX: https://www.itspmagazine.com/directory/squarexView all of our Black Hat USA  2024 coverage: https://www.itspmagazine.com/black-hat-usa-2024-hacker-summer-camp-2024-event-coverage-in-las-vegasAre you interested in telling your story?https://www.itspmagazine.com/telling-your-story

La Encerrona
PAPELÓN INTERNACIONAL: Canciller elogia naz1 en embajada de Francia #LaEncerrona

La Encerrona

Play Episode Listen Later Jul 19, 2024 19:29


Unos Rolex valen más que 50 peruanos. Esta fue la lógica del Congreso que ayer salvó a la presidenta de un caso y no de otro. ADEMÁS: Dina en la mira de The Economist y Amnistía Internacional. MIENTRAS TANTO: URGENTE: Durante la madrugada, Microsoft se cayó a nivel global y se empiezan a sentir las repercusiones en el Perú. ADEMÁS: Se viene la ola de médicos nivel Acuña. Y... Desde un grupo de estudios hasta consultores para tu empresa, conoce los descuentos de nuestros emprendedores de hoy. **** ¿Te gustó este episodio? ¿Buscas las fuentes de los datos mencionados hoy? SUSCRÍBETE en http://patreon.com/ocram para acceder a nuestros GRUPOS EXCLUSIVOS de Telegram y WhatsApp. También puedes hacerte MIEMBRO de nuestro canal de YouTube aquí https://www.youtube.com/channel/UCP0AJJeNkFBYzegTTVbKhPg/join **** Únete a nuestro CANAL de WhatsApp aquí https://whatsapp.com/channel/0029VaAgBeN6RGJLubpqyw29 **** Para más información legal: http://laencerrona.pe

Packet Pushers - Full Podcast Feed
Tech Bytes: Journey to SSE with HPE Aruba Networking (Sponsored)

Packet Pushers - Full Podcast Feed

Play Episode Listen Later Jun 17, 2024 19:35


When it comes to SSE, it's helpful to know the vendor's history and approach to understand if it's the best fit for your organization. HPE Aruba's SSE journey started when it acquired Axis Security, a company focused on solving the problem of third party access. Because of that focus, HPE Aruba says its SSE is... Read more »

Packet Pushers - Fat Pipe
Tech Bytes: Journey to SSE with HPE Aruba Networking (Sponsored)

Packet Pushers - Fat Pipe

Play Episode Listen Later Jun 17, 2024 19:35


When it comes to SSE, it's helpful to know the vendor's history and approach to understand if it's the best fit for your organization. HPE Aruba's SSE journey started when it acquired Axis Security, a company focused on solving the problem of third party access. Because of that focus, HPE Aruba says its SSE is... Read more »

Stock Day Media
Positron Corporation | Ping An Insurance Company

Stock Day Media

Play Episode Listen Later Jun 17, 2024 0:54


Positron Corporation (OTC: POSC), a leading molecular imaging medical device company offering Positron Emission Tomography/Computed Tomography (PET and PET-CT) imaging systems and clinical services, is pleased to announce its membership in the national alliance Cardiac PET Industry Coalition, an organization at the forefront of quality of patient care, advocacy and innovation to advance the field of cardiovascular PET imaging. Forbes has published 2024 Forbes The Global 2000 ranking. Ping An Insurance (Group) Company of China , Ltd. (HKEX: 2318 / 82318; SSE: 601318) ranked 29th among global enterprises. It is number 2 among global insurance companies, number 6 among Chinese companies and number 1 among China's insurance companies. For more information, please visit StockDayMedia.com

Packet Pushers - Briefings In Brief
Tech Bytes: Journey to SSE with HPE Aruba Networking (Sponsored)

Packet Pushers - Briefings In Brief

Play Episode Listen Later Jun 17, 2024 19:35


When it comes to SSE, it's helpful to know the vendor's history and approach to understand if it's the best fit for your organization. HPE Aruba's SSE journey started when it acquired Axis Security, a company focused on solving the problem of third party access. Because of that focus, HPE Aruba says its SSE is... Read more »

La Encerrona
CENSURA EN MINEDU: Vetan libros por usar palabras prohibidas #LaEncerrona

La Encerrona

Play Episode Listen Later May 24, 2024 21:17


INCREÍBLE: Un reporte interno del Minedu recomienda censurar 22 libros por contener palabras como "dictadura", "conflicto social" o "educación sexual integral". MIENTRAS TANTO: ¡Se aburrió de Lima! Alcalde López Aliaga se lanza a la presidencia desde Iquitos y anuncia tren hasta el Amazonas (¿?). ADEMÁS: Se acabó la telenovela, María Caruajulca asumirá como nueva Procuradora. Y... Mañana es el festival por el mono choro de cola amarilla y tenemos un sorteo para ustedes. **** ¿Te gustó este episodio? ¿Buscas las fuentes de los datos mencionados hoy? SUSCRÍBETE en http://patreon.com/ocram para acceder a nuestros GRUPOS EXCLUSIVOS de Telegram y WhatsApp. También puedes hacerte MIEMBRO de nuestro canal de YouTube aquí https://www.youtube.com/channel/UCP0AJJeNkFBYzegTTVbKhPg/join **** Únete a nuestro CANAL de WhatsApp aquí https://whatsapp.com/channel/0029VaAgBeN6RGJLubpqyw29 **** Para más información legal: http://laencerrona.pe

Music Licensing Podcast
Steven Scharf: A Journey Through Music's Evolution in Sync

Music Licensing Podcast

Play Episode Listen Later May 14, 2024 60:40


In this episode, we welcome Steven Scharf, an industry icon with over 50 years of experience in record labels, publishing, and sync. Steven shares firsthand stories of working with artists like Tamiko Jones and James Taylor. He provides insights into his time at Muscle Shoals Studios, reminiscing about pivotal moments like encountering early recordings of The Rolling Stones and fostering emerging talent like Lynyrd Skynyrd. His anecdotes provide historical context and insight into the music industry's evolution, highlighting the importance of seizing opportunities and staying true to one's passion for music. Reflecting on Steven's journey, it's clear that his experiences navigating through the changing landscapes of music distribution and consumption offer valuable insights into the industry. His emphasis on building relationships and finding advocates for music underscores the importance of networking and persistence. Despite the challenges of today's saturated market, success can still be achieved with dedication and quality work. Guest Bio: Over his five-decades-long career in the music industry, Steven Scharf has worked in nearly every aspect of the business. In 1991, after nearly 20 years as an independent record producer and head of A&R at Private Stock Records, he launched his own management and consulting firm, Steven Scharf Entertainment (SSE), in a joint venture with legendary music publisher Freddy Bienstock and later, with Caroline Bienstock at Carlin America, ultimately rising to Sr. V.P. Creative.  In addition to signing songwriters, purchasing and working catalogs, and placing thousands of songs in film, tv, and commercials for Carlin, Steve has managed many highly successful record producers and film composers, as well as licensing indie music to all platforms. In 2019, Steve expanded his company, SSE, to include consulting to the publishing industry with Jamie Records of Philadelphia. Steve is also a founding member of the Music Managers Forum.  About the Hosts: We're Sonnet Simmons and John Clinebell, 2 indie artists who have found success and creative fulfillment through licensing our music for ads, TV shows and films.  We were once so disheartened and discouraged that our music wasn't being noticed or valued through traditional methods. So we both started on a journey to find another way. For us, that “third door” was sync! And what we discovered is a lot better than we could have ever even imagined…[Find out more here] Resources From This Episode: ⁠2Indie Website⁠⁠ - Visit our website for more resources and information on how to get YOUR music signed Music Licensing Basecamp⁠ - Want to join our exclusive online sync community, with weekly LIVE networking and coaching calls? ⁠@2indieofficial⁠ - Follow us on Instagram Sync It! Music Licensing Community⁠ - Follow us on Facebook ⁠⁠Steven's Website⁠⁠ - Learn more about our guest and their work

PC Perspective Podcast
Podcast #770 - Intel 13th and 14th Gen Core i9 Stability, RDNA4 GDDR6 Rumor, Windows 11 Adds Ads

PC Perspective Podcast

Play Episode Listen Later Apr 27, 2024 73:43


Podcast 770 is totally not a re-branded Podcast 680. It may have the same CUDA core count, but the memory is clocked slightly higher. Also, this one has a [REDACTED] that you won't want to miss!Includes Cisco Firewalls on Fire, and a really cracking story on cracking Bcrypt!  (plus use a longer password!)Timestamps:00:00 Intro03:12 Food with Josh05:21 A very long discussion about Intel 13th and 14th Gen Core i9 stability21:57 Rumor points to reuse of 18 Gbps GDDR6 for RDNA 4 GPUs25:48 Intel Arc beta driver boosts DX11 performance again29:24 Battlemage will supposedly offer uncompressed 8K 144 Hz30:28 Find out what October 2025 means for Microsoft product support33:53 Windows 11 Starts to add ads35:47 Latest builds of Windows 11 require SSE 4.239:58 (in)Security Corner50:43 Gaming Quick Hits55:34 Drop CSTM65 keyboard review1:02:04 Picks of the Week1:13:08 Another smooth outro ★ Support this podcast on Patreon ★

Bulletproof Screenplay® Podcast
BPS 364: Producing Terrance Malik & Build a Mammoth Empire with Tanner Beard

Bulletproof Screenplay® Podcast

Play Episode Listen Later Apr 25, 2024 64:53


Today on the show we have renaissance filmmaker Tanner Beard. I Had the pleasure of meeting him at the Mammoth Film Festival this year. His adventures in Hollywood are pretty amazing.Tanner Beard is a film and television actor, producer and director as well as CEO of Silver Sail Entertainment and Mammoth Film Festival. SSE was created during the industry strike of 2008 with a concentration on cultivating professional media content without sacrificing the integrity and artistic vision of the content creators themselves.Tanner has since produced various projects including a travel show, award-winning short films, award-winning documentaries, commercials, music videos and multiple seasons of a web-based television series.His feature film producer credits include critically acclaimed ‘Hellion” starring Aaron Paul and Juliette Lewis, and ‘Legend of Hell's Gate,' which he also wrote, directed and starred in alongside Eric Balfour, Henry Thomas, Jenna Dewan Tatum, Summer Glau, Kevin Alejandro, and Lou Taylor Pucci. Mammoth Film Festival was named by the press as “the biggest first-year film festival ever created” in 2018.In early 2015, Tanner Beard entered into a four-film partnership with iconic Oscar-Nominated Director Terrance Malick and producer Sarah Green. ‘Knight of Cups‘ stars Christian Bale, Ryan Gosling, Cate Blanchett, Michael Fassbender, and Natalie Portman. The only documentary of the partnership, ‘Voyage of Time,' was produced alongside Brad Pitt, who also narrates the film. It recently premiered at the Venice Film Festival and had its North American Premiere at the Toronto International Film Festival.Enjoy my conversation with Tanner Beard.Become a supporter of this podcast: https://www.spreaker.com/podcast/bulletproof-screenwriting-podcast--2881148/support.

Packet Pushers - Full Podcast Feed
Tech Bytes: Cisco ThousandEyes Deepens Visibility for Remote Workforce Management (Sponsored)

Packet Pushers - Full Podcast Feed

Play Episode Listen Later Mar 11, 2024 19:35


SecOps, NetOps, and help desks need integrated data, increased context, and the ability to quickly understand interdependencies in order to take on the complex tasks facing them. That's why ThousandEyes is now integrated with Cisco Secure Access, Cisco's SSE solution. Tune in to learn about ThousandEyes' deeper visibility, system process metrics, streamlined test setup, and... Read more »