I am attending the Compliance Network meeting by Simonsen Vogt Wiig in Trondheim. The topic for this session is GDPR and Profiling, an important area in today’s data-driven world. It is insightful to hear directly from experts and gain a deeper understanding of the legal and practical aspects.

#Compliance #GDPR #DataProtection #Profiling #Trondheim #Norway

#KRITIS Sektor #Banken und #Versicherungen

Wieder ein Skandal - #Paypal: Deutsche Banken blockieren Zahlungen in Milliardenhöhe

"Der Cybersicherheitsexperte Manuel Atug erklärt den Vorfall bei dem #Zahlungsdienstleister so: „Paypal hat eine sogenannte Fraud-Erkennung. Das bedeutet: In einem #Datawarehouse speichert Paypal viele Millionen #Datensätze über die Nutzerinnen und deren übliches #Zahlungsverhalten mittels sogenanntem #Profiling.“..."
https://www.rnd.de/wirtschaft/paypal-probleme-deutsche-banken-blockieren-lastschrifen-in-milliardenhoehe-CPLCCD735NAG7BAIIF5LQOBP5Q.html

Paypal: Deutsche Banken blockieren Zahlungen in Milliardenhöhe

Der Zahlungsdienstleister Paypal nennt es eine „Serviceunterbrechung“. Doch was harmlos klingt, hat massive Folgen. Offenbar haben verschiedene deutsche Banken sämtliche Paypal-Transaktionen zeitweise eingestellt. Es soll sich um Zahlungen in Milliardenhöhe handeln.

RedaktionsNetzwerk Deutschland
OOMProf - Profiling on the Brink

Using eBPF to record your programs dying breathes

Discover the Performance Engineer in you. | Polar Signals

The Steering Council has accepted Pablo's PEP 799!

Python 3.15 will get a new `profiling` module containing:

* `profiling.tracing`: deterministic function-call tracing (moved from `cProfile`, and `cProfile` kept as alias)

* `profiling.sampling`: new statistical sampling profiler

The old `profile` module will be deprecated in stages over 3.15-3.17.

https://discuss.python.org/t/pep-799-a-dedicated-profilers-package-for-organizing-python-profiling-tool/100898

#Python #profiling #PEP799 #Python315 #tachyon

PEP 799 – A dedicated profilers package for organizing Python profiling tool

Sampling profilers like this require a extremelly tight coupling with CPython internals. They depend on accessing low-level execution state with minimal overhead, supporting multi-threaded programs, free-threading, async code, and even remote attachment. All of this requires syncing the profilers AND the features, even between patch versions. Because of this deep integration, changes in CPython internals can easily break or degrade sampling profilers (this happens constantly and is very painf...

Discussions on Python.org
"Profiling Your Life" by Dale Yeager is a self-help book that principles of profiling. Whether you're a concerned parent, a young adult navigating the challenges of independence, or anyone looking to bolster their personal safety, Profiling Your Life offers invaluable insights and practical advice https://buff.ly/dWdXsdK #profilingyourlife #personalsafety #selfdefense #forensicpsychology #daleyeager #protectyourfamily #criminalprofiling #mindofacriminal #selfhelp #profiling

At Hypernode Dev Meet-Up, Benjamin & Rik (Sparkable) share what profiling Magento & PHP backends taught them: Native Lazy Objects in PHP 8.4, autoloading, composer-patches, benchmarks & more.

Sign up here: https://share-eu1.hsforms.com/2aY4jA5trQP2luwwyXc_fPg5mpvh

📅 [12.09.2025, 15:00 to 19:00] | 📍 [Hypernode Office, Ertskade 109, Amsterdam]

#Magento #PHP #Performance #DevMeetup #LazyLoading #Profiling

Copilot Diagnostics toolset for .NET In Visual Studio - .NET Blog

Debugging doesn’t have to be a grind. With Copilot woven into Visual Studio, you get AI-powered breakpoints, insights, exception fixes, and performance summaries all right where you work.

.NET Blog
Copilot Diagnostics toolset for .NET In Visual Studio - .NET Blog

Debugging doesn’t have to be a grind. With Copilot woven into Visual Studio, you get AI-powered breakpoints, insights, exception fixes, and performance summaries all right where you work.

.NET Blog

If someone is interested I have 3 open issues on #stackwatich which needs help https://github.com/bakame-php/stackwatch/milestone/1 to tag the first stable version.

Of course feel free to add more issues if you test the package #php #profiling

bakame-php/stackwatch

A minimalist multi-metric PHP Profiler. Contribute to bakame-php/stackwatch development by creating an account on GitHub.

GitHub
Making Sense of the Performance Extensibility API – CSS Wizardry

Making sense—and use!—of the new Performance Extensibility API in Chrome DevTools.