Live data from Hacker News

Viewing profile — joethei

joethei

HN member
Joined
Thu, Feb 13, 2020, 6:16 PM UTC
HN karma
45
Public activity
10 items

About joethei

No profile information was provided.

Recent public activity

  1. comment
    Comment #48120385

    The system consists of a few different parts, the linter is only one part and is responsible for surfacing issues to the dev during development. We have additional checks that also…

  2. comment
    Comment #48120353

    Ads / telemetry are disallowed completely, as per our developer policies. So plugins that have those domains in the code will not be available from the site / app.

  3. comment
    Comment #44950337

    Nope, that's not the Obsidian way. We don't use frameworks We include very few dependencies, see: https://help.obsidian.md/credits#Third+party+acknowledgement... >

  4. comment
    Comment #44945749

    For the grammar: Lezer For the editor: CodeMirror Everything else is custom as we generally don't use existing frameworks and the large amount of baggage they carry. CodeMirror and…

  5. comment
    Comment #34078789

    We did not implement the crypto part ourselves. We use the SuptleCrypto Web API implementation and a library called scrypt (this one: https://github.com/ricmoo/scrypt-js ). We also…

  6. comment
    Comment #34071974

    No, we do not use AWS. The Sync and Publish servers are running in Digital Ocean datacenters in the US. How sync encrypts the data is documented here: https://help.obsidian.md/Obsi…

  7. comment
    Comment #33192098

    Yes, the update got released on every platform

  8. comment
    Comment #33191131

    Common misconception, but Obsidian itself is not open source

  9. comment
    Comment #33190977

    It's a caching problem. You should be directed to the correct version in the next few minutes.

  10. comment
    Comment #31670625

    This is correct, Obsidian uses CM6 on all platforms. A CM5 based editor is still available as "Legacy Editor" in the settings on desktop, to support older plugins. Mobile was alway…