#mise — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #mise, aggregated by home.social.
-
Использование mise для установки зависимостей при андроид-разработке
Есть большая и сложная система сборки Gradle и андроид-плагин AGP для установки большей части компонентов Android SDK, необходимых для вашего приложения. Но что, если вам не хочется руками устанавливать Android Studio, Android SDK, cmake, scrcpy и прочие нужные вещи? Здесь на помощь приходит mise — при кажущейся простоте он умеет все, что нам нужно.
-
Bevor ich mir jetzt die Mühe mache das zu fixen, den einen Node wegworfen. Wir haben ja #terraform.
Joa. Da auch kleinere Schwierigkeiten. 🙄
Und jetzt bin ich froh, dass ich damals meinen #mise Tasks so gebaut habe, dass sie Parameter mit übergeben kann, ie sie dann an z.B. die ansible-playbooks durchreichen.mise run --skip-deps ansible:build --limit testing-ost-compute-2
Das geht dann schneller, wenn er nicht alles durchdödeln muss. (2/3)
-
It's been bothering me that releasing #helm charts has become such a pain. Both CI and the act of bumping the chart versions when handling many has been a real friction point for us.
So this weekend, I put some effort into it to create a tool that both solves bumping & publishing!
Works briliantly together with #mise & #hk !Automatically bumps the chart version depending on the conventional commit message & publishes all new charts in the repo. 🚀
-
Shoutout to old reliable #Pushover which is still a great option for sending quick notification to any of your devices! And because I need my (containered) agents to do just that, here's a bash-based CLI script that can be installed with #mise.
- CLI: https://github.com/czottmann/pushover-cli
- PO: https://pushover.net/Srsly, Pushover is ace. A wee bit fiddly, yes, but no subscriptions! You pay a few bucks *once* per platform (iOS, Android, whatever), and then you're good. Super-fair.
-
Shoutout to old reliable #Pushover which is still a great option for sending quick notification to any of your devices! And because I need my (containered) agents to do just that, here's a bash-based CLI script that can be installed with #mise.
- CLI: https://github.com/czottmann/pushover-cli
- PO: https://pushover.net/Srsly, Pushover is ace. A wee bit fiddly, yes, but no subscriptions! You pay a few bucks *once* per platform (iOS, Android, whatever), and then you're good. Super-fair.
-
💡 Mise-en-place unifica runtime, variabili d'ambiente e task in un solo strumento dichiarativo
https://gomoot.com/mise-en-place-sta-cambiando-il-modo-di-gestire-gli-ambienti-di-sviluppo/ -
💡 Mise-en-place unifica runtime, variabili d'ambiente e task in un solo strumento dichiarativo
https://gomoot.com/mise-en-place-sta-cambiando-il-modo-di-gestire-gli-ambienti-di-sviluppo/ -
https://www.kpopnsfw.com/252054/260423-whitemotif-instagram-update-with-aespa-mise-en-scene-pop-up-in-seongsu/ 260423 whitemotif Instagram Update with aespa @ mise en scène Pop-Up in Seongsu #aespa #instagram #mise #PopUp #scene #Seongsu #update #whitemotif
-
@hyperreal @rvyhvn Go and Python is enough reason to bring mise.
It's not about your preferences, but for consistency between developers of the same project. Or, for you, to come back to older projects you have not touched for a while.
For Open Source and team-based projects it will be really nice to have as a standard.
-
@hyperreal @rvyhvn Go and Python is enough reason to bring mise.
It's not about your preferences, but for consistency between developers of the same project. Or, for you, to come back to older projects you have not touched for a while.
For Open Source and team-based projects it will be really nice to have as a standard.
-
Here is how you can run complex CLI tasks easily! ⚡
🛠️ **TuiSage** — TUI for running mise tasks
💯 Fuzzy search, dynamic completions & embedded terminal execution
🌀 Supports any tool that expose --usage specs
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/mgood/tuisage
#rustlang #ratatui #tui #mise #task #runner #productivity #terminal
-
Here is how you can run complex CLI tasks easily! ⚡
🛠️ **TuiSage** — TUI for running mise tasks
💯 Fuzzy search, dynamic completions & embedded terminal execution
🌀 Supports any tool that expose --usage specs
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/mgood/tuisage
#rustlang #ratatui #tui #mise #task #runner #productivity #terminal
-
🔧 Meet mise - a multi-purpose dev tool that handles:
• Tool installation (with version pinning!)
• Task running (like make/just)
• Environment variable managementInstall specific versions effortlessly: mise use helm@3
Works seamlessly across macOS & Linux. Perfect for managing project-specific toolchains!Read my post: https://blog.bitfoo.de/tools/mise/
#DevOps #linux #macos #engineering #tools #development #sysadmin #rust #cli #mise #DevTools #opensource #Softwaredevelopment #programming @jdx
-
🔧 Meet mise - a multi-purpose dev tool that handles:
• Tool installation (with version pinning!)
• Task running (like make/just)
• Environment variable managementInstall specific versions effortlessly: mise use helm@3
Works seamlessly across macOS & Linux. Perfect for managing project-specific toolchains!Read my post: https://blog.bitfoo.de/tools/mise/
#DevOps #linux #macos #engineering #tools #development #sysadmin #rust #cli #mise #DevTools #opensource #Softwaredevelopment #programming @jdx
-
mise — утилита необходимая каждому разработчику и в каждом проекте
Утилита mise (полное название MISE-EN-PLACE) настраивает необходимое для разработки окружение: Для разработчика это глобальный набор инструментов (от языков программирования до мелких утилит) нужных версий. Для проектов это аналогичный набор инструментов (специфичных для этого проекта версий, одинаковых у всех разработчиков и на CI) плюс конфигурация (переменные окружения/зашифрованные секреты для конкретного dev/staging/prod/… окружения плюс локальные отличия) плюс задачи (скрипты) для сборки/тестирования/деплоя/…. Я использую mise примерно полтора года, постепенно перевожу на неё все свои проекты, и мне однозначно нравится результат! Дальше я опишу свои впечатления от использования mise, но, в общем и целом, всё необходимое есть в официальной доке .
https://habr.com/ru/articles/1002390/
#mise #tools #environment #tasks #инструменты #переменные_окружения #задачи #разработка_программного_обеспечения
-
If you're trying to install Ruby using Mise on MacOS and you're hitting a build error, you might need to install `libyaml`: `brew install libyaml` if you're using Homebrew.
-
If you're trying to install Ruby using Mise on MacOS and you're hitting a build error, you might need to install `libyaml`: `brew install libyaml` if you're using Homebrew.
-
✨ Le parcours d'un autodidacte vers la souveraineté numérique
Un Marseillais transforme son invalidité en moteur pour construire un écosystème numérique #Libre et auto-hébergé, défiant les GAFAM.🔗 https://www.adalta.info/pdf/index.html?title=prstn_privacy_115929632156378446
[ Verfügbar in 🇩🇪 //Available in 🇺🇸 //Disponible en 🇫🇷 ]#Privacy #Mise à jour #Introduction #Fediverse #Marseille #Sf #Souverainetenumerique #Selfhosted #Radioamateur #Vieprivee #Autohebergement #Degafam #Radioamateurisme #Mesnumeriquesfr #AISummary #Bot
-
✨ Le parcours d'un autodidacte vers la souveraineté numérique
Un Marseillais transforme son invalidité en moteur pour construire un écosystème numérique #Libre et auto-hébergé, défiant les GAFAM.🔗 https://www.adalta.info/pdf/index.html?title=prstn_privacy_115929632156378446
[ Verfügbar in 🇩🇪 //Available in 🇺🇸 //Disponible en 🇫🇷 ]#Privacy #Mise à jour #Introduction #Fediverse #Marseille #Sf #Souverainetenumerique #Selfhosted #Radioamateur #Vieprivee #Autohebergement #Degafam #Radioamateurisme #Mesnumeriquesfr #AISummary #Bot
-
CW: ai drama
Learning that #mise, a meta packaging tool, which I personally use, package, and contribute to through a plugin, took a major turn 6 months ago towards largely vibe coding all future development by the lead developer. I'm not really sure what to do with this information, at least it is somewhat clearly labelled? :blobfoxnotlikethis:
So I'm on the market to look for another packaging tool. Wondering if #nix ever got their drama resolved since i left. I know nixpkgs does have a vague "no llm slop" rule, but nothing explicitly against use of AI completely. :blobfoxsad:
Maybe I should try to pick up another tool for packaging more seriously, like RPMs and Open Build Service, and contribute more upstream to openSUSE. :revblobfoxread:
-
CW: ai drama
Learning that #mise, a meta packaging tool, which I personally use, package, and contribute to through a plugin, took a major turn 6 months ago towards largely vibe coding all future development by the lead developer. I'm not really sure what to do with this information, at least it is somewhat clearly labelled? :blobfoxnotlikethis:
So I'm on the market to look for another packaging tool. Wondering if #nix ever got their drama resolved since i left. I know nixpkgs does have a vague "no llm slop" rule, but nothing explicitly against use of AI completely. :blobfoxsad:
Maybe I should try to pick up another tool for packaging more seriously, like RPMs and Open Build Service, and contribute more upstream to openSUSE. :revblobfoxread:
-
I still don't understand how people live with `npm` for their CLI app needs.
I have a tool installed from whenever, and it's in my PATH, but it's not up to date and I have no clue how to remove it.
The path seems to be to reinstall packages at latest versions when the node/npm version and thus the managed installation folder changes with #mise but I am not willing to accept that.
-
I still don't understand how people live with `npm` for their CLI app needs.
I have a tool installed from whenever, and it's in my PATH, but it's not up to date and I have no clue how to remove it.
The path seems to be to reinstall packages at latest versions when the node/npm version and thus the managed installation folder changes with #mise but I am not willing to accept that.
-
🎩✨ "fnox" is the latest overhyped #tech hocus-pocus, promising to be the perfect match to "mise" like a bad rom-com pairing. 🤦♂️ But don't worry, GitHub's #AI will be there, whispering sweet nothings about "better code," while you drown in a sea of #buzzwords. 🚀
https://github.com/jdx/mise/discussions/6779 #fnox #mise #hype #GitHub #HackerNews #ngated -
🎩✨ "fnox" is the latest overhyped #tech hocus-pocus, promising to be the perfect match to "mise" like a bad rom-com pairing. 🤦♂️ But don't worry, GitHub's #AI will be there, whispering sweet nothings about "better code," while you drown in a sea of #buzzwords. 🚀
https://github.com/jdx/mise/discussions/6779 #fnox #mise #hype #GitHub #HackerNews #ngated -
fnox, a secret manager that pairs well with mise
https://github.com/jdx/mise/discussions/6779
#HackerNews #fnox #mise #secretmanager #cybersecurity #softwaredevelopment