What routers are made inside the USA?
www.theverge.com/news/899172/...
#Networking #Security
Posts by j2i.net
I've got 400 watts in solar panels in the backyard that I use for experiments and investigation. I'm going to try to get it to work with a non-substantial grid-tie microinverter. I've got a dedicated 60-amp 250-volt circuit that would make for a great interface point.
#Solar #Energy
My First Experience using Claude Code
I've just had my first experience using Claud for software development. I've used other AI tools, but not Claude specifically. My use of AI tools is constrained by the need to ensure that I do not grant third parties custody of any confidential client…
Do you sign your code? As of March 1, 2026, the maximum life of a code signing certificate is now a little over a year. This is down from a previous length of a little over 3 years.
Every so often, I forget headers like D3DX12.h are not part of the header files included with Visual Studio. I'm making a note for myself (or anyone else that might do the same) on where these headers can be found.
uConsole::The Best Pi Mini Console You Won’t Have Any Time Soon
I often carry a Pi with me when I go out to deployments. They have the tools that I need for certain diagnostic purposes and are easy to travel with. Usually, I need to just bring a keyboard and network cable along and it is ready to…
A look at photo-manipulation from 1860 to 1940. Thankfully, in modern society we don't have to worry about people faking photographs any more (sarcasm).
petapixel.com/2026/02/10/p...
#Photography #Manipulation #lies
I love Bobby Broccoli 's videos. He dropped a new one on Cold Fusion. This video breaks the 3 hour mark. It is hard to believe he uses Google Earth for his video transitions.
youtu.be/jkAw87ZIwQA?...
#coldfusiin #nuclear
Use Convolutions, Not Randomness | Opinion
Random functions can be useful. There is even specialized hardware in many processors for generating random numbers. That said, there are some situations where the requirements as written from a user perspective call for randomness, but I've learned to…
Mixing Rendering Technologies on Windows | DirectX
Windows has many methods of rendering images to the screens. Those include GDI, Direct3D, Direct2D, DirectWrite, XAML, Windows Forms, Win2D, and WinUI. Windows 10 brought support for mixing some of these rendering technologies. through XAML…
Programmatically Turning Off the Screen
I sometimes work on systems that control displays that run for most of the day. But there are "quiet hours" during which those screens show no content, and we would rather them be turned off. Having some downtime saves on resources, including the life of the…
Cool. I didnt know you had a channel. Subscribed.
tidus
No, when I talk about Z-fighting, I am not making a reference to Dragon Ball.
en.wikipedia.org/wiki/Z-fight...
#computer #graphics
Avoiding eSIM | Opinion
eSIMs, or embedded SIM, is integration of the SIM hardware into a phone. Instead of installing a physical SIM card a phone has similar hardware integrated into itself with rewritable memory. To update the SIM a new byte stream containing the updated program or data can be…
Building Chromium & V8 with Visual Studio 2026: December 2025
I don't have to build Chrome (or v8) regularly. But I've had a recent occasion to look in the source code to explain an odd behaviour that I was seeing. In doing so, I revisited the steps for how to build Chrome on Windows. The steps…
I needed a copy of TOPOEDIT (Windows Media Foundation Topology Editor) to test something. It was initially released with the Windows Vista SDK and can also be found in the Windows 7 SDK. I ended up extracting and building from the 7 SDK
github.com/j2inet/topoe...
#windows #sdk #programming
Remote Access Hardware (PiKVM)
Remote Desktop tends to work well for me provided that the computer is turned on, booted up, and not locked up. If those conditions are not met, physical interaction is needed. There have been a few times when my computer is hibernating, but I realize I need to…
Got an error while building Chromium. I just copied the allegedly missing DLL from another Windows SDK folder. Let's hope this works.
["C:/Program Files (x86)/Windows Kits/10/bin/10.0.26100.0/x64/dxil.dll", needed by "dxil.dll", missing and no known rule to make it]
Seriously, the size of this repository is epic!
I started to clone the Chromium repository. Then I had several meetings, phone calls, and lunch. Forgot I had started the clone. I came back much later to find it was still cloning.
#chromium #git #programming
Multiple Hardware Nintendo 64 compatible consoles in a rainbow of colors.
I got mine a couple of weeks ago. It works pretty well.
Imagine being in the office and realizing you need files on a computer at home that went to sleep. There is someone there, but they say they are too busy to touch the keyboard to wake up the computer.
I installed an IP KVM as a solution!
www.youtube.com/shorts/qHNne...
#pi #kvm #network #rdp
I was today years old when I discovered a lot of my files have an alternative data stream named "Zone.Identifier" that identify the file path or URL from which I got the file.
#Windows #Files
Starting a new .Net project. I get to choose the IDE. .Net 10 and VS 2026 it is!
#dotnet #visualstudio
Master the art of one-handed typing.
#videogames #controllers
I think i might try out the EFI Development Kit to try C++ development for the pre-OS environment.
blog.j2i.net/2025/10/07/r...
#x86 #programming #uefi #efi
Age Verification on Android and iOS, Sideloading for Verified Apps Only
Google is making some changes to Android that make it more restrictive than I've previously thought of it. Age verification for apps is coming to Android, and side loading is being restricted to apps that have been "verified"…
Looks that Android is going Age Verification now. And app developers are going to have a duty in it, too.
#Android #Google #AgeVerification
I was helping a developer perform some setup. I had her type a command to perform an action. She asked what the commands name stood for.
"I don't know. It was from before my time."
She thought I was making a joke. I looked up the origin. AT&T added the command to Unix in 1971.
#unix