LogoThread Easy
  • Explorar
  • Componer hilo
LogoThread Easy

Tu compañero integral para hilos de Twitter

© 2025 Thread Easy All Rights Reserved.

Explorar

Newest first — browse tweet threads

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

this kid is literally the most successful 18 y/o in tech on the planet and he gets rejected from fucking NYU???? lol???

sentiment towards higher education wouldn't be this negative if admissions wasn't run by blue-haired baristas who pick sob stories over actual talent.

this kid is literally the most successful 18 y/o in tech on the planet and he gets rejected from fucking NYU???? lol??? sentiment towards higher education wouldn't be this negative if admissions wasn't run by blue-haired baristas who pick sob stories over actual talent.

so fucking bullshit i'm actually gonna rant some more here. everybody telling him he should just skip school needs to fuck off zacah already made it; he has the rest of his life to build the next apple or wtvr and has enough money + social capital to do wtvr he wants for the next 60 years. now he wants to experience frat parties and fuck people his age. NO SHIT. dumbfuck hyper liberal admissions officers rob the most successful kid in the world of the chance to have a good fucking semester or two + 10x their reputation in the tech world

avatar for Roy
Roy
Tue Apr 01 04:24:39
如何写好提示词?手把手教你用提示词玩转 AI(1)

如今,AI 已经无处不在,从聊天机器人、内容创作、程序开发,到工作学习中的各种辅助工具。但你有没有遇到过这样的情况?
• AI 给出的答案文不对题?
• 输出的内容一团糟?
• 生成的文本不够具体,无法直接使用?

这些问题的根源,往往并不在 AI,而在于你写的「提示词」(Prompt)还不够清晰。要知道,AI 并不能真正理解你脑子里在想什么,它只能根据你输入的提示词,猜测你的需求。

本文将带你一步步学会写出高质量的提示词,从此让 AI 成为你的好帮手!

什么是提示词(Prompt)?
提示词是你告诉 AI 做什么、怎么做的一段描述。一个好的提示词,通常由四个关键要素组成:

• 指令(Instruction):你想让 AI 做什么?
• 上下文(Context):AI 完成任务需要哪些背景信息?
• 输出格式(Output Format):你希望结果以什么样的形式输出?
• 角色(Role):AI 应该以什么样的身份来执行任务?
掌握了这四个要素,你就能精确地控制 AI 生成的结果。

一、指令(Instruction)—— 清晰明确是关键!
指令到底是什么?

指令就像是你给 AI 下达的命令或提出的问题,比如:
• 「帮我总结一下下面这篇文章的核心观点。」
• 「写一篇介绍人工智能发展历史的科普文章。」
但并不是所有的指令都是好指令。

什么样的指令算好的?

❌ 不好的指令示例:
• 写篇文章
• 做一个小游戏
• 起个好名字

这些指令模糊不清,让 AI 无法确定你到底想要什么。

✅ 好的指令示例:
• 写一篇探讨人工智能在医疗诊断中应用的 1000 字文章,面向中学生,语言简单易懂,科普风格。
• 写一个可以在网页上运行的 3D 贪吃蛇小游戏,要求画面流畅,支持键盘操作。
• 为我的 AI 写作产品分别取 3 个创意、易记、突出主题的名字。

可以看到,清晰具体的指令能极大提升 AI 工作效果。

二、上下文(Context)—— 让 AI 更懂你
上下文是什么?

上下文指 AI 完成任务时所需要的额外背景信息,比如你正在写的论文草稿、公司过去的数据资料、具体任务的相关参考材料等。

举例来说:
• 「以下是公司过去三年的销售数据,请分析后给出提升销售的建议。」
• 「我正在撰写人工智能方面的论文,这是我的初稿,请帮我完善,并添加适合引用的学术文献。」

上下文可以是你自己提供的内容,也可以是 AI 之前生成的内容。

为什么上下文很重要?

AI 并不知道你脑子里的信息。缺乏上下文,它只能盲目地猜测,生成的内容自然会偏差甚至离题。

例如你说:「帮我写一份简历」。
AI 并不知道你的背景、技能、求职目标,只能泛泛而谈。但如果你给它提供上下文,例如:
• 你的个人信息(姓名、学历、项目经验)
• 目标职位和目标公司的文化背景
AI 就能轻松写出一份精准、适合你的简历。

