Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Darkly)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Uncategorized
  3. Made a new thing.

Made a new thing.

Scheduled Pinned Locked Moved Uncategorized
opensourcecc0fossgetfedihireda11y
17 Posts 6 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • helpsterTeeH helpsterTee

    @lashman@mastodon.social with Linux you could just try on a VM…Apple sucks with their $99 annual dev subscription πŸ˜•
    Or maybe someone else can maintain, but then it’s unofficial.

    Nevertheless, congrats on release πŸ™‚

    lashmanL This user is from outside of this forum
    lashmanL This user is from outside of this forum
    lashman
    wrote last edited by
    #5

    @helpsterTee yeah, that's fair, but vm isn't entirely the same thing, sadly 😞 especially when it comes to performance. but i will consider it, might have to!

    and thank you, appreciate it! πŸ™‚

    1 Reply Last reply
    0
    • lashmanL lashman

      Made a new thing. ZeroClock - time tracker with invoicing. Runs off a single SQLite file on your machine. No accounts, no cloud, nothing phoning home. Nobody else sees your data.

      Completely free, not "free tier" free. Portable, CC0 public domain, WCAG 2.2 AAA accessible from the ground up. No VC money, no subscription, no catch.

      Whether you freelance or just want to know where your hours go, give it a look.

      https://apps.lashman.live/zeroclock/

      #OpenSource #CC0 #FOSS #GetFediHired #A11y

      Daniel SchildtA This user is from outside of this forum
      Daniel SchildtA This user is from outside of this forum
      Daniel Schildt
      wrote last edited by
      #6

      @lashman That looks awesome based on the documentation and screenshots. Especially like that everything is stored on a SQLite database file, allowing people to use existing database tools for potential future integrations to other tools and workflows.

      Simon Willison's Python-based Datasette https://datasette.io tools could be used to turn that SQLite file to optional browser-based UI that allows query building and enables APIs for integrating SQLite databases to existing applications. It has been used for both personal databases and for business usage.

      lashmanL 1 Reply Last reply
      0
      • Daniel SchildtA Daniel Schildt

        @lashman That looks awesome based on the documentation and screenshots. Especially like that everything is stored on a SQLite database file, allowing people to use existing database tools for potential future integrations to other tools and workflows.

        Simon Willison's Python-based Datasette https://datasette.io tools could be used to turn that SQLite file to optional browser-based UI that allows query building and enables APIs for integrating SQLite databases to existing applications. It has been used for both personal databases and for business usage.

        lashmanL This user is from outside of this forum
        lashmanL This user is from outside of this forum
        lashman
        wrote last edited by
        #7

        @autiomaa thank you! πŸ™‚ and yeah, that sounds really cool! πŸ˜„

        Daniel SchildtA 1 Reply Last reply
        0
        • lashmanL lashman

          Made a new thing. ZeroClock - time tracker with invoicing. Runs off a single SQLite file on your machine. No accounts, no cloud, nothing phoning home. Nobody else sees your data.

          Completely free, not "free tier" free. Portable, CC0 public domain, WCAG 2.2 AAA accessible from the ground up. No VC money, no subscription, no catch.

          Whether you freelance or just want to know where your hours go, give it a look.

          https://apps.lashman.live/zeroclock/

          #OpenSource #CC0 #FOSS #GetFediHired #A11y

          Hyperlink Your HeartH This user is from outside of this forum
          Hyperlink Your HeartH This user is from outside of this forum
          Hyperlink Your Heart
          wrote last edited by
          #8

          @lashman That looks really slick πŸ‘

          lashmanL 1 Reply Last reply
          0
          • Hyperlink Your HeartH Hyperlink Your Heart

            @lashman That looks really slick πŸ‘

            lashmanL This user is from outside of this forum
            lashmanL This user is from outside of this forum
            lashman
            wrote last edited by
            #9

            @hyperlinkyourheart thank you! πŸ™‚

            1 Reply Last reply
            0
            • helpsterTeeH helpsterTee

              @lashman@mastodon.social with Linux you could just try on a VM…Apple sucks with their $99 annual dev subscription πŸ˜•
              Or maybe someone else can maintain, but then it’s unofficial.

              Nevertheless, congrats on release πŸ™‚

              A This user is from outside of this forum
              A This user is from outside of this forum
              argentum
              wrote last edited by
              #10

              @helpsterTee @lashman maybe to start with it could be available for Mac via homebrew? Seems easier once you get the Linux bit working

              1 Reply Last reply
              0
              • lashmanL lashman

                Made a new thing. ZeroClock - time tracker with invoicing. Runs off a single SQLite file on your machine. No accounts, no cloud, nothing phoning home. Nobody else sees your data.

                Completely free, not "free tier" free. Portable, CC0 public domain, WCAG 2.2 AAA accessible from the ground up. No VC money, no subscription, no catch.

                Whether you freelance or just want to know where your hours go, give it a look.

                https://apps.lashman.live/zeroclock/

                #OpenSource #CC0 #FOSS #GetFediHired #A11y

                Tony :unreal: :godot:D This user is from outside of this forum
                Tony :unreal: :godot:D This user is from outside of this forum
                Tony :unreal: :godot:
                wrote last edited by
                #11

                @lashman trying it out right now and I must say, I'm impressed! Thank you for creating this, especially for free.

                Question: I tried to import a detailed Clockify CSV. It throws "Error: RangeError: Invalid time value". Do you have documentation somewhere, so I can fix the file myself? Can I help you in any way with logs or anything?

                lashmanL 2 Replies Last reply
                0
                • Tony :unreal: :godot:D Tony :unreal: :godot:

                  @lashman trying it out right now and I must say, I'm impressed! Thank you for creating this, especially for free.

                  Question: I tried to import a detailed Clockify CSV. It throws "Error: RangeError: Invalid time value". Do you have documentation somewhere, so I can fix the file myself? Can I help you in any way with logs or anything?

                  lashmanL This user is from outside of this forum
                  lashmanL This user is from outside of this forum
                  lashman
                  wrote last edited by
                  #12

                  @dergell no problem! πŸ™‚ and i'll see what i can do about the import, thanks for letting me know about this, i'm on it! πŸ™‚

                  1 Reply Last reply
                  0
                  • Tony :unreal: :godot:D Tony :unreal: :godot:

                    @lashman trying it out right now and I must say, I'm impressed! Thank you for creating this, especially for free.

                    Question: I tried to import a detailed Clockify CSV. It throws "Error: RangeError: Invalid time value". Do you have documentation somewhere, so I can fix the file myself? Can I help you in any way with logs or anything?

                    lashmanL This user is from outside of this forum
                    lashmanL This user is from outside of this forum
                    lashman
                    wrote last edited by
                    #13

                    @dergell ok, i thiiiink i found the bug (hopefully, fingers crossed!), so try this one and let me know, please: https://git.lashman.live/lashman/zeroclock/releases/tag/v1.0.1

                    and sorry about that

                    Tony :unreal: :godot:D 1 Reply Last reply
                    0
                    • lashmanL lashman

                      @dergell ok, i thiiiink i found the bug (hopefully, fingers crossed!), so try this one and let me know, please: https://git.lashman.live/lashman/zeroclock/releases/tag/v1.0.1

                      and sorry about that

                      Tony :unreal: :godot:D This user is from outside of this forum
                      Tony :unreal: :godot:D This user is from outside of this forum
                      Tony :unreal: :godot:
                      wrote last edited by
                      #14

                      @lashman well, that was quick! It worked, good job. Thank you very much and please don't apologize, you are doing this on a Saturday after all πŸ˜„

                      lashmanL 1 Reply Last reply
                      0
                      • Tony :unreal: :godot:D Tony :unreal: :godot:

                        @lashman well, that was quick! It worked, good job. Thank you very much and please don't apologize, you are doing this on a Saturday after all πŸ˜„

                        lashmanL This user is from outside of this forum
                        lashmanL This user is from outside of this forum
                        lashman
                        wrote last edited by
                        #15

                        @dergell it did? WOOHOO!!! πŸ™‚ thank you so much πŸ˜„ and it's no problem, really πŸ™‚ i'm just glad it actually works, haha

                        1 Reply Last reply
                        0
                        • lashmanL lashman

                          @autiomaa thank you! πŸ™‚ and yeah, that sounds really cool! πŸ˜„

                          Daniel SchildtA This user is from outside of this forum
                          Daniel SchildtA This user is from outside of this forum
                          Daniel Schildt
                          wrote last edited by
                          #16

                          @lashman Take a look at Datasette core tools https://datasette.io/tools and plugins https://datasette.io/plugins that enable cool things like data visualisation and integrations to 3rd party systems. All on top of your file-based SQLite databases.

                          You could (for example) do matching between Git commits and time tracking by importing multiple SQLite databases to Datasette. Then it would be possible to do SQL queries to both and visualize the outputs with various existing tools it has available. Datasette has importers from various SaaS platforms (including GitHub), allowing to do data analysis and archives to a local system.

                          lashmanL 1 Reply Last reply
                          0
                          • Daniel SchildtA Daniel Schildt

                            @lashman Take a look at Datasette core tools https://datasette.io/tools and plugins https://datasette.io/plugins that enable cool things like data visualisation and integrations to 3rd party systems. All on top of your file-based SQLite databases.

                            You could (for example) do matching between Git commits and time tracking by importing multiple SQLite databases to Datasette. Then it would be possible to do SQL queries to both and visualize the outputs with various existing tools it has available. Datasette has importers from various SaaS platforms (including GitHub), allowing to do data analysis and archives to a local system.

                            lashmanL This user is from outside of this forum
                            lashmanL This user is from outside of this forum
                            lashman
                            wrote last edited by
                            #17

                            @autiomaa i will check it out, for sure, thanks! πŸ˜„

                            1 Reply Last reply
                            0
                            • R ActivityRelay shared this topic
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            • Login

                            • Don't have an account? Register

                            • Login or register to search.
                            Powered by NodeBB Contributors
                            • First post
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • World
                            • Users
                            • Groups