#debugging — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #debugging, aggregated by home.social.
-
🔗 Why we removed AI solutions from Flare
https://flareapp.io/blog/why-we-removed-ai-solutions-from-flare
#debugging #flare #ai #agents #mcp -
🔗 Why we removed AI solutions from Flare
https://flareapp.io/blog/why-we-removed-ai-solutions-from-flare
#debugging #flare #ai #agents #mcp -
I deployed Ask My Archive publicly and learned how a working local app can fail in production when paths, backends, and prompt behavior differ. https://hackernoon.com/build-log-a-journey-into-deployment-debugging #debugging
-
I deployed Ask My Archive publicly and learned how a working local app can fail in production when paths, backends, and prompt behavior differ. https://hackernoon.com/build-log-a-journey-into-deployment-debugging #debugging
-
Cynthion, open-source USB test instrument https://lobste.rs/s/ankuvk #debugging #hardware #testing
https://greatscottgadgets.com/cynthion/ -
Cynthion, open-source USB test instrument https://lobste.rs/s/ankuvk #debugging #hardware #testing
https://greatscottgadgets.com/cynthion/ -
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
-
Lil' something for the night owls.
I put my alt text debugging bookmarklet into GitHub. Clicking it will add red/yellow/green (configurable) outlines to images based on their alt text status and make alt texts visible below images so you can quickly check that everything looks good.
-
Lil' something for the night owls.
I put my alt text debugging bookmarklet into GitHub. Clicking it will add red/yellow/green (configurable) outlines to images based on their alt text status and make alt texts visible below images so you can quickly check that everything looks good.
-
Tracking down a Zsh history data loss bug https://lobste.rs/s/x0jlp7 #debugging
https://michael.stapelberg.ch/posts/2026-08-09-zsh-history-truncation-bug/ -
Tracking down a Zsh history data loss bug https://lobste.rs/s/x0jlp7 #debugging
https://michael.stapelberg.ch/posts/2026-08-09-zsh-history-truncation-bug/ -
Tracking down a Zsh history data loss bug
https://fed.brid.gy/r/https://michael.stapelberg.ch/posts/2026-08-09-zsh-history-truncation-bug/
-
Debugging Stuck Node.js Processes, by (not on Mastodon or Bluesky):
https://engineering.myhoai.com/posts/debugging-stuck-node-js-processes/?ref=frontenddogma.com
-
Debugging Stuck Node.js Processes, by (not on Mastodon or Bluesky):
https://engineering.myhoai.com/posts/debugging-stuck-node-js-processes/?ref=frontenddogma.com
-
"Works on my machine" is a luxury you rarely have in #embedded development. To fix bugs effectively on your target hardware, you first need the right infrastructure. In this video, Christoph Sterz explains the essential setup required for professional-grade embedded #debugging.
Christoph starts by demystifying debug symbols: where they are hidden in your SDK, how to manage "split debug" files in #Yocto, and how to use elfutils to handle your binaries. Finally, he walks through the setup for remote debugging using gdbserver, allowing you to keep your heavy symbol files on your laptop while controlling the application running on your device.
In this video:
- Why debug symbols are non-negotiable and how to find them in your #SDK.
- Managing "stripped" vs. "unstripped" binaries using file, eu-strip, and eu-unstrip.
- Strategies for limited storage: Partial debugging vs. remote debugging.
- Configuring gdbserver and gdb for a seamless remote connection.Watch the video: https://www.youtube.com/watch?v=oMrX_fykhy8
#EmbeddedEngineering #SoftwareEngineering #DevTools #EmbeddedDebugging
-
"Works on my machine" is a luxury you rarely have in #embedded development. To fix bugs effectively on your target hardware, you first need the right infrastructure. In this video, Christoph Sterz explains the essential setup required for professional-grade embedded #debugging.
Christoph starts by demystifying debug symbols: where they are hidden in your SDK, how to manage "split debug" files in #Yocto, and how to use elfutils to handle your binaries. Finally, he walks through the setup for remote debugging using gdbserver, allowing you to keep your heavy symbol files on your laptop while controlling the application running on your device.
In this video:
- Why debug symbols are non-negotiable and how to find them in your #SDK.
- Managing "stripped" vs. "unstripped" binaries using file, eu-strip, and eu-unstrip.
- Strategies for limited storage: Partial debugging vs. remote debugging.
- Configuring gdbserver and gdb for a seamless remote connection.Watch the video: https://www.youtube.com/watch?v=oMrX_fykhy8
#EmbeddedEngineering #SoftwareEngineering #DevTools #EmbeddedDebugging
-
🚀 Ah, #DuckDB, the savior for those who mistakenly thought their laptops could handle 100GB of #CSV files without turning into smoldering piles of silicon. Now with the added complexity of #Clojure, because every data scientist dreams of #debugging Lisp syntax when they could have just bought a server. 🤦♂️
https://techascent.com/blog/just-ducking-around.html #DataScience #TechHumor #HackerNews #ngated -
🚀 Ah, #DuckDB, the savior for those who mistakenly thought their laptops could handle 100GB of #CSV files without turning into smoldering piles of silicon. Now with the added complexity of #Clojure, because every data scientist dreams of #debugging Lisp syntax when they could have just bought a server. 🤦♂️
https://techascent.com/blog/just-ducking-around.html #DataScience #TechHumor #HackerNews #ngated -
Memory-safe doesn't mean crash-proof. When the JVM crashes, Java abstractions disappear. Ravali Yatham & Gireesh Punathil show how to reverse-engineer native crashes and uncover the real root cause.
Read more: https://javapro.io/2026/08/04/reverse-engineering-java-backtracking-native-crashes/
-
Memory-safe doesn't mean crash-proof. When the JVM crashes, Java abstractions disappear. Ravali Yatham & Gireesh Punathil show how to reverse-engineer native crashes and uncover the real root cause.
Read more: https://javapro.io/2026/08/04/reverse-engineering-java-backtracking-native-crashes/
-
Debugging Ruby the hard way https://lobste.rs/s/ihy5rf #debugging #ruby
https://www.aha.io/engineering/articles/debugging-ruby-the-hard-way -
Debugging Ruby the hard way https://lobste.rs/s/ihy5rf #debugging #ruby
https://www.aha.io/engineering/articles/debugging-ruby-the-hard-way -
Postmortem for Kernel Soundness Bug #14576
https://leodemoura.github.io/blog/2026-8-1-postmortem-for-kernel-soundness-bug-14576/
Comments: https://news.ycombinator.com/item?id=49137060
#HackerNews #Postmortem #Kernel #Soundness #Bug #Technology #Security #Debugging
-
Postmortem for Kernel Soundness Bug #14576
https://leodemoura.github.io/blog/2026-8-1-postmortem-for-kernel-soundness-bug-14576/
Comments: https://news.ycombinator.com/item?id=49137060
#HackerNews #Postmortem #Kernel #Soundness #Bug #Technology #Security #Debugging
-
Before you retry
Before retrying an AI API request, save 5 fields: requested model, final source, failure class, usage + cost, and proof of one settlement. A 200 alone is not diagnosis or billing proof.
I work on TackleKey:
-
Before you retry
Before retrying an AI API request, save 5 fields: requested model, final source, failure class, usage + cost, and proof of one settlement. A 200 alone is not diagnosis or billing proof.
I work on TackleKey:
-
“Building a Free Internet of the Future”, monthly interviews with individuals and communities supported by #NGIZero (#NGI0) grants, as well as members and stakeholders of the NGI0 consortium. Funded by the European Commission, NGI0 supports projects related to #freesoftware, open data, #openhardware and #openstandards.
#DrFed is a web-based platform for developing and #debugging implementations of #ActivityPub– an open standard and protocol for decentralised networking.”
https://www.apc.org/en/news/drfed-reducing-complexity-and-enabling-more-people-shape-fediverse -
“Building a Free Internet of the Future”, monthly interviews with individuals and communities supported by #NGIZero (#NGI0) grants, as well as members and stakeholders of the NGI0 consortium. Funded by the European Commission, NGI0 supports projects related to #freesoftware, open data, #openhardware and #openstandards.
#DrFed is a web-based platform for developing and #debugging implementations of #ActivityPub– an open standard and protocol for decentralised networking.”
https://www.apc.org/en/news/drfed-reducing-complexity-and-enabling-more-people-shape-fediverse -
I just added a new person to our QA team for H3VR2. As soon as they get access to the build they *immediately* soft-lock it by somehow triggering a grenade in the intro sequence causing a death->respawn-> death loop.
We have definitely found the right person!
-
I just added a new person to our QA team for H3VR2. As soon as they get access to the build they *immediately* soft-lock it by somehow triggering a grenade in the intro sequence causing a death->respawn-> death loop.
We have definitely found the right person!
-
The Complete Package: Why Debugging Is Only Half the C# Productivity Story | by Isaac Levin
-
The Complete Package: Why Debugging Is Only Half the C# Productivity Story | by Isaac Levin
-
The mean means nothing: data visualization to debug a latency problem
https://fzakaria.com/2026/07/27/the-mean-means-nothing
Comments: https://news.ycombinator.com/item?id=49096170
#HackerNews #data #visualization #latency #debugging #statistics #performance #analysis
-
The mean means nothing: data visualization to debug a latency problem
https://fzakaria.com/2026/07/27/the-mean-means-nothing
Comments: https://news.ycombinator.com/item?id=49096170
#HackerNews #data #visualization #latency #debugging #statistics #performance #analysis
-
CodePen 2.0: Because who doesn't want to relive the thrill of 2013 with a fresh coat of paint? 🎉🚀 Turns out, #rebranding old wine in a new bottle is more work than inventing the bottle in the first place! 🍷👨💻 For those who care, there's a #podcast detailing the thrilling #tales of #debugging and existential crisis. 🎧🙄
https://chriscoyier.net/2026/07/30/codepen-2-0/ #CodePen2.0 #WebDevelopment #HackerNews #ngated -
CodePen 2.0: Because who doesn't want to relive the thrill of 2013 with a fresh coat of paint? 🎉🚀 Turns out, #rebranding old wine in a new bottle is more work than inventing the bottle in the first place! 🍷👨💻 For those who care, there's a #podcast detailing the thrilling #tales of #debugging and existential crisis. 🎧🙄
https://chriscoyier.net/2026/07/30/codepen-2-0/ #CodePen2.0 #WebDevelopment #HackerNews #ngated -
Saturation: How Your Software Will Fail at Scale https://lobste.rs/s/opbpro #video #debugging #historical
https://www.youtube.com/watch?v=PHYCRubnmSM -
Saturation: How Your Software Will Fail at Scale https://lobste.rs/s/opbpro #video #debugging #historical
https://www.youtube.com/watch?v=PHYCRubnmSM -
In one of my student jobs, my supervisor used to add
>>>to the beginning of debug messages. ~20 years later and I still do it: it helps to directly see what I'm looking for. -
Ah, the joys of software development: where your "Opus" crashes and burns, and you have to send out a status update in 14 different ways to let everyone know you're "investigating" the obvious. 🚀🔧 Who knew #debugging could be such an epic saga? Subscribe for more "thrilling" updates! 💻😂
https://status.claude.com/incidents/zftg3gqkmv18 #softwaredevelopment #statusupdates #techhumor #codinglife #HackerNews #ngated -
Ah, the joys of software development: where your "Opus" crashes and burns, and you have to send out a status update in 14 different ways to let everyone know you're "investigating" the obvious. 🚀🔧 Who knew #debugging could be such an epic saga? Subscribe for more "thrilling" updates! 💻😂
https://status.claude.com/incidents/zftg3gqkmv18 #softwaredevelopment #statusupdates #techhumor #codinglife #HackerNews #ngated -
Learn how to diagnose production-only bugs using logs, metrics, distributed tracing, and environment analysis — and why a PaaS makes debugging far easier. https://hackernoon.com/how-to-diagnose-production-bugs-when-you-cant-reproduce-them-locally #debugging
-
dcmake: a new CMake debugger UI https://lobste.rs/s/zy7kbn #c++ #debugging #release
https://nullprogram.com/blog/2026/04/07/ -
I will try Git bisect this week...
More details : https://git-scm.com/docs/git-bisect