LogoThread Easy
  • 探索
  • 撰写 Thread
LogoThread Easy

您的一体化 Twitter 线程助手

© 2025 Thread Easy All Rights Reserved.

探索

最新在前,按卡片方式浏览线程

开启时会模糊预览图,关闭后正常显示

RT @mundane799699: 自荐一个浏览器插件产品

🚀 https://t.co/3RNrInPDBT — 免费查网站情报的神器 💻

想知道某个网站的流量多大?是谁在投广告?有没有隐藏的“兄弟站”?
SiteData 一键帮你全扒出来 🕵️♂️

📊 网站流量…

RT @mundane799699: 自荐一个浏览器插件产品 🚀 https://t.co/3RNrInPDBT — 免费查网站情报的神器 💻 想知道某个网站的流量多大?是谁在投广告?有没有隐藏的“兄弟站”? SiteData 一键帮你全扒出来 🕵️♂️ 📊 网站流量…

🚀 The best AI SaaS boilerplate - https://t.co/VyNtTs0jSX 🔥 The best directory boilerplate with AI - https://t.co/wEvJ1Dd8aR 🎉 https://t.co/zubXJCoY92 & https://t.co/tfQf8T7gGF & https://t.co/TqRkfQj41f

avatar for Fox@MkSaaS.com
Fox@MkSaaS.com
Mon Nov 10 07:46:53
信息源质量,信息速率,和信息解读

我以前觉得,质量相同的情况下,速率>解读

但经过最近的实践发现,解读质量远大于信息速率

大部分内容,提前看到3天,和晚看到3天,差异不大

但没有人感,和具有人感,内容传播上的差异巨大

信息源质量,信息速率,和信息解读 我以前觉得,质量相同的情况下,速率>解读 但经过最近的实践发现,解读质量远大于信息速率 大部分内容,提前看到3天,和晚看到3天,差异不大 但没有人感,和具有人感,内容传播上的差异巨大

Believing is seeing

avatar for Yangyi
Yangyi
Mon Nov 10 07:46:23
Reducing AC usage, reducing emmissions, paper straws etc., it's all just incredibly performative

Meaning it's an act for show, not something that actually contributes to saving the environment or stopping climate change

Especially in the case of Singapore, a tiny city state with barely any impact on the environment

What's funny is that China keeps using more and more energy while getting richer and richer and nobody is going to stop them

And the Western nations have essentially outsourced their pollution to China, so they go down on the emissions charts while China goes up

Nothing actually changes and it's all one big performative act

So the only effect of putting the AC to 27°C/81°F is your people sleep worse, are less productive and become noticeably dumber

Meanwhile the Chinese keep spending more energy, will sleep better, become more productive, and get smarter and richer!

Reducing AC usage, reducing emmissions, paper straws etc., it's all just incredibly performative Meaning it's an act for show, not something that actually contributes to saving the environment or stopping climate change Especially in the case of Singapore, a tiny city state with barely any impact on the environment What's funny is that China keeps using more and more energy while getting richer and richer and nobody is going to stop them And the Western nations have essentially outsourced their pollution to China, so they go down on the emissions charts while China goes up Nothing actually changes and it's all one big performative act So the only effect of putting the AC to 27°C/81°F is your people sleep worse, are less productive and become noticeably dumber Meanwhile the Chinese keep spending more energy, will sleep better, become more productive, and get smarter and richer!

In this case I should say "developed" instead of Western nations, as Singapore is developed and first world Although that term is becoming funny because they're less developed than developing nations

avatar for @levelsio
@levelsio
Mon Nov 10 07:44:58
CLM: Removing the GPU Memory Barrier for 3D Gaussian Splatting

Abstract (excerpt):
In this paper, we describe CLM, a system that allows 3DGS to render large scenes using a single consumer-grade GPU, e.g., RTX4090. It does so by offloading Gaussians to CPU memory and loading them into GPU memory only when necessary.

To improve performance and reduce communication overheads, CLM uses a novel offloading strategy based on insights into 3DGS’s memory access patterns. This strategy enables efficient pipelining, which overlaps GPU-to-CPU communication, GPU computation, and CPU computation. Furthermore, CLM exploits these access patterns to reduce communication volume.
Our evaluation shows that the resulting implementation can render a large scene that requires 102 million Gaussians on a single RTX4090 and achieve state-of-the-art reconstruction quality.

