digitalcourage.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Diese Instanz wird betrieben von Digitalcourage e.V. für die Allgemeinheit. Damit wir das nachhaltig tun können, erheben wir einen jährlichen Vorausbeitrag von 1€/Monat per SEPA-Lastschrifteinzug.

Server stats:

812
active users

#ruby

31 posts30 participants4 posts today

🌘 復活的神:Ruby 程序監控框架
➤ 簡潔而強大的 Ruby 進程守護者
github.com/mishina2228/resurre
這是一個關於「Resurrected God」開源專案的 GitHub 頁面介紹,該專案 fork 自 mojombo/god,旨在提供一個簡單易用且可擴展的 Ruby 進程監控框架。專案強調了其易於配置、易於擴展的特性,並致力於成為最簡單、最強大的監控應用程式。文件中包含專案的基本資訊、作者、網站、描述、文件連結、社羣郵寄名單、授權資訊,以及程式碼結構與貢獻記錄。
+ 這是個不錯的專案,對於需要穩定運行 Ruby 服務的開發者來說非常有幫助。
+ Fork 自 mojombo/god 感覺有傳承的味道,希望這個專案能繼續活躍。
#Ruby #Process Management #Monitoring #Open Source

Ruby process monitor. Contribute to mishina2228/resurrected_god development by creating an account on GitHub.
GitHubGitHub - mishina2228/resurrected_god: Ruby process monitorRuby process monitor. Contribute to mishina2228/resurrected_god development by creating an account on GitHub.

Recently, I noticed that middleman-blog received many new commits.

So I've taken the time to upgrade my stack, remove outdated dependencies and upgrade #middleman and middleman-blog to their most recent versions, and #ruby too 🚀

It's not so critical for a website generator, but it still feels good to get rid of the old #ruby 2.8 stack on my dev env and be back on a modern #ruby

Thanks @markets for the hard work you put on middleman-blog 🫶

Lots of negativity and hatred for AI but as a #ruby developer who now lives in a #javascript world, I feel really empowered. Today I made 3 meaningful commits and responded to PR criticism, all with the help of #AI. Stuff that was too boring to bother the dev team with and suddenly it's done.

I’ve seen complaints over the years that it’s a problem that you can’t safely do automated refactors in #ruby

Some of those same people are now doing refactors with AI, which also can’t be done safely. So I guess that was never the real problem 👀

Designing API Error Messages for AI Agents: nordicapis.com/designing-api-e

Good read on the additional benefits of RFC 7807 Problem Details for HTTP APIs.

💡 If you need an implementation of RFC 7807, see the Petail gem: alchemists.io/projects/petail. I'm using this for all of my API error responses now.

Nordic APIs · Designing API Error Messages for AI Agents | Nordic APIs |Improve how your API communicates with AI agents using semantic error messages and structured recovery paths.