home.social

Search

1000 results for “cli_ar”

  1. SeaGL talks starting now

    * pkgconf: 15 years later from Ariadne Conill

    * The CLI Renaissance: Why Command Lines Matter in the Age of AI and the Promise of MCP from Sriram Madapusi Vasudevan

    * Coop-Cloud: Democrtically built and governed cloud from
    Ammar

    pretalx.seagl.org/2025/talk/

    Join the conference freely and anonymously - seagl.org/attend

    #SeaGL #SeaGL2025 #FLOSSconf #FLOSSevent #Seattle #today #packagi
    ng #CLI #AIeeeee #CommunityInfrastructure #sysadm

  2. SeaGL talks starting now

    * pkgconf: 15 years later from Ariadne Conill

    * The CLI Renaissance: Why Command Lines Matter in the Age of AI and the Promise of MCP from Sriram Madapusi Vasudevan

    * Coop-Cloud: Democrtically built and governed cloud from
    Ammar

    pretalx.seagl.org/2025/talk/

    Join the conference freely and anonymously - seagl.org/attend

    #SeaGL #SeaGL2025 #FLOSSconf #FLOSSevent #Seattle #today #packagi
    ng #CLI #AIeeeee #CommunityInfrastructure #sysadm

  3. SeaGL talks starting now

    * pkgconf: 15 years later from Ariadne Conill

    * The CLI Renaissance: Why Command Lines Matter in the Age of AI and the Promise of MCP from Sriram Madapusi Vasudevan

    * Coop-Cloud: Democrtically built and governed cloud from
    Ammar

    pretalx.seagl.org/2025/talk/

    Join the conference freely and anonymously - seagl.org/attend

    #SeaGL #SeaGL2025 #FLOSSconf #FLOSSevent #Seattle #today #packagi
    ng #CLI #AIeeeee #CommunityInfrastructure #sysadm

  4. SeaGL talks starting now

    * pkgconf: 15 years later from Ariadne Conill

    * The CLI Renaissance: Why Command Lines Matter in the Age of AI and the Promise of MCP from Sriram Madapusi Vasudevan

    * Coop-Cloud: Democrtically built and governed cloud from
    Ammar

    pretalx.seagl.org/2025/talk/

    Join the conference freely and anonymously - seagl.org/attend

    #SeaGL #SeaGL2025 #FLOSSconf #FLOSSevent #Seattle #today #packagi
    ng #CLI #AIeeeee #CommunityInfrastructure #sysadm

  5. Just released! stravavis 0.5.0 🚀

    Create artistic visualisations with your exercise data.

    pypi.org/project/stravavis/0.5

    🚴 Drop support for EOL Python 3.8

    🏃 Skip segments in GPX tracks with empty trkseg

    🛶 Fix pandas warnings

    #Python #strava #stravavis #release #CLI #Python38

  6. The newly-released #1Password CLI v2.13.0 brings the number of 28 Shell Plugins (the ability to authenticate to a CLI with a fingerprint).

    12 of which were built by y'all!

    New additions include #SnowflakeDB #DataVricks
    #cargo #argo #OpenAI #FlyIO
    #Vultr and #SourceGraph

    Huge thanks to @avy, github.com/kanadgupta, and github.com/ssttehrani for their new plugins.

  7. @stfn
    Right, but tell people what they are doing with this command.
    If .hushlogin is not existing in the home directory (~/) touch is just creating an empty file named .hushlogin.
    But if it already exists: touch adoptes the access time stamp to the time touch is executed...
    #linuc #cli #commands #touch

  8. @stfn
    Right, but tell people what they are doing with this command.
    If .hushlogin is not existing in the home directory (~/) touch is just creating an empty file named .hushlogin.
    But if it already exists: touch adoptes the access time stamp to the time touch is executed...
    #linuc #cli #commands #touch

  9. @stfn
    Right, but tell people what they are doing with this command.
    If .hushlogin is not existing in the home directory (~/) touch is just creating an empty file named .hushlogin.
    But if it already exists: touch adoptes the access time stamp to the time touch is executed...
    #linuc #cli #commands #touch

  10. @stfn
    Right, but tell people what they are doing with this command.
    If .hushlogin is not existing in the home directory (~/) touch is just creating an empty file named .hushlogin.
    But if it already exists: touch adoptes the access time stamp to the time touch is executed...
    #linuc #cli #commands #touch

  11. 【小ネタ】 AWS CLI コマンドを利用して AMI のブロックデバイスマッピング情報を引き継がないでインスタンスを作成する方法
    dev.classmethod.jp/articles/aw

    #dev_classmethod #AWS #Amazon_EBS #Amazon_EC2 #AWS_CLI

  12. Перевод CLI-приложения на Python: локализация click и typer с GNU gettext

    Для регистрации ПО в реестре Минцифры России нужно соблюсти несколько условий, одно из них — наличие русского языка на сайте и в документах. И хотя требований к языку в самом программном обеспечении я не нашёл (может быть, пока), но задача по русификации интерфейса появилась. Мы в «Тантор Лабс» развиваем корпоративную платформу баз данных Tantor XData, один из её компонентов — CLI (интерфейс командной строки) на Python с библиотекой Typer , которая, в свою очередь, написана поверх Click . Этот инструмент мы и попробуем русифицировать, а в идеале — научимся переводить приложение на разные языки, если потребуется. В статье рассмотрим концепции и инструменты, применяемые для локализации, включая использование библиотеки gettext в Python, а также стандарты, предоставляемые GNU gettext . Разберём работу с .pot , .po и .mo файлами, а также обработку плюральных форм, учитывающих языковые особенности множественных чисел.

    habr.com/ru/companies/astralin

    #python #gettext #typer #click #локализация #локализация_интерфейса #cli

  13. Перевод CLI-приложения на Python: локализация click и typer с GNU gettext

    Для регистрации ПО в реестре Минцифры России нужно соблюсти несколько условий, одно из них — наличие русского языка на сайте и в документах. И хотя требований к языку в самом программном обеспечении я не нашёл (может быть, пока), но задача по русификации интерфейса появилась. Мы в «Тантор Лабс» развиваем корпоративную платформу баз данных Tantor XData, один из её компонентов — CLI (интерфейс командной строки) на Python с библиотекой Typer , которая, в свою очередь, написана поверх Click . Этот инструмент мы и попробуем русифицировать, а в идеале — научимся переводить приложение на разные языки, если потребуется. В статье рассмотрим концепции и инструменты, применяемые для локализации, включая использование библиотеки gettext в Python, а также стандарты, предоставляемые GNU gettext . Разберём работу с .pot , .po и .mo файлами, а также обработку плюральных форм, учитывающих языковые особенности множественных чисел.

    habr.com/ru/companies/astralin

    #python #gettext #typer #click #локализация #локализация_интерфейса #cli

  14. most of my talks are conceptual and/or storytelling. this year i'll be doing more code-centric talks w/ the #HyperLANG and #HyperCLI tooling i created a couple years ago.

    join me at #GOTOChgo using promo code “mike10” for 10% off: gotochgo.com/2023

    we'll explore "Programmingthe Web w/ HyperLANG and HyperCLI"

    #api360 #cli #http

  15. Suche ein Programm zur #Netzwerkanalyse dh ich möchte sehen, welches programm welche (internet)adresse im betrieb ansteuert. In echtzeit angezeigt und/oder als log. Quasi sowas wie #netguard oder #RethinkDNS nur für den desktop. Hat da wer eine empfehlung? Gui oder cli egal, bin auf #archlinux

  16. [アップデート] Amplify Gen2 CLI 実行時に CDK と同じ形式でデプロイ状況を確認できるようになりました
    dev.classmethod.jp/articles/am

    #dev_classmethod #AWS_Amplify #AWS_CDK #AWS

  17. In case you are in a mood for some #flatpak applications building with #cakebuild, you are in luck. I just published Cake.Flatpak with support for flatpak-builder cli. #cakecontrib #cakeaddin

    nuget.org/packages/Cake.Flatpak

  18. Пуск Беспроводной CLI на Микроконтроллере

    Иной раз возникает такая ситуация, что надо получить доступ к устройству висящему под потолком. В этом тексте я расскажу как запустить беспроводную консоль на микроконтроллере.

    habr.com/ru/articles/929086/

    #wifi #esp01 #atкоманды #atcommands #csv #wireless #cli #uart