Everything built on top of the base OpenClaw platform. Canonical reference for what exists, where it lives, and how it works. Operational use cases and workflow playbooks live in
docs/USE-CASES-WORKFLOWS.md.
Discover gists
| sudo dpkg-reconfigure wireshark-common #Select "Yes" | |
| chmod +x /usr/bin/dumpcap |
| # /etc/nsmb.conf - macOS 11.3 - 2021-04-29 | |
| #------------------------------------------------------------------------------ | |
| # SMB configuration for macOS 11.3 <-> Synology | |
| #------------------------------------------------------------------------------ | |
| # Additional information: | |
| # ----------------------- | |
| # https://support.apple.com/de-de/HT211927 | |
| # https://support.apple.com/en-us/HT208209 | |
| # https://apple.stackexchange.com/questions/309016/smb-share-deadlocks-since-high-sierra | |
| # https://photographylife.com/afp-vs-nfs-vs-smb-performance |
| { | |
| "Smtp": { | |
| "Host": "smtp.gmail.com", | |
| "Port": 587, | |
| "UseSSL": true, | |
| "Username": "bob", | |
| "Password": "password", | |
| } | |
| } |
| /** | |
| * Tests covering all FLS, OLS, and Sharing Mode combinations from the SOQL security matrix: | |
| * | |
| * SOQL Keyword | Class Sharing | OLS+FLS | Sharing Mode | |
| * -----------------------|-------------------|---------|------------- | |
| * WITH USER_MODE | with sharing | ✅ | ✅ | |
| * WITH USER_MODE | inherited sharing | ✅ | ✅ | |
| * WITH USER_MODE | without sharing | ✅ | ✅ | |
| * WITH SYSTEM_MODE | with sharing | ❌ | ✅ | |
| * WITH SYSTEM_MODE | inherited sharing | ❌ | 🔄 |
Lecture 1: Introduction to Research — [📝Lecture Notebooks] [
Lecture 2: Introduction to Python — [📝Lecture Notebooks] [
Lecture 3: Introduction to NumPy — [📝Lecture Notebooks] [
Lecture 4: Introduction to pandas — [📝Lecture Notebooks] [
Lecture 5: Plotting Data — [📝Lecture Notebooks] [[
Inno Setup is a popular installer builder for Windows. Of course it is made to run on Windows only, by default. But what if you want to build Windows installers off Windows, i.e. on Linux or macOS?
You’re in luck: It’s possible to run Inno Setup anywhere that Docker runs (including Linux and macOS), and even have a passable experience writing your setup script.
| # Setting up Emacs in our source directory | |
| mkdir -p ~/src && cd ~/src | |
| git clone --depth 1 --branch emacs-30 git://git.savannah.gnu.org/emacs.git | |
| git checkout emacs-30 | |
| # Enable development libraries and update apt cache | |
| # for Ubuntu >= 24.04 | |
| sudo sed -i 's/^Types: deb$/Types: deb deb-src/' /etc/apt/sources.list.d/ubuntu.sources && apt update |
This is an OPML version of the HN Popularity Contest results for 2025, for importing into RSS feed readers.
Plug: if you want to find content related to your interests from thousands of obscure blogs and noisy sources like HN Newest, check out Scour. It's a free, personalized content feed I work on where you define your interests in your own words and it ranks content based on how closely related it is to those topics.