Huemint - AI color palette generator

Archives
Online Webhook Tester
Webhook.Cool is a free, online webhook tester. Receive and inspect webhooks from services like Shopify, Slack, Mailchimp, Trello, GitHub, PayPal, Discord, Jira
Variable Fonts
A simple resource for finding and trying variable fonts.
time.fyi - timezones
time.fyi provides all the time related tools in one place.
Untools app
Untools helps you make better decisions and solve problems with proven thinking tools.
Claude \ Anthropic
Anthropic is an AI safety and research company that's working to build reliable, interpretable, and steerable AI systems.
How can I map the Fn key of my laptop to the UHK?
The Fn key is internal to laptops, and it's not possible to invoke it with USB keyboards, such as the UHK. However, you can look up the relevant shortcut of your operating system and map it to a key of your UHK.
The Fn key is internal to laptops, and it's not possible to invoke it with USB keyboards, such as the UHK. However, you can look up the relevant shortcut of your operating system and map it to a key of your UHK.
Mermaid Flow
Mermaid Flow. Draw Mermaid JS diagrams visually.
Creating a tag index table with Dataview?
Maybe I was not very clear about the issue of files and folders: was on how these elements appear in the desired table - lists of files and lists of folders for each tag. But the best way to clarify this is advancing with hypotheses for your table. Table with “folders” and “files” presented as lists: ```dataview TABLE WITHOUT ID (tag + "(" + length(rows.file.link) + ")") AS Tags, (rows.file.folder) AS Folder, (rows.file.link) AS Files FROM "" WHERE file.tags FLATTEN file.tags AS tag GROUP BY...
```dataview
TABLE WITHOUT ID (tag + "(" + length(rows.file.link) + ")") AS Tags, (rows.file.folder) AS Folder, (rows.file.link) AS Files
FROM ""
WHERE file.tags
FLATTEN file.tags AS tag
GROUP BY tag
SORT length(rows.file.link) DESC
```
Cody | AI coding assistant
Cody is the most powerful and accurate AI coding assistant for writing, fixing, and maintaining code.
GitHub CLI
Take GitHub to the command line
Actionforge
A visual node system for GitHub Actions workflows.
How to Test GitHub Actions
We explain how to set up GitHub Actions, explore their functionality, and provide a guide on how to test them on GitHub and locally using the act library.
Comparing NPM, YARN, and PNPM Package Managers: Which One is Right for Your Distributed Project to…
If you are a Frontend or Full Stack developer, you probably have used one or more of these package managers: NPM, YARN, and PNPM. They are…
Essentials of GitHub Copilot
From setup to optimization, learn how to use GitHub to get the job done.
Smart global search for vim and fzf
Mxmind - Free Mind Mapping Online
create mind mapping online,Free Mind Mapping Online
Elon Musk by Walter Isaacson - Summary & Notes | Christian B. B. Houmann
Elon Musk by Walter Isaacson book notes.
OG Image Gallery - Design Inspiration for Open Graph Images
Need open graph image inspiration? We have the best OG image inspiration, design and templates in our gallery.
Apple RSS Builder
Globe Representation Translator
language models are representation translators.
language models are representation translators.
A modern, open source code editor that understands web design
Brackets is a lightweight, yet powerful, modern text editor. We blend visual tools into the editor so you get the right amount of help when you want it. With new features and extensions released every 3-4 weeks, it's like getting presents all year long.
Lintrule
Have the LLM do your code review
Remap "Home" and "End" to beginning and end of line
Most of my computing time is spent in Linux (with occasional time in Windows). On these platforms the Home and End keys universally jump to the beginning or end of the current line.
I am gradually
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.
pkg-size
Find the true size of an npm package
Amie
Our calendar. A home to the story of Amie. Learn about the key events that make us what we are today.
Export X Bookmarks
Get the missing X feature Elon Musk held back: one-click download for your X bookmarks for free in secure way
Lumen
Fusion
macOS CLI Commands — josh.fail
I saw this list of macOS CLI Commands. I knew about most of these, and use many like pbcopy and pbpaste often.
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