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 ;-).
Why people design a new #ProgrammingLanguage?
There are tons of good reasons of course. Some does that for fun or for curiosity, some for political or educational reasons, some to address shortcomings faced with existing one, either in specific use case or in general.I grew up in Asia, so I smile and nod quietly, whenever I'm contented and happy , or disconcerted and alarmed
, or anything in between
.
One of the few situations in which I frown and shake my head vigorously is when I have to #debug a pernicious, little C pointer error that threatens to derail the entire project, at the 11th hour.
Such is the spice of #programming #thuglife....
paint() your data when you print them to make them easier to grasp: https://github.com/MilesMcBain/paint #rstats #console #debug #print
More colour debugging tricks! This time using the input[type=color]
https://soledadpenades.com/posts/2025/debugging-colours-with-input-type-color/
JS mini trick: debugging colours in the devtools console
https://soledadpenades.com/posts/2025/debugging-colours-with-the-devtools-console/
Say I am debugging an #ethernet project on the #ice40 #fpga of pico-ice board. I want to know the contents of some registers down in my design (which destination MAC address my #hardware tried to transmit). I don't want to use manufacturer specific ILAs and don't want to hand route a bunch of debug signals to my top level for external #debug equipment I don't have.
In PipelineC just assign to a globally visible #UART debug probe wire:
https://github.com/JulianKemmerer/PipelineC/wiki/Example:-Debug-Probes
Je suis en train de m'intéresser fortement à Camel en ce moment, et ce panorama des outils d'analyse et de visualisation est très intéressant. https://labs.consol.de/integration/development/2022/02/24/camel-route-visualisation.html #camel #java #programming #visualisation #debug
Addendum: Funzt wieder. Danke an @Natanox !
Weiß irgendwer warum der #Jabber / #XMPP-#Server vom #CCC / @CCC nicht unter dessen .onion
- Domain via @torproject / #Tor erreichbar ist?
https://infosec.space/@kkarhan/113974956128605484
Ist das nen #Bug von @monocles / #monoclesChat, @guardianproject #Orbot oder warum 404'd das?
Haben wir hier gerade das #Debug Menü der ARD #Mediathek #App gefunden?
Wusste gar nicht, dass es das gibt.
I am starting a server using `sockerserver.ThreadingMixIn` and `WSGIServer` only on Fedora in a specific situation I am getting server error, but no debug HTML on the view (debug=True). Any tips on how to to debug and see the actual errors? https://github.com/kushaldas/redigera/blob/main/src/redigera/app.py#L25 https://github.com/kushaldas/redigera/issues/1 #django #python #debug #fedora
Attached to NT kernel ;-)
Preparatory steps:
winget install microsoft.windbg
bcdedit -debug on
TIL debug profiles and container filesystems. If you've ever wished you could exec into a distroless image you've probably come across the kubectl debug command. The profile switch, allows you to modify your security context whilst debugging a container. The "sysadmin" profile lets you examine the filesystem of the container being debugged. Recall that PID 1 is the entrypoint binary of the running container. If you don't have the sysadmin profile enabled, you won't be able to inspect /proc/1/root.
A relire : Utilisez http://console.group pour débugger facilement votre JavaScript
https://blog.shevarezo.fr/post/2015/09/16/consolegroup-debug-javascript
A relire : 5 outils pour tester vos expressions régulières (regex)
https://blog.shevarezo.fr/post/2015/12/01/outils-tester-regex-expressions-regulieres
While sipping my hot lemon tea and looking into it ....again....