CLM: Removing the GPU Memory Barrier for 3D Gaussian Splatting Abstract (excerpt): In this paper, we describe CLM, a system that allows 3DGS to render large scenes using a single consumer-grade GPU, e.g., RTX4090. It does so by offloading Gaussians to CPU memory and loading them into GPU memory only when necessary. To improve performance and reduce communication overheads, CLM uses a novel offloading strategy based on insights into 3DGS’s memory access patterns. This strategy enables efficient pipelining, which overlaps GPU-to-CPU communication, GPU computation, and CPU computation. Furthermore, CLM exploits these access patterns to reduce communication volume. Our evaluation shows that the resulting implementation can render a large scene that requires 102 million Gaussians on a single RTX4090 and achieve state-of-the-art reconstruction quality.

Paper: https://t.co/gHxeZhbjve

avatar for MrNeRF
MrNeRF
Mon Nov 10 07:42:17
diffusion 大语言模型也可以自己训练了!

现在自己训练或者微调 transformer 模型已经不稀奇了,那么想不想训练属于自己的基于 diffusion 的大语言模型?

来看新框架 dLLM, 这个框架能用来训练 diffusion 大语言模型,并且支持 支持 LoRA、DeepSpeed 和 FSDP 等功能。另外还内置了评估功能,这样可以评估训练的效果。

另外它还内置了个炫酷的命令行chat界面哈哈,可以看到 diffusion 大语言模型的输出过程,很有意思。

不过考虑到我之前给大家介绍过,目前 diffusion 大语言模型性能距离 transformer 模型仍然有大概2年的差距,估计只能作为玩具玩一玩。

框架地址:

diffusion 大语言模型也可以自己训练了! 现在自己训练或者微调 transformer 模型已经不稀奇了,那么想不想训练属于自己的基于 diffusion 的大语言模型? 来看新框架 dLLM, 这个框架能用来训练 diffusion 大语言模型,并且支持 支持 LoRA、DeepSpeed 和 FSDP 等功能。另外还内置了评估功能,这样可以评估训练的效果。 另外它还内置了个炫酷的命令行chat界面哈哈,可以看到 diffusion 大语言模型的输出过程,很有意思。 不过考虑到我之前给大家介绍过,目前 diffusion 大语言模型性能距离 transformer 模型仍然有大概2年的差距,估计只能作为玩具玩一玩。 框架地址:

A coder, road bike rider, server fortune teller, electronic waste collector, co-founder of KCORES, ex-director at IllaSoft, KingsoftOffice, Juejin.

avatar for karminski-牙医
karminski-牙医
Mon Nov 10 07:40:13
在工作的状态下,经常打开多个应用窗口,想要在同个桌面全部显示,反复调整窗口大小和位置颇为麻烦。

在 GitHub 上发现 MacsyZones 这款开源的桌面应用,让我们能在 macOS 系统上轻松管理窗口布局。

只需拖动窗口就能自动吸附到预设位置,支持自定义屏幕布局区域,不用每次都手动调整窗口大小。

GitHub:https://t.co/B4l9QNHdOs

主要功能:

- 自定义创建窗口布局区域,想怎么分就怎么分;
- 拖动窗口时自动吸附到预设区域,省去手动调整麻烦;
- 支持多个显示器独立布局配置;
- 可保存多套布局方案,不同工作场景快速切换。

通过 Homebrew 一行命令即可安装,适合经常需要同时打开多个应用,想要提升工作效率的朋友使用。

在工作的状态下,经常打开多个应用窗口,想要在同个桌面全部显示,反复调整窗口大小和位置颇为麻烦。 在 GitHub 上发现 MacsyZones 这款开源的桌面应用,让我们能在 macOS 系统上轻松管理窗口布局。 只需拖动窗口就能自动吸附到预设位置,支持自定义屏幕布局区域,不用每次都手动调整窗口大小。 GitHub:https://t.co/B4l9QNHdOs 主要功能: - 自定义创建窗口布局区域,想怎么分就怎么分; - 拖动窗口时自动吸附到预设区域,省去手动调整麻烦; - 支持多个显示器独立布局配置; - 可保存多套布局方案,不同工作场景快速切换。 通过 Homebrew 一行命令即可安装,适合经常需要同时打开多个应用,想要提升工作效率的朋友使用。

💡 挖掘开源的价值 🧑🏻‍💻 坚持分享 GitHub 上高质量、有趣、实用的教程、AI工具、前沿 AI 技术 🧐 A list cool, interesting projects of GitHub. ✏️ 公众号:GitHubDaily

avatar for GitHubDaily
GitHubDaily
Mon Nov 10 07:30:00
  • Previous
  • 1
  • More pages
  • 294
  • 295
  • 296
  • More pages
  • 2131
  • Next