Greeking out with Arduinos

Learning a new language is hard work, but they say that the best way to learn something is to teach it. [Angeliki Beyko] is learning Greek, and what better way to teach than to build a vocabulary flash-card game from Arduinos, color screens, 1602 text screens, and arcade buttons? After …read more

Continue reading Greeking out with Arduinos

Commodore 64 Mini Man Makes Matching Mini Monitor

While putting together a retro computer is a great project and can teach a lot about the inner workings of electronics, hooking that 70s- or 80s-era machine up to a modern 144 Hz 1440p display tends to be a little bit anticlimactic. To really recreate the true 8-bit experience it’s …read more

Continue reading Commodore 64 Mini Man Makes Matching Mini Monitor

Concerns over kids’ screen-time a modern-day “moral panic”, says study

A new study has concluded young people today rate similarly on interpersonal skills compared to those who grew up in the 1990s. The research suggests smartphones, screen-time, and social media have not negatively affected kids’ social skills, and moder… Continue reading Concerns over kids’ screen-time a modern-day “moral panic”, says study

Control each other’s apps with new screensharing tool Screen

It’s like Google Docs for everything. Screen is a free interactive multiplayer screensharing app that gives everyone a cursor so they can navigate, draw on, and even code within the apps of their co-workers while voice or video chatting. Screen makes it easy and fun to co-design content, pair program, code review or debug together, […] Continue reading Control each other’s apps with new screensharing tool Screen

New Depths For iMac Repair

There’s not much economic sense in fixing a decade-old desktop computer, especially when it’s the fancy type with the screen integrated into the body of the computer, and the screen is the thing that’s broken. Luckily for [JnsBn] aka [BEAN] the computer in question was still functional with a second …read more

Continue reading New Depths For iMac Repair

How your screen’s brightness could be leaking data from your air-gapped computer

It may not be the most efficient way to steal data from an organisation, let alone the most practical, but researchers at Ben-Gurion University in Israel have once again detailed an imaginative way to exfiltrate information from an air-gapped computer…. Continue reading How your screen’s brightness could be leaking data from your air-gapped computer

Corn Starch Fixes A Game Boy Screen

Nintendo’s Game Boy was the handheld of the 1990s. Like many of their products, it was famous for its ability to stand up to punishment from angry children and military strikes alike. Its biggest weakness is perhaps its unbacklit LCD screen. Retrogamers and chiptuners alike find themselves modifying and replacing …read more

Continue reading Corn Starch Fixes A Game Boy Screen

From SPIDriver to I2CDriver

Communicating with microcontrollers and other embedded systems requires a communications standard. SPI is a great one, and is commonly used, but it’s not the only one available. There’s also I2C which has some advantages and disadvantages compared to SPI. The problem with both standards, however, is that modern computers don’t come with either built-in. To solve that problem and allow easier access to debugging in SPI, [James Bowman] built the SPIDriver a few months ago, and is now back by popular demand with a similar device for I2C, the I2CDriver.

Much like the SPIDriver, the I2C driver is a debugging …read more

Continue reading From SPIDriver to I2CDriver

Many Uses For A Single Button

When building projects with a simple goal in mind, it’s not unheard of for us to add more and more switches, buttons, and complexity as the project goes through its initial prototyping stages. Feature creep like this tends to result in a tangled mess rather than a usable project. With enough focus, though, it’s possible to recognize when it’s happening and keep to the original plans. On the other hand, this single-button project with more than one use seems to be the opposite of feature creep. (YouTube, embedded below.)

[Danko]’s project has one goal: be as useful as possible while …read more

Continue reading Many Uses For A Single Button