Posts

Featured Post

Pizza Eye Surgery Saves Hemispherical Projector

Image
If you ever make it to DNA Pizza in San Francisco, you may feel as though you’re being watched. The Eye of the Pizza is Upon You. Or, it was, until the out-of-production and now very expensive spherical projector gave up the ghost during a power outage. It’s back, though ! Thanks to proprietor [Jamie Zawinski] and some cheap, absolutely-not-supposed-to-be-in-there replacement parts. The saga started long ago, back in 2017, when [Jamie] got ahold of a Gekkin WorldEye hemispherical projector . It looks like those were meant for the educational market, to show planets and the like, but [Jamie] instead put a big eye on it, thanks in part to work by [PaintYourDragon]. It looked great, as you can see from the demo video embedded below. There it sat, staring down patrons for nine long years, until the power company did what is known in the business as “an oopsie” and turned the WorldEye into an expensive paperweight. Not to be deterred, [Jamie] got the cheapest projec...

Keyboard Lights As An Airgap Attack Vector

Image
What do you do when you need to get data into an airgapped machine? Well, you might find yourself limited to basic input devices to interact with the computer in question. As [Nikolay Valentinovich Repnitskiy] demonstrates, though, you can do some fun stuff amidst such limitations. [Nikolay] created what he calls a “unidirectional network” connection via a keyboard. Specifically, he took two Dell SK-8115 keyboards, and stripped them down to their controller PCBs. On one, he soldered photoresistors to a couple of the keyboard matrix pins, such that they’d fire a keypress when lit up. He then placed the other keyboard PCB such that the Num Lock and Caps Lock LEDs are lined up with the photoresistors. This made it possible to have one PC flash the keyboard LEDs in order to “type” on the other machine. This can be used to move data on to it, such as a little program which [Nikolay] prepared which can be made executable and used to further break into the machin...

Using Video Glasses As a Camera Viewfinder Is Harder Than It Looks

Image
[John Dingley] has a Sony ZV-E10 camera that is excellent, but the design lacks a built-in electronic viewfinder. This means it relies entirely on its rear-mounted touchscreen for framing shots. This is troublesome because [John] often films in bright sunlight, and sometimes from a perspective other than normal eye level. His solution? Use a pair of XREAL video glasses as a handsfree viewfinder . Cable management can be a real challenge, even if a project’s technical elements are solved. The XREAL glasses look a bit unusual, but they can be worn and used like regular sunglasses. They accept external video and importantly, allow the wearer to see the video feed while still having awareness of their surroundings. Seems like a perfect match for the camera, but as [John] discovered, there are quite a few implementation hurdles involved. For starters, the camera and glasses do not speak the same format. The camera outputs HDMI via a distressingly fragile micro-HDMI connector, but th...

Scrap Pinball Parts Become Beautiful Wall Art

Image
[Hans Scharler] came into a neat find recently—the playfield from a 1970s Atari Superman game. It’s the sort of thing that’s too nice to throw away, but isn’t really enough to reassemble into a viable full machine without a great deal of effort. Thus, [Hans] went a different route— turning it into a beautiful piece of wall art.  The first step of the build was to collect missing parts; in particular, all the plastic inserts for the playfield that had been lost at some point. Everything was cleaned up and mounted, along with some modified flippers to complete the look. Custom pop bumpers were 3D printed to act as LED-lit light guides rather than as functional pinball components. [Hans] then set about dotting the board with plenty of WS2811 addressable LEDs in a bullet form factor. Everything was placed under the command of a WLED controller, and it’s synced up to [Hans’s] CheerLights MQTT server to boot. More build details are available on the Pinside post...

FLOSS Weekly Episode 877: RCE As a Service

Image
This week Jonathan chats with Francois Proulx about SmokedMeat! That’s the third in a trio of Open Source security tools from Boost Security, and this one is the red team tool to demonstrate vulnerabilities. Why are Continuous Integration vulnerabilities such a persistent problem, and what’s on the horizon that may help? Watch to find out! https://github.com/boostsecurityio/poutine https://github.com/boostsecurityio/bagel https://github.com/boostsecurityio/smokedmeat Did you know you can watch the live recording of the show right on our YouTube Channel ? Have someone you’d like us to interview? Let us know, or have the guest contact us! Take a look at the schedule here . Direct Download in DRM-free MP3. If you’d rather read along, here’s the transcript for this week’s episode . Places to follow the FLOSS Weekly Podcast: Spotify RSS Theme music: “Newer Wave” Kevin MacLeod (incompetech.com) Licensed und...

DOOM Using Regular Expressions

Image
Regular expressions (regexes) are an amazingly powerful way to perform operations on collections of e.g. text. Regexss can also be considered to be a programming language, even a Turing complete one. Ergo it’s perfectly acceptable to thus design a way to use regexes to run and play a game of DOOM , as [Artem Lytkin] recently did . The GitHub project page can be found here , containing the Python-based code that allows the demonstration to run, as well as the other components, including the C runtime and the 96.6 MB text string that defines a CPU’s registers, RAM, a framebuffer, the  DOOM engine compiled to this custom CPU’s instruction set and the WAD file for the game itself. The C-based driver applies the fixed, ordered list of find-and-replace rules to this string, which after more than ten-thousand of such substitutions later results in a single frame of the game. At about 80,000 substitutions per second on the given test system, that gets you to a sort-of playa...

How the Vagus Nerve Promotes Healthy Cognition via Acetylcholine Signaling

Image
It’s been said for centuries that you cannot think on an empty stomach, and that love goes through the stomach. Although these may seem like merely cute jabs at the simplicity of human nature, recent research in rat models by [Logan Tierno Lauer] et al. indicates that the gut may be more influential in something as fundamental as memory formation and cognitive function than previously assumed. Key to the gut-brain connection is the vagus nerve , an essential part of the autonomic nervous system that wires the brain into the body’s organs, including the gastrointestinal (GI) tract. It provides both sensory and motor fibers, so that the brain can literally sense the state of said GI tract, with various triggers as result. One of these is – as demonstrated in the paper – the release of acetylcholine ( aCh ) an important neurotransmitters in the CNS for cognitive functions including attention, memory and motivation. Using in vivo fiber photometry it was found that...