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:

813
active users

#solid

0 posts0 participants0 posts today
Replied in thread

@Em0nM4stodon
My #NixOS #setup. Even when I #ported it once to #another #machine, I #forgot to add the #user #password. So I kind of went into a #ghost user #session. All i did is #reboot and chose previous #generation corrected my #config and that's all. No need for #backup, #rescue #disk etc. I corrected my configs, now it's truly portable. All my setup is #rock #solid #stable and never #broke it though I use a lot of #unstable #packages. #Nix and #NixOS are just 🔥 ❤️

🌗 Ruby on Rails 的 Solid Queue 深入解析
➤ 探索 Solid Queue 的排程、週期性任務與監控功能
blog.appsignal.com/2025/06/18/
本文深入探討了 Ruby on Rails 中 Solid Queue 的使用方法,Solid Queue 是一個不需依賴 Redis 即可儲存工作資料的背景任務處理系統。文章主要介紹了 Solid Queue 如何排程工作、處理週期性任務、控制並發量,以及如何透過 AppSignal 進行監控。Solid Queue 利用資料庫表格儲存排程任務,並透過 Dispatcher 程序定時執行,同時利用 RecurringTask 模型處理週期性任務,提供了強大的功能且易於配置。
+ 真的太棒了!不需要 Redis 就能處理背景任務,而且功能完善,簡化了開發流程。
+ 這篇文章寫得非常清楚,讓我
#Ruby on Rails #Solid Queue #背景工作 #任務排程

blog.appsignal.com · A Deep Dive into Solid Queue for Ruby on Rails | AppSignal BlogIn the second part of our series, let's dive deeper into some of Solid Queue's more advanced features.

@tastapod inspired me with his #JoyfulCoding based on cupid.dev practices. Focus less on formal #SOLID principles. Have more fun.

This Joy of Coding notion led me to expand the concept to be #JoyfulCreation.

After all coding is social and countless people are involved in getting results that fulfills our collective needs.

This is what the future #SocialWeb will bring. #CommonsParticipation 💪

Joyful creation is where fediverse allows us to ✨ social code the social code together.

cupid.devCUPID - for joyful code

We're migrating Hackers' Pub to a pretty unconventional tech stack, and I'm honestly excited about it!

Thanks to my friend @xiniha, we're diving into #Solid, #SolidStart, #Pothos, #GraphQL, and #Relay. In a world dominated by Next.js and React, this feels refreshingly different. And yes, we're sticking with #Deno instead of Node.js too.

Some might call it contrarian, but I like to think of it as exploring what's possible beyond the mainstream. Sometimes the road less traveled leads to interesting places.

hackers.pubHackers' PubHackers' Pubは、ソフトウェアエンジニアが知識と経験を共有する場所です。また、ActivityPubに対応したソーシャルネットワークでもあり、フェディバース(fediverse)で気に入ったハッカーをフォローして、最新のコンテンツをフィードで受け取ることができます。
Replied in thread

@wjmaggos @anders

Yes, I've always thought the future of the social web in a technical sense would be both federated and p2p i.e. 'hybrid decentralization' as I call it. It would be great if we had autonomous clients where our personal data resides, in this set up, so we are in control. This is amongst others the direction that #ActivityPods takes, combining #ActivityPub and #Solid linked data standards.

activitypods.org

ActivityPodsActivityPods - Personal data spaces powered with ActivityPubBrings together ActivityPub and Solid Pods and empowers developers to create truly decentralized applications.

👩‍💻🖥 Топ-4 принципи програмування👇

1️⃣ #KISS — Keep it simple, stupid
👉 Чим простіше код, тим краще.

2️⃣ #DRY — Don't repeat yourself
👉 Необхідно уникати повторів однотипного коду.

3️⃣ #YAGNI — You aren't gonna need it
👉 Код має виконувати лише ті функції, які необхідні в цей момент.

4️⃣ #SOLID.
👉 5 принципів ООП. Код має бути чистим, добре структурованим та масштабованим.