We got 20% off GTA VI before GTA VI.
Pre-order the game with your https://t.co/gbHcksxzp2 Cash card at eligible merchants to receive the discount — available for the next 48 hours.
Pre-orders GTA 6 open tomorrow
Rumor has it GTA 6 will feature a deep in-game economy - possibly with tokenization.
If true, Rockstar is about to create the largest player-driven market in gaming history - with real money inside.
And wherever there's an economy with tens of millions of players, there's always a way to make money before everyone else catches on.
What could open up - if the rumors check out:
- Farming and trading rare assets
- Arbitrage within the in-game economy
- Account boosting and player services
- Tools, analytics, bots
- Early meta entry - before the crowd figures it out
For now, these are just rumors. The game's mechanics haven't been officially revealed. But if even half of this turns out to be true - the scale of opportunity will be massive.
GTA Online became its own universe with years of activity. GTA 6 will be bigger by an order of magnitude.
If tokenization gets confirmed - this isn't just a game. It's a new market.
when GTA 5 was coming out, I was still in school - I remember running to watch every new trailer during recess between classes.
Well, right now I'm feeling those exact same emotions
https://t.co/oKWbbAANg8
"API Error: 500 Internal server error. This is a server-side issue, usually temporary — try again in a moment. If it persists, check https://t.co/Yb2kiIfpBu"
Claude is telling you to go touch grass
Securely connect your running Hermes agent on a VPS via Tailscale.
You can ask Codex/Claude to help you set it up Tailscale with your VPS.
Download Hermes Desktop
https://t.co/gHwO4rMIC4
1. Update Hermes on your VPS to the latest version — you can ask it directly in chat and it will update itself
2. Stop the current dashboard:
pkill -f "hermes dashboard"
3. Generate a session token:
openssl rand -base64 32
4. Save the token to your config:
echo 'HERMES_DASHBOARD_SESSION_TOKEN=paste_your_generated_token_here' >> ~/.hermes/.env
5. Start the dashboard with the correct flags for remote connection:
hermes dashboard --host 0.0.0.0 --port 9119 --insecure --tui --no-open --skip-build
6. Get your VPS Tailscale IP:
tailscale ip -4
In the Hermes Desktop app settings, go to the Gateway section and fill in:
Remote gateway: http://your_Tailscale_IP_VPS
Session token: the token you generated earlier
Connect and manage your agent through a clean desktop UI instead of a terminal 🐈
The next evolution of Hermes Agent is here!
Introducing Hermes Desktop: everything you love about Hermes, now native on your machine.
First demoed in Jensen's GTC keynote, it's now in public preview.
@saniyusuf The trend tracks. Bad pick of names though. Patrick Collison has been writing essays and doing podcasts for years while Stripe keeps printing money
@heyshrutimishra Running the model on-device is the whole point here. No signal needed, nothing leaves the phone, works in any dead zone. That beats the translation feature itself
@gherget yeah ollama's prompt eval is the quiet killer. it reprocesses context every call instead of caching the kv state so long agent prompts crawl while inference looks fine. unsloth and llama.cpp reuse that cache. swapping was the right call
@kenwheeler@mscccc All that state-management obsession was a proxy for not knowing if the work mattered. Ship something people use and the framework debates stop reading as progress
@RisingSayak The profiling example is the underrated inclusion here. Most releases ship the pipelines and leave you guessing where the time actually goes
@PrimeIntellect@yacineMTB auto-escalating difficulty is the right move. the trap is harder drifting into adversarial noise instead of tasks anyone actually needs solved