- Strong isolation of protocol handling, domain logic, persistence, and delivery.
- Trait-based adapters for storage, queue, media processing, auth providers.
- Predictable performance through bounded queues + backpressure.
- Minimal unsafe Rust (only in well-reviewed media bindings layer if required).
- Observability built-in (tracing spans at boundaries).
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
{ | |
"content": "Fix golangci-lint config. run \"golangci-lint config verify\" - the valid options are documented in https://raw.githubusercontent.com/golangci/golangci-lint/refs/heads/main/.golangci.reference.yml", | |
"timestamp": "2025-08-27T14:32:31.464399Z", | |
-- | |
"tool_name": "bash", | |
"args": "{\"command\": \"curl -s https://raw.githubusercontent.com/golangci/golangci-lint/refs/heads/main/.golangci.reference.yml | head -100\"}", | |
"tool_call_id": "toolu_vrtx_014zdJkAac3Gbkf4EcpWTRMM", | |
-- | |
"tool_name": "bash", | |
"args": "{\"command\": \"curl -s https://raw.githubusercontent.com/golangci/golangci-lint/refs/heads/main/.golangci.reference.yml | grep -A 50 \\\"linters-settings:\\\"\"}", |
GoToSocial uses environment variables with the GTS_
prefix. Any command-line flag can be converted to an environment variable by:
- Adding the
GTS_
prefix - Converting hyphens to underscores
- Converting to uppercase
GTS_LOG_LEVEL
- Log level (trace, debug, info, warn, error, fatal)GTS_LOG_TIMESTAMP_FORMAT
- Timestamp format for logs
(in no particular order)
-
Kent Beck (XP/The Agile Manifesto/TDD)
- (2025-06-11) Video Interview
- more
-
Thomas Ptacek (InfoSec expert, HN)
-
(2025-06-02) My AI Skeptic Friends Are All Nuts
- get binary image https://github.com/sipeed/NanoKVM/releases/tag/v1.3.0
- kpartx -v -a 20241120_NanoKVM_Rev1_3_0.img
- mount /dev/mapper/loop11p1 nanokvm-boot
- mount /dev/mapper/loop11p2 nanokvm-linux
- binwalk nanokvm-boot …
--------------------------------------------------------------------------------
2312 0x908 CRC32 polynomial table, little endian
354600 0x56928 Android bootimg, kernel size: 0 bytes, kernel addr: 0x0, ramdisk size: 1869771333 bytes, ramdisk addr: 0x49203A72, product name: "dex %u"
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
--- /usr/share/perl5/PVE/ACME.pm.old 2024-12-12 06:04:41.692322362 +0100 | |
+++ /usr/share/perl5/PVE/ACME.pm 2024-12-12 06:06:24.804929531 +0100 | |
@@ -14,6 +14,7 @@ | |
use HTTP::Request; | |
use LWP::UserAgent; | |
+use Net::IP; | |
use Crypt::OpenSSL::RSA; | |
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
# see https://esphome.io/components/bluetooth_proxy.html | |
# see https://esphome.io/components/ble_client.html | |
# | |
esphome: | |
name: bluetooth-proxy-downstairs | |
friendly_name: bluetooth-proxy-downstairs | |
esp32: | |
board: esp32dev | |
framework: |
The expired, offending intermediate cert was removed from curl's cacert.pem, you can now simply download and use this:
wget https://curl.se/ca/cacert.pem -O cacert.pem
NewerOlder