A 21,565X performance improvement in linting GraphQL
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearYO
    yoavlavi
    Now 100%

    Thank you!

    We developed this for our platform and CLI (which are Rust based) which is a bit of a different use-case than a one-off manual run of a linter (in which the difference perhaps wouldn't be as dramatic), although performant tooling for the end user should still be something we strive for IMO.

    The "fast JS runtime" was Bun in this case, which we tried specifically because it has faster startup (and we also use in our CLI as a runtime for user defined functions). Most people would be using Node which is much more popular and likely have an even slower startup time.

    6
  • Announcing August! An Emmet-like language that produces JSON, TOML, or YAML, written in Rust
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearYO
    yoavlavi
    Now 100%

    Nickel looks like something akin to Nix (JSON with functions), whereas August's goal is to allow you to quickly write a snippet that expands to your target document (e.g. via an editor extension) like Emmet. You can think of August like a snippet or shortcut to typing (or editing) a document rather than its own configuration language

    5
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearAP
    Apple Now
    Jump
    Using Siri as a command palette
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearYO
    yoavlavi
    Now 100%

    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

    4
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearAP
    Apple yoavlavi Now 100%
    Using Siri as a command palette

    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".](https://i.imgur.com/HoGx5Hx.jpg)

    11
    3

    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

    5
    2
    Melody 0.19.0 | A language that compiles to regular expressions and aims to be more readable and maintainable
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearYO
    yoavlavi
    Now 81%

    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.

    10
  • Melody 0.19.0 | A language that compiles to regular expressions and aims to be more readable and maintainable
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearYO
    yoavlavi
    Now 90%

    Awesome idea, will definitely take it into consideration when that feature is available. Melody actually has a VSCode extension with highlighting and snippets, could be added to that

    8
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearYO
    Now
    16 12

    yoavlavi

    programming.dev