Skip to content

Instantly share code, notes, and snippets.

KFZUS-F3JGV-T95Y7-BXGAS-5NHHP
T3ZWQ-P2738-3FJWS-YE7HT-6NA3K
KFZUS-F3JGV-T95Y7-BXGAS-5NHHP
65Z2L-P36BY-YWJYC-TMJZL-YDZ2S
SFZHH-2Y246-Z483L-EU92B-LNYUA
GSZVS-5W4WA-T9F2E-L3XUX-68473
FTZ8A-R3CP8-AVHYW-KKRMQ-SYDLS
Q3ZWN-QWLZG-32G22-SCJXZ-9B5S4
DAZPH-G39D3-R4QY7-9PVAY-VQ6BU
KLZ5G-X37YY-65ZYN-EUSV7-WPPBS
@burkeholland
burkeholland / ainstall.md
Last active March 22, 2026 08:44
Ultralight Orchestration

Ultralight Orchestration

A minimal multi-agent system with an orchestrator, a planner, a coder, and a designer working together providing orchestration between Claude, Codex and Gemini.

Instructions

Install all agents listed below into VS Code Insiders...

Title Type Description
@Kolx0zHik
Kolx0zHik / to-VPN.rsc
Last active March 22, 2026 08:42
to-VPN.rsc
/ip firewall address-list remove [find list="to-VPN" comment="auto-vpn-feed"]
/ip firewall address-list add list="to-VPN" address=213.102.128.0/24 comment="auto-vpn-feed"
/ip firewall address-list add list="to-VPN" address=204.15.20.0/22 comment="auto-vpn-feed"
/ip firewall address-list add list="to-VPN" address=199.201.0.0/16 comment="auto-vpn-feed"
/ip firewall address-list add list="to-VPN" address=185.89.0.0/16 comment="auto-vpn-feed"
/ip firewall address-list add list="to-VPN" address=185.60.0.0/16 comment="auto-vpn-feed"
/ip firewall address-list add list="to-VPN" address=179.60.0.0/16 comment="auto-vpn-feed"
/ip firewall address-list add list="to-VPN" address=173.252.0.0/16 comment="auto-vpn-feed"
/ip firewall address-list add list="to-VPN" address=164.163.191.64/26 comment="auto-vpn-feed"
/ip firewall address-list add list="to-VPN" address=163.114.0.0/16 comment="auto-vpn-feed"
@sindresorhus
sindresorhus / esm-package.md
Last active March 22, 2026 08:39
Pure ESM package

Pure ESM package

The package that linked you here is now pure ESM. It cannot be require()'d from CommonJS.

This means you have the following choices:

  1. Use ESM yourself. (preferred)
    Use import foo from 'foo' instead of const foo = require('foo') to import the package. You also need to put "type": "module" in your package.json and more. Follow the below guide.
  2. If the package is used in an async context, you could use await import(…) from CommonJS instead of require(…).
  3. Stay on the existing version of the package until you can move to ESM.
@JolandaVerhoef
JolandaVerhoef / .Unlocking the Power of CameraX in Jetpack Compose.md
Last active March 22, 2026 08:33
Code snippets for Medium blog post "Unlocking the Power of CameraX in Jetpack Compose"

Code snippets used in the blog post series "Unlocking the Power of CameraX in Jetpack Compose". I will add snippets as blog posts are released!

Each file can be copied as-is to the MainActivity.kt of a new project. However, it doesn't include any library dependencies or adaptations to AndroidManifest.xml, so make sure to follow the steps in the blog posts themselves to get a working sample.

@estorgio
estorgio / Setting laptop charging limit in Linux Mint.md
Last active March 22, 2026 08:31
Setting laptop charging limit in Linux Mint

Setting laptop charging limit in Linux Mint

This guide will guide you on how to limit battery charge percentage in order to help extend the lifespan of your battery.

  • Check if upower is installed
    $ upower --version
  • If upower is not installed, install it and start the service
@18712886438
18712886438 / checkKB.py
Created April 22, 2024 11:46 — forked from hldr4/checkKB.py
Script to check whether a given attestation keybox is revoked on Google's CRL
import requests
import sys
import xml.etree.ElementTree as ET
from cryptography import x509
'''
Usage: checkKB.py keybox.xml
Checks the EC and RSA certificates against the official CRL
@rssnyder
rssnyder / oracle-cloud-free-tier-guide.md
Last active March 22, 2026 08:27
oracle-cloud-free-tier-guide

how to leverage oracle's temping offers

free tier limits

The limits of the free tier say that you can create up to 4 instances.

  • x2 x86 instances (2core/1g)
  • x2 ampere instances (with 4core/24g spread between them)
  • 200GB total boot volume space across all intances (minimum of 50G per instance)

create your account

How to make a 1 click connect to bluetooth device button

image

making a shortcut

  • Install Bluetooth Command Line Tools
  • you can use the command line tools to display all device ids by simply running btdiscovery
  • Create a Connect batch script: