Skip to content
Snippets Groups Projects
Unverified Commit e7fa2f51 authored by Varac's avatar Varac
Browse files

etc

parent 340819a5
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
- local at `~/projects/hyprland/distributions/mylinuxforwork/dotfiles` - local at `~/projects/hyprland/distributions/mylinuxforwork/dotfiles`
- AUR packages: `ml4w-hyprland`, `ml4w-hyprland-git` - AUR packages: `ml4w-hyprland`, `ml4w-hyprland-git`
from the ml4w author from the ml4w author
- Cons: Installation needed, some dotfiles are just templates
## HyDE ## HyDE
......
...@@ -8,15 +8,23 @@ Install: ...@@ -8,15 +8,23 @@ Install:
sudo pacman -R nautilus gvfs-smb sudo pacman -R nautilus gvfs-smb
``` ```
## yazi
- [Website](https://yazi-rs.github.io/)
- Rust, fast !
- Neovim plugin: [yazi.nvim](https://github.com/mikavilpas/yazi.nvim?tab=readme-ov-file)
## ranger ## ranger
- [GitHub](https://github.com/ranger/ranger) - [GitHub](https://github.com/ranger/ranger)
- Python
- [Neovim plugin](https://github.com/kelly-lin/ranger.nvim?tab=readme-ov-file) - [Neovim plugin](https://github.com/kelly-lin/ranger.nvim?tab=readme-ov-file)
## nnn ## nnn
- [GitHub](https://github.com/jarun/nnn/) - [GitHub](https://github.com/jarun/nnn/)
- [Wiki: configuration](https://github.com/jarun/nnn/wiki/Usage#configuration) - [Wiki: configuration](https://github.com/jarun/nnn/wiki/Usage#configuration)
- C
- Cons: - Cons:
- In order to uses [file icons](https://github.com/jarun/nnn/wiki/Advanced-use-cases#file-icons), - In order to uses [file icons](https://github.com/jarun/nnn/wiki/Advanced-use-cases#file-icons),
nnn needs to get compiled with a special build flag. nnn needs to get compiled with a special build flag.
......
...@@ -100,8 +100,15 @@ JOURNAL 'Assets' FROM narration ~ 'foo' ...@@ -100,8 +100,15 @@ JOURNAL 'Assets' FROM narration ~ 'foo'
Date ranges: Date ranges:
```sql ```sql
journal FROM OPEN on 2014-01-01 CLOSE on 2015-01-01 JOURNAL FROM OPEN on 2014-01-01 CLOSE on 2015-01-01
journal "Assets" FROM CLOSE on 2021-01-14 JOURNAL "Assets" FROM CLOSE on 2021-01-14
JOURNAL 'Expenses' FROM year >= 2024
```
Show transaction after a given date:
```sh
SELECT date,description,position FROM OPEN ON 2024-01-01 WHERE account ~ 'Spenden'
``` ```
Calculate total from date range: Calculate total from date range:
......
# Lego spike
## Hardware
### Sets
- [LEGO Education SPIKE Prime-Set 45678](https://www.lego.com/de-de/product/lego-education-spike-prime-set-45678)
- [LEGO Education SPIKE Prime-Erweiterungsset 45681](https://www.lego.com/de-de/product/lego-education-spike-prime-expansion-set-45681)
including [mounting plate](https://www.brickowl.de/catalog/lego-magenta-panel-11-x-15-with-pcb-holes-65817)
for [Raspberry Pi Build HAT](https://www.raspberrypi.com/products/build-hat/)
## Software
- [spikeprime-tools](https://github.com/sanjayseshan/spikeprime-tools)
Last commit 2022-06
- [spike-prime](https://github.com/gpdaniels/spike-prime)
Last commit 2022-12
- [pybricks](https://pybricks.com/)
## Learning resources
- [Prime lessions](https://primelessons.org)
## Derecated: Mindstroms
- [brickpi](https://www.dexterindustries.com/brickpi/)
# LEGO Education robotics
- [Wikipedia: LEGO Education](https://de.wikipedia.org/wiki/LEGO_Education)
- [Construction sets](https://en.wikipedia.org/wiki/Lego_Education#Construction_sets)
## LEGO Spike Prime
- [FAQ zu LEGO® Mindstorms® EV3 und SPIKE™ Prime](https://www.brickobotik.de/faq-zu-lego-mindstorms-ev3-und-spike-prime/)
- [Linux User: Mit Lego Education Spike spielerisch programmieren lernen](https://www.linux-community.de/ausgaben/linuxuser/2023/12/mit-lego-education-spike-spielerisch-programmieren-lernen/)
- [Test: SPIKE™ Prime auf dem Prüfstand (Teil 1 von 3)](https://www.brickobotik.de/test-spike-prime-auf-dem-pruefstand-teil-1-von-3/)
- [Spike Prime vs EV3](https://www.reddit.com/r/FLL/comments/1e07co9/spike_prime_vs_ev3/)
### Compability with Mindstorms
[Compability with Mindstorms](https://news.ycombinator.com/item?id=41072347):
> Spike Prime and Mindstorms use the same Hub just different colors.
> Spike Prime has a large motor, 2 small motors, a distance sensor, color sensor, and force sensor.
> The Mindstorms set had 4 small motors, a distance sensor, and color sensor.
> Spike Prime is Mindstorms for all intents and purposes.
> You can even get either the Spike Prime or Mindstorms app and use it with either Hub.
However, see [Can I use a MINDSTORMS Robot Inventor hub with SPIKE Prime?](https://www.antonsmindstorms.com/2024/07/04/can-i-use-a-mindstorms-robot-inventor-hub-with-spike-prime/)
> The MINDSTORMS hub has the same shape as the SPIKE hub, so you’d expect
> the firmware to be compatible. Until SPIKE2 — the previous major version —
> that was the case. But the current version, SPIKE3, stopped working.
> I was unable to install SPIKE3 on a MINDSTORMS hub. The SPIKE app tells me
> that ‘An error occurred’ as soon as I connect a MINDSTORMS hub.
### Hardware
Sets:
- [LEGO Education SPIKE Prime-Set 45678](https://www.lego.com/de-de/product/lego-education-spike-prime-set-45678)
- [LEGO® Education SPIKE™ Essential-Set 45345](https://www.google.com/search?client=firefox-b-d&q=45345)
- [LEGO Education SPIKE Prime-Erweiterungsset 45681](https://www.lego.com/de-de/product/lego-education-spike-prime-expansion-set-45681)
including [mounting plate](https://www.brickowl.de/catalog/lego-magenta-panel-11-x-15-with-pcb-holes-65817)
for [Raspberry Pi Build HAT](https://www.raspberrypi.com/products/build-hat/)
### Software
- [Host-hub communication for LEGO Spike Prime on Linux](https://libdoc.fh-zwickau.de/opus4/frontdoor/deliver/index/docId/15400/file/lego_spike_linux.pdf)
- [Pybricks](https://pybricks.com/)
- "Pybricks runs on LEGO® BOOST, City, Technic, MINDSTORMS®, and SPIKE®.
You can code using Windows, Mac, Linux, Chromebook, and Android."
- Scatch frontend only as paid SaaS
- [lego-spike-electron-app](https://github.com/joeyparrish/lego-spike-electron-app)
- LEGO SPIKE web app in Electron
- `lego-spike-git` AUR package
Outdated:
- [spikeprime-tools](https://github.com/sanjayseshan/spikeprime-tools)
Last commit 2022-06
- [spike-prime](https://github.com/gpdaniels/spike-prime)
Last commit 2023-08
### Learning resources
- [Prime lessions](https://primelessons.org)
## LEGO Boost
- 2017–present
- [Scratch wiki: LEGO Boost](https://de.scratch-wiki.info/wiki/Lego_Boost)
## Legacy products
### LEGO Mindstorms
- [Wikipedia: Lego Mindstorms](https://en.wikipedia.org/wiki/Lego_Mindstorms)
- 3 Generations
- Robotics Invention System (launched in 1998)
- Mindstorms NXT (launched in 2006)
- Mindstorms EV3 (launched in 2013)
### Mindstorms software
- [ev3dev](https://www.ev3dev.org/)
- "Debian Linux-based operating system that runs on several LEGO® MINDSTORMS
compatible platforms including the LEGO® MINDSTORMS EV3 and Raspberry Pi-powered BrickPi."
### EVT3
- [LEGO Mindstorms EV3 31313 Set](https://www.lego.com/de-lu/product/lego-mindstorms-ev3-31313)
- 601 pieces
# Robotics
## LEGO
see [./lego.md](./lego.md)
## LEGO alternatives
- [Brickpi](https://www.dexterindustries.com/brickpi/)
- [Linux Magazin: Lego-Roboter mit dem Raspi 3 steuern](https://www.linux-magazin.de/ausgaben/2018/08/brick-pi/)
# DECT
## Gigaset A415A
- [Reset PIN](https://service.gigaset.com/de/support/solutions/articles/75000031044-wie-setze-ich-meinen-system-pin-zur%C3%BCck-)
- [Pair device](https://www.gigaset.com/de_de/cms/service/mobilteil-an-basisstation-anmelden.html#handset=483&basestation=485)
...@@ -4,3 +4,5 @@ ...@@ -4,3 +4,5 @@
- [zigbee2mqtt device entry](https://www.zigbee2mqtt.io/devices/SNZB-04.html) - [zigbee2mqtt device entry](https://www.zigbee2mqtt.io/devices/SNZB-04.html)
- [Blakadder device entry](https://zigbee.blakadder.com/Sonoff_SNZB-04.html) - [Blakadder device entry](https://zigbee.blakadder.com/Sonoff_SNZB-04.html)
- Pairing: Long press reset button for 5s until the LED indicator flashes
three times, which means the device has entered pairing mode
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# headers = ["Accept: text/html"] # headers = ["Accept: text/html"]
exclude = [ exclude = [
'^https://www\.raspberrypi\.com/documentation/computers/raspberry-pi\.html#gpio', '^https://www\.raspberrypi\.com/.*',
'^https://demo\.hedgedoc\.org/slide-example.*', '^https://demo\.hedgedoc\.org/slide-example.*',
'^https://demo\.hedgedoc\.org/features.*', '^https://demo\.hedgedoc\.org/features.*',
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment