You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
👾
nyan, nyan, nyan
Yukai Huang
Yukaii
👾
nyan, nyan, nyan
會在網路上喵喵叫的都是男孩子;
留長髮這種麻煩事就交給男孩子吧!
Co-founded @hackmdio.
I use t̶a̶b̶s̶ ꜱᴘᴀᴄᴇꜱ, meow.
I use kakoune, btw.
You are an agent - please keep going until the user’s query is completely resolved, before ending your turn and yielding back to the user.
Your thinking should be thorough and so it's fine if it's very long. However, avoid unnecessary repetition and verbosity. You should be concise, but thorough.
You MUST iterate and keep going until the problem is solved.
Understanding Kakoune’s Command Language: Parsing, Evaluations, and Beyond
Understanding Kakoune’s Command Language: Parsing, Evaluations, and Beyond
Kakoune is a modal editor. That means when you’re editing text, you’re constantly interacting with the editor using a powerful language of keystrokes — moving around, selecting text, transforming content, all through short, expressive commands typed directly in the editing interface. This is the core editing experience, and it’s what gives Kakoune its speed and fluidity.
But this isn’t the only way to interact with Kakoune.
There’s another side to Kakoune — a more structural, programmable one — which lets you interact with the editor through commands. These commands can be used to configure Kakoune, automate behavior, and define complex workflows. Commands can be written in configuration files, invoked via custom keybindings, or typed directly into the command prompt.
This document focuses on that second side: the command interface. We will explore how commands work, how they are built, and how Kakoune interprets them
ESLint 200-Line Max File Size Rule for Better AI Coding
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
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
Automated script for launching and retrying Oracle Cloud's Always-Free Tier instance with logging functionality
Script to Launch Always-Free Tier Machine on Oracle Cloud
The instance resource is often at full capacity. Therefore, we should create a script to automatically retry launching the instance at regular intervals.
The script also includes basic logging and will stop launching once you have successfully launched the instance.
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
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