sorted by: new top controversial old
22
[-] yoavlavi@programming.dev 5 points 1 year ago

Quickly creating or editing objects. The main target would be editor extensions, image a snippet that expands to an object on tab for instance

29
[-] yoavlavi@programming.dev 16 points 1 year ago

I heard that they've named it the "SwitchCube Advance SP 3DS"

[-] yoavlavi@programming.dev 2 points 1 year ago

Multiple, they don't have to accept input but they can like in the DuckDuckGo example. The idea is to set up easy to type commands you can execute quickly

5
submitted 1 year ago by yoavlavi@programming.dev to c/apple@lemmy.ml
  1. Go to Settings ➜ Accessibility ➜ Siri
  2. Turn on "Type to Siri"
  3. Go to the Shortcuts app
  4. Create shortcuts that ask for input with short names (they're not case sensitive)
  5. Your iPhone now has a command palette

A screenshot of an iPhone with Siri being typed to and running a shortcut with the name "dg". The shortcut searches DuckDuckGo. The input is "Siri as a command palette".

[-] yoavlavi@programming.dev 1 points 1 year ago* (last edited 1 year ago)

I wouldn't consider Melody a new flavour of regex as it compiles to ECMAScript regular expressions.

I'd consider being more verbose than regular expressions as a great thing for what this project aims to do, regular expressions are very write optimized which is the wrong (IMO) tradeoff to make in a shared codebase (or even your personal code that's more than a few days old) where code is read much more often.

3
2

yoavlavi

joined 1 year ago