Skip to content

Instantly share code, notes, and snippets.

@pipshea
pipshea / critical-design-engineering-manifesto.md
Last active September 9, 2026 12:21
THE CRITICAL DESIGN ENGINEERING MANIFESTO

THE CRITICAL DESIGN ENGINEERING MANIFESTO

Pip Shea, July 2026

   o───o───o
  /         \
 o───o───o───●───o───▶
  \         / \
   o───o───o   ?
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<title>Rebane's Discord Colored Text Generator</title>
<meta charset="UTF-8">
<meta name="description" content="Rebane's Discord Colored Text Generator">
<meta name="author" content="rebane2001">
<style>
/*
@harjyotbagga
harjyotbagga / OTW_Bandits.md
Last active September 9, 2026 12:18
Solutions of Bandits - OTW

Over the Wire: Bandit

  • If you know a command, but don’t know how to use it, try the manual (man page) by entering “man ” (without the quotes).
  • If there is no man page, the command might be a shell built-in. In that case use the “help ” command.

Level 0

To ssh onto a server

ssh {user}@{Host} -p {port_no}
@fnky
fnky / ANSI.md
Last active September 9, 2026 12:16
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27
@0xjac
0xjac / private_fork.md
Last active September 9, 2026 12:13
Create a private fork of a public repository

The repository for the assignment is public and Github does not allow the creation of private forks for public repositories.

The correct way of creating a private frok by duplicating the repo is documented here.

For this assignment the commands are:

  1. Create a bare clone of the repository. (This is temporary and will be removed so just do it wherever.)

git clone --bare git@github.com:usi-systems/easytrace.git

@k16shikano
k16shikano / SKILL.md
Last active September 9, 2026 12:12
japanese-tech-writing/SKILL
name japanese-tech-writing
description 日本語の技術文書・書籍原稿の文章規範。段落と論証の構成(パラグラフライティング)、論証の厳密さ(ツッコミどころの除去)、読み手の負荷の管理、視点と語り、演出の抑制、LLM っぽい空句の禁止、翻訳調の比喩と擬人化の禁止(「運ぶ」「効く」「開かれた問い」など)、冗長の排除を定める。日本語で技術書の章、草稿、記事、解説文を書くとき、または推敲・リライトするときに使用する。
license Unlicense(https://gist.github.com/k16shikano/67625f2a7d96e3bbdfae8d571a936063

日本語技術文書の文章規範

日本語で技術的な原稿(書籍の章、記事、解説文)を書く・推敲するときは、以下の規範に従う。

@swrneko
swrneko / naive-proxy.guide.md
Last active September 9, 2026 12:11
Naive Proxy Guide

NaiveProxy: Ультимативный гайд по настройке (2026)

📺 Видео-версия гайда


Инструкции по установке

1. Подключаемся к серверу:

@donn
donn / iPhone Region Codes.md
Last active September 9, 2026 12:00
iPhone Region/Country Codes

iPhone Country Codes

Why I made this

The model regions on Apple wikis are missing some entries- and the entries are lacking some information that I would be critical for international buyers: there are some extreme differences between features in some regions: FaceTime support, Dual SIM support, etc.

What's worse is some regions have multiple codes, and sometimes even imported devices from other regions.

Unfortunately, Apple does not seem to acknowledge these region numbers exist at all and resort to nebulous claims about the feature differences, and it doesn't help that there are some conflicting reports on the internet.

So I'm going to try my best to maintain an up-to-date list. Any and all confirmations, additions and denials here would be extremely helpful. Please just leave a comment.

@matusnovak
matusnovak / README.md
Last active September 9, 2026 11:54
GPG + Git SSH Authentication and Signing on Windows 10

GPG + Git SSH Authentication and Signing on Windows 10

Introduction

This simple Gist will explain how to settup your GPG key to work for SSH authentication (with Git) and Git commit signing on Windows 10. This may seem straightforward on Linux, but there are certain tweaks needed on Windows.

No Cygwin, no MinGW, no Git Bash or any other Linux emulated environment. This works in pure Windows 10.

Software needed

@n1snt
n1snt / zsh_setup.md
Last active September 9, 2026 11:48
Oh my ZSH 2026 updated setup guide

Oh my zsh Setup (Fast + Minimal)

Oh My Zsh

Install Zsh

Ubuntu

sudo apt update
sudo apt install zsh curl git