ylliX - Online Advertising Network

Welcome, Prashanth!

Last March, I shared that we were starting to look for a new CEO for Stack Overflow. We were looking for that rare combination of someone who could foster the community while accelerating the growth of our businesses, especially Teams, where we are starting to close many huge deals and becoming a hyper-growth enterprise software […]

The Rise of the Electric Scooter

In an electric car, the (enormous) battery is a major part of the price. If electric car prices are decreasing, battery costs must be decreasing, because it’s not like the cost of fabricating rubber, aluminum, glass, and steel into car shapes can decline that much, right? On an electric scooter, though, the effect of battery […]

Mastering Embedded Linux, Part 1: Concepts

One of my favorite hobbies is hacking low-cost embedded systems that run Linux. These systems are absolutely everywhere: the combination of powerful yet inexpensive processors, mass production of consumer goods, and the flexibility of Linux means that hobbyists can buy or build an embedded device capable of running Linux, often for less than $10. I’ll […]

Electric Geek Transportation Systems

I’ve never thought of myself as a “car person”. The last new car I bought (and in fact, now that I think about it, the first new car I ever bought) was the quirky 1998 Ford Contour SVT. Since then we bought a VW station wagon in 2011 and a Honda minivan in 2012 for […]

T-962 Reflow Profile Calculator

I am the proud owner of a new-to-me Puhui T-962. This is a reflow oven that can be bought fairly cheaply, but because the manufacturer cuts corners in several places, you have to do several modifications to make it usable. The main thing I did was install the replacement firmware written by Unified Engineering, and […]

How Does the Development Mode Work? — overreacted

If your JavaScript codebase is even moderately complex, you probably have a way to bundle and run different code in development and production. Bundling and running different code in development and production is powerful. In development mode, React includes many warnings that help you find problems before they lead to bugs. However, the code necessary […]

Library module navigation in Android Applications

Header Photo by Alexander Andrews on Unsplash When it comes to building android applications, there’s no doubt that we’ll need to include some form of navigation to move between the different parts of our app. With modularisation becoming more and more popular when it comes to android development, navigation becomes a big part of this process. At Buffer […]