🚫 Why Fighter Jets Ban 90% of C++ Features // LaurieWired
🚫 Why Fighter Jets Ban 90% of C++ Features // LaurieWired
This is gold if you're using async Rust 💯
🌀 **channels-console** — A TUI dashboard for inspecting std/tokio/futures/crossbeam channels.
📊 Watch messages, queue depth, throughput & memory usage live.
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/pawurb/channels-console
#rustlang #ratatui #tui #async #concurrency #tokio #debugging
Little JavaScript tip:
You know you can comment out code to quickly disable it:
```js
/*
console.log(‘I won’t run’)
*/
```
But did you know you can also use a labelled block with a break statement to do the same thing in a more flexible manner?
```js
disable: {
break disable
console.log(‘I wont’t run’)
}
```
Then, you can quickly the move the `break disable` to different lines to execute different bits of code within the block.
(Of course, ideally, you should use your JavaScript debugger and break points but, hey…)
Enjoy! 💕
A Kernel Bug Froze My Machine: Debugging an Async-Profiler Deadlock
https://questdb.com/blog/async-profiler-kernel-bug/
#HackerNews #KernelBug #AsyncProfiler #Deadlock #Debugging #TechBlog #QuestDB
We have a tankless water heater, have had for about 10 years. A great device. Last night my wife went to take a shower, water wasn't heating. Error code 110e on the heater. Looked it up, not very helpful. Called for service. The chap came this morning, said it could be a couple of things, and started by cleaning the condensate filter. He called me down, and showed me the filter. There was a dead bee in the filter. He cleaned the filter, and the heater works perfectly. He debugged the water heater. Grace Hopper would be proud 🐝 #debugging #hardware #TanklessWaterHeater
We have a tankless water heater, have had for about 10 years. A great device. Last night my wife went to take a shower, water wasn't heating. Error code 110e on the heater. Looked it up, not very helpful. Called for service. The chap came this morning, said it could be a couple of things, and started by cleaning the condensate filter. He called me down, and showed me the filter. There was a dead bee in the filter. He cleaned the filter, and the heater works perfectly. He debugged the water heater. Grace Hopper would be proud 🐝 #debugging #hardware #TanklessWaterHeater
Qt, Linux and everything: Debugging Qt WebAssembly
http://qtandeverything.blogspot.com/2025/12/debugging-qt-webassembly-dwarf.html
Durin is a library for reading and writing the Dwarf debugging format
https://github.com/tmcgilchrist/durin
#HackerNews #Durin #Dwarf #Debugging #Library #Programming #OpenSource #GitHub
This is gold if you're using async Rust 💯
🌀 **channels-console** — A TUI dashboard for inspecting std/tokio/futures/crossbeam channels.
📊 Watch messages, queue depth, throughput & memory usage live.
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/pawurb/channels-console
#rustlang #ratatui #tui #async #concurrency #tokio #debugging
When Your Hash Becomes a String: Hunting Ruby's Million-to-One Memory Bug
https://mensfeld.pl/2025/11/ruby-ffi-gc-bug-hash-becomes-string/
#HackerNews #Ruby #Memory #Bug #Hashing #FFI #Programming #Debugging
Debugging BeagleBoard USB boot with a sniffer: fixing omap_loader on modern PCs
#HackerNews #Debugging #BeagleBoard #USB #omap_loader #sniffer #modernPCs
From 400 Mbps to 1.7 Gbps: A WiFi 7 Debugging Journey
https://blog.tymscar.com/posts/wifi7speedhunt/
#HackerNews #WiFi7 #Debugging #Journey #SpeedTest #Technology #Networking
Claude Code Can Debug Low-Level Cryptography
https://words.filippo.io/claude-debugging/
#HackerNews #ClaudeCode #Debugging #Cryptography #LowLevel #TechNews
Pre-LLM assisted debugging tools.