home.social

#textualize — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #textualize, aggregated by home.social.

fetched live
  1. I had a bunch of JSONL files with sensor readings and needed a quick way to check field cardinality and fill rates, filter records, and look up specific entries. Sure, I could have used Databricks, but where’s the fun in that? 😉

    So I ended up building a TUI for viewing and filtering JSONL data, with some basic statistics included.

    github.com/jsynowiec/tav

    #textual #textualize #python #tui #jsonl #dataEngineering #timeSeries

  2. I had a bunch of JSONL files with sensor readings and needed a quick way to check field cardinality and fill rates, filter records, and look up specific entries. Sure, I could have used Databricks, but where’s the fun in that? 😉

    So I ended up building a TUI for viewing and filtering JSONL data, with some basic statistics included.

    github.com/jsynowiec/tav

    #textual #textualize #python #tui #jsonl #dataEngineering #timeSeries

  3. New blog entry with a write up on a #textualize app I built to display weather and environmental data on a #raspberryPi with a 7in screen. Still working on the UI, but it's meeting the need!

    This displays the current local weather in the upper left corner followed by more squares that collect data around my property using pi zeros and sensors. More in the writeup!

    blog.meadowhawk.xyz/a-weather-

    For ref: @textualize
    #python #diy #maker

  4. Writing an article to explain what is #textual, a #Python package to build rich UI in terminal. And I realized that I could create a chatbot inside #neovim

    Maybe #llm-ls and #TabbyML could be interested.

    #ai #tui #textualize

    FYI, the package is textual.textualize.io/

  5. Writing an article to explain what is #textual, a #Python package to build rich UI in terminal. And I realized that I could create a chatbot inside #neovim

    Maybe #llm-ls and #TabbyML could be interested.

    #ai #tui #textualize

    FYI, the package is textual.textualize.io/

  6. New thing in the #inventree community: inventree-tui. This allows you to use your terminal to manipulate and search your stock.
    It is very new and feedback is welcome github.com/j-huff/inventree-tu
    #inventory #textualize #stockmanagment

  7. Just invested three hours in learning that "allow mouse reporting" is somehow optional in MacOSX Terminal.

    Now that's it's enabled, I find things probably had been working for a long time.

  8. #macOS #Textualize

    Just invested three hours in learning that "allow mouse reporting" is somehow optional in MacOSX Terminal.

    Now that's it's enabled, I find things probably had been working for a long time.

  9. If #Textualize had a spirt animal. What species would it be?

  10. If #Textualize had a spirt animal. What species would it be?

  11. I've been working on a app that uses to interact with the raindrop.io API to save bookmarks, view them, and open bookmarks in the default browser. It has been a fun learning experience, and needs some more polish, but the basic parts work github.com/JoshuaOliphant/avoc

  12. @davep

    This is interesting. I assumed (without checking) that github is basically there to discuss the development (and bugs) of #textualize itself but not as a channel for questions on how to use it.

  13. @davep

    This is interesting. I assumed (without checking) that github is basically there to discuss the development (and bugs) of #textualize itself but not as a channel for questions on how to use it.

  14. My first post to the devlog blog, in which I talk about what I found during our first week of dogfooding , using it to write a couple of apps for the terminal.

    textual.textualize.io/blog/202

  15. My first post to the #Textualize devlog blog, in which I talk about what I found during our first week of dogfooding #Textual, using it to write a couple of #Python apps for the terminal.

    textual.textualize.io/blog/202

  16. @hugovk @willmcgugan Yes, I already tried and that's exactly why came to mind 😅

  17. @hugovk @willmcgugan Yes, I already tried #Toot and that's exactly why #Textualize came to mind 😅

  18. Hi @willmcgugan has anyone already thought about building a for with ? 💡
    I'm just asking. 😄

  19. Hi @willmcgugan has anyone already thought about building a #client for #mastodon with #textualize ? 💡
    I'm just asking. 😄

  20. ❓ Has anyone built a #Mastodon app using #Textualize, by any chance? I would #geekout if such a thing exists!

    I don't suppose you know of anything @willmcgugan ?

    textualize.io/

  21. ❓ Has anyone built a #Mastodon app using #Textualize, by any chance? I would #geekout if such a thing exists!

    I don't suppose you know of anything @willmcgugan ?

    textualize.io/

  22. Python is really cool. I love how extremely cross-platform it is (#Linux, , , , ...). But the docs seem to be *very* insufficient and the ones you find seem to be outdated and don't work anymore (async all over the place, App() not initialized, etc...).

    I am stuck on simple things like how to center a button 🤦

    @davep