RR is a very useful tool for debugging. It| /dev/posts/
Bisection Root Cause Analysis Using Git Stash| Lei Mao's Log Book
A new technical paper titled “2025 Most Important Hardware Weaknesses” was published by researchers at Hardware CWE Special Interest Group. Excerpt “The Most Important Hardware Weaknesses (MIHW) empowers organizations with the knowledge to proactively strengthen hardware security and reduce risks at the source. The 2025 CWE MIHW represents a refreshed and enhanced effort to identify... » read more The post 2025 Critical Hardware Weaknesses (Hardware CWE Special Interest Group) appeared...| Semiconductor Engineering
MIKROE, the embedded solutions company that dramatically cuts development time by providing innovative hardware and software products based on proven standards, has announced that version 7.3.0 of its NECTO Studio IDE (Integrated Development Environment) now supports dual-core MCUs, allowing designers to program and debug each core independently while flashing merged firmware in the background. This enables tasks to […] The post Dual-Core MCU Support Added in Latest NECTO Studio IDE from...| Circuit Cellar
My emulator has a bug. | Adventures in PC Emulation
This is a quick & unpolished collection of my Ruby debugging tips and recommendations. You can use the Ruby LSP extension to connect to debug.gem too. It requires a slightly different launch.json configuration (example) and provides better error han...| Mostly Ruby DX
This cheatsheet can help you get started with ruby/debug as well as use it in your daily development. It's not an exhausting list of its features or commands, so please go through its document as well. If you're migrating from byebug, I also recommen...| Mostly Ruby DX
Link to Japanese version: https://techracho.bpsinc.jp/hachi8833/2022_09_01 (Hashnode has issues generating the right link for this url) Link to my talk: ruby/debug - The best investment for your productivity Switching to a new debugger and potentiall...| Mostly Ruby DX
Do you know Ruby's official debugger ruby/debug provides out-of-box integration with VSCode? If you haven't tried it yet or having difficulty making it work, I hope this short post will help you set it up. Basic Setup Install the VSCode rdbg extensi...| Mostly Ruby DX
A very dirty trick to inspect interactive stuff in the browser (works in Chrome and Firefox) by leveraging the debugger.| On Coding
A detective story of 18k outbound requests per minute from a WordPress site to Spotify - tracing back to uncached oEmbed fields and bot traffic| Lucas Sifoni
This Article describes you how you can export the configuration of your program and create a debug file. These are needed for troubleshooting. The Article is applicable to Rsyslog Windows Agent, EventReporter, MonitorWare Agent and WinSyslog. How to Export the Configuration Open the Configuration Client you want to export the configuration from. Click on “File” […] The post How To Export the Configuration and Create a Debug Log File appeared first on rsyslog.| rsyslog
Ever wondered how to inject code into a process on Linux?| GreyNoise Labs
A new survey of 550 enterprise developers shows there’s a wide variation in the extent to which development […]| DEVCLASS
Learn how to capture and replay video streams for effective debugging in this step-by-step guide on WebRTC's video_replay tool.| webrtcHacks
In C++, Argument-Dependent Lookup (ADL) can be a tempting feature to use for cleaner code, but its reliance on context-specific resolution often leads to unexpected behavior. While ADL may seem lik…| C++ Senioreas
之前的博客中,四层负载均衡漫谈 介绍和总结了四层负载均衡的相关技术。接下来的博客,会分析一些不同公司的四层负载均衡架构的设计。| www.kawabangga.com
Early in development I was looking for a utility to test my crude PC speaker emulation. I found a simple keyboard-piano program called PIAN...| martypc.blogspot.com
In the emulation world, there are a few different ways to determine if your emulator is accurate. The traditional way has been through the ...| martypc.blogspot.com
One day, on a Ubuntu 22.04 machine, I had to debug my application which segfaults with messages like: corrupted double-linked list or free(): corrupted unsorted chunks.| It’s me inside me.
Debug.log 很方便,但容易噴爆 身為 WP 開發者,定義在 wp-config.php 裡的除錯參數三 ... 閱讀更多 Source| Audi Lu
As part of actuated, we needed to debug and explore VM images for GitHub Actions via SSH. I'm now making that available to my GitHub Sponsors for free.| Alex Ellis' Blog
JacksonDunstan.com covers game programming| www.jacksondunstan.com
You can cut-and-paste the following commands to quickly get a new & clean dev environment for working with PostgreSQL source code. This includes Michael Paquier’s powerful script kit for …| Ardent Performance Computing
在上个月,由于客户反馈客户端卡死现象但我们远程却难以复现此现象,于是我们组织了一次现场上门故障排查,并希望基于此次观察与优化,为客户端开发提供一些整体的优化升级。当然,在尝试过程中,也发现了不少适用于通用前端项目开发的一些故障排查与性能评估的手段,于是总结此文,希望可以对读者有所帮助。| Joe's Blog
很早前就想写一篇关于eBPF的文章,但是迟迟没有动手,这两天有点时间,所以就来写一篇,这文章主要还是简单的介绍eBPF 是用来干什么的,并通过几个示例来介绍是怎么玩的,这个技术非常非常之强,Linux 操作系统的观测性实在是太强大了,并在 BCC 加持下变得一览无余。这个技术不是一般的运维人员或是系统管理员可以驾驭的,这个还是要有底层系统知识并有一定开发能...| 酷 壳 - CoolShell
Kernel Debugging Instruction| Blog
Solution 1 - Regenerate the key 1. Generate your key. 2. Configure ssh to use the key.Your config file should have something similar to the following:You can add IdentitiesOnly yes to ensure ssh uses the specified IdentityFile and no other keyfiles during authentication. Setting IdentitiesOnly prevents failed authentications| Skerritt.blog
Be me, you're a kernel hacker, you make some changes to your kernel, you boot| sthbrx.github.io
Since at least v1.0.0 Petitboot has used device-mapper snapshots to avoid| sthbrx.github.io
Updated in 2024-08. Note: The article will likely get frequent updates in the next few days. This article describes some approaches to distribute debug information. Commands below will use two simple| MaskRay