From 79beb34b900b5d35b065e145d6200d227de16945 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 30 Apr 2021 12:53:36 -1000 Subject: [PATCH] render --- haskellerz.revealjs.html | 52 ++++++++++++++++++++++++---------------- haskellerz.slidy.html | 52 ++++++++++++++++++++++++---------------- 2 files changed, 62 insertions(+), 42 deletions(-) diff --git a/haskellerz.revealjs.html b/haskellerz.revealjs.html index db9c930e8..37672e22b 100644 --- a/haskellerz.revealjs.html +++ b/haskellerz.revealjs.html @@ -81,11 +81,16 @@ Python, 2008-present

A suite of tools, file formats, and documentation for doing “plain text accounting”.

https://hledger.org

-
-

A successful FOSS project

-

15 years, 134 contributors, 80-100 chatters, some number of happy users, useful to me every week.

-

Reasonably successful.

-

Not fulfilling my original goal of being financially self-sustaining and minimally time-consuming !

+
+

hledger project goals

+

I was a Ledger user and new Haskeller. I started hledger with many goals:

+
    +
  • acquire a more robust, usable, evolving incarnation of Ledger
  • +
  • develop a consistent, effective accounting habit
  • +
  • get better at Haskell
  • +
  • find out if Haskell was good for end-user apps and maintainer productivity
  • +
  • grow a useful, long-lasting, financially sustainable FOSS accounting project
  • +

An end-user Haskell application

@@ -99,6 +104,12 @@ Python, 2008-present

  • by non-techies as well as power users.
  • +
    +

    A successful FOSS project

    +

    15 years, 134 contributors, 80-100 chatters, some number of happy users, useful to me every week.

    +

    Reasonably successful.

    +

    Not fulfilling my original goal of being financially self-sustaining and minimally time-consuming !

    +

    Tools

      @@ -133,17 +144,6 @@ Python, 2008-present

      Architecture

      0:10 (25m)

    -
    -

    hledger project goals

    -

    I was a Ledger user and new Haskeller. I started hledger with many goals:

    -
      -
    • acquire a more robust, usable, evolving incarnation of Ledger
    • -
    • develop a consistent, effective accounting habit
    • -
    • get better at Haskell
    • -
    • find out if Haskell was good for end-user apps and maintainer productivity
    • -
    • grow a useful, long-lasting, financially sustainable FOSS accounting project
    • -
    -

    A fast run through the evolution

      @@ -175,20 +175,30 @@ Python, 2008-present

    Script hledger

    +

    Integrate hledger in your app

    -

    Run cli, capture csv/json

    -

    Run hledger-web, use http-json api

    - +
      +
    • Run cli, capture csv/json

    • +
    • Run hledger-web, use http-json api

    • +
    • Link with hledger-lib and/or other hledger packages, call public functions

    • +

    Investigate a hledger bug

    -

    Basic troubleshooting - docs, comparison, minimisation, reproduction, support

    -

    Code debugging

    +
      +
    • Basic troubleshooting - docs, comparison, minimisation, reproduction, support

    • +
    • Code debugging

    • +

    How to submit a pull request

    +

    Q & A

    diff --git a/haskellerz.slidy.html b/haskellerz.slidy.html index 650fbe83d..3cfa9b8af 100644 --- a/haskellerz.slidy.html +++ b/haskellerz.slidy.html @@ -79,11 +79,16 @@ Python, 2008-present

    A suite of tools, file formats, and documentation for doing “plain text accounting”.

    https://hledger.org

    -
    -

    A successful FOSS project

    -

    15 years, 134 contributors, 80-100 chatters, some number of happy users, useful to me every week.

    -

    Reasonably successful.

    -

    Not fulfilling my original goal of being financially self-sustaining and minimally time-consuming !

    +
    +

    hledger project goals

    +

    I was a Ledger user and new Haskeller. I started hledger with many goals:

    +
      +
    • acquire a more robust, usable, evolving incarnation of Ledger
    • +
    • develop a consistent, effective accounting habit
    • +
    • get better at Haskell
    • +
    • find out if Haskell was good for end-user apps and maintainer productivity
    • +
    • grow a useful, long-lasting, financially sustainable FOSS accounting project
    • +

    An end-user Haskell application

    @@ -97,6 +102,12 @@ Python, 2008-present

  • by non-techies as well as power users.
  • +
    +

    A successful FOSS project

    +

    15 years, 134 contributors, 80-100 chatters, some number of happy users, useful to me every week.

    +

    Reasonably successful.

    +

    Not fulfilling my original goal of being financially self-sustaining and minimally time-consuming !

    +

    Tools

      @@ -131,17 +142,6 @@ Python, 2008-present

      Architecture

      0:10 (25m)

    -
    -

    hledger project goals

    -

    I was a Ledger user and new Haskeller. I started hledger with many goals:

    -
      -
    • acquire a more robust, usable, evolving incarnation of Ledger
    • -
    • develop a consistent, effective accounting habit
    • -
    • get better at Haskell
    • -
    • find out if Haskell was good for end-user apps and maintainer productivity
    • -
    • grow a useful, long-lasting, financially sustainable FOSS accounting project
    • -
    -

    A fast run through the evolution

      @@ -173,20 +173,30 @@ Python, 2008-present

    Integrate hledger in your app

    -

    Run cli, capture csv/json

    -

    Run hledger-web, use http-json api

    - +
      +
    • Run cli, capture csv/json

    • +
    • Run hledger-web, use http-json api

    • +
    • Link with hledger-lib and/or other hledger packages, call public functions

    • +

    Investigate a hledger bug

    -

    Basic troubleshooting - docs, comparison, minimisation, reproduction, support

    -

    Code debugging

    +
      +
    • Basic troubleshooting - docs, comparison, minimisation, reproduction, support

    • +
    • Code debugging

    • +

    How to submit a pull request

    +