Live data from Hacker News

Viewing profile — Zaloog

Zaloog

HN member
Joined
Tue, Nov 21, 2023, 3:18 AM UTC
HN karma
32
Public activity
19 items

About Zaloog

No profile information was provided.

Recent public activity

  1. comment
    Comment #46632188

    I just added a cli Interface to my existing tool kanban-tui. Now I can let the agent create tasks and work on them via cli and I can monitor or add new tasks on the fly on the TauI…

  2. story
  3. comment
    Comment #46113802

    Location: Cologne, Germany Remote: Yes, prefer on-site Willing to relocate: yes Technologies: Python, SQL, AWS, Terraform, Git Résumé/CV: On request Github: https://github.com/Zalo…

  4. comment
    Comment #45828989

    Ive built a TUI which utilizes blueutil [0]. It displays inline and supports j/k navigation. Also wrote a short post about its creation [1]. [0]: https://github.com/Zaloog/blueutil…

  5. comment
    Comment #45819993

    Nice work. Ive also build a TUI over blueutil ( https://github.com/toy/blueutil ) for MacOs: https://github.com/Zaloog/blueutil-tui Its written in python using the textual framewor…

  6. comment
    Comment #44543599

    Awesome library, I use it in ayu ( https://github.com/Zaloog/ayu ) to watch for changes in test files, to automatically rerun those tests.

  7. comment
    Comment #44091304

    Working on a pytest plugin with a tui to run tests interactively and manage plugins and options

  8. comment
    Comment #43536089

    How is rainfrog different from harlequin[0] [0] https://github.com/tconbeer/harlequin

  9. comment
    Comment #43280656

    https://www.hundredsofbeavers.com/ Also worth a watch

  10. story
  11. story
    Show HN: TUI Bluetooth Connector for Mac

    Hi, since sometimes my AirPods didn't autoconnect to my Macbook and I didn't want my hands to leave the keyboard. I looked for alternative solutions to quickly connect devices. Fou…

  12. comment
    Comment #42677278

    Pixi might be something worth looking for, if you want a uv conda equivalent

  13. comment
    Comment #42360771

    `brew install uv` and no more python troubles occur

  14. comment
    Comment #41994883

    Started with rye first, but now fully turned to uv. Such a breeze to work with.

  15. comment
    Comment #41616399

    How does this compare to Harlequin?

  16. comment
    Comment #39661333

    I developed a kanban cli tool with some features like report creation and automatic task scanning. You can jnstall it with: pipx install kanban-python Source Screenshots +Feature l…

  17. story
  18. comment
    Comment #38384963

    Thanks :) Anything you think that could be improved from your point of view?

  19. story
    Show HN: Kanban-Python a Terminal Kanban Application Written in Python

    Hi everyone, I want to share my first published python package. It allows to manage multiple kanban boards in the terminal. And creates .json files to store the tasks for each spec…