Mermaid Flow
2024-Q3
GitHub CLI
Actionforge
How to Test GitHub Actions
Comparing NPM, YARN, and PNPM Package Managers: Which One is Right for Your Distributed Project to…
Elon Musk by Walter Isaacson - Summary & Notes | Christian B. B. Houmann
Globe Representation Translator
language models are representation translators.
language models are representation translators.
A modern, open source code editor that understands web design
Open VSX Registry
Remap "Home" and "End" to beginning and end of line
You could remap home and end by creating ~/Library/KeyBindings/ and saving a property list like this as DefaultKeyBinding.dict:
{
"\UF729" = moveToBeginningOfLine:; // home
"\UF72B" = moveToEndOfLine:; // end
"$\UF729" = moveToBeginningOfLineAndModifySelection:; // shift-home
"$\UF72B" = moveToEndOfLineAndModifySelection:; // shift-end
}
Most of the keybindings for editing text in OS X are defined in /System/Library/Frameworks/AppKit.framework/Resources/StandardKeyBinding.dict.
Terminal Trove - The $HOME of all things in the terminal.
pkg-size
macOS CLI Commands — josh.fail
plutil -convert xml1 -o out.xml in.plist
convert binary plist files to XML
# You can use sips together with iconutil to generate a complete .icns file
# for your app from a single 1024 by 1024 PNG without any third party software:
mkdir MyIcon.iconset
cp Icon1024.png MyIcon.iconset/icon_512x512@2x.png
sips -z 16 16 Icon1024.png --out MyIcon.iconset/icon_16x16.png
sips -z 32 32 Icon1024.png --out MyIcon.iconset/icon_16x16@2x.png
sips -z 32 32 Icon1024.png --out MyIcon.iconset/icon_32x32.png
sips -z 64 64 Icon1024.png --out MyIcon.iconset/icon_32x32@2x.png
sips -z 128 128 Icon1024.png --out MyIcon.iconset/icon_128x128.png
sips -z 256 256 Icon1024.png --out MyIcon.iconset/icon_128x128@2x.png
sips -z 256 256 Icon1024.png --out MyIcon.iconset/icon_256x256.png
sips -z 512 512 Icon1024.png --out MyIcon.iconset/icon_256x256@2x.png
sips -z 512 512 Icon1024.png --out MyIcon.iconset/icon_512x512.png
iconutil -c icns MyIcon.iconset
# Generate .ico with ffmpeg (not strictly macOS, but still neat)
ffmpeg -i MyIcon.iconset/icon_256x256.png icon.ico
networkQuality can show you the quality of your network connection, like
Speedtest CLI
Keyboard tricks from a macOS app dev - Alin Panaitiu
FuzzyKey
movie-web
AutoExpert v5 (Custom Instructions), by @spdustin : r/OpenAI
Creating a macOS app — SwiftUI Tutorials | Apple Developer Documentation
Example Prompts, Code and Integrations
Ramses Oudt Twitter Poll on Course Format
- Education
- Learning Preferences
- Online Courses
Ramses Oudt (@rroudt) conducted a Twitter poll to gauge preferences for different online course formats. The poll asked followers their favorite type of course delivery, with the options being Email, Cohort, Self-paced text/video, and Other (with a request for comments). Out of 89 votes, the majority, 64%, favored Self-paced text/video courses. Cohort-based courses followed with 21.3%, Email courses garnered 10.1%, and Other received 4.5% of votes.
This poll indicates a strong preference for self-directed learning through text and video materials over other formats in the online learning community.
This information could be useful for educational content developers focusing on preferred learning modalities.
Dashboard
chirp.social: Groups for the Fediverse
Google AI Studio quickstart | Google AI for Developers
Google AI Studio is a browser-based
IDE for prototyping with generative models. Google AI Studio lets you quickly
try out models and experiment with different prompts. When you've built
something you're happy with, you can export it to code in your preferred
programming language, powered by the Gemini
API.
Gemini API: Quickstart with Python | Google AI for Developers
almonk/ogpk: a cli tool for observing og data
Company Logo Finder | Retool
Retool State of AI Report 2023
AssemblyAI | AI models to transcribe and understand speech
obsidian-copilot/src/utils.ts at master · logancyang/obsidian-copilot