#profiling — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #profiling, aggregated by home.social.
-
After your remote debugging connection is established, it’s time to solve real-world problems. In this second part, Christoph Sterz demonstrates how to use your remote debugging setup to act as if you were running the code directly on your desktop.
Christoph dives into a real-world scenario: a ship navigation app that crashes on the target device. You'll see how to catch a segmentation fault, interpret stack traces, and identify common pitfalls like lambda lifetime issues in Qt. He also wraps up with QML #profiling, showing you how to pinpoint performance bottlenecks and slow frames directly on the #hardware.
This video covers:
- Remote GDB Workflow: Using target extended-remote to catch crashes in real-time.
- #Debugging Case Study: Solving a classic lambda reference error that only crashes on hardware.
- QML #Performance: How to profile startup costs and runtime frame rates on the device.
- Safety Warning: Best practices for enabling #QML debugging in secure environments.Watch the video: https://www.youtube.com/watch?v=yAMWXeYKwa0
-
After your remote debugging connection is established, it’s time to solve real-world problems. In this second part, Christoph Sterz demonstrates how to use your remote debugging setup to act as if you were running the code directly on your desktop.
Christoph dives into a real-world scenario: a ship navigation app that crashes on the target device. You'll see how to catch a segmentation fault, interpret stack traces, and identify common pitfalls like lambda lifetime issues in Qt. He also wraps up with QML #profiling, showing you how to pinpoint performance bottlenecks and slow frames directly on the #hardware.
This video covers:
- Remote GDB Workflow: Using target extended-remote to catch crashes in real-time.
- #Debugging Case Study: Solving a classic lambda reference error that only crashes on hardware.
- QML #Performance: How to profile startup costs and runtime frame rates on the device.
- Safety Warning: Best practices for enabling #QML debugging in secure environments.Watch the video: https://www.youtube.com/watch?v=yAMWXeYKwa0
-
A woman was pulled over at gunpoint on a freeway.
Shocking no one, she’s also Black and Flock was involved.
They say now it was a data entry error. I highly doubt that was by a person.
https://www.fox6now.com/news/brookfield-police-stop-wrong-vehicle-flock.amp
-
A woman was pulled over at gunpoint on a freeway.
Shocking no one, she’s also Black and Flock was involved.
They say now it was a data entry error. I highly doubt that was by a person.
https://www.fox6now.com/news/brookfield-police-stop-wrong-vehicle-flock.amp
-
@eingemaischt
Bitte nenne uns eine Quelle, aus der hervorgeht, dass keine Daten abfließen.Es fließen Daten über die App und Laufzeitumgebung ab. Damit ist die Aussage hier, dass dabei "keine Daten der App fließen.", falsch!
Metadaten sind auch Daten. Es wird bekannt wann in welcher Umgebung eine App wie oft von genau einem Gerät genutzt wird. -
#CanadaBorderServicesAgency is now trending across Mastodon
#Profiling is now trending across Mastodon
#は行にかわいいねを付けるとチャラくなるらしい is now trending across Mastodon
#は行の変換は貴方が無人島に持っていけば良い物リスト is now trending across Mastodon
-
#CanadaBorderServicesAgency is now trending across Mastodon
#Profiling is now trending across Mastodon
#は行にかわいいねを付けるとチャラくなるらしい is now trending across Mastodon
#は行の変換は貴方が無人島に持っていけば良い物リスト is now trending across Mastodon
-
#DigitalServicesAct: #EU 🇪🇺 will offenbar #ChatGPT und #Roblox strenger kontrollieren | heise online https://www.heise.de/news/Digital-Services-Act-EU-will-offenbar-ChatGPT-und-Roblox-strenger-kontrollieren-11385010.html #Werbung #advertising #ArtificialIntelligence #AI #Datenschutz #privacy #Urheberrecht #copyright #DSA #Desinformation #Desinformationen #FakeNews #profiling
-
#DigitalServicesAct: #EU 🇪🇺 will offenbar #ChatGPT und #Roblox strenger kontrollieren | heise online https://www.heise.de/news/Digital-Services-Act-EU-will-offenbar-ChatGPT-und-Roblox-strenger-kontrollieren-11385010.html #Werbung #advertising #ArtificialIntelligence #AI #Datenschutz #privacy #Urheberrecht #copyright #DSA #Desinformation #Desinformationen #FakeNews #profiling
-
Encountered a #Poppler bug report with an attached sample PDF document that takes over 45 seconds to render its first page on my fastest computer, so I took the opportunity to profile it with #Sysprof : https://gitlab.freedesktop.org/poppler/poppler/-/work_items/1572#note_3592829
-
Encountered a #Poppler bug report with an attached sample PDF document that takes over 45 seconds to render its first page on my fastest computer, so I took the opportunity to profile it with #Sysprof : https://gitlab.freedesktop.org/poppler/poppler/-/work_items/1572#note_3592829
-
😴 Oh, the riveting world of #eBPF profiling! Apparently, the only way to measure #file open #performance is with a "simple" #C test harness—because why do anything the easy way when you can spend years in #dependency hell? 🛠️🔍
https://naveensrinivasan.com/posts/2026-07-22-how-do-i-profile-ebpf-code/ #profiling #programming #hell #developer #tools #HackerNews #ngated -
😴 Oh, the riveting world of #eBPF profiling! Apparently, the only way to measure #file open #performance is with a "simple" #C test harness—because why do anything the easy way when you can spend years in #dependency hell? 🛠️🔍
https://naveensrinivasan.com/posts/2026-07-22-how-do-i-profile-ebpf-code/ #profiling #programming #hell #developer #tools #HackerNews #ngated -
The innocent-looking query that slowed down our database
-
The innocent-looking query that slowed down our database
-
Логгер в топе VTune: как найти строки, создающие нагрузку
Профайлер показывает write() и worker файлового логгера среди верхних стеков. Однако системный профайлер не знает, какая из тысяч строк вывода в лог породила нагрузку. Отключать логирование совсем — ужасное решение. Как же связать файловый ввод-вывод с конкретными строками вывода в лог, каналами и backend?
https://habr.com/ru/articles/1063260/
#c++ #logging #intel_vtune #performance_optimization #profiling #логирование #observability #профилирование #профилирование_производительности
-
Update: I made a new, simpler performance profile recording of my "every 15 seconds or so, Firefox freezes up for roughly one second" bug report at https://bugzilla.mozilla.org/show_bug.cgi?id=2056048
It seems like it's caused by… an incremental CC and GC running?! :blobsweats:
I'm starting to really like Firefox's built-in profiler, that thing is black magic. How the heck does it get perfectly symbolicated profiles everytime without me needing to install gigabytes of debuginfo packages?
-
Update: I made a new, simpler performance profile recording of my "every 15 seconds or so, Firefox freezes up for roughly one second" bug report at https://bugzilla.mozilla.org/show_bug.cgi?id=2056048
It seems like it's caused by… an incremental CC and GC running?! :blobsweats:
I'm starting to really like Firefox's built-in profiler, that thing is black magic. How the heck does it get perfectly symbolicated profiles everytime without me needing to install gigabytes of debuginfo packages?
-
Unbiased Java CPU profiling with JFR in JDK 25
#java #jdk #jfr #jvm #performance #profiling
https://www.datadoghq.com/blog/engineering/jfr-cpu-time-profiling/
-
Unbiased Java CPU profiling with JFR in JDK 25
#java #jdk #jfr #jvm #performance #profiling
https://www.datadoghq.com/blog/engineering/jfr-cpu-time-profiling/
-
Python 3.15's Ultra-Low Overhead Interpreter Profiling Mode – Ken Jin's Blog
https://fidget-spinner.github.io/posts/ultra-fast-tracing.html
Comments: https://news.ycombinator.com/item?id=48918140
#HackerNews #Python315 #UltraLowOverhead #Interpreter #Profiling #KenJin #Blog
-
Python 3.15's Ultra-Low Overhead Interpreter Profiling Mode – Ken Jin's Blog
https://fidget-spinner.github.io/posts/ultra-fast-tracing.html
Comments: https://news.ycombinator.com/item?id=48918140
#HackerNews #Python315 #UltraLowOverhead #Interpreter #Profiling #KenJin #Blog
-
Since I use the "dnf debuginfo-install" command so often (instead of debuginfod) to cleanly install debug symbols for apps and libraries on #Fedora, which lets me get meaningful backtraces for crashes reporting or sysprof performance profiling, I figured I might as well request the ability to autocomplete filenames with Tab: https://github.com/rpm-software-management/dnf-plugins-core/issues/623
-
Since I use the "dnf debuginfo-install" command so often (instead of debuginfod) to cleanly install debug symbols for apps and libraries on #Fedora, which lets me get meaningful backtraces for crashes reporting or sysprof performance profiling, I figured I might as well request the ability to autocomplete filenames with Tab: https://github.com/rpm-software-management/dnf-plugins-core/issues/623
-
We Documented 1,200+ Actions by #ICE. Here's What We Found.
A new #ACLU report reveals the scale of #civilRights violations committed by ICE and the police forces it has deputized — from racial #profiling to school #lockdowns.
#rights #immigrationhttps://www.aclu.org/news/immigrants-rights/we-documented-1200-actions-by-ice-heres-what-we-found
-
We Documented 1,200+ Actions by #ICE. Here's What We Found.
A new #ACLU report reveals the scale of #civilRights violations committed by ICE and the police forces it has deputized — from racial #profiling to school #lockdowns.
#rights #immigrationhttps://www.aclu.org/news/immigrants-rights/we-documented-1200-actions-by-ice-heres-what-we-found
-
It seems I have found a sneaky memory leak that occurs when you reload webpages with @WebKitGTK: https://bugs.webkit.org/show_bug.cgi?id=319590
That might explain why I kept running out of RAM way too easily when using Epiphany with a dozen tabs or so.
I suspect fixing this should significantly improve Epiphany's survivability in the wild, as well as long-running GTK apps that embed a webview (like email clients) :blobcat:
#performance #profiling #Linux #GNOMEWeb #Epiphany #WebKitGTK #WebKit #GNOME #Skia #HarfBuzz
-
It seems I have found a sneaky memory leak that occurs when you reload webpages with @WebKitGTK: https://bugs.webkit.org/show_bug.cgi?id=319590
That might explain why I kept running out of RAM way too easily when using Epiphany with a dozen tabs or so.
I suspect fixing this should significantly improve Epiphany's survivability in the wild, as well as long-running GTK apps that embed a webview (like email clients) :blobcat:
#performance #profiling #Linux #GNOMEWeb #Epiphany #WebKitGTK #WebKit #GNOME #Skia #HarfBuzz
-
New in PHP 8.6: Faster array_map with first-class callables
-
New in PHP 8.6: Faster array_map with first-class callables
-
RE: https://kolektiva.social/@yoshiXYZ/116883778036818562
People of Germany, can you please yell at your national representatives on my behalf a little, too, while you're showing opposition to Chat Control?
-
RE: https://kolektiva.social/@yoshiXYZ/116883778036818562
People of Germany, can you please yell at your national representatives on my behalf a little, too, while you're showing opposition to Chat Control?
-
Pipeline release! nf-core/createtaxdb v3.1.0 - v3.1.0 - Seductive Siren - [2026-07-03]!
Parallelised and automated construction of metagenomic classifier databases of different tools
Please see the changelog: https://github.com/nf-core/createtaxdb/releases/tag/3.1.0#database #databasebuilder #metagenomicprofiling #metagenomics #profiling #taxonomicprofiling #nfcore #openscience #nextflow #bioinformatics
-
Pipeline release! nf-core/createtaxdb v3.1.0 - v3.1.0 - Seductive Siren - [2026-07-03]!
Parallelised and automated construction of metagenomic classifier databases of different tools
Please see the changelog: https://github.com/nf-core/createtaxdb/releases/tag/3.1.0#database #databasebuilder #metagenomicprofiling #metagenomics #profiling #taxonomicprofiling #nfcore #openscience #nextflow #bioinformatics
-
The thing about #profiling, #canvassing, #datatracking at large is that not only can #ad providers target and manipulate you individually - to the point where it feels almost eerie how they know everything you want and need, confirmation biases and all - but advertisers can pinpoint where to advertise illegal and illicit services without the general consumer being exposed to it.
India: #Instagram running ads promoting child #SexualAbuse material, BBC finds
https://www.bbc.com/news/articles/cvgm4e0316zo -
The thing about #profiling, #canvassing, #datatracking at large is that not only can #ad providers target and manipulate you individually - to the point where it feels almost eerie how they know everything you want and need, confirmation biases and all - but advertisers can pinpoint where to advertise illegal and illicit services without the general consumer being exposed to it.
India: #Instagram running ads promoting child #SexualAbuse material, BBC finds
https://www.bbc.com/news/articles/cvgm4e0316zo -
JetBrains IDE: будущее не за горами
Если вы хоть немного следите за AI coding, то наверняка слышали новую мантру: IDE больше никому не нужна. Все «вайбанутые» живут в терминале, запускают Claude Code, Codex или OpenCode и уверенно объясняют, что профессиональная среда разработки — это пережиток эпохи, когда код писали руками. Agent-у хватает самых простых инструментов: grep , bash , edit и пары хороших prompt-ов. Сложные интерфейсы, UI-инспекторы, рефакторинги, дебаггер — всё это выглядит как пережиток прошлого. Открыл терминал, написал задачу, получил diff. Кажется, человечеству IDE больше не нужна. Или всё-таки нужна? Тут как посмотреть. JetBrains в этой картине обычно достаётся роль динозавра. Компания много лет задавала планку того, как должен выглядеть профессиональный инструмент разработчика. Но когда индустрия сместила фокус с IDE на agent-ов, предложенные JetBrains AI Chat (ex. AI Assistant) и Junie выглядели не как новый тренд, а скорее как попытка заскочить в уходящий поезд. Но у тезиса «IDE больше не нужна» есть слабое место: он смотрит на IDE только глазами человека. А что, если следующими пользователями IDE будут не люди, а agent-ы? В компании JetBrains с закатом IDE, естественно, не согласны и предлагают своё видение: среда разработки как набор инструментов и знаний о проекте, доступных AI Agent-у. Команда
https://habr.com/ru/companies/haulmont/articles/1054434/
#AI_coding #AI_Agent #агентная_разработка #JetBrains_IDE #OpenIDE #MCP #IDEnative_tools #code_coverage #profiling #developer_tools
-
My LSM tree was slower than a B-tree. Then I profiled it
https://aasheesh.vercel.app/blog/lsm-tree
#HackerNews #LSMtree #Btree #profiling #performance #database
-
My LSM tree was slower than a B-tree. Then I profiled it
https://aasheesh.vercel.app/blog/lsm-tree
#HackerNews #LSMtree #Btree #profiling #performance #database
-
CBI is thrilled to host "The Problem with Personalization." A talk by UPenn Annenberg School of Comm. Prof. Joseph Turow. June 30th 1pm Central. Via Zoom. Register for this free event at the link.
#media #privacy #surveillance #surveillancecapitalism #profiling #tech #science #ai #artificialintelligence #socialmedia #history #sociology #anthropology #media studies
http://cse.umn.edu/cbi/events/problem-personalization-talk-joseph-turow
-
CBI is thrilled to host "The Problem with Personalization." A talk by UPenn Annenberg School of Comm. Prof. Joseph Turow. June 30th 1pm Central. Via Zoom. Register for this free event at the link.
#media #privacy #surveillance #surveillancecapitalism #profiling #tech #science #ai #artificialintelligence #socialmedia #history #sociology #anthropology #media studies
http://cse.umn.edu/cbi/events/problem-personalization-talk-joseph-turow
-
BREAKING: Trump's racist goons pulled the Uruguay World Cup team off their bus and deployed SNIFFER DOGS in a deeply racist show of #profiling!… -
Pipeline release! nf-core/taxprofiler v2.0.1 - v2.0.1 - Crazy Corgi Patch!
Highly parallelised multi-taxonomic profiling of shotgun short- and long-read metagenomic data
Please see the changelog: https://github.com/nf-core/taxprofiler/releases/tag/2.0.1#classification #illumina #longreads #metagenomics #microbiome #nanopore #pathogen #profiling #shotgun #taxonomicclassification #taxonomicprofiling #nfcore #openscience #nextflow #bioinformatics
-
Pipeline release! nf-core/taxprofiler v2.0.1 - v2.0.1 - Crazy Corgi Patch!
Highly parallelised multi-taxonomic profiling of shotgun short- and long-read metagenomic data
Please see the changelog: https://github.com/nf-core/taxprofiler/releases/tag/2.0.1#classification #illumina #longreads #metagenomics #microbiome #nanopore #pathogen #profiling #shotgun #taxonomicclassification #taxonomicprofiling #nfcore #openscience #nextflow #bioinformatics
-
I'm considering posting regularly my "GDPR diary", i.e. an account of all the companies and data brokers I send cease-and-desist communications to, related to unwanted marketing, spam, promotions, etc. It's a whack-a-mole of course, but it has become my guilty hobby (and much easier now with AI tooling). TBH I also consider this a form of civil duty: if everyone does the same, very soon predatory marketing would become too risky to be profitable.
I send usually 1-2 of these emails (or letters) per week. And so far it's kind of working, i.e. when I home in on a target, usually the annoyances stop.
Dont feel bad using a firm language and threatening legal action, it's your rights, it's your self-defense against this Satanic practice, and I'd argue its' your duty too!
#privacy #spam #gdpr #marketing #ad #advertising #profiling #law #society
-
I'm considering posting regularly my "GDPR diary", i.e. an account of all the companies and data brokers I send cease-and-desist communications to, related to unwanted marketing, spam, promotions, etc. It's a whack-a-mole of course, but it has become my guilty hobby (and much easier now with AI tooling). TBH I also consider this a form of civil duty: if everyone does the same, very soon predatory marketing would become too risky to be profitable.
I send usually 1-2 of these emails (or letters) per week. And so far it's kind of working, i.e. when I home in on a target, usually the annoyances stop.
Dont feel bad using a firm language and threatening legal action, it's your rights, it's your self-defense against this Satanic practice, and I'd argue its' your duty too!
#privacy #spam #gdpr #marketing #ad #advertising #profiling #law #society
-
CW: Onlineshopping
@june Sobald bei einer Website cloudflare einmal "die Sicherheit der Verbindung" überprüft, oder "ob ich ein Mensch bin" kommt sie auf meine Sperrliste 🤷♂️ für immer 🥸 ich brauche das Internet und solche Lösungen nicht so dringend, als daß ich diesen Nerv dauernd mitmachen müsste.
#unfucktheinternet #freiesinternet #cloudflare #bot #AnnoyingTechnology #tracking #profiling #offline #digitaldetox
-
CW: Onlineshopping
@june Sobald bei einer Website cloudflare einmal "die Sicherheit der Verbindung" überprüft, oder "ob ich ein Mensch bin" kommt sie auf meine Sperrliste 🤷♂️ für immer 🥸 ich brauche das Internet und solche Lösungen nicht so dringend, als daß ich diesen Nerv dauernd mitmachen müsste.
#unfucktheinternet #freiesinternet #cloudflare #bot #AnnoyingTechnology #tracking #profiling #offline #digitaldetox
-
Irgendwie dachte ich, der dreistellige Bereich sei eine natürliche Grenze 😅 🙈