Today assembling ARM Cortex debug to legacy 20pin JTAG adapters. Slowly getting on top of the production backlog. :) #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?
May have gone a bit over kill on the debug draw modes here...
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?
More debugging stories #bug #bugs #debug
Todays second weird bug required a bit more diving into the code.
Until I started seeing hash map dropping keys unexpectedly. (Dump the keys, see the size of the iterator is going down after some transformations that shouldn't have changed the size).
In the end, go down into the Hash and the Equals implementation.
Start using a debugger, things that should not compare equals compare equals.
In the end, the following line was wrong, (copy paste issue).
let other_location = self.get_location();
I should have written unit tests, that would have caught it.
USB-SERIAL-L is Open Source Hardware must have tool for debugging. It's world's most sophisticated USB to serial convertor with speed up to 3Mbps, full modem signals and adjustable voltage levels from 0.65V to 5.5V https://olimex.wordpress.com/2024/11/28/usb-serial-l-is-open-source-hardware-and-the-worlds-most-sophisticated-usb-to-serial-converter/ #usb #serial #debug #tool
What if the output of my #z80 assembler whilst assembling was... a symbol file?
Now the stdout of assembling a program produces the symbol file of that program, that you could include in another program, giving at least some semblance of linking.
I'm doing this to avoid command-line parameters. #v80 has two. The input file name, and optional output file name. That's all, and all there ever will be.
But what if you want to pre-define symbols from the command line when assembling?
You create a file with the symbols you want and include the main source file, e.g.
```
#debug 1 ; enable debugging
.i "source.v80"
```
Now you have a finite number of configurations, not an infinite possible number of command-lines parameters.
Durr. I wrongly thought that staff users had the same resource limits as build in #openbsd . quintin-- was right I just had to increase resource limits to build #veilid . (And comment out the error message using an out of scope macro in openbsd.rs). So now I am happily in the cli (actually a #tui) but invalid contact method for bootstrap ;_;
Anyway now that I've successfully built #debug what should I try next ? @LambdaCalculus @TheGibson Sharpsign tagging-too-important-people @Wrewdison
"I deleted keys generated by our TV for 5 straight minutes. 5 Minutes of like 200BPM clicking. I restarted. Everything worked again. I laughed so hard I cried. I felt like I'd solved a murder."
Tech people, THIS IS A GREAT FANTASIC READ!!!
The title is, "DO NOT BUY HISENSE TV'S"
https://cohost.org/ghoulnoise/post/5286766-do-not-buy-hisense-t
#Tech #Android #TV #Debug
Hacked Oscilloscope Plays Breakout, Hints at More - You know things are getting real when the Dremel is one of the first tools you tur... - https://hackaday.com/2024/04/18/hacked-oscilloscope-plays-breakout-hints-at-more/ #reverseengineering #toolhacks #teardown #breakout #ch32f103 #firmware #dso152 #fnirsi #st7789 #debug #risc
ESP-Prog-Adapter Makes Your ESP32 Tinkering Seamless - Did you ever struggle with an ESP32 board of yours, wishing you had exposed that U... - https://hackaday.com/2024/04/03/esp-prog-adapter-makes-your-esp32-tinkering-seamless/ #toolhacks #espressif #jtagtools #esp-prog #soicbite #debug #jtag
Ok. Fun #network #debug #challenge for you. (I worked out the solution, your challenge is to work out what the cause is).
Machine a is connected to machine b, via a direct ethernet cable. On machine a it's connected to eth5. On b its eth0. A is assigned 192.168.1.1, and b is assigned .2. There is no ping. Communication doesn't seem to work.
Running tcpdump on machine a causes ping to work. But only while tcpdump is running. Tcpdump on b makes no difference.
What's the cause of this ?
Yay, finally a more decent project structure for Three.JS projects
Also a debug panel will appear on each future project by simply adding "#debug" behind the URL so people can play around with the world and such
This Arduino Debugger Uses the CH552 - One of the things missing from the “classic” Arduino experience is debugging. That... - https://hackaday.com/2023/09/11/this-arduino-debugger-uses-the-ch552/ #microcontrollers #arduinohacks #debugging #arduino #debug
I've just released @Xdebug 3.3.0alpha2, with preliminary support for PHP 8.3.
https://xdebug.org/announcements/2023-09-06
It also adds some functionality to xdebug_get_function_stack(), more about that later!
Uploading it to PECL didn't work, as due to an upgrade, MySQL now (finally) rejects characters that the table charset wouldn't allow, instead of just corrupting it. That took two hours to debug and fix. PECL will warn now → https://github.com/php/web-pecl/commit/cf57e9370820fa7738c782a751b47de713e0c3be