如何提高上下文质量?
• 检查自己有没有提供任务所需的全部信息。
• 主动向 AI 提问:「写好这篇文章,你还需要知道什么?」
• 提供参考案例或范文,让 AI 更清晰你的预期。

三、输出格式(Output Format)—— 让 AI 更好交作业

输出格式是告诉 AI 你想要结果以怎样的形式展现。例如:
• 「请用表格展示以下信息,列分别为日期、事件、影响。」
• 「生成一份 500 字左右的摘要,要求分为引言、主要观点和结论三个部分。」
• 「请以 Markdown 格式输出,使用一级标题、二级标题和有序列表。」

常见易用的输出格式有哪些?
• 文本类:Markdown、CSV、JSON、XML
• 图示类:流程图(Mermaid)、思维导图
• 代码类:各类编程语言代码示例
• 数学公式:LaTeX 格式

如何精确指定格式?
最简单有效的方法:
• 提供一个清晰的示例(few-shot):展示期望的输出模板。
• 详细描述每个部分的内容要求。
• 用伪代码或类型定义告诉 AI 结构。

例如你要 AI 生成一段 JSON:
请生成如下 JSON 格式:
{
  "title": "文章标题",
  "content": [
    {
      "heading": "一级标题",
      "paragraph": "内容段落"
    }
  ]
}

这样 AI 就能轻松给你所需的精准格式。

四、角色(Role)—— 让 AI 拥有“灵魂”

角色就是 AI 在完成任务时扮演的身份。你可以不设置角色,但合适的角色能让 AI 更精准地把握你的需求,提供更专业的服务。

例如:
• 「你是一位经验丰富的软件工程师,帮我审查并优化下面这段代码。」
• 「你是心理咨询师,请用温和、共情的语气帮我分析下面的问题。」
• 「你是一名苏格拉底式导师,请通过启发式的提问帮助我理解人工智能概念。」

角色设定的好处在于:
• 明确 AI 的任务边界和思考角度。
• 让 AI 更精准地使用它训练过的特定领域知识。

综合示例:用好这四个要素,你就掌握了提示词的精髓

现在我们结合上面所有要素,看一个完整的高质量提示词示例:
任务:帮我写一个关于人工智能在医疗领域应用的总结。
「你是一位擅长用通俗语言讲解科技的科普作家(角色)。
请结合下方提供的两篇学术论文的摘要(上下文),
写一篇适合初中生阅读的 500 字以内的总结文章(输出格式)。
文章要通俗易懂,举至少两个具体的例子来说明人工智能如何改善医疗诊断效率(指令)。」

这样的提示词,AI 就会迅速准确地生成你想要的内容。

总结:写好提示词的秘诀

你要牢牢记住提示词的四大要素:
✅ 指令清晰具体
✅ 上下文完整充分
✅ 输出格式明确
✅ 角色定位精确

下次再用 AI 时,不妨拿出这套方法练一练,相信你会得到意想不到的满意结果!

