This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| At the Munich Security Conference, the post-1945 world order was pronounced dead by most leaders and the picture behind it was laid out in the Security Report 2026, entitled “Under Destruction,” which you can read here if you're interested. More specifically, German Chancellor Friedrich Merz said, “The world order as it has stood for decades no longer exists,” and that we are in a period “great power politics.” He made clear that freedom “is no longer a given” in this new era. French President Emmanuel Macron echoed Merz’s assessment and said that Europe’s old security structures tied to the previous world order don't exist and that Europe must prepare for war. U.S. Secretary of State Marco Rubio said that we are in a “new geopolitics era” because the “old world” is gone. | |
| In my parlance, we are in the Stage 6 part of the Big Cycle in which there is great disorder arising from being in a period in which there are no rules, might is right, and there is a clash of great powers. How Stage 6 works is explained |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "meta": { | |
| "lastTouchedVersion": "2026.2.6-3", | |
| "lastTouchedAt": "2026-02-07T12:27:15.401Z" | |
| }, | |
| "wizard": { | |
| "lastRunAt": "2026-02-06T10:50:01.627Z", | |
| "lastRunVersion": "2026.2.3-1", | |
| "lastRunCommand": "doctor", | |
| "lastRunMode": "local" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [GLOBAL] | |
| PATH: ./ | |
| PING_TIME: 5 | |
| MAX_MISSED: 3 | |
| USE_ACL: True | |
| REG_ACL: PERMIT:ALL | |
| SUB_ACL: DENY:1 | |
| TGID_TS1_ACL: PERMIT:ALL | |
| TGID_TS2_ACL: PERMIT:ALL |
- OpenRTX device page: https://openrtx.org/#/hardware/ttwrplus
- Product page: https://www.lilygo.cc/products/t-twr-plus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -e | |
| echo "Enabling I2C, SPI, and Console Auto login..." | |
| sudo raspi-config nonint do_i2c 0 || { echo "Error: Failed to enable I2C."; exit 1; } | |
| sudo raspi-config nonint do_spi 0 || { echo "Error: Failed to enable SPI."; exit 1; } | |
| sudo raspi-config nonint do_boot_behaviour B2 || { echo "Error: Failed to enable Console Auto login."; exit 1; } | |
| echo "Updating and installing dependencies..." | |
| sudo apt-get -y install git raspberrypi-kernel-headers < "/dev/null" || { echo "Error: Failed to install dependencies."; exit 1; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Font generated or edited with the glyphEditor | |
| const uint8_t ArialMT_Plain_16[] PROGMEM = { | |
| 0x10, // Width: 16 | |
| 0x13, // Height: 19 | |
| 0x20, // First char: 32 | |
| 0xE0, // Number of chars: 224 | |
| // Jump Table: | |
| 0xFF, 0xFF, 0x00, 0x10, // 32 | |
| 0x00, 0x00, 0x08, 0x04, // 33 | |
| 0x00, 0x08, 0x0D, 0x06, // 34 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| REM use hub4com-2.1.0.0-386 | |
| REM com0com setup: | |
| REM | |
| REM COM11 real device you want to "man in the middle" | |
| REM virtual pair: COM5 CNCB0 | |
| REM virtual pair: COM7 CNCB1 | |
| REM | |
| REM hook COM 11 to real device, hook COM5 to application, hook COM7 to monitoring app - eg.realterm | |
| hub4com --route=0:1,2 --route=1:0,2 --octs=off --baud=9600 \\.\COM11 \\.\CNCB0 \\.\\CNCB1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker run --net=host --rm --interactive --tty -v $(pwd):/app --user $(id -u):$(id -g) -v ~/.ssh:/home/user/.ssh -w /app composer:1 composer "$@" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl --location 'http://localhost:8443/v1/relationships/read' \ | |
| --header 'Content-Type: application/json' \ | |
| --header 'Authorization: Bearer foobar' \ | |
| --data '{ | |
| "consistency": { | |
| "minimizeLatency": true | |
| }, | |
| "relationshipFilter": { | |
| "resourceType": "document_template", | |
| "resourceId": "1" |
NewerOlder
