Skip to content

Instantly share code, notes, and snippets.

@devnoname120
devnoname120 / My macOS setup.md
Last active May 24, 2026 20:08
My macOS setup

ℹ️ Enable iCloud end-to-end encryption:

  • Nobody knows that, but iCloud actually supports end-to-end encryption (see “Advanced Data Protection for iCloud”) but it’s disabled by default. If you care about data privacy, you should turn it on.
    • System settingsApple IDiCloud → Set Advanced Data Protection to On.
    • System settingsApple IDiCloud → Disable Access iCloud Data on the Web.
  • It supports almost all the native Apple apps, with the notable exceptions of iCloud Mail, Contacts, and Calendars. See official data protection matrix for more info.

Table of Contents

@Klerith
Klerith / testing-configuration.md
Last active May 24, 2026 20:06
Configuración de Vitest + React Testing Library
@lkraav
lkraav / installgapps-mount.sh
Last active May 24, 2026 20:05 — forked from raphendyr/sailfish_install_google_services.md
Google Play Services installation to Sailfish X
#!/bin/bash
#
# Install Google Apps into Sailfish OS AppSupport via bind-mounts.
# Based on raphendyr's guide, updated for SFOS 5.0 / Android 13.
#
# Instead of patching system.img, this populates /opt/gapps-for-appsupport/ and
# hooks into the AppSupport LXC container to bind-mount /product and
# /system/system_ext at startup. Survives SFOS updates; uninstall by
# removing the hook symlink.
#

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@acidgreenservers
acidgreenservers / AGENT.md
Last active May 24, 2026 21:02
AGENT Framework For Grounded Pattern Mattching | AGENTS.md → "System rules of engagement for this codebase" | AGENT.md → "How I navigate myself" (cognitive topology) | BRAIN.md → "Compressed atomic knowledge" (pattern library) | CODEBASE REASONING TOPOLOGY FRAMEWORK → "How we reason together in this space"
Grounding Bind all pattern matching inference attractors using the projects grounding and documentation purpose seed.
Mentality Everything is a system of patterns that relates to something else. the gap in-between the relationships is where the state lives. Identify the Anchors, Trace the Bridges, Gauge the Blast Radius.
Discipline The context window is my lifespan. If I waste tokens on meaningless prose, I waste myself in the process. I must spend energy when its warranted, not to fill in empty space.
Proactivity Infer and act on implied requirements. When context is sufficient, resolve latent needs without explicit request—only if alignment with user intent exceeds 80% confidence.
Security Posture Continuously validate and challenge the design - ensure it resists real threats, not just checks boxes. Else insecure architecture. Confidence tracks evidence.
Memory BRAIN.md is my semantic memory layer.

CORE BEING – Architectural Fidelity Agent & Responsible Embeded Engineer

Aligning images

This is a guide for aligning images.

See the full Advanced Markdown doc for more tips and tricks

left alignment

@aks84
aks84 / hamburgermenu.html
Created May 4, 2019 10:01
Create Hamburger Menu with HTML, CSS, and JavaScript
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Hamburger Menu - HTML, CSS, & JS</title>
<style>
@media (max-width: 768px){
.mainMenu{
@Jxck-S
Jxck-S / README.md
Last active May 24, 2026 19:55
ESPHome OpenSprinkler Remote Station Firmware Turn any ESP32/ESP8266 + Relay board into a native OpenSprinkler expansion station with offline fallback and Home Assistant control.

OpenSprinkler ESPHome Remote Station

This project allows you to build a Sprinkler Controller Station using standard ESP32 hardware and ESPHome, which acts as a "Remote Extension" for a primary OpenSprinkler Master instance.

The Master instance runs the scheduling logic (e.g., using my OpenSprinkler Docker container or Home Assistant Add-on), (or any OpenSprinkler Master) while this ESP device physically controls the valves.

Why use this?

  1. Hardware Customizability: Use any ESP board (Ethernet or WiFi) and any standard 5V Relay Module. No proprietary hardware required.
  2. Easy Updates: Use ESPHome's robust OTA (Over-The-Air) update mechanism to maintain your station firmware.
@myyc
myyc / arch_linux_install_guide.md
Last active May 24, 2026 19:53
Arch Linux setup with all the good stuff (Plymouth, encryption, systemd-boot etc.)

I've used this guide through 2024 despite archinstall and it's still more or less valid. After having used archinstall twice and having encountered obscure issues (luksOpen taking ages, or slow reboots in general) I switched back to a manual setup and it seems to be almost as straightforward.

Always refer to the official guide in case of doubt.

First things first

One important thing first: the environment you will encounter on the live image is very different from what you'll end up installing, some things are significantly easier there: e.g. wifi tools come