🟩 Mr. ฿ong retweetledi
🟩 Mr. ฿ong
2.5K posts

🟩 Mr. ฿ong retweetledi

Polymarket is the most slept-on platform right now. You're betting on real-world events: Elections. AI breakthroughs. Sports. Weather. Literally anything.
But there's a difference between betting blind and betting smart.
I went deep on this. Built out a full guide covering strategies that actually work, how to track whale positions before they move the market, setting up bots to catch mispriced odds, and how arbitrage lets you find edges most people completely miss.
This is the stuff serious traders don't talk about.
First 50 to comment "Interested" get the guide.

English
🟩 Mr. ฿ong retweetledi

I refuse to accept that #Bitcoin is still following this fractal.
WTF!?!?

Nebraskangooner@Nebraskangooner
#Bitcoin is following this fractal almost perfectly… No way this keeps playing out, right?
English
🟩 Mr. ฿ong retweetledi

Website? Use @framer.
Logo? Use @lookadesign.
Writing? Use @grammarly.
Automation? Use @zapier.
Social media? Use @buffer.
Copywriting? Use @copy_ai.
UI Design? Use @figma.
Landing pages? Use @carrd.
Payments? Use @gumroad or @lemonSqueezy.
Email? Use @convertkit or @beehiiv.
Analytics? Use @plausible or @fathomhq.
SEO? Use @ahrefs.
Video editing? Use @capcut or @descript.
Graphics? Use @canva.
Stock assets? Use @pexels or @unsplash.
Forms? Use @tally_so.
Project management? Use @notion.
Domains? Use @porkbun.
Hosting? Use @vercel.
Community? Use @discord or @circle_so.
You can start (and scale) a one-person online business with just these.
English
🟩 Mr. ฿ong retweetledi

WTF is this deal with blood moons?
Last one in the sequence is on the 3rd March and we have no occurrence until 31st Dec 2028.
You can clearly see the period without these natural phenomenons has, so far, been an environment for a bullrun. While the last one marked the end of a bearmarket each time.
Would align with my views, but still, this is pretty crazy.

English
🟩 Mr. ฿ong retweetledi

Today we're introducing the world's first AI CMO.
Enter your website and it deploys a team of agents to help you get traffic and users.
Try it now at okara.ai/cmo
English
🟩 Mr. ฿ong retweetledi

🚨Breaking: Someone just open sourced a knowledge graph engine for your codebase and it's terrifying how good it is.
It's called GitNexus. And it's not a documentation tool.
It's a full code intelligence layer that maps every dependency, call chain, and execution flow in your repo -- then plugs directly into Claude Code, Cursor, and Windsurf via MCP.
Here's what this thing does autonomously:
→ Indexes your entire codebase into a graph with Tree-sitter AST parsing
→ Maps every function call, import, class inheritance, and interface
→ Groups related code into functional clusters with cohesion scores
→ Traces execution flows from entry points through full call chains
→ Runs blast radius analysis before you change a single line
→ Detects which processes break when you touch a specific function
→ Renames symbols across 5+ files in one coordinated operation
→ Generates a full codebase wiki from the knowledge graph automatically
Here's the wildest part:
Your AI agent edits UserService.validate().
It doesn't know 47 functions depend on its return type.
Breaking changes ship.
GitNexus pre-computes the entire dependency structure at index time -- so when Claude Code asks "what depends on this?", it gets a complete answer in 1 query instead of 10.
Smaller models get full architectural clarity. Even GPT-4o-mini stops breaking call chains.
One command to set it up:
`npx gitnexus analyze`
That's it. MCP registers automatically. Claude Code hooks install themselves.
Your AI agent has been coding blind. This fixes that.
9.4K GitHub stars. 1.2K forks. Already trending.
100% Open Source.
(Link in the comments)

English
🟩 Mr. ฿ong retweetledi

SOMEONE BUILT A TOOL THAT REMOVES CENSORSHIP FROM ANY AI MODEL
One command.
Fully automatic.
No expertise needed.
Repo: github.com/p-e-w/heretic

English

