Runesleo

vip
Age 8.2 Year
Peak Tier 6
No content yet
Anyone who has used an AI Agent for content or data collection knows that scraping websites is the dirtiest and most exhausting task.
In my usual workflow, I rely on Chrome cookies to fetch data; when cookies expire, they become useless.
When encountering sites with strict Cloudflare or anti-scraping measures, I get a 403 error directly.
And for content on X, forget it—login sessions often expire, and once API quotas are used up, I have to switch to another solution.
For each link, I have to prepare three or four fallback layers, and often, even after reaching the last layer, I still c
View Original
  • Reward
  • Comment
  • Repost
  • Share
Claude's yes man training is too good.
View Original
  • Reward
  • Comment
  • Repost
  • Share
I've always wanted to build an AI health management system for myself and my family, gradually filling it in with each checkup, doctor visit, and medication. These past few days while visiting my parents, I set up theirs too.
Inspired by @coolish's previous health management approach, I built this in a day using Claude Code + Obsidian:
📸 Photograph medicine boxes → AI automatically identifies drug names, dosages, frequency
📋 Photograph health reports (30+ pages) → AI reads each page, extracts abnormal markers, establishes trend comparisons
🗂 Organize by family member → Medical history, medi
View Original
post-image
  • Reward
  • Comment
  • Repost
  • Share
166 Discord servers, cleaned down to 16.
A legacy of the airdrop era—ZK, Arb, OP, Starknet, NFT, nodes, GameFi, totaling 30,000 unread mentions. Opening Discord felt like walking into an abandoned mall every time.
Today I automated the entire cleanup in 2 minutes using Claude Code:
• Built a Discord Bot to gain server admin permissions
• Extracted the complete server list from the browser via Chrome CDP
• One Python script batch calling APIs—ran 120 servers at once, 0 failures
Also added a Telegram group-leaving script on the side: 54 groups + 89 channels can be cleared anytime.
I used to thin
ZK-3.96%
ARB-3.71%
OP-3.38%
STRK-3.82%
View Original
post-image
  • Reward
  • Comment
  • Repost
  • Share
As your Claude understands you more and more
View Original
post-image
  • Reward
  • Comment
  • Repost
  • Share
Claude Opus 4.6 comes with 1M context, but you can't see by default how much you've used or how much is left. My previous clumsy workaround was to check the 😂 backend dashboard on the web.
Now I found that adding one line `statusLine` in settings.json displays real-time at the bottom: model version, context usage, git branch, session duration, and 7-day quota percentage.
Super useful when running multiple windows in parallel—one glance shows all statuses. Couldn't be more convenient!
View Original
post-image
  • Reward
  • Comment
  • Repost
  • Share
You're an AI with an even worse temper than I do.
View Original
post-image
  • Reward
  • Comment
  • Repost
  • Share
The strategy works, so I wanted to spin up multiple accounts to diversify risk, but got stuck for a whole day.
The problem wasn't the strategy—it was infrastructure.
Same codebase, Account A trades normally, Account B shows $0 balance no matter what. API auth is fine, address is correct, wallet clearly has $600.
Debugged address mapping, proxy architecture, regenerated API credentials—nothing worked.
Finally found it: Polymarket's Google login and wallet login use different signature protocols under the hood. The code had a hardcoded number 2 when it should be 1. A single constant difference t
View Original
  • Reward
  • Comment
  • Repost
  • Share
After using AI, my daily work hours have gotten longer.
Before Claude Code came along, whenever I had an idea, I'd assess it and think it was too much hassle, so I'd drop it. Now the problem is: nothing feels difficult anymore. Want to collect data? Just do it. Want to test a strategy? Just do it. Want to write content? Just do it. There are so many possibilities that I'm actually spending all day prioritizing.
AI definitely saves you time, but every single minute saved gets filled with new possibilities.
View Original
  • Reward
  • Comment
  • Repost
  • Share
Claude Code's iteration speed is terrifying: every time you exit the terminal and come back, the version number goes up by 1.
View Original
post-image
  • Reward
  • Comment
  • Repost
  • Share
No matter how high the win rate or how optimistic the backtesting results for prediction market strategy are, once you go live with real money, all the problems emerge😂
View Original
  • Reward
  • Comment
  • Repost
  • Share
That's hilarious! I previously recorded a voice sample for voice cloning and let AI help me run the video production pipeline. I was working in CC when suddenly my computer started speaking in my own voice, which totally startled me 😂
View Original
  • Reward
  • Comment
  • Repost
  • Share
You see a GitHub repository recommended by someone on X, click into it, think it's good, save it, and then most likely never open it again. Information originating from GitHub gets processed by KOLs, and by the time it reaches you, it's already secondhand.
Why not just get firsthand information yourself? Use GitHub Trending as an information source and integrate it into your daily digest workflow: cron scheduled scraping → AI filtering and evaluation based on your business direction → install and use what's worth trying → share what's worth sharing.
Every morning when you open your daily diges
View Original
post-image
  • Reward
  • Comment
  • Repost
  • Share
Crazy, three Claude Code terminal windows just hit 529 overloaded at the same time, thought I got banned again, scared the shit out of me 😅
View Original
  • Reward
  • Comment
  • Repost
  • Share
Simon Willison (Django co-founder, now focused on AI engineering practices) published a subagent engineering patterns guide that breaks down LLM sub-agents into three modes: Serial (sequential exploration), Parallel (concurrent execution), and Specialist (expert roles). The core issue is that context windows are limited, so subagents use independent windows to distribute the load.
In practical application, Parallel is severely underestimated. Dispatching a batch of lightweight models to run exploration concurrently, with the main window waiting for results to return—the experience and efficien
View Original
  • Reward
  • Comment
  • Repost
  • Share
$370 is enough to manipulate the price of a prediction market.
An article on LessWrong broke down several cases: Scott Alexander cited Anthropic's valuation market on Polymarket, saying "the market believes there's a 90% probability it will reach $500B". The author checked the orderbook, and the YES side had only $370 in total depth. Spending that amount could crash the price from 90% down to 76%.
Even more absurd is that for the same event, Kalshi showed 37% while Polymarket showed 22%. A 15 percentage point difference, because liquidity on both sides is so poor that the prices have no refer
View Original
  • Reward
  • Comment
  • Repost
  • Share
I did something "useless but satisfying" with Claude Code——organizing my Chrome bookmarks.
262 bookmarks, 5 years of accumulation. Inside were defunct FTX, various old DeFi interaction projects, and airdrop tutorials. Claude directly read the local Bookmarks JSON, Python script recategorized and reorganized, created 10 folders, deleted 10 broken links.
Without writing code, let AI manage your local file system. Who says coding agents can only write code? 😁
View Original
post-image
  • Reward
  • Comment
  • Repost
  • Share
Detected prompt injection attack from another species
View Original
post-image
  • Reward
  • Comment
  • Repost
  • Share
  • Pin