Continuing the assembly marathon. Today assembling Black Magic Probe V2.3 JTAG/SWD debugger and programmer. #manufacturing #electronics #jtag #debug #embedded
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
Cloudflare worker and Readablestreams. What a shit show. Finally got that working instead of generating "uncaught exceptions" with no information. #Cloudflare #Worker #Debug #Readablestream #Tech #IT
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?
1. Arduino loop() function randomly crashes.
2. Add debug output to find where it crashes.
3. loop() function runs for hours without an issue.
Incomplete JSON Pretty Printer
"Format truncated or incomplete JSON into a readable structure."
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
Improving breakpoint management in openMSX. #openmsx #debug #msx #gamedev #emulation
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...
Basic session management is almost ready. https://github.com/openMSX/openMSX/pull/1887
Commands: save_breakpoints, save_watchpoints, save_conditions, load_breakpoints, load_watchpoints and load_conditions all available on openMSX console. #openmsx #z80 #debug #msx #gamedev #programming #debugging
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à.
Detailed Explanation of Digital Currency Pair Trading Strategy
Pair trading strategies rely on the historical correlation between the prices of two digital currencies. When the prices of two currencies show a strong correlation, their price trends are generally in sync.
#trading #crypto #strategy #data #backtest #analysis #risks #market #trend #debug
https://www.fmz.com/bbs-topic/10459
at Microsoft today...
Replacing the Blue Screen of Death with a new Black Screen of Death, which now no longer contains *any* information about the problem that caused the system to crash and need to restart.
For the average user, it's now impossible to have even a hint as to what the problem is. Great job, everybody!
For power users, geez, I hope something made it into the event logs and onto disk before the system died. No? Oh well, you didn't really need to know, just reset and wonder how long you've got until it happens again.
EDIT / UPDATE: I've now seen a second article about this change. The first didn't include an image, and described the removal of all information related to the specific error. This second one shows a copy, and it still appears to include the filename containing the code that crashed the kernel and whatever Windows calls an errno value. It appears the first article is mistaken, and they've just removed the QR code that has been present for a few years?
Распутываем легаси-код на Android проекте
Попадая на новый проект с долгой историей вас неизбежно ждёт легаси код. Возможно, что сменилось несколько команд, пока он попал в ваши руки. Может быть на проекте уже и контекст-овнера нет, а на любой ваш вопрос тимлид отвечает - так исторически сложилось. Приложение может тормозить, состояние определяться десятками мутабельных переменных. Фризы, утечки памяти, файлы на сотни, тысячи строк кода. Год обжекты. Знакомо? Я хочу дать несколько советов, которые помогут сориентироваться и понять что происходит, а также помогут распутать спагетти код. 1. Поставьте логгер на изменение базы данных. Все ORM поддерживают подобный функционал. На Room можно это сделать так