SOL-VINNY

2K posts

SOL-VINNY

SOL-VINNY

@cryptocenzo1

SOL OG since 2020

Katılım Ocak 2012
4.3K Takip Edilen673 Takipçiler
PokerGO
PokerGO@PokerGO·
HOLY MOTHER OF GOD WHAT A HAND BETWEEN @ANDREW_ROBL AND JUSTIN GAVRI WE ARE NOT WORTHY Stream High Stakes Poker on PokerGO.com, live and on demand.
English
142
112
2K
626.1K
SOL-VINNY
SOL-VINNY@cryptocenzo1·
@dontsayshipit @The_Gildz @PokerGO @Andrew_Robl if u assume he has this hand, how do u know it was a good fold? he could bluff this always and some KhTx and it becomes a call. its completely results orientated to judge robls play on one sample size
English
0
0
0
25
SOL-VINNY
SOL-VINNY@cryptocenzo1·
@The_Gildz @dontsayshipit @PokerGO @Andrew_Robl i agree KhTx is possible but this prooves how ridiculous it is to say this is a crazy fold when he needs to exactly play this hand in this way preflop to river and jam in 10seconds to fold out Qhigh flushes
English
0
0
0
52
SOL-VINNY
SOL-VINNY@cryptocenzo1·
@NickSchulman Name one bluffing hand. He can't have Kh bluff as played unless he made -ev float. He needs to bluff Ax and then he jams into nutz only or bluffs.
English
0
0
1
565
SOL-VINNY
SOL-VINNY@cryptocenzo1·
@padspoker thats a huge assumption that IP calls correctly vs overbet, small bet more calls, can still fold to jam since ip has no natural bluffs fish dont find bluffs here he isnt floating flop raise with KTo or KJo. as played sub 5% bluffs snap fold obv
English
0
0
1
2.6K
Patrick Leonard 🫡
Patrick Leonard 🫡@padspoker·
It was a good fold. A great fold even. World class even! But after checking X this morning I thought he must have folded a 2 card straight flush vs a royal or something! He overbet river and folded vs a raise after raising a FD multiway and turn checking through... Smartest take away in the hand is bet big enough that opponent only ever jams the nuts vs your bet so you can get away without worrying about opponent over valuing a hand.
Sean McCormack@ThePokerBoss

More than two decades in this business, and I just witnessed what might be the greatest laydown in cash game poker history by @Andrew_Robl.

English
31
3
258
61.7K
SOL-VINNY
SOL-VINNY@cryptocenzo1·
@TripleBarrelTV he wouldnt play poker without running online casino tho, he is not really definition of poker pro
English
0
0
0
122
T
T@TripleBarrelTV·
unpopular opinion: poker "pros" think the best way to profit is grinding 18 hour days online or sitting at a poker table with headphones, sunglasses, hat... guys, there is much easier ways, be social, be relatable and then crush silently image>skill that's how you PROFIT
Señor Tilt@senortilt

It’s fun to watch all these randos tweet about how badly I play poker when I made more money playing poker this week than most of them have made their entire pro poker careers.

