Live data from Hacker News

Viewing profile — cannadayr

cannadayr

HN member
Joined
Sat, Jun 30, 2018, 7:20 PM UTC
HN karma
26
Public activity
10 items

About cannadayr

No profile information was provided.

Recent public activity

  1. comment
    Comment #43311451

    Location: California Remote: Yes Willing to relocate: Maybe Technologies: BQN, Erlang, C Résumé/CV: email me Email: my username at gmail dot com

  2. comment
    Comment #22842970

    I'm pretty satisfied with gnu apl.

  3. comment
    Comment #19549214

    Location: Boston, MA Remote: Yes Willing to relocate: No Technologies: PHP, Bash, SQL, Javascript, Apache2, MariaDB, Postfix, Bind9, OpenVPN, Varnish, Debian, FreeBSD Résumé/CV: ht…

  4. comment
    Comment #17866499

    Could you expand on the benefits to this? Basically, git-sqlite already supports merges (see link above)

  5. comment
    Comment #17866264

    yup, np. shoot me an email sometime, looks like we're on a similar page.

  6. comment
    Comment #17866211

    Yes, I saw similar ideas ~ a year ago, & figured it was possible. It was just a matter of using sqlite's (excellent) sqldiff utility and wrapping a custom git diff driver. Took abo…

  7. comment
    Comment #17866101

    Neat. I'll have to compare this to my own implementation. https://github.com/cannadayr/git-sqlite Instead of storing the transactions as a separate lmdb commit, I decided to store …

  8. comment
    Comment #17856210

    I solved this problem by wrapping sqldiff (included w/ sqlite src) as a custom git diff driver. https://github.com/cannadayr/git-sqlite

  9. comment
    Comment #17432368

    If people are a little confused about what this does, it lets you track a sqlite database using git. If a change is detected to the database, the diff is the set of sql queries nec…

  10. story