Please turn JavaScript on
Ruby China icon

Ruby China

Subscribe in seconds and receive Ruby China's news feed updates in your inbox, on your phone or even read them from your own news page here on follow.it.

You can select the updates using tags or topics and you can add as many websites to your feed as you like.

And the service is entirely free!

Follow Ruby China: Ruby China

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  0.82 / day

Message History

# PixelMax

https://pixelmax.art 登录送免费积分。

主要包含如下 AI 工具:

人像和主体拍摄工具

这些工具主要用于改善人像摄影或构建人物与产品构图:

人像增强——提高人像照片的清晰度和细节。 产品手持——将人物照片和产品图片结合起来,创建实物视觉效果。 增强和修复

当目标是提升质量而非替换场景时,用户通常会首先使用以下工具:

照片增强器和放大器— 使用预设的增强方案锐化和放大图像。 图像修复——通过简单的修复流程修复褪色或损坏的图像。 重新照明— 应用预设的照...

Read full story

原文地址:https://geeknote.net/Rei/posts/3286

最近看到新闻,GitHub 疑似因员工 VS code 更新了被植入恶意代码的插件导致被入侵 (Hacker News) 。然后搜了一下,今年以来通过包管理器进行供应链攻击的案例已经有三起:

2026 年 3 月 axios n...

Read full story

大家好 我们是 Moonveil Entertainment,一家 web3 游戏工作室。我们拥有多家知名风投的投资,其中包括 Gumi、HashKey、Animoca Brands。我们还拥有生态代币 $MORE,采用 Play-to-Airdrop 机制。我们正在为亚洲团队招聘,办公室位于新加坡。团队成员非常友好,大多来自 Riot Games、Tencent、Netease 和 Funplus

我们正在招聘远程工作的 AI + 区块链全栈工程师(5 年以上经验)

职责包括:

• LLM 和 AI Agent 在 Web3 中的应用 — 开发区块链分析助手、自动交易策略、智能合约代码生成、Ai 安全审计、社群机器人(RAG、agent/function calling、LLM API 集成)


Read full story
class Post < ApplicationRecord include ActiveRecordReadOnly end # Anywhere else in the codebase — blocked Post.find(1).update!(title: "x") # => ActiveRecord::ReadOnlyRecord # In a service class — allowed class PostService include Post::Writable def self.publish(post) post.update!(published: true) # works end end

實驗後發現這是可行的,可以通過在 model 的readonly?方法裏檢查caller_loca...


Read full story
前情提要

https://ruby-china.org/topics/26838

现在我们还有 Rails 项目呢,兜兜转转这么多年看到自己写的这个帖子...

没有哪种技术能让我像对 Rails 和 Ruby 一样,长长的年头里,总是会忍不住在某个需求里面落地。

Rails/Ruby to da moon!


Read full story