如何写好提示词?手把手教你用提示词玩转 AI(1) 如今,AI 已经无处不在,从聊天机器人、内容创作、程序开发,到工作学习中的各种辅助工具。但你有没有遇到过这样的情况? • AI 给出的答案文不对题? • 输出的内容一团糟? • 生成的文本不够具体,无法直接使用? 这些问题的根源,往往并不在 AI,而在于你写的「提示词」(Prompt)还不够清晰。要知道,AI 并不能真正理解你脑子里在想什么,它只能根据你输入的提示词,猜测你的需求。 本文将带你一步步学会写出高质量的提示词,从此让 AI 成为你的好帮手! 什么是提示词(Prompt)? 提示词是你告诉 AI 做什么、怎么做的一段描述。一个好的提示词,通常由四个关键要素组成: • 指令(Instruction):你想让 AI 做什么? • 上下文(Context):AI 完成任务需要哪些背景信息? • 输出格式(Output Format):你希望结果以什么样的形式输出? • 角色(Role):AI 应该以什么样的身份来执行任务? 掌握了这四个要素,你就能精确地控制 AI 生成的结果。 一、指令(Instruction)—— 清晰明确是关键! 指令到底是什么? 指令就像是你给 AI 下达的命令或提出的问题,比如: • 「帮我总结一下下面这篇文章的核心观点。」 • 「写一篇介绍人工智能发展历史的科普文章。」 但并不是所有的指令都是好指令。 什么样的指令算好的? ❌ 不好的指令示例: • 写篇文章 • 做一个小游戏 • 起个好名字 这些指令模糊不清,让 AI 无法确定你到底想要什么。 ✅ 好的指令示例: • 写一篇探讨人工智能在医疗诊断中应用的 1000 字文章,面向中学生,语言简单易懂,科普风格。 • 写一个可以在网页上运行的 3D 贪吃蛇小游戏,要求画面流畅,支持键盘操作。 • 为我的 AI 写作产品分别取 3 个创意、易记、突出主题的名字。 可以看到,清晰具体的指令能极大提升 AI 工作效果。 二、上下文(Context)—— 让 AI 更懂你 上下文是什么? 上下文指 AI 完成任务时所需要的额外背景信息,比如你正在写的论文草稿、公司过去的数据资料、具体任务的相关参考材料等。 举例来说: • 「以下是公司过去三年的销售数据,请分析后给出提升销售的建议。」 • 「我正在撰写人工智能方面的论文,这是我的初稿,请帮我完善,并添加适合引用的学术文献。」 上下文可以是你自己提供的内容,也可以是 AI 之前生成的内容。 为什么上下文很重要? AI 并不知道你脑子里的信息。缺乏上下文,它只能盲目地猜测,生成的内容自然会偏差甚至离题。 例如你说:「帮我写一份简历」。 AI 并不知道你的背景、技能、求职目标,只能泛泛而谈。但如果你给它提供上下文,例如: • 你的个人信息(姓名、学历、项目经验) • 目标职位和目标公司的文化背景 AI 就能轻松写出一份精准、适合你的简历。 如何提高上下文质量? • 检查自己有没有提供任务所需的全部信息。 • 主动向 AI 提问:「写好这篇文章,你还需要知道什么?」 • 提供参考案例或范文,让 AI 更清晰你的预期。 三、输出格式(Output Format)—— 让 AI 更好交作业 输出格式是告诉 AI 你想要结果以怎样的形式展现。例如: • 「请用表格展示以下信息,列分别为日期、事件、影响。」 • 「生成一份 500 字左右的摘要,要求分为引言、主要观点和结论三个部分。」 • 「请以 Markdown 格式输出,使用一级标题、二级标题和有序列表。」 常见易用的输出格式有哪些? • 文本类:Markdown、CSV、JSON、XML • 图示类:流程图(Mermaid)、思维导图 • 代码类:各类编程语言代码示例 • 数学公式:LaTeX 格式 如何精确指定格式? 最简单有效的方法: • 提供一个清晰的示例(few-shot):展示期望的输出模板。 • 详细描述每个部分的内容要求。 • 用伪代码或类型定义告诉 AI 结构。 例如你要 AI 生成一段 JSON: 请生成如下 JSON 格式: { "title": "文章标题", "content": [ { "heading": "一级标题", "paragraph": "内容段落" } ] } 这样 AI 就能轻松给你所需的精准格式。 四、角色(Role)—— 让 AI 拥有“灵魂” 角色就是 AI 在完成任务时扮演的身份。你可以不设置角色,但合适的角色能让 AI 更精准地把握你的需求,提供更专业的服务。 例如: • 「你是一位经验丰富的软件工程师,帮我审查并优化下面这段代码。」 • 「你是心理咨询师,请用温和、共情的语气帮我分析下面的问题。」 • 「你是一名苏格拉底式导师,请通过启发式的提问帮助我理解人工智能概念。」 角色设定的好处在于: • 明确 AI 的任务边界和思考角度。 • 让 AI 更精准地使用它训练过的特定领域知识。 综合示例:用好这四个要素,你就掌握了提示词的精髓 现在我们结合上面所有要素,看一个完整的高质量提示词示例: 任务:帮我写一个关于人工智能在医疗领域应用的总结。 「你是一位擅长用通俗语言讲解科技的科普作家(角色)。 请结合下方提供的两篇学术论文的摘要(上下文), 写一篇适合初中生阅读的 500 字以内的总结文章(输出格式)。 文章要通俗易懂,举至少两个具体的例子来说明人工智能如何改善医疗诊断效率(指令)。」 这样的提示词,AI 就会迅速准确地生成你想要的内容。 总结:写好提示词的秘诀 你要牢牢记住提示词的四大要素: ✅ 指令清晰具体 ✅ 上下文完整充分 ✅ 输出格式明确 ✅ 角色定位精确 下次再用 AI 时,不妨拿出这套方法练一练,相信你会得到意想不到的满意结果!

