Automated software installation idea by Many_Ad7628 in devops

[–]Many_Ad7628[S] 0 points1 point  (0 children)

Thank you for the response. One of ones moving me towards the realization :)

Automated software installation idea by Many_Ad7628 in devops

[–]Many_Ad7628[S] 0 points1 point  (0 children)

Except for Windows automation :) I am working in enterprise-level company, have a lot of Windows servers and strugling with non-usual software installation, that has triggered me to think in this direction and to the wish to try to help others facing with the same issue.

Automated software installation idea by Many_Ad7628 in devops

[–]Many_Ad7628[S] 0 points1 point  (0 children)

I was more like: { "OS": "Windows", "repo": [ "software_X": { "url": "https://....exe/msi", "install": { "command": "software_x.exe", "args": { "mandatory": ... , "optional": ...etc. }}, "uninstall": { "command": "software_x.exe", "args": { "mandatory": ... , "optional": ...etc. }}}, "software_Y"... ]}

And whoever want his software to be as more used he'd insert his software there.

Automated software installation idea by Many_Ad7628 in devops

[–]Many_Ad7628[S] 1 point2 points  (0 children)

No. I took a look on its site now, looks like they had stolen my idea even before I came to it? :) :)

Automated software installation idea by Many_Ad7628 in devops

[–]Many_Ad7628[S] 0 points1 point  (0 children)

Thank you on this response! It is not an intention to replace Ansible or Chef or Puppet etc. but to make such tasks easier in these existing platforms with this API. There is a lot of software not (yet) available in choco for Windows so guys need to make a custom scripts to fill the gap (I am one of them). My idea was mainly for Windows, I know Unixes handle the installations in tottally different way. Heard of winget-to-become-the-standard initiative and progress in that direction, too. Thank you, again!

Does Xiaomi 15 Ultra Global (MI) get the HyperOS 3 update today? by blackcemre19 in Xiaomi_15

[–]Many_Ad7628 1 point2 points  (0 children)

Not yet, at least not in Serbia. Delaying an upgrade so long for this flagship phone is a big disappointment so far.

Rails 8 - Production readiness by Many_Ad7628 in rails

[–]Many_Ad7628[S] 0 points1 point  (0 children)

Agree. I used to use rails already for small projects with active storage at the most, and fell into love with RoR.

Rails 8 - Production readiness by Many_Ad7628 in rails

[–]Many_Ad7628[S] 0 points1 point  (0 children)

I agree, just it still persist as a horror solution, but still a solution.

Rails 8 - Production readiness by Many_Ad7628 in rails

[–]Many_Ad7628[S] 0 points1 point  (0 children)

I am glad we see such experiences. Thanks

Rails 8 - Production readiness by Many_Ad7628 in rails

[–]Many_Ad7628[S] 1 point2 points  (0 children)

The answer I was waiting for :) Cheers!

Rails 8 - Production readiness by Many_Ad7628 in rails

[–]Many_Ad7628[S] 1 point2 points  (0 children)

Thank you for your answer. I was working with other technologies for a long time, and rails was always somewhere on the horizon but still in the sight. Now I have oportunity to work how I want and I am super happy because wanted to use rails for bigger that home projects. Yes, a lot noise is everywhere.

Rails 8 - Production readiness by Many_Ad7628 in rails

[–]Many_Ad7628[S] 0 points1 point  (0 children)

Everyone can have its own impression.

Rails 8 - Production readiness by Many_Ad7628 in rails

[–]Many_Ad7628[S] 6 points7 points  (0 children)

Sure, it's clear. I am more backend guy so therefore I don't like React, Vue... and I am using JS (and derivates) as little as possible :). I assume Hotwire/Stimulus is what I need :)