English
5
2
14
4.5K
SOL-VINNY
SOL-VINNY@cryptocenzo1·
@CryptoCurb @toly backpack takeover drift, 0% fees to victims until loss is paid back
English
0
0
3
491
curb.sol
curb.sol@CryptoCurb·
🚨 JUST IN: SOLANA CO-FOUNDER @TOLY SUGGESTS A POSSIBLE PATH FORWARD FROM THE DRIFT HEIST IS A "SMALL CORE ENG TEAM TAKES THE EXISTING PROTOCOL AND AIRDROPS TO EVERYONE THAT WERE IMPACTED AND RUNS WITH IT FROM THE GROUNDS UP" #SOLANA ⚡️
curb.sol tweet mediacurb.sol tweet media
English
15
14
160
11.3K
SOL-VINNY
SOL-VINNY@cryptocenzo1·
backpack takeover drift, 0% fees to victim until fees paid back lost value?
English
0
0
0
30
Andrej Karpathy
Andrej Karpathy@karpathy·
LLM Knowledge Bases Something I'm finding very useful recently: using LLMs to build personal knowledge bases for various topics of research interest. In this way, a large fraction of my recent token throughput is going less into manipulating code, and more into manipulating knowledge (stored as markdown and images). The latest LLMs are quite good at it. So: Data ingest: I index source documents (articles, papers, repos, datasets, images, etc.) into a raw/ directory, then I use an LLM to incrementally "compile" a wiki, which is just a collection of .md files in a directory structure. The wiki includes summaries of all the data in raw/, backlinks, and then it categorizes data into concepts, writes articles for them, and links them all. To convert web articles into .md files I like to use the Obsidian Web Clipper extension, and then I also use a hotkey to download all the related images to local so that my LLM can easily reference them. IDE: I use Obsidian as the IDE "frontend" where I can view the raw data, the the compiled wiki, and the derived visualizations. Important to note that the LLM writes and maintains all of the data of the wiki, I rarely touch it directly. I've played with a few Obsidian plugins to render and view data in other ways (e.g. Marp for slides). Q&A: Where things get interesting is that once your wiki is big enough (e.g. mine on some recent research is ~100 articles and ~400K words), you can ask your LLM agent all kinds of complex questions against the wiki, and it will go off, research the answers, etc. I thought I had to reach for fancy RAG, but the LLM has been pretty good about auto-maintaining index files and brief summaries of all the documents and it reads all the important related data fairly easily at this ~small scale. Output: Instead of getting answers in text/terminal, I like to have it render markdown files for me, or slide shows (Marp format), or matplotlib images, all of which I then view again in Obsidian. You can imagine many other visual output formats depending on the query. Often, I end up "filing" the outputs back into the wiki to enhance it for further queries. So my own explorations and queries always "add up" in the knowledge base. Linting: I've run some LLM "health checks" over the wiki to e.g. find inconsistent data, impute missing data (with web searchers), find interesting connections for new article candidates, etc., to incrementally clean up the wiki and enhance its overall data integrity. The LLMs are quite good at suggesting further questions to ask and look into. Extra tools: I find myself developing additional tools to process the data, e.g. I vibe coded a small and naive search engine over the wiki, which I both use directly (in a web ui), but more often I want to hand it off to an LLM via CLI as a tool for larger queries. Further explorations: As the repo grows, the natural desire is to also think about synthetic data generation + finetuning to have your LLM "know" the data in its weights instead of just context windows. TLDR: raw data from a given number of sources is collected, then compiled by an LLM into a .md wiki, then operated on by various CLIs by the LLM to do Q&A and to incrementally enhance the wiki, and all of it viewable in Obsidian. You rarely ever write or edit the wiki manually, it's the domain of the LLM. I think there is room here for an incredible new product instead of a hacky collection of scripts.
English
2.4K
5.9K
50.3K
16.9M
Scott Seiver
Scott Seiver@scott_seiver·
@angfresh12 the difference is "i think" vs "i know" and there aren't 150 people in the world good enough to think about spots like this that's all. when someone i respect does something i would never do my first thought is "what do i not understand" not "what do they not understand"
English
11
2
97
7.2K
Scott Seiver
Scott Seiver@scott_seiver·
There is something so beautiful (disgusting) about this innate thing in humans to be so confident on things they don't know. SO much arrogance and hubris from so many people that have no reason to have ever earned any respect. Everyone loves an opinion, everyone loves feeling smarter than someone who is clearly smarter (and far more talented) than them, if only for a moment. I'd have to see every single stack and also really need to be there in feel to comment, but I guarantee this at worst is an unbelievably close spot, and KK here is wildly closer to anything than QQ is, but a lot of armchair idiots would have said the same had she folded QQ vs QJ JJ and TT. All the conversation I've had to see about this today is truly a microcosm of everything I find so sickening and disgusting with our world today. Just the confidence of people that know absolutely nothing and the inability to ever realize it.
Triton Poker@tritonpoker

🤯 MADNESS AT THE MAIN EVENT! Watch the chaos unfold between @TheMannheim, Felipe Ketzer, Elton Tsang, and @krissyb24poker.

English
209
27
654
280.1K
MotionViz
MotionViz@Motion_Viz·
stop using agents the hard way. i built a mega prompt that turns any AI into a senior market research analyst. it breaks down: → where money is already moving in any niche → competitor pricing models mapped → exact complaints killing their retention → the words your buyers use when they're ready to pay → underserved segments nobody is targeting → execution angles you can act on today tested it on 4 niches. every single one surfaced opportunities i missed doing research manually. this isn't a chatgpt wrapper. it's a full market intelligence system — VC scout + indie hacker + CRO specialist + customer dev expert baked into one prompt. break any social media profile, company, or niche. 100x value. comment "MARKET" and i'll DM you the full prompt.
MotionViz tweet media
English
58
4
45
3.4K
SOL-VINNY
SOL-VINNY@cryptocenzo1·
@ThinkingBitmex just trade on a public HL address so u dont have to explain how good u are
English
0
0
0
17
SOL-VINNY
SOL-VINNY@cryptocenzo1·
why would anyone put money on cetus which is from the same team of another rugged dex lol
English
0
0
10
199
SOL-VINNY
SOL-VINNY@cryptocenzo1·
u have 11 days to sell
SOL-VINNY tweet media
English
1
0
8
139
SOL-VINNY
SOL-VINNY@cryptocenzo1·
@BTC_y_tho just run in evening its much better for ur body if not overheated so much
English
1
0
1
17
Crypto_y_tho .2.0.
Crypto_y_tho .2.0.@BTC_y_tho·
28 degrees Going for a 10km run. Pray for me
English
3
0
5
576
SOL-VINNY
SOL-VINNY@cryptocenzo1·
1. buy hype, bridge to EVM "spot tab" app.hyperliquid.xyz/join/CENZO 2. stake here some app.harmonix.fi/?ref=rHXOEw56 3. farm usdc app.harmonix.fi/earn 4. supply hype app.hyperlend.finance/?ref=CENZO 5. app.hypurr.fi pool hype here for points 6. app.hyperunit.xyz deposit BTC into hypeEVM 7. Deposit kHype into ⁠Felix Defi Protocol ( usefelix.xyz/?ref=E389F343) and borrow $feusd [Minimum 2k$ feusd so deposit a minimum of like 500 hype]usefelix.xyz/?ref=E389F343 8. stakingrewards.com/terminal/dashb… stake hype here (looping too) what i do on hypeEVM
English
0
0
2
60