/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.dbrgn.ch
| | irq5.io
7.7 parsecs away

Travel
| | The advantage of Zigbee devices is that they are very low power, and they communicate in a wireless mesh network. The sensors are small and can work off a CR2032 coin cell for at least 2 years, maybe more. Depending on the type of sensor, they cost around US$10 and are readily available from various...
| | blog.kiranshila.com
2.5 parsecs away

Travel
| | [AI summary] The author develops a new Rust driver crate for a power monitoring chip to support a global radio telescope project, highlighting improvements in embedded development tooling while discussing common pain points with I2C bus sharing and firmware flashing.
| | www.codeandunicorns.com
6.8 parsecs away

Travel
| | Explanation on setup I finally got the LCD LED controller. I spent some time to understand a bit better how it works. So basically from the LCD controller there is a connector with red/yellow/black lines going to driver board, which is needed for this old types of LCD monitors.
| | xcellerator.github.io
45.2 parsecs away

Travel
| Learning about Linux rootkits is a great way to learn more about how the kernel works. What's great about it is that, unless you really understand what the kernel is doing, your rootkit is unlikely to work, so it serves as a fantasic verifier. In the FreeBSD world, you can find Joseph Kong's amazing book Designing BSD Rootkits. It was written in 2009, so is actually pretty outdated - which means that you have to do quite a bit of research to get the sample progras to work on modern FreeBSD.