简单说:相同点就是仍然要上下文清晰;不同点就是你不需要告诉推理模型怎么做,它会尝试找到最佳路径。举例来说,你让 GPT-4o 翻译,可能得告诉它先直译再意译;到了 o1,你只要说请用中文重写上面的内容就可以了。

avatar for 宝玉
宝玉
Sun Mar 23 15:37:09
Why are nuclear weapon going to be the preferred weapon for tactical engagements in the future? /📃🧵

The problem faced by military planners is the interaction of three technological phenomena:
1. The advancement of A2AD which has made any overflight mission dangerous.
2. The advancement of entrenchments and armour hardening materials that can make any conventional attack fail to do any damage.
3. The creation of deep underground military bunkers with extremely hardened access points.

Over time, all exposed high value assets were protected by AD, placed inside bunkers, or sat behind advanced entrenchments that could take direct hit from high calibre rounds. Did you notice how no matter how many times missiles were fired on the US/Israel in the middle east it largely amounted to nothing?

So what is really needed is a very compact weapon with a high yield, one that can be fit on a missile or small bomb carried by a stealth aircraft that can penetrate enemy radar. What's needed is something that can create a shockwave under the ground. What's needed is something that can completely ignore armour and penetrate even the hardest materials known to man.

There's only one weapon that can fulfil all these requirements: a nuclear weapon.

In the 80s, all of this was realised by military planners, and papers were put forward to advocate the use of nuclear weapons in a limited manner. People didn't like this idea though, because it was always assumed that any limited use of small nuclear weapons would eventually result in mutually assured destruction through a strategic exchange of much larger nuclear weapons designed to destroy entire cities.

Then the Soviet Union collapsed... and that was the end of the story.

Not really.

The US kept working on this concept of limited nuclear warfare. By the start of the year 1999, as part of the DoE report, the US revealed that it has successfully tested a minimal residual radiation weapon among other alarming advancements. Please refer to the report and text below:

After the 9/11 terror event [false flag], Saddam Hussein was demonised and it was claimed nuclear weapons would be required to destroy his bunkers. These were called Earth Penetrating Weapons, or Robust Nuclear Earth Penetrators (RNEP). This was not received well by the public.

So, another kind of weapon was created: The completely impractical MOAB which achieves absolutely none of the tactical requirements, by being so heavy that only a few jets can launch it and only by overflying what would be heavy air defense. It could also do hardly anything against deep bunkers. The yield was also pathetic at around 2 tons. Basically, 4 Mk84s dropped by a couple of jets could have the same devastating power. But this weapon had a purpose: it was PSYOP. As long as people knew the MOAB existed, any large explosion could be pinned on it. After all, the majority of the planet doesn't understand anything about tactical engagements or even the load that jets can take on their hard points.

The stage was set: the MRRs and RNEPs could be used to achieve whatever it was the US military required without the public really having any say. Other countries, largely defeated because of the Soviet Union's fall, could do nothing but watch. After all, should  they speak up, it would only normalise the usage of such weapons -- they have no form of reply to a power like the United States.

The stage was set. On March 20th, 2003, the US invaded Iraq. This invasion did not go to plan. The Iraqis put up a hell of a fight around Baghdad Airport. The airport had no more air defenses, but was hardened and had a very deep underground military bunker inside of it. The US military battalion sent to take it was handily defeated. Then suddenly, the power in Baghdad went out, and Donald Rumsfeld triumphantly announced the death of 10,000 republican guards defending

I knew what had happened, and shortly afterwards I have incontrovertible evidence of nuclear weapon use at Baghdad airport -- one I even posted on Twitter, and because I posted it, I was threatened with a permanent suspension and was forced to delete it.

It was from that point (at least as I saw it) that history bifurcated. Everyone saw a conventional victory against an army that simply vanished. What happened was something far darker. A new age was upon us -- an age where a single empire could completely destroy a nation's military using nuclear weapons while the world watched none the wiser. You see, back then, smartphones did not exist as they do today. You had to rely on journalist's transmission of news and events.

Even then, it didn't take long for the leaks to come. First from US military officers, and eventually from the Iraqis themselves.