I'll be brutally honest.
But if you can't read this 1 minute story in full to see fun fact at the bottom, you won't succeed anyway so don't bother if that's the case.
Otherwise, read it slowly:
I'm not impressed with +300% gains anymore.
And I'm not talking about bitcoin or particular stock.
It's just seeing my people post big wins daily became a standard. I watch them literally double and triple their accounts and proceed to their life as if nothing happened. I've noticed it's becoming a movement.
Basically, rich is the new normal.
Worst part? In the world full of scammers, there's nowhere else to go for structured trading path with certified risk management education and top level transparency with honesty.
Best part? Well, there's a solution.
To change that broken industry, two months ago I launched Millionaire Speedrun. After huge success of first tier, round 2 runs for two more weeks as traders push $1,000 to $10,000.
Before you ask: yes, trade results are public, available for your check anytime. And yes, it's still free to join. The only catch here is that you must be active. If you stop being active, I remove your access. That's the deal.
I want my community to be serious and committed to accountability, not a bunch of trolls or wannabes.
If you like to give it a try, I'll drop a link in comment in some hours. Mind waiting can be very expensive.
Optionally if you don't want to wait simply reply to this post and I'll send you info right away.
There's only one loser here: those who miss out.
I already made it. My job is to now send the elevator down for you.
But you're free to walk away and do nothing too.
Your call.
P.S. If you zoom in the picture, you'll see your future.

English
🟩 Mr. ฿ong retweetledi

Great explanation of $STRC by @Matt_Hougan
Roxom@roxom
STRC pays an 11.5% annualized distribution rate, currently treated as non-taxable return of capital. Want to understand how STRC works? @Matt_Hougan chats with @borjamartels and @lucaatroxom where he breaks down STRC’s structure, created by @saylor and @Strategy. Full episode on The State of Bitcoin Markets @Roxom x @RoxomTV.
English
🟩 Mr. ฿ong retweetledi

🚨BREAKING: Someone just open-sourced a headless browser that runs 11x faster than Chrome and uses 9x less memory.
It's called Lightpanda and it's built from scratch specifically for AI agents, scraping, and automation.
Not a Chromium fork. Not a hack. A completely new browser written in Zig.
Here's why this changes everything for AI builders: ↓

English
🟩 Mr. ฿ong retweetledi

Holy shit... Microsoft open sourced an inference framework that runs a 100B parameter LLM on a single CPU.
It's called BitNet. And it does what was supposed to be impossible.
No GPU. No cloud. No $10K hardware setup. Just your laptop running a 100-billion parameter model at human reading speed.
Here's how it works:
Every other LLM stores weights in 32-bit or 16-bit floats.
BitNet uses 1.58 bits.
Weights are ternary just -1, 0, or +1. That's it. No floats. No expensive matrix math. Pure integer operations your CPU was already built for.
The result:
- 100B model runs on a single CPU at 5-7 tokens/second
- 2.37x to 6.17x faster than llama.cpp on x86
- 82% lower energy consumption on x86 CPUs
- 1.37x to 5.07x speedup on ARM (your MacBook)
- Memory drops by 16-32x vs full-precision models
The wildest part:
Accuracy barely moves.
BitNet b1.58 2B4T their flagship model was trained on 4 trillion tokens and benchmarks competitively against full-precision models of the same size. The quantization isn't destroying quality. It's just removing the bloat.
What this actually means:
- Run AI completely offline. Your data never leaves your machine
- Deploy LLMs on phones, IoT devices, edge hardware
- No more cloud API bills for inference
- AI in regions with no reliable internet
The model supports ARM and x86. Works on your MacBook, your Linux box, your Windows machine.
27.4K GitHub stars. 2.2K forks. Built by Microsoft Research.
100% Open Source. MIT License.
English
🟩 Mr. ฿ong retweetledi
🟩 Mr. ฿ong retweetledi
🟩 Mr. ฿ong retweetledi
🟩 Mr. ฿ong retweetledi
🟩 Mr. ฿ong retweetledi
🟩 Mr. ฿ong retweetledi

The open source software 'π RuView' sees you through walls using only WIFI signals, mapping your exact body pose, breathing and heart rate in real-time, without any cameras and / or sensors:
"By analyzing Channel State Information (CSI) disturbances caused by human movement, RuView reconstructs body position, breathing rate, heart rate, and presence in real time using physics-based signal processing and machine learning."
[...]
When a person moves — or even breathes — those waves scatter differently. WiFi DensePose reads that scattering pattern and reconstructs what happened."



English
🟩 Mr. ฿ong retweetledi

🚨BREAKING: Someone just opensource'd a platform that replaces your entire DevOps monitoring stack.
It's called xyOps.
Job scheduling + workflow automation + server monitoring + alerting + incident response -- one self-hosted dashboard.
When an alert fires, it auto-attaches running jobs, server snapshots, CPU load, and network data.
One Docker command to deploy. Scales from 5 servers to 5,000.
No SaaS fees. No telemetry. No paywalls.
100% Opensource.

English








