https://www.youtube.com/watch?v=o4LRn96Rxew
Who composed and performed it?
Lead melody seems to be a combination of Synclavier II timbres
https://www.youtube.com/watch?v=o4LRn96Rxew
Who composed and performed it?
Lead melody seems to be a combination of Synclavier II timbres
This is the no-frills description for the stuff that really matters.
Tapo TC70 is pan-and-tilt (PTZ) camera.
TC70(EU) Ver 3.20 is sold as of Mid-2024 for 30 EUR in retail stores in Germany. This page is about this version. Earlier versions of the C200 used a Realtek SoC, completely different hardware.
There used to be high-quality German radio controlled alarm clocks from brands like JUNGHANS, using frog design. Which didn't fall over when you touched it.
Why is there not one quality product with great design on the market anymore, just super cheap looking products imported from Asia and sold by companies that are not well known household brands?
Today the only radio controlled alarm clocks seem to come from Asia, probably designed there as well. Sold under no or dead brands.
Please comment below to contribute. Thanks!
X11 concept | Wayland concept | Notes |
---|---|---|
"Window" | "Top-level Shell Surface" | An entire window, including window decorations |
X11 (the specfication) | Wayland (the protocols) | Neither X11 nor Wayland are binaries that can be installed |
Xorg, one universally shared default implementation | Multiple competing Wayland compositors | Unfortunately there is no universally used single Wayland compositor; apparently every desktop environment does its own, and as a result what works in one may not work in another |
export DISPLAY=... |
export WAYLAND_DISPLAY=... |
How to know which WAYLAND_DISPLAY one needs to export? The sockets (and their names) should be located in /run/user/* . If WAYLAND_SOCKET is detected, the client will prefer to use the socket provided using that environment variable. |
sudo apt install wf-recorder
. https://github.com/ammen99/wf-recorder is like screen recording with ffmpeg and it really "just works"! sudo apt install wf-recorder -a
also records audio./usr/share/xsessions/LXDE-pi-x.desktop
which in turn runs /usr/bin/startlxde-pi
which in turn runs `exec /usr/bin/lxsession -s LThis is purely for experimentation and development. It gives you a partial helloDesktop experience on Linux including a work-in-progress from-scratch rewrite of the Filer. For the full experience, use helloSystem.
Update 2024: Hier hat es jemand gemacht (mit Fotos): https://www.stummiforum.de/t160883f47-Digitalisierung-M-rklin-BR-aus-Startpackung.html (ESU 51965 + Decoder in Märklin BR 80 aus Startpackung 5500)
Mit Märklin-Bordmitteln sind die Preise für das Unterfangen, 3 Spur 1 Loks aus dem 80ern zu digitalisieren und digital zu fahren, im Jahr 2024 prohibitiv (in Summe wohl ca. 2.000 EUR). Mit Open Source und Fremdhardware ginge es wohl locker für ein Fünftel(!) davon. Wenn das jemand von Märklin liest: Da habt ihr noch eine Marktlücke (Stichwort: 5A Anschlussbox für die Spur 1 und erschwingliche Nachrüstsätze inkl. Permantentmagneten und Lokdecodern für die Spur 1). Ist diese Marktlücke nicht groß genug um lukrativ zu sein?
Aus den 80ern:
OpenWRT now has a hosted firmware image builder that can be used to add custom packages and configuration. Neat! I feel that OpenWRT is a much more suitable operating system for the Raspberry Pi 1 than the bigger Raspberry Pi OS images.
https://firmware-selector.openwrt.org/?version=22.03.4&target=bcm27xx%2Fbcm2708&id=rpi
Add avahi-daemon
, remove dnsmasq
#!/bin/sh
On helloSystem, get CircuitPython from https://circuitpython.org/board/lolin_s2_mini/ and flash with:
python3 -m esptool --after hard_reset write_flash 0x00000 '/tmp/user/_home_user_Downloads_tinyuf2-lolin_s2_mini-*.zip/combined.bin'
Replug the device, a S2MINIBOOT
disk drive will be mounted on the desktop.