Smart Mirror Alexa Touchscreen (with Face ID) using Raspberry Pi 4
/ hardware

 

 

 

Part List (Essentials):
———————————————--
Mirror: https://amzn.to/2YZBViO
Mirror 2: another mirror
IR Frame: https://amzn.to/3d0HFwW
Monitor: https://amzn.to/3ccTQXh
(You may need to shop around)

 

———————————————--
Part List (Optional):
———————————————--
LED Strip Lights: https://amzn.to/2WzUIhQ

 

—————————————-
Links from Video
—————————————-
Download Raspberry Pi OS: https://www.raspberrypi.org/
MagicMirror: https://magicmirror.builders/
PM2 Auto Starting MagicMirror: https://github.com/MichMich/MagicMirror/wiki/Auto-Starting-MagicMirror

 

Mirror Modules:
Spotify: https://github.com/bugsounet/MMM-Spotify
Face Recognition: https://github.com/EbenKouao/MMM-Face-Recognition-SMAI
Smart Touch: https://github.com/EbenKouao/MMM-SmartTouch
Web Fluid Simulation: https://paveldogreat.github.io/WebGL-Fluid-Simulation/

 

(more…)

Raspberry Pi – introduction and basic projects
/ hardware, production, software

Connect through SSH on windows
https://www.putty.org/

Connect through Desktop
Remote Desktop

Common commands
> sudo raspi-config
> sudo apt-get update
> sudo apt-get upgrade
> ifconfig
> nano test.py
> wget https://path.to.image.png
> sudo apt-get install git
> git clone https://REPOSITORY
> sudo reboot
> suto shutdown -r now (reboot after shutdown)
> cat /etc/os-release

 

 

 

Starting kits:

(more…)

NVIDIA Real Time Marbles RTX through the Omniverse Platform
/ hardware, production

Marbles runs on a single Quadro RTX 8000 simulating complex physics in a real-time ray traced world.

(more…)

HDMI Video Wall Processor
/ hardware, production

 

(more…)

Blue Griffon – the new open source WYSIWYG, NVU like html and CSS editor
/ software

www.bluegriffon.org

BlueGriffon is an open source WYSIWYG editor powered by Gecko, the rendering engine developed for Mozilla Firefox. One of a few derivatives of NVU, a now-discontinued HTML editor, BlueGriffon is the only actively developed NVU derivative that supports HTML5 as well as modern components of CSS.

If your goal is to write as little actual HTML as possible, then BlueGriffon is the tool you want. It’s a true drag-and-drop WYSIWYG website designer, and even includes a dual view option so you can see the code behind your design, in case you want to edit it or just learn from it.

It also supports the EPUB ebook format, so you don’t have to just publish to the web: you can provide your readers with a download of your content that they can take with them. Licensed under the MPL, GPL, and LGPL, a version of BlueGriffon is available for Linux, Windows, and Mac.

Source: opensource.com/alternatives/dreamweaver