2024 Archive

562 bookmarks
Newest
Globe Representation Translator
Globe Representation Translator
language models are representation translators.
language models are representation translators.
·globe.engineer·
Globe Representation Translator
A modern, open source code editor that understands web design
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.
·brackets.io·
A modern, open source code editor that understands web design
Lintrule
Lintrule
Have the LLM do your code review
·lintrule.com·
Lintrule
Remap "Home" and "End" to beginning and end of line
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.
·apple.stackexchange.com·
Remap "Home" and "End" to beginning and end of line
pkg-size
pkg-size
Find the true size of an npm package
·pkg-size.dev·
pkg-size
Amie
Amie
Our calendar. A home to the story of Amie. Learn about the key events that make us what we are today.
·amie.so·
Amie
Export X Bookmarks
Export X Bookmarks
Get the missing X feature Elon Musk held back: one-click download for your X bookmarks for free in secure way
·xbe.pages.dev·
Export X Bookmarks
macOS CLI Commands — josh.fail
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
·josh.fail·
macOS CLI Commands — josh.fail
SilverBullet
SilverBullet
IntroductionSilverBullet is a note-taking application optimized for people with a hacker mindset. We all take notes. There’s a million note taking applications out there. Literally. Wouldn’t it be nice to have one where your notes are more than plain tex
·silverbullet.md·
SilverBullet
Visualize code with Hubql
Visualize code with Hubql
The collaboration platform for software development. Hubql connects everyone in the data modeling process so teams can ship better software.
·hubql.com·
Visualize code with Hubql
Nuclino
Nuclino
A modern, simple, and blazingly fast way to collaborate – bring knowledge, docs, and projects together in one place.
·nuclino.com·
Nuclino
Unicorn Platform 🦄 AI Website Builder for Busy Founders
Unicorn Platform 🦄 AI Website Builder for Busy Founders
Easy to use AI-powered, drag-and-drop website, SAAS landing, directory, and blog builder for startups, mobile apps, and SaaS. 100% no code, no design skills needed.
·unicornplatform.com·
Unicorn Platform 🦄 AI Website Builder for Busy Founders
HuggingChat - Assistants
HuggingChat - Assistants
Browse HuggingChat assistants made by the community.
·huggingface.co·
HuggingChat - Assistants
Noi
Noi
AI + Tools + Plugins + Community
·noi.nofwl.com·
Noi
Ricing MacOS
Ricing MacOS
My MacOS Rice.
·nexxel.dev·
Ricing MacOS
Is Reminders App Linkable? - Discussion & Help - Hookmark Forum
Is Reminders App Linkable? - Discussion & Help - Hookmark Forum
I updated my Reminders integration script recently to make it faster on Sonoma. I also made sure that I have a “New Item” part too, so I can create reminders directly from Hookmark. The “Get Address” script uses the backing SQLite database to find the ID of the selected reminder by title. There are some caveats to keep in mind: We have to replace the remindersDatabasePath property with the proper database path which is different for everyone. Reminders are matched by title, so if we have mul...
·discourse.hookproductivity.com·
Is Reminders App Linkable? - Discussion & Help - Hookmark Forum