Sabitlenmiş Tweet
African Tomato
8K posts

African Tomato
@AfricanTomato
This is a description about myself.
Cape Town, South Africa Katılım Ekim 2017
4.9K Takip Edilen881 Takipçiler

@DefiantLs I’d like to know who the asshole was that came up with the pronouns bullshit in the first place.
That dipshit deserves a solid punch in the face.
English
African Tomato retweetledi

Roger Federer broke the internet with one statistic that will change how you see every setback in your life.
1,526 singles matches.
Won almost 80% of them.
20 Grand Slams. 103 titles.
Now answer honestly:
What percentage of total points do you think he won across his entire career?
70%? 65%? 60%?
Try … 54%.
He lost literally almost EVERY SECOND POINT he ever played for 24 years.
And still became one of the greatest of all time.
Watch him explain it himself (2:07 of pure life-changing wisdom):
“In tennis, perfection is impossible… When you lose every second point on average, you teach yourself to say:
‘Okay, I double-faulted — it’s only one point.’
‘Okay I got passed at the net — it’s only one point.’
Even a screaming overhead smash that ends up on SportsCenter Top 10… still just one point.
So when you’re playing your point, it has to be the most important thing in the world.
The moment it’s over — it’s behind you.
That mindset frees you to attack the next point, and the next, and the next with absolute intensity and clarity.”
Then he looked at the crowd and said the line that hit a billion people in the soul:
“The real sign of a champion is not that they win every point.
It’s that they lose again and again and again… and have learned how to deal with it.
Negative energy is wasted energy.
Cry it out if you have to. Then force a smile.
Move on. Be relentless. Adapt. Grow.
Work harder — and work smarter.”
Save this post.
The next time you lose a deal, bomb a presentation, get ghosted, miss a deadline, or just have “one of those days” — come back here and read it again.
You’re not falling behind.
You’re just in the 46%.
And the 46% is exactly where every single legend has spent most of their career.
Keep playing the next point.
(full 2:07 clip — sound on)
English
African Tomato retweetledi

这几天被这个 TOON 格式刷屏了:
github.com/toon-format/to…
它是一种紧凑、可读性强的 JSON 表示格式,专为 LLM(大型语言模型)提示设计,作为 JSON 的无损替代品,Token 使用可以 减少 30-60%。
提供了 CLI 工具可以进行转化
JSON 是这样的:
{
"users": [
{ "id": 1, "name": "Alice", "role": "admin" },
{ "id": 2, "name": "Bob", "role": "user" }
]
}
它折叠为
users[2]{id,name,role}:
1,Alice,admin
2,Bob,user
类似 CSV,但是添加了 YAML 类似的缩进等等。
有个很好的网站:
curiouslychase.com/playground/for…
可以比较不同格式的 token 消耗,对比 JSON / YAML / TOON /CSV
最后获胜的是 CSV.... 当然只适合于简单数据,假如嵌套复杂数据 CSV 就有困难了

中文





























