home.social

Search

1000 results for “cli_ar”

  1. Really happy with the internal architecture of Fowl's activity visualization: a series of "Message" objects that deterministically build the status state.

    Thus I can easily have a "record" and "replay" option github.com/magic-wormhole/fowl which greatly helps when fiddling with the console visualizations (record one test-case, replay it until the output looks nice).

    #magicWormhole

  2. Перевод 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

  3. The extreme weather events happening around the world are a reminder of the importance of teaching and understanding climate science. We're proud to offer free lessons plans that corresponds with five free short films about climate change.

    journeysinfilm.org/product/cli

    #StemEducation #ScienceTeacher #EnvironmentalStudies #ClimateChange #Education #Homeschooling @education @edutooters @stemeducation @climatechange

  4. The extreme weather events happening around the world are a reminder of the importance of teaching and understanding climate science. We're proud to offer free lessons plans that corresponds with five free short films about climate change.

    journeysinfilm.org/product/cli

    #StemEducation #ScienceTeacher #EnvironmentalStudies #ClimateChange #Education #Homeschooling @education @edutooters @stemeducation @climatechange

  5. The extreme weather events happening around the world are a reminder of the importance of teaching and understanding climate science. We're proud to offer free lessons plans that corresponds with five free short films about climate change.

    journeysinfilm.org/product/cli

    #StemEducation #ScienceTeacher #EnvironmentalStudies #ClimateChange #Education #Homeschooling @education @edutooters @stemeducation @climatechange

  6. The extreme weather events happening around the world are a reminder of the importance of teaching and understanding climate science. We're proud to offer free lessons plans that corresponds with five free short films about climate change.

    journeysinfilm.org/product/cli

    #StemEducation #ScienceTeacher #EnvironmentalStudies #ClimateChange #Education #Homeschooling @education @edutooters @stemeducation @climatechange

  7. nmcli is a CLI tool that talks to NetworkManager—lets you create and manage connections, check status, and run basic network diagnostics right from the terminal

    Here are useful nmcli command examples 😎👇

    Find high-res pdf ebooks with all my Linux related infographics at study-notes.org/linux-ebook.ht

    #linux #kalilinux #sysadmin #opensource #devopstraining

  8. nmcli is a CLI tool that talks to NetworkManager—lets you create and manage connections, check status, and run basic network diagnostics right from the terminal

    Here are useful nmcli command examples 😎👇

    Find high-res pdf ebooks with all my Linux related infographics at study-notes.org/linux-ebook.ht

    #linux #kalilinux #sysadmin #opensource #devopstraining

  9. nmcli is a CLI tool that talks to NetworkManager—lets you create and manage connections, check status, and run basic network diagnostics right from the terminal

    Here are useful nmcli command examples 😎👇

    Find high-res pdf ebooks with all my Linux related infographics at study-notes.org/linux-ebook.ht

    #linux #kalilinux #sysadmin #opensource #devopstraining

  10. nmcli is a CLI tool that talks to NetworkManager—lets you create and manage connections, check status, and run basic network diagnostics right from the terminal

    Here are useful nmcli command examples 😎👇

    Find high-res pdf ebooks with all my Linux related infographics at study-notes.org/linux-ebook.ht

    #linux #kalilinux #sysadmin #opensource #devopstraining

  11. Githab CLI и Github Actions на страже вайб кодинга с мобильными агентами Cursor

    В этой статье, я расскажу, про опыт работы с агентами Cursor, github actions и великолепный Github Cli. Статья не претендует на истину и является частным практическим опытом. Вступление Лето. Время отпусков. Делать не фиг. Можно залипать в рилсах или сериальчиках на пляже, но зачем, если можно создать что-то прикольное с мобильниого телефона, с помощью агентов. А конкретно, с помощью cursor.com/agents (стоит 20 баксов в месяц docs.cursor.com/account/pricing или 3к рублей в год, если немного поискать). Итак, создаем репозиторий (В моем случае github.com/RobotAvi/MoneyGame ) или берем готовый. Даем задачу агенту.

    habr.com/ru/articles/931296/

    #llm #cursor #агент #github #github_actions #github_cli

  12. I am playing for the first time with microcontrollers (#arduino #Raspberry_pi pico).

    And I am so confused by the amount of things that are hidden from me...
    (when installing deps, writing a program, compiling a program, flashing the program, getting the serial output)

    When looking online how to things without the arduino-ide, I don't find much.... (i am now using the arduino-cli + a makefile but still a lot of magic in that cli)

    Like, sure, I am a microcontroller noob, but not a complete computer noob: where is the tutorial for this kind of audience ? 🙂

    Note: I might be so noob that I don't know how/where to find those resources. That's also a strong possibility 😅

  13. Love the CLI? 🤖✨ Learn how to simplify your team workflows with 🚀🔧

    Everyone on a team works in a standard reproducible environment 🌟🔄
    Secrets stay secure 🔒
    No setup chaos 🚫⚙️

    Read about it in our new article: flox.dev/blog/flox-and-aws-tak

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

    #dev_classmethod #AWS #Amazon_EBS #Amazon_EC2 #AWS_CLI

  15. 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

  16. #dimcli is an argument parser for #Cpp.

    dimcli provides an intuitive interface for parsing out arguments from the CLI. dimcli options can have multiple aliases, defaults, and automatic type parsing. Help screens are automatically generated from option definitions. dimcli support subcommands, argument/response files, convenient version, help, final options, and more.

    Website 🔗️: github.com/gknowles/dimcli

    #free #opensource #foss #fossmendations #programming

  17. And because a proper CLI tool needs to have a man page, I also made this little build.zig wrapper around scdoc.
    codeberg.org/spiffyk/scdoc.zig

    #zig #ziglang #scdoc #man

  18. And because a proper CLI tool needs to have a man page, I also made this little build.zig wrapper around scdoc.
    codeberg.org/spiffyk/scdoc.zig

    #zig #ziglang #scdoc #man

  19. And because a proper CLI tool needs to have a man page, I also made this little build.zig wrapper around scdoc.
    codeberg.org/spiffyk/scdoc.zig

    #zig #ziglang #scdoc #man

  20. And because a proper CLI tool needs to have a man page, I also made this little build.zig wrapper around scdoc.
    codeberg.org/spiffyk/scdoc.zig

    #zig #ziglang #scdoc #man

  21. @fireborn

    all these are structural quality issues, I hope you don't stumble upon a lot.

    The CLI is nice, for search and more use "nh". But it is veery verbose, I thought of that when listening to your #TechOverTea episode. It should have a less verbose mode

  22. GNU/Linux/nvme-cli/Kingston/firmware

    О чем эта статья Вендор NVMe дисков предоставлял пригодные для обновления прошивки под ОС GNU/Linux, но это изменилось. В статье разбираюсь с новым форматом прошивок и возвращаю возможность обновления.

    habr.com/ru/articles/872210/

    #linux #nvmecli #kingston #firmware #vendorlock #ssd #nvme

  23. (my CLI for generating secure, random, and *pronounceable* passphrases, useful for having passwords that aren't a pain to type in when you can't paste from your password manager) now has a website:

    passgen.codesections.com

    (Actually, because I'm indecisive about the hyphen in the title and like 301 redirects, pass-gen.codesections.com works too)

  24. The newest gh CLI has added telemetry:

    "As agentic adoption of GitHub CLI grows, our team needs visibility into how features are being used in practice."

    Opt out with any of these:

    export GH_TELEMETRY=false # any falsy value: 0, false, disabled

    export DO_NOT_TRACK=true

    gh config set telemetry disabled

    cli.github.com/telemetry
    github.com/cli/cli/releases/ta

    Edit: Here's a script to set the env vars for GitHub Actions in your orgs and user repos: github.com/hugovk/github-tools

    #GitHub #CLI #telemetry

  25. Update on the BashCore CLI build!

    So... I fell asleep while the ISO was building 🥹🤦🏻‍♂️🤪🤷🏻‍♂️😌
    Parrot did finish the job — ISO created, around 6.5 GB — but... it doesn't log in. Something broke during setup. Time to review the login flow and user config.

    Apparently, no matter how fast your VPN is or how many cores you throw at it... debugging waits for no one.

    Back to the lab!

    #BashCore #Linux #DevLog #CustomISO #LoginLoop #OpenSource #ParrotOS

  26. Service Mesh deployments are all heading the wrong way!

    I’ve no idea which solution is capable of rolling out a fully reproducible service mesh installation and deterministic. Every solution in the industry keeps pushing towards using their own cli but the problem is you get different outputs on every run.

    #k8s #kubernetes #servicemesh

  27. 【小ネタ】 AWS CLI を使用して既存 S3 オブジェクトの暗号化方式を SSE-S3 から SSE-KMS に変更してみた
    dev.classmethod.jp/articles/s3

    #dev_classmethod #AWS #Amazon_S3 #AWS_KMS

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

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

    habr.com/ru/articles/929086/

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