LogoThread Easy
  • 発見
  • スレッド作成
LogoThread Easy

Twitter スレッドの万能パートナー

© 2025 Thread Easy All Rights Reserved.

探索

Newest first — browse tweet threads

Keep on to blur preview images; turn off to show them clearly

But you can choose on the way there

I'd fly in to Bangkok with a one-way flight

We'd use those fake exit ticket generators if the airline ever asked for one (immigration never cared)

Then in the taxi from Bangkok airport book a hostel or hotel

Then find some food

Keep extending hotel until you left (which usually worked although sometimes you'd be forced to check out and on the street that day but then you find the next hotel)

Obviously none of this works with a gf/wife and/or kids for the simple fact that abundance and infinite energy does not exist

If it would there'd be infinite hotels and restaurants and other services manned by infinite robots running on infinite energy

Maybe in 10-20 years though

But you can choose on the way there I'd fly in to Bangkok with a one-way flight We'd use those fake exit ticket generators if the airline ever asked for one (immigration never cared) Then in the taxi from Bangkok airport book a hostel or hotel Then find some food Keep extending hotel until you left (which usually worked although sometimes you'd be forced to check out and on the street that day but then you find the next hotel) Obviously none of this works with a gf/wife and/or kids for the simple fact that abundance and infinite energy does not exist If it would there'd be infinite hotels and restaurants and other services manned by infinite robots running on infinite energy Maybe in 10-20 years though

🇪🇺https://t.co/NdorAWqJC3 📸https://t.co/lAyoqmSBRX $125K/m 🏡https://t.co/1oqUgfD6CZ $40K/m 🛰https://t.co/ZHSvI2wjyW $38K/m 🌍https://t.co/UXK5AFqCaQ $16K/m 👙https://t.co/RyXpqGuFM3 $14K/m 💾https://t.co/M1hEUBAynC $6K/m

avatar for @levelsio
@levelsio
Sun Nov 09 10:40:42
RT @eugZolotarenko: My story: From Waiter to $200k MRR (it's long)

That’s me seven years ago. I had no idea what I wanted to do with my li…

RT @eugZolotarenko: My story: From Waiter to $200k MRR (it's long) That’s me seven years ago. I had no idea what I wanted to do with my li…

Built Tweet Hunter, Taplio (sold $8m) Growing https://t.co/OyNJ8ZUyOh - https://t.co/jS9GQJ5Ps8 - https://t.co/EFUcKeBbpU - https://t.co/JkVOl1O0S1 - https://t.co/KG9PgxJabg Sharing weekly tips about growth: https://t.co/ereQodN3Ov

avatar for Tibo
Tibo
Sun Nov 09 10:34:41
WorkTimer  一款完全键盘驱动、本地存储的时间跟踪 TUI,能快速输入时间、自动聚合同一任务的多段记录,便于日常时间管理和产出统计。

四步输入就能把一天的工作时长记清楚的开源工具,适合 个人时间管理与产出统计、自由职业者、学生、开发者等需要高效记录工作时间的人群

https://t.co/4zoxZnNpGD

WorkTimer 一款完全键盘驱动、本地存储的时间跟踪 TUI,能快速输入时间、自动聚合同一任务的多段记录,便于日常时间管理和产出统计。 四步输入就能把一天的工作时长记清楚的开源工具,适合 个人时间管理与产出统计、自由职业者、学生、开发者等需要高效记录工作时间的人群 https://t.co/4zoxZnNpGD

🧠在家居士 | 🥦素食者 | 🏃🏻马拉松爱好者 | 💰省钱小能手 | 搭🪜技术资深学者 | 👨‍💻科技宅 | 🆕更新狂 | 🆅 六边型战五渣

avatar for Geek
Geek
Sun Nov 09 10:23:42
[开源推荐] Kosong: @Kimi_Moonshot 最新开源的 AI Agent 应用 LLM 抽象层

它充当 LLM 的抽象层,提供统一的接口来处理消息结构、异步工具协调和可插拔的模型提供商,从而避免供应商锁定并提升开发效率。项目名称 “Kosong” 源自马来语和印尼语,意为“空”,象征其灵活的抽象设计。

核心目的与特性
Kosong 的主要目标是为 AI Agent 提供跨 LLM 提供商的标准化交互方式,支持从简单聊天到复杂工具调用的场景。关键特性包括:
· 统一消息结构:标准化输入/输出格式,确保兼容多种 LLM。
· 异步工具协调:支持实时工具调用(如数学计算或外部函数执行),并处理流式响应。
· 可插拔提供商:易于集成如 Kimi(Moonshot AI API)等后端,支持扩展其他模型。
· 内置演示 Agent:快速启动本地测试环境。

这些特性特别适用于需要灵活 LLM 集成的应用,例如聊天机器人、自动化工作流或智能助手。

技术栈
· 语言与环境:Python 3.13+,推荐使用 uv 包管理器。
· 核心依赖:kosong、pydantic(用于数据验证)。
· 示例工具:内置 CallableTool2 和 SimpleToolset,便于定义自定义函数(如加法运算)。

开源地址:

[开源推荐] Kosong: @Kimi_Moonshot 最新开源的 AI Agent 应用 LLM 抽象层 它充当 LLM 的抽象层,提供统一的接口来处理消息结构、异步工具协调和可插拔的模型提供商,从而避免供应商锁定并提升开发效率。项目名称 “Kosong” 源自马来语和印尼语,意为“空”,象征其灵活的抽象设计。 核心目的与特性 Kosong 的主要目标是为 AI Agent 提供跨 LLM 提供商的标准化交互方式,支持从简单聊天到复杂工具调用的场景。关键特性包括: · 统一消息结构:标准化输入/输出格式,确保兼容多种 LLM。 · 异步工具协调:支持实时工具调用(如数学计算或外部函数执行),并处理流式响应。 · 可插拔提供商:易于集成如 Kimi(Moonshot AI API)等后端,支持扩展其他模型。 · 内置演示 Agent:快速启动本地测试环境。 这些特性特别适用于需要灵活 LLM 集成的应用,例如聊天机器人、自动化工作流或智能助手。 技术栈 · 语言与环境:Python 3.13+,推荐使用 uv 包管理器。 · 核心依赖:kosong、pydantic(用于数据验证)。 · 示例工具:内置 CallableTool2 和 SimpleToolset,便于定义自定义函数(如加法运算)。 开源地址:

专注 - Context Engineering, AI(Coding)Agents. 分享 - AI papers, apps and OSS. ex Microsoft MVP 合作 - 私信/邮箱:shaomeng@outlook.com 📢 公众号/小红书: AI 启蒙小伙伴 🔗 信息卡提示词 🔽

avatar for meng shao
meng shao
Sun Nov 09 10:17:24
i think posting purely for serving yourself, no gc and no keeping up with the meta for a few days is a better detox than trying to run away from here altogether.

i think posting purely for serving yourself, no gc and no keeping up with the meta for a few days is a better detox than trying to run away from here altogether.

RL and efficient distributed pretraining • eXperiments lab • memes and training lores

avatar for tokenbender
tokenbender
Sun Nov 09 10:17:10
I hate planning, I wish I could just walk in anywhere

Planning only exists because there isn't infinite capacity

I believe in abundance and energy being free

So planning to me is a property of scarcity (and degrowth and in that respect communism)

I hate planning, I wish I could just walk in anywhere Planning only exists because there isn't infinite capacity I believe in abundance and energy being free So planning to me is a property of scarcity (and degrowth and in that respect communism)

🇪🇺https://t.co/NdorAWqJC3 📸https://t.co/lAyoqmSBRX $125K/m 🏡https://t.co/1oqUgfD6CZ $40K/m 🛰https://t.co/ZHSvI2wjyW $38K/m 🌍https://t.co/UXK5AFqCaQ $16K/m 👙https://t.co/RyXpqGuFM3 $14K/m 💾https://t.co/M1hEUBAynC $6K/m

avatar for @levelsio
@levelsio
Sun Nov 09 10:09:11
  • Previous
  • 1
  • More pages
  • 353
  • 354
  • 355
  • More pages
  • 2131
  • Next