No one but me and a few Russian/Ukrainian friends bought it though. Of all the esoteric things on the internet, this was the most esoteric and well kept secret. I never forgot it though and it really shaped the rest of my life. I went on to discover that this wasn't the first use of this weapon. I even discovered a much earlier use in the 80s which provoked the US into this line of warfare.

Today... I think it's plausible that other nations have this kind of weapon, albeit not as good as the United States'. It is in the interest of larger nations that smaller ones are kept in the dark about the existence of such system. If it turns out that nuclear weapons are now just another form of munition -- and more so, victory is now impossible without their usage, then the ultimate criminal pact of the Non-Proliferation Treaty withers away.

Then, all nations, even tiny ones, should have access to this technology. And the entire world order fades away.

To me, and to those who see things the way I do, this is exactly what is most desirable -- a far more complex and far more interesting world, where even the small players can have a huge effect on history.

/End

Why are nuclear weapon going to be the preferred weapon for tactical engagements in the future? /📃🧵 The problem faced by military planners is the interaction of three technological phenomena: 1. The advancement of A2AD which has made any overflight mission dangerous. 2. The advancement of entrenchments and armour hardening materials that can make any conventional attack fail to do any damage. 3. The creation of deep underground military bunkers with extremely hardened access points. Over time, all exposed high value assets were protected by AD, placed inside bunkers, or sat behind advanced entrenchments that could take direct hit from high calibre rounds. Did you notice how no matter how many times missiles were fired on the US/Israel in the middle east it largely amounted to nothing? So what is really needed is a very compact weapon with a high yield, one that can be fit on a missile or small bomb carried by a stealth aircraft that can penetrate enemy radar. What's needed is something that can create a shockwave under the ground. What's needed is something that can completely ignore armour and penetrate even the hardest materials known to man. There's only one weapon that can fulfil all these requirements: a nuclear weapon. In the 80s, all of this was realised by military planners, and papers were put forward to advocate the use of nuclear weapons in a limited manner. People didn't like this idea though, because it was always assumed that any limited use of small nuclear weapons would eventually result in mutually assured destruction through a strategic exchange of much larger nuclear weapons designed to destroy entire cities. Then the Soviet Union collapsed... and that was the end of the story. Not really. The US kept working on this concept of limited nuclear warfare. By the start of the year 1999, as part of the DoE report, the US revealed that it has successfully tested a minimal residual radiation weapon among other alarming advancements. Please refer to the report and text below: After the 9/11 terror event [false flag], Saddam Hussein was demonised and it was claimed nuclear weapons would be required to destroy his bunkers. These were called Earth Penetrating Weapons, or Robust Nuclear Earth Penetrators (RNEP). This was not received well by the public. So, another kind of weapon was created: The completely impractical MOAB which achieves absolutely none of the tactical requirements, by being so heavy that only a few jets can launch it and only by overflying what would be heavy air defense. It could also do hardly anything against deep bunkers. The yield was also pathetic at around 2 tons. Basically, 4 Mk84s dropped by a couple of jets could have the same devastating power. But this weapon had a purpose: it was PSYOP. As long as people knew the MOAB existed, any large explosion could be pinned on it. After all, the majority of the planet doesn't understand anything about tactical engagements or even the load that jets can take on their hard points. The stage was set: the MRRs and RNEPs could be used to achieve whatever it was the US military required without the public really having any say. Other countries, largely defeated because of the Soviet Union's fall, could do nothing but watch. After all, should they speak up, it would only normalise the usage of such weapons -- they have no form of reply to a power like the United States. The stage was set. On March 20th, 2003, the US invaded Iraq. This invasion did not go to plan. The Iraqis put up a hell of a fight around Baghdad Airport. The airport had no more air defenses, but was hardened and had a very deep underground military bunker inside of it. The US military battalion sent to take it was handily defeated. Then suddenly, the power in Baghdad went out, and Donald Rumsfeld triumphantly announced the death of 10,000 republican guards defending I knew what had happened, and shortly afterwards I have incontrovertible evidence of nuclear weapon use at Baghdad airport -- one I even posted on Twitter, and because I posted it, I was threatened with a permanent suspension and was forced to delete it. It was from that point (at least as I saw it) that history bifurcated. Everyone saw a conventional victory against an army that simply vanished. What happened was something far darker. A new age was upon us -- an age where a single empire could completely destroy a nation's military using nuclear weapons while the world watched none the wiser. You see, back then, smartphones did not exist as they do today. You had to rely on journalist's transmission of news and events. Even then, it didn't take long for the leaks to come. First from US military officers, and eventually from the Iraqis themselves. No one but me and a few Russian/Ukrainian friends bought it though. Of all the esoteric things on the internet, this was the most esoteric and well kept secret. I never forgot it though and it really shaped the rest of my life. I went on to discover that this wasn't the first use of this weapon. I even discovered a much earlier use in the 80s which provoked the US into this line of warfare. Today... I think it's plausible that other nations have this kind of weapon, albeit not as good as the United States'. It is in the interest of larger nations that smaller ones are kept in the dark about the existence of such system. If it turns out that nuclear weapons are now just another form of munition -- and more so, victory is now impossible without their usage, then the ultimate criminal pact of the Non-Proliferation Treaty withers away. Then, all nations, even tiny ones, should have access to this technology. And the entire world order fades away. To me, and to those who see things the way I do, this is exactly what is most desirable -- a far more complex and far more interesting world, where even the small players can have a huge effect on history. /End

