July 13, 2025
Color is a Psychophysical phenomenom (explained by Mary and the Apple), separated between the fields of radiometry (Newton) and (Goethe). Both aspects are important
At the end the final interpretation is the filter called eyes and brain.
On the aspect of the brain we have different analysis. Color relativity
https://www.youtube.com/watch?v=fv-wlo8yVhk https://www.youtube.com/watch?v=1i8s8knHFTs&list=PLlIo9d0I61GOQTFXfboNJsLNK-DoY4PDA1
June 28, 2025
In my case I’m using a DS1522+ as a NAS. I already had forgotten; my username so had to do a hard reset.
Mode 1 reset on a Synology NAS is a soft reset that allows you to:
✅ What Mode 1 Reset Does Resets:
Admin password (blank) Network settings (set to DHCP) Keeps:
All other settings (users, shared folders, apps, data, permissions, etc.) This is useful if you:
Forgot your admin password Misconfigured your network and can’t connect to the NAS 🔧 How to Perform a Mode 1 Reset Locate the Reset Button
June 20, 2025
Introduction For my setup
Login Manager (or display manager) To check currernt
systemctl status display-manager sudo dnf install lightdm lightdm-gtk sudo setenforce 0 sudo systemctl disable sddm sudo systemctl enable lightdm sudo nvim /etc/lightdm/lightdm-gtk-greeter.conf [greeter] background=/usr/share/backgrounds/file.png theme-name=Adwaita-dark icon-theme-name=Papirus font-name=Sans 11 sudo chmod 644 path/to/file.png sudo cp path/to/file.png /usr/share/backgrounds/file.png sudo systemctl restart lightdm
A comprehensive boilerplate showcasing all markdown features and sidenote usage
This document demonstrates all standard Markdown features along with proper sidenote usage. This resource is the central reference for all content creators building a Digital Garden or implementing the Zettelkasten Method.
Basic Typography Effective typography forms the foundation of digital writing. As explained by 11., consistent formatting improves readability. Recent studies 22. show that proper formatting significantly impacts user engagement. As demonstrated in previous research 2, this approach has been validated multiple times.
Troubleshooting Content Security Policy issues with Matomo analytics
Matomo Analytics CSP Troubleshooting This guide helps resolve Content Security Policy (CSP) issues that block Matomo analytics tracking.
Problem: matomo.js blocked by CSP If you see status (blocked:csp) in browser developer tools, your website’s CSP is blocking the Matomo script.
Solutions Implemented 1. CSP-Friendly Tracking Fallback The theme automatically detects when standard Matomo tracking is blocked and falls back to:
Fetch API tracking - Makes direct API calls to matomo.php Image pixel tracking - Ultimate fallback using a 1x1 pixel image 2.