Image
Nate Craddock Headshot

Nate Craddock

Media Creator, Electronics Hobbyist, Developer, Leader, and Speaker

The lack of process and QA, which could allow something like this to go out, is surprising. I've agreed with many of the takes that question why this was a global rollout and not a staged rollout where issues could be found and the "blast radius" would be smaller, though still disruptive.  It's easy to conclude that this is also a Microsoft issue.  That may also be true, but take this comment:

Do note that while the focus is on Windows, Linux machines can run CrowdStrike software too, and I’ve heard from Linux kernel engineers who happen to also administer large numbers of Linux servers that they’re seeing a huge spike in Linux kernel panics… Caused by CrowdStrike, which is installed on a lot more Linux servers than you might think. So while Windows is currently the focus of the story, the problems are far more widespread than just Windows.

I don't know many Linux admins that closely at present, but I'd be curious if this were the case.

Hoping for the best with this.  My wife and I are big alamo fans and go there for pretty much all our movie going these days.

Sony Pictures Entertainment has acquired the popular movie theater chain Alamo Drafthouse Cinema, the two companies announced on Wednesday.I hope for the best with this. My wife and I are big Alamo fans and go there for pretty much all our moviegoing

Tags:

Really neat looking.  Some of these raspberry pi based personal projects are super cool!

The volumetric display is built using multiple panels—each sporting an array of LEDs. The panels are spun at high speed while the Pi tells each LED when to illuminate. The end result is a 3D effect that you can see no matter which direction you're looking at it from. The framerate and spin speed has to be just right for the effect to work successfully.

Another project leverating the raspberry pi for some interesting stuff on another Video Game machine.  What's neat about this one is that because of the simple architecture of a lot of these older machines, the raspberry pi can basically take over the CPU's job and still use the rest of the hardware of the machine.  

The Vectrex CPU, a Motorola 68A09 running at 1.5MHz, controls all of the I/O including display, sound, and controls, via a 6522A VIA chip. These are both connected to the cartridge port, and with the CPU disabled using the HALT signal also at the cartridge port, all of the Vectrex's functions can be controled by an external device. In this case we're using a Raspberry Pi Zero with a 1GHz ARM CPU and 512MB of RAM, powerful enough to emulate arcade machines with vector displays, emulate the Vectrex CPU to load ROM images akin to a multicart, and run custom games written to take advantage of the greater processing power.

The Vectrex is pretty rad. I did a video on mine five years ago.  I still have a couple things to fix on it someday - think the video board needs a tune up so it's a little more stable.

 

This has been out for a while, but now that I have my Amiga 500 mostly working I'm planning on adding one of these to it, at least for the CPU emulation for a speed improvement.  I'll probably also try out the memory expansion and harddrive as well.  This should make a kick ass Amiga 500!

The PiStorm itself is an adapter board intended to be paired with a Raspberry Pi Model 3A+. It goes in the DIP socket on and acts in place of the CPU, but functionality can be extended beyond simple CPU emulation.

I've been jonesing for some Dreamcast playtime recently.

Flycast is a multi-platform Sega Dreamcast, Naomi, Naomi 2, and Atomiswave emulator derived from reicast.

Information about configuration and supported features can be found on TheArcadeStriker's flycast wiki.

Join us on our Discord server for a chat.

When we moved into our house, we had a MyQ-enabled garage door, which seemed cool at first. Over the past year I've been migrating all our smart home stuff to be able to be locally controlled where possible with some cloud integrations via Home Assistant. Unfortunately, MyQ was removed from Home Assistant a few months ago as the APIs are becoming hostile to 3rd party integrations. Now, I will integrate this garage door via this small piece of hardware. Another benefit is that it enables HomeKit to see it, so I can incorporate it with carplay.

ratgdo gives you local MQTT & dry contact control plus status feedback for your residential Chamberlain/LiftMaster/Merlin garage door opener including Security+ 2.0 openers. (Security+ 2.0 uses an obfuscated serial signal to control the door opener's open/close and light functions, which makes it impossible to use Shelly One, Go Control, Insteon I/O linc or any other dry contact relay device to control the door).When we moved into our house, we had a MyQ-enabled garage door, which seemed cool at first.

It's another really cool Raspberry Pi project.  There's a bunch of stuff I want to do with the Amiga and raspberry pi.

For all Amiga versions that produce a 12-bit color video signal, this signal can be convert to pixel-perfect HDMI using the RGBtoHDMI system. There are now quite some different ways available to wire this all together.

Never underestimate what you can do in excel.

A hobbyist has created a 16-bit CPU that was built and runs inside Excel at a 3Hz clock rate and has 128KB of RAM, a 16-color 128x128 pixel display, and a custom assembly language that all runs in the popular spreadsheet. In fact, you can even try out the CPU with files the creator has made available via Github. 

I've long wanted a mowing robot, but have been pretty disappointed with what is available.  This looks like a promising project.

Maker Clemens Elflein devised OpenMower after being let down by the current generation of robotic lawnmowers. The only models he could find simply drive themselves in a straight line until they hit a perimeter wire buried in the ground, at which point they turn around a bit and then set off in another straight line. OpenMower is able to localise itself using very precise real-time kinematic (RTK) positioning, meaning it can mow a patch of grass much more efficiently.