I wrote "The stage was set" twice by accident across two paragraphs. Ugh. Ughhhhh.

avatar for Korobochka (コロボ) 🇦🇺✝️
Korobochka (コロボ) 🇦🇺✝️
Sun Mar 23 14:59:09
🚨🧵 EXPOSED: “INFLUENCEABLE” — The company cutting Big Checks to “influencers” on behalf of Big Soda

Over the past 48 hours, several large supposedly MAGA-aligned “influencers” posted almost identical talking points fed to them, convincing you MAHA was out of line for not wanting soda purchases with food stamps (SNAP)

Some even slimely invoked PRESIDENT TRUMP as an emotional manipulation tactic, referring to his Diet Coke button.

Not a SINGLE ONE of them disclosed they were paid for these posts, which led readers to believe a general SODA BAN was in the works.

🚨🧵 EXPOSED: “INFLUENCEABLE” — The company cutting Big Checks to “influencers” on behalf of Big Soda Over the past 48 hours, several large supposedly MAGA-aligned “influencers” posted almost identical talking points fed to them, convincing you MAHA was out of line for not wanting soda purchases with food stamps (SNAP) Some even slimely invoked PRESIDENT TRUMP as an emotional manipulation tactic, referring to his Diet Coke button. Not a SINGLE ONE of them disclosed they were paid for these posts, which led readers to believe a general SODA BAN was in the works.

These influencers were given a couple templates to use by Influenceable, with one of those templates SPECIFICALLY telling them to mention Trump’s Diet Coke habit This was done to invoke an EMOTIONAL response from loyal Trump supporters, making them feel as if banning soda from SNAP would be anti-Trump. This is an incredibly dirty tactic, meant to manipulate loyal followers.

avatar for Nick Sortor
Nick Sortor
Sat Mar 22 22:57:19
10 个让你成为“超人”的 Grok 3 提示词:🧵

10 个让你成为“超人”的 Grok 3 提示词:🧵

在开始之前,希望您能评论、点赞、转发或收藏🔖支持一下柴郡。 中文翻译版本,原文来自mhdfaran Copyright to original author. Will remove if any offensive.

avatar for 柴郡🔔|Crypto+AI Plus
柴郡🔔|Crypto+AI Plus
Sat Mar 22 07:55:24
Bueno aquí va algo de lo que ocurrió aquel día, 12 de junio de 2004, primer programa de Badía en Concierto.
Era el regreso de Juan a la TV con un programa musical así que estuvimos casi dos meses preparándolo.

Bueno aquí va algo de lo que ocurrió aquel día, 12 de junio de 2004, primer programa de Badía en Concierto. Era el regreso de Juan a la TV con un programa musical así que estuvimos casi dos meses preparándolo.

El formato que Juan había pensado era el de un programa de dos horas con una figura central, 3 figuras secundarias (una de ellas de folklore y otra de tango) y una figura o grupo en ascenso. Todos compartían un living circular, tenían un momento sorpresa y luego el escenario.

avatar for Mariano 🤍
Mariano 🤍
Sat Mar 22 03:15:25
  • Previous
  • 1
  • More pages
  • 2100
  • 2101
  • 2102
  • More pages
  • 2137
  • Next