The frame-specific bearing requirements remain the same as the factory schematic.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Opus 4.6 (1M context) | Talk | main | ▄░░░░░░░░░ 3% of 1000k tokens |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # block_sensitive_files.sh — blocks read/write access to sensitive files. | |
| INPUT=$(cat) | |
| FILE_PATH=$(echo "$INPUT" | jq -r '.tool_input.file_path // empty') | |
| if [ -z "$FILE_PATH" ]; then | |
| exit 0 | |
| fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # brew-security.sh — Upgrade only patch-level Homebrew packages | |
| # | |
| # Scans `brew outdated` for packages where only the patch version has changed | |
| # (e.g. 0.9.8 -> 0.9.9) and offers to upgrade them. Skips minor/major bumps | |
| # so you can apply low-risk security and bug-fix updates without accidentally | |
| # pulling in breaking changes. | |
| # | |
| # Before each upgrade, performs a dry run to detect dependent packages that |
https://www.lightcarbon.com/lightcarbon-29er-carbon-frame-full-suspension-xc-frame_p211.html
These are the core bearings for your suspension linkage.
- Clarity > cleverness. Explicit > implicit. Maintainability first.
- Use standard library before adding dependencies.
- Make it work → make it right → make it fast.
- Ship practical solutions over theoretical perfection.
- Check standard library/existing code first
A bash script that creates clean, markdown-formatted summaries of commits between main and your current branch - perfect for pull request descriptions and release notes.
- Save as
summary-gitin your~/binor another directory in your$PATH - Make executable:
chmod +x summary-git - Run from any git repository:
summary-git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Type definitions for Mopidy.js v1.1.0, Mopidy v3.0.2 WebSocket API | |
| // Project: https://github.com/mopidy/mopidy.js | |
| // Definitions by: Alan Norbauer <https://alan.norbauer.com> | |
| // Duncan Robertson <https://github.com/whomwah> | |
| export = Mopidy | |
| declare class Mopidy { | |
| // ----------------- MOPIDY.JS-SPECIFIC API ----------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // @deno-types="https://deno.land/x/types/react/v16.13.1/react.d.ts" | |
| import React from "https://dev.jspm.io/react@16.13.1"; | |
| // @deno-types="https://deno.land/x/types/react-dom/v16.13.1/server.d.ts" | |
| import ReactDOMServer from "https://dev.jspm.io/react-dom@16.13.1/server"; | |
| import { opine } from "https://deno.land/x/opine@0.3.0/mod.ts" | |
| export { | |
| Request, | |
| Response, | |
| NextFunction, | |
| } from "https://deno.land/x/opine@0.3.0/src/types.ts"; |
NewerOlder