home.social

Search

1000 results for “nobodyinperson”

  1. @dcz Oh lol didn't know about that SdfCAD 😅. Click the hashtags #sdfCAD and #fluencyCAD (super new). My sdfCAD is here:

    gitlab.com/nobodyinperson/sdfc

  2. @dcz Oh lol didn't know about that SdfCAD 😅. Click the hashtags #sdfCAD and #fluencyCAD (super new). My sdfCAD is here:

    gitlab.com/nobodyinperson/sdfc

  3. @nobodyinperson maybe use a tool like #Colmena or #DeployRS to do the heavy-lifting on another node, so all the store objects will be pushed remotely to the Pi's store and all that's left to do for it is to run the activation script?

    #NixOS #RaspberryPi

  4. @nobodyinperson maybe use a tool like #Colmena or #DeployRS to do the heavy-lifting on another node, so all the store objects will be pushed remotely to the Pi's store and all that's left to do for it is to run the activation script?

    #NixOS #RaspberryPi

  5. @nobodyinperson maybe use a tool like #Colmena or #DeployRS to do the heavy-lifting on another node, so all the store objects will be pushed remotely to the Pi's store and all that's left to do for it is to run the activation script?

    #NixOS #RaspberryPi

  6. @nobodyinperson maybe use a tool like #Colmena or #DeployRS to do the heavy-lifting on another node, so all the store objects will be pushed remotely to the Pi's store and all that's left to do for it is to run the activation script?

    #NixOS #RaspberryPi

  7. @nobodyinperson maybe use a tool like #Colmena or #DeployRS to do the heavy-lifting on another node, so all the store objects will be pushed remotely to the Pi's store and all that's left to do for it is to run the activation script?

    #NixOS #RaspberryPi

  8. I think I have finally™️ (for the third or so time) found myself a solution for :python: development on :nixos: that allows me to just work with et. al. as on other distros.

    The solution is to pre-build an FHSUserEnv in your configuration.nix, e.g. like this¹.

    When starting Python dev work, I now execute `fhs` (it's fast!), or directly `fhs -c 'poetry shell'` and everything works as expected, including wheels etc.

    ¹gitlab.com/nobodyinperson/nixc

    cc @publicvoit

  9. that Python's .rstrip(chars) removes any trailing given chars, not the exact given string.

    Caused some weird duration displays in , now fixed:

    gitlab.com/nobodyinperson/anne

  10. is now in 📦 unstable:

    search.nixos.org/packages?chan

    Thanks @musicmatze for packaging it! 🥳

    annextimelog is my :gitannex: -backed cli time tracker with versatile metadata support, tracking of simultaneous events and painless syncing:

    gitlab.com/nobodyinperson/anne

  11. @nobodyinperson

    In cases like this, a physical keyboard or #hackerskeyboard can come in handy because the tab key works in Android.

  12. @nobodyinperson

    In cases like this, a physical keyboard or #hackerskeyboard can come in handy because the tab key works in Android.

  13. @nobodyinperson

    In cases like this, a physical keyboard or #hackerskeyboard can come in handy because the tab key works in Android.

  14. @nobodyinperson

    In cases like this, a physical keyboard or #hackerskeyboard can come in handy because the tab key works in Android.

  15. @nobodyinperson

    In cases like this, a physical keyboard or #hackerskeyboard can come in handy because the tab key works in Android.

  16. 🚀 v0.7.0 brings several convenient cli improvements:

    · common options (-v --force -O etc.) now allowed after subcmd
    · --dry-run mode to first check what would be done
    · new time range wordings possible:

    > atl tr work the last 2h @home on project=atl
    > atl tr yesterday note="day's note for the last day"
    > ...

    pypi.org/project/annextimelog/

    Changelog: gitlab.com/nobodyinperson/anne

  17. 🚀 v0.6.0 is out with some nice improvements:

    - more intuitive tracking cli, e.g.
    > atl tr work @home for 2h on project=A with person=pete,mary and mood=yay
    - common filler words are ignored (with, and, or, etc.)
    - no-emoji mode
    - improvements to help page and log messages
    - better test coverage
    - better removal of multiple events
    - and other stuff!

    pypi.org/project/annextimelog/

    Changelog: gitlab.com/nobodyinperson/anne

  18. Afterwards, will receive much-needed (bulk) editing functionality:

    # change title
    > atl mod ID title=newtitle
    # change end time
    > atl mod ID until 10min ago
    # open $EDITOR to bulk-edit all party events
    > atl edit tag=party

    Natural time range specification and editing functionality are the two missing things to make it really useable for serious .

    gitlab.com/nobodyinperson/anne

  19. Next up for is a more natural way to specify time ranges, e.g.:

    > atl tr 10 - 12 title="serious stuff!"
    > atl tr 10 until now note=relaxing
    > atl tr work @home since 1500
    > atl tr coding @library for 3h until 10min ago
    ...

    As long as the order of the words is sensible, tags, notes, locations, etc. will be allowed to appear anywhere in between, before or after.

    gitlab.com/nobodyinperson/anne

  20. 🚀 v0.4.0 released with some minor changes:

    · 'now' accepted as time
    · '-O cli' outputs commands to recreate the log
    · CI tests against Python 3.10-3.13
    · publishing to from CI

    pypi.org/project/annextimelog/

    See full CHANGELOG here:

    gitlab.com/nobodyinperson/anne

    (annextimelog is an alpha-quality cli based on :gitannex: , an attempt of mine to .)

  21. So :python: 3.10's Structural Pattern Matching is basically for (sequences of) objects, right? 🙂

    peps.python.org/pep-0636/

    I will use it for the first time improving 's parsing of cli-given time ranges, e.g.

    atl tr 3h since 13:00
    atl tr 10:00 - now
    atl tr 14:00 for 4h
    atl tr y10:00 until 30min ago

    This will bring it closer to in usage.

    gitlab.com/nobodyinperson/anne

  22. @nobodyinperson Any thoughts to suggest for spinning up #speedata, or #patoline in a Nix shell? I think I have almost everything else of note these days running, but Speedata has a messy build with no notion of an installation (which explains why it has never been packaged for any distro) and Patoline only builds against a legacy OCAML toolchain. Since it isn't a very active player in the #typesetter space I can write off the later for now but @speedata Publisher probably deserves a fair shake.