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
There are many like it but this one is mine. Amazing quality and info! "Disarming Code" by Jonathan Levin
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.
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
Debugging Help Please!
I have 2 mastodon.social accounts. One is an informational feed and one is just for fun.
I can no longer see the posts from the informational feed account on my fun account.
I have many filters. I tried to see if the filters were a problem by setting them to "Hide With A Warning".
I still don't see the posts from my informational account.
Any tips on debugging this situation?
How to debug code effectively https://chat-to.dev/post?id=RFZTUjhPbHcvTWlHVjB1ejNacEJVdz09 #debug #code #programming #developers
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?
Learn how to work with #OneIdentity Active Roles #debug logs, that is reading them using #syslog_ng Agent for #Windows and forwarding them to a central syslog-ng server for long(er) term storage.
https://www.syslog-ng.com/community/b/blog/posts/working-with-active-roles-debug-logs-in-syslog-ng
laugh all you want but i did have to #debug a #binarysearch #algorithm writtin in #python tonight
also pruned a jacaranda tree
#sunday
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
Welcome to the debugging throne.
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 ;-).