paint() your data when you print them to make them easier to grasp: https://github.com/MilesMcBain/paint #rstats #console #debug #print
paint() your data when you print them to make them easier to grasp: https://github.com/MilesMcBain/paint #rstats #console #debug #print
Title: Tracy Profiler
️ What's: A libre real-time profiler for game development
️ -
️ https://github.com/wolfpld/tracy
#LinuxGameDev #Programming #Debug #PerformanceAnalysis
️ #Libre #Arch #RPM
️ https://lebottinlinux.vps.a-lec.org/LO.html
️ Update: 0.12.2
Minor vers.
️
️
️
️
️ Changes: https://github.com/wolfpld/tracy/releases
️ From:
️ https://github.com/wolfpld/tracy/releases.atom
️ https://www.youtube.com/embed/fB5B46lbapc
️ https://www.youtube.com/embed/W9U5y5jjQDM
https://www.youtube.com/embed/JF5F6iqrQdQ
https://www.youtube.com/embed/K33CPCQcF14
Wrote a blog post on how to use strace to better debug programs:
https://rrampage.github.io/2025/06/13/strace-tips-for-better-debugging/
If you want to connect Claude Code to Sentry, the command you are looking for is:
claude mcp add-json Sentry '{"command":"npx","args": ["mcp-remote@latest","https://mcp.sentry.dev/sse"], "env": {"SENTRY_AUTH": "*********"}}'
Where SENTRY_AUTH is a personal token (read permission is fine to investigate issues)
Une alternative à Sentry pour aggreger les erreurs qui se produisent dans le navigateur des utilisateurs de votre site ou votre application web.
If moving platform doesn't have target location set it displays big X above itself. I think it's good idea to add those small markers to remind your designer or your future self when something needs further setup in your levels.
Title: Tracy Profiler
️ What's: A libre real-time profiler for game development
️ -
️ https://github.com/wolfpld/tracy
#LinuxGameDev #Programming #Debug #PerformanceAnalysis
️ #Libre #Arch #RPM
️ https://lebottinlinux.vps.a-lec.org/LO.html
️ Update: 0.12.0
Major release(Stable)
️
️ Changes: https://github.com/wolfpld/tracy/releases
️ From:
️ https://github.com/wolfpld/tracy/releases.atom
️ https://www.youtube.com/embed/fB5B46lbapc
️ https://www.youtube.com/embed/W9U5y5jjQDM
https://www.youtube.com/embed/JF5F6iqrQdQ
https://www.youtube.com/embed/K33CPCQcF14
Continuing the assembly marathon. Today assembling Black Magic Probe V2.3 JTAG/SWD debugger and programmer. #manufacturing #electronics #jtag #debug #embedded
Today assembling ARM Cortex debug to legacy 20pin JTAG adapters. Slowly getting on top of the production backlog. :) #manufacturing #electronics #jtag #debug #embedded
Any high-follower (10-20k+) techy person interested in helping me debug a tool I made for viewing the distribution of your followers/accounts you follow?
laugh all you want but i did have to #debug a #binarysearch #algorithm writtin in #python tonight
also pruned a jacaranda tree
#sunday
May have gone a bit over kill on the debug draw modes here...
Do you (sometimes) use print() or message() for debugging your code? Next time you can use {icecream} instead: https://turtletopia.github.io/2022/07/28/ice-cream-for-r-programmers/ #rstats #icecream #debug
Les règles de débogage à appliquer dans l'ordre en embarqué :
1. Le montage est il sous tension et sorti du reset ?
2. Le port uart est il : branché, dans le bon sens et à la bonne vitesse ?
3. Ai-je chargé le bon firmware ! ?
Allez disons que 90% des problèmes viennent de là.
Wow.. So I was trying to #optimize some Rust code that would take six hours to run.
My goal was to get that down to 3.5 hours (something I'd achieved previously with lost code). Some tweaking got it down to 5 hours estimated runtime.
Then I thought to do:
"cargo build --release" instead of just "cargo build" for the first time.
And we're down to 3 minutes.... not 3.5 hours... 3 minutes.
Ok.. Good to know. Debug adds just a tiny bit of overhead on some code ;-).
paint() your data when you print them to make them easier to grasp: https://github.com/MilesMcBain/paint #rstats #console #debug #print
Trying to #debug a playback issue on my #Roku and it is annoying the hell out of me. I have a #tvheadend #server (CPU only) feeding a live #MPEG2 video #stream to a #Jellyfin server with a #Nvidia #Quadro #K2200 for #hardware acceleration. When hardware #encoding is turned on, the Roku can play transcoded rendered movie files but not the live stream. When hardware encoding is turned off (decoding still on), the Roku can play transcoded movie files and the stream. #WTF why one and not the other?