Watch git diff while the code is changing! 🤯... 👁️ livediff — A real-time diff viewer for the terminal 💯 Watch file changes live as generators, formatters, migrations & refactors modify your code 🦀 Written in Rust & built with Ratatui ⭐ GitHub: #rustlang #ratatui #tui #git #terminal #devtools #opensourceshow more

Orhun Parmaksız 👾
36,154 просмотров • 18 дней назад
Man, this looks beautiful 😍 🧲 superseedr — A... full-featured BitTorrent client for the terminal. 🌐 Supports multi-torrent downloads, DHT, PEX, magnet links & rarest-first piece selection. 🦀 Written in Rust & built with Ratatui ⭐ GitHub: #rustlang #ratatui #tui #torrent #bittorrent #p2p #terminal #opensourceshow more

Orhun Parmaksız 👾
19,851 просмотров • 9 месяцев назад
New version of Ratty is out! 🎉🧀 🐀 Ratty... — A GPU-rendered terminal emulator with inline 3D graphics. 💯 Now supports SSH-friendly object payloads, transform control and keyboard scrollback navigation! 🦀 Written in Rust & built with Ratatui ⭐ GitHub: #rustlang #terminal #ratty #ratatui #opensourceshow more

Orhun Parmaksız 👾
14,893 просмотров • 2 месяцев назад
This is gold if you're using async Rust 💯... 🌀 channels-console — A TUI dashboard for inspecting std/tokio/futures/crossbeam channels. 📊 Watch messages, queue depth, throughput & memory usage live. 🦀 Written in Rust & built with Ratatui ⭐ GitHub: #rustlang #ratatui #tui #async #concurrency #tokio #debuggingshow more

Orhun Parmaksız 👾
22,291 просмотров • 8 месяцев назад
cursor can now read ur terminal in real time!... we built a subagent to watch logs, training runs, security alerts, and step in to patch code with the cursor-clishow more

rajan agarwal
119,565 просмотров • 10 месяцев назад
ANTHROPIC JUST TURNED AI AGENTS INTO GIT REPOS Anthropic... shipped "ant" - a CLI that runs every Claude API endpoint straight from your terminal. The headline isn't the terminal access. It's that you can now version-control an AI agent as YAML in Git and have CI sync it to the Claude Platform, the same way you ship code. - Every API resource is a subcommand: messages, models, files, agents, sessions - Define an agent in a YAML file, check it into your repo, and keep it in sync with one update command - Spin up a session, send it an event, then pull every event and tool call back from the same CLI - Claude Code knows how to drive ant out of the box - it shells out and reads the results with no glue code Agents just stopped being prompts you babysit and became infrastructure you deploy.show more

BuBBliK
200,080 просмотров • 1 месяц назад
Claude Code Desktop now opens a new window for... each session This makes it much easier to visualize multiple Claude Code agents running in parallel My current stack depends on the task: - Ghostty: when starting a project. Bash commands, git, env variables, provider connections. All manual through the terminal with a Claude panel running alongside. - Claude Code Desktop: once everything is configured. GitHub connected, CLAUDE.md, Skills, subagents and Hooks ready. Claude Code runs on its own, no more terminal setup, just panels running and outputs to review. - VSCode: when I need to review code by hand. I use it less and less, but there are moments where I have to confirm Claude got it right. I usually open the Claude extension inside VSCode, but it lacks most of the CLI features so it's limited Solid update. Worth trying once your workflows are already set up 👇show more

Daniel San
38,718 просмотров • 1 месяц назад
Built a native macOS viewer for ledger plain-text accounting... file format. Most expense tracking apps are built around lock-in. Proprietary formats, mandatory accounts, servers you don't control. When their VC funding dries up, they shut down or pivot, and you start over. Plain-text accounting takes the opposite approach: your finances live in a .ledger file. Open it in vim. Query it with awk. Put it in git and get a full audit trail of every change you've ever made. It's just a plain text file. Ledge is just a lens over that file. Fast, native, no cloud. Following kepano 's file over app philosophyshow more

Karan Sharma
26,212 просмотров • 4 месяцев назад
I thought my AI agent needed a bigger context... window wrong the leak was my shell every time it ran git diff HEAD~5 the model ate 92,000 tokens after ztk 18,000 ls -la src 2,000 tokens became 53 cargo test passing 397 tokens became 21 the fix is a 260KB Zig binary that sits between your agent and the shell it compresses command output before it hits the model not by summarizing everything by knowing what each command actually needs to preserve > diffs keep changed lines > tests keep failures > ls keeps structure > logs dedupe repeats > JSON and errors pass through untouched 5.8M tokens saved in one 256 command session stop buying bigger context windows while feeding your agent raw terminal sewageshow more

Alpha Batcher
17,516 просмотров • 2 месяцев назад
The ChainGPT AI skill for Claude Code is one... of the most complete Web3-AI dev environment on the market. Let me prove it. Open Claude Code with the installed skill, and you have direct access to: • Built-in wallets across 33+ chains • DEX trading, perps, and Hyperliquid execution • Smart contract generation and auditing • NFT generation across 22 chains • Real-time crypto news API • Fine-tuned crypto LLM with live on-chain data Every part of the Web3 stack, one prompt away. Here's what that looks like in practice. I built a real-time on-chain whale tracker in a single afternoon. It's called Whale Watch. → Pulls live swap data from Ethereum DEX pools → Filters every trade over $100K → Runs each whale through the ChainGPT LLM for a trader-grade live analysis → Routes the user into 1inch with the token pair pre-loaded if they want to follow the trade Real data. Real AI. Real action layer. The skill wrote the server. It hit the right APIs. It generated the UI. It debugged itself when something broke. The only thing I supplied was the idea and the polish. Open Claude Code. Ship something with ChainGPT AI this weekend! /plugin install ChainGPT-org/chaingpt-claude-skillshow more

ChainGPT
25,853 просмотров • 1 месяц назад
Cohort 4 is done, and the certificates are already... landing in our students' inboxes. Congratulations to everyone who made it through! With that, we're officially opening applications for the Solana Rust Security Bootcamp (Cohort 5). A 6-week intensive in Rust and Solana security, built for engineers who want to move beyond writing code to identifying how real systems fail. > Supported by Solana Foundation. > Free to join. > Only 125 seats. And this round comes with a little bit of spice. We're teaming up with industry leaders you wouldn't expect to see here 🤫 C5 starts June 22. Applications close June 18. We recommend applying early. Application form below (as always) 🦀show more

Rektoff
57,597 просмотров • 1 месяц назад
one of my favorite ways to use claude code... skills right now - combining remotion with claude-in-chrome for motion video creation. the workflow is addictive. the clip you see here was produced with minimal prompting effort let me know if you would like me to write a full break down of this process. you describe to claude code what you want, claude code writes the remotion components, opens the remotion studio (via browser) with claude-in-chrome, sees the actual rendered output, and iterates on it in real time. need the arrows pointing to the center of the bubbles instead of the edge? just say it. need the layout shifted to the center? say it. claude sees the preview, adjusts the code, re-renders. then when you're happy you tell claude code to render the final video. but skills are what make this possible. remotion knowledge + browser automation + the taste to iterate visually. no copy pasting screenshots back and forth. no "can you try moving it 10px to the right" over chat. it just looks and fixes. this is the kind of workflow that makes you realize how much further claude code can go beyond just writing code in a terminal. i didn't touch any code while working on the clip you see if you haven't tried combining skills together like this - start experimenting. the skills combos is where the magic is at.show more

elvis
46,426 просмотров • 5 месяцев назад
🤯 Andrej Karpathy's coding rules have officially broken the... internet. [BOOKMARK THIS NOW] 144,000 stars. #1 on GitHub for 28 days straight. But 99% of people still haven't heard of them. Here's what a CLAUDE.md ACTUALLY is, and why it quietly fixed the biggest problem with AI coding: It's a text file Claude reads before it touches your code. Standing instructions. It never forgets them. The 4 rules that went viral: - Think before coding. State assumptions. Ask when unsure. Never guess. - Simplicity first. Minimum code that solves the problem. Nothing extra. - Surgical changes. Touch only what was asked. Every line traces back to the request. - Goal-driven. Turn vague instructions into a test that proves it works, before writing code. The dev who built it says it took his accuracy from ~65% to ~94%. The rules aren't the interesting part though. The interesting part is that almost nobody knows you can do this at all.show more

Coin Bureau
59,130 просмотров • 2 месяцев назад
SOMEONE BUILT A CLAUDE CODE PLUGIN THAT REFUSES TO... WORK UNTIL YOU DO PUSH-UPS OR SQUATS its called workout gate and it is exactly as cursed as it sounds when the hook fires, it blocks your prompt, opens your webcam, and makes you exercise to keep coding > it counts your reps live through the webcam with mediapipe, no honor system rounding down > only releases your prompt once you actually finish the reps > quit halfway and the leftover reps get saved as debt for your next session > chill, demo and hardcore presets, plus prompt based, time based or random triggers > tracks stats, streaks and personal records right in the claude code statusline we automated the coding, now we're automating the part where we actually take care of ourselvesshow more

Om Patel
669,485 просмотров • 1 месяц назад
NEWS: SpaceX says a new Starlink update means that... the internet will keep working even if trees or other obstacles partially block your home’s view of the sky. "As a Starlink terminal communicates with satellites overhead, it continuously builds a real-time obstruction map, allowing Starlink to dynamically understand its environment. With this information, it can proactively select the best and most stable connection. For dynamic obstructions, such as are encountered by mobile terminals, the system reactively switches in less than 1/10th of a second, allowing a connection to remain stable. The dynamic nature of Starlink combined with the many paths for the system to route traffic provide a high degree of resiliency in obstructed and changing environments. Additionally, to help customers get the most out of their service, the Starlink app includes a built-in tool to preview the install location and guide customers to the best placement with the fewest obstructions. After setup, the Starlink app provides a live obstruction map that shows exactly where signal blockages are occurring and how they may affect your experience, so that users can make informed decisions about optimizing their installation. Starlink also measures uptime 10 times a second from every terminal, transparently reporting any outage that is longer than 1/10th of a second in the app. For well-installed, even partially obstructed terminals, this uptime is typically at the 99.9% level."show more

Sawyer Merritt
1,513,378 просмотров • 11 месяцев назад
Karpathy method + Claude Code reading your whole Obsidian... vault is the smartest second brain on earth. The method is simple and brutal. If you can’t build a thing from scratch, you don’t know it. Tutorials are fake learning and your brain deletes them in 3 days. Most people ignore this. They build a second brain that just sits there, folders of notes nobody reopens, dead text. Point Claude Code at the vault and it wakes up. 5,000 notes, one mind. It reads all of it and answers in your own words and your own proofs, not a model’s guess. Then the loop closes. Want to understand neural nets? Skip the 3-hour video and ask Claude Code to build a tiny one. 200 lines from scratch. Watch it train, break a layer, watch it fail, fix it. It clicks in 20 minutes instead of 3 weeks. The second it lands the note gets written. One idea per file, linked to 10 others, dropped into the vault while the memory is still hot. Now it compounds. Month 1: is 60 notes. Month 6 is 900. Every new note pulls in old ones, so you ask anything and the answer comes from your brain, not the internet. Before: 40 tabs, 6 half read PDF, 0 retained. After: build it once, own it for life. Setup takes 4 minutes. Plain text, no lock-in. A second brain nobody reads is a graveyard. Yours just started thinking.show more

West Lord
585,493 просмотров • 22 дней назад
A 17 year old high schooler told his mom... he needed a Steam Deck for school. She said no, it's a gaming console. He said it runs Linux. She didn't know what that means. Bought it for his birthday. $280. He never installed a single game on it. Opened the terminal, installed Claude Code and typed his first command while holding the device like a PlayStation controller. Thumbsticks on both sides. Code editor in the middle. The most ridiculous dev setup anyone has ever seen. At second 0:09 you can read what he typed into the terminal: claude your code looks like absolute shit Claude didn't argue. Just started rewriting the shader, adding bloom effects, fixing chromatic aberration and improving the particle system. On a gaming console held in two hands on a couch. His friends play Fortnite on their Steam Decks. He builds software on his while lying in bed. He set up Claude Code with custom skills, hooks that auto run tests every time a file is saved and memory that remembers every project across sessions. The stuff most developers pay $200 a month for and use at maybe 20% capacity. He runs it on a $280 handheld and squeezes out every feature. Within three weeks he had built and sold four small apps to local businesses. A booking page for a barber shop, an inventory tracker for a vape store, a menu site for a taco truck and a scheduling tool for a dog groomer. All built on a Steam Deck in his bedroom. All coded by Claude while he gave instructions with his thumbs. Made over $13,000 in his first month. His mom still thinks he plays games on it. His teacher caught him using it during study hall. Looked at the screen expecting a game. Saw green code scrolling and Claude asking: Do you want to make this edit to main.js ? Teacher had no idea what she was looking at. Told him to put it away. He closed the lid. Claude kept running inside. A $280 gaming console that his mom bought thinking it was a toy is now a development workstation that earns more per month than her car payment. Setup time: 20 minutes once. Time he saves every day: 3 to 5 hours. Money made in month one: $13,000. Games installed: zero. His grandpa asked him to install FIFA last weekend. He said the console is busy. Grandpa asked doing what. He said working. Grandpa didn't ask again.show more

Marlow
3,236,654 просмотров • 2 месяцев назад
I just built a Google Ads Builder in Claude... Code that turns one URL into a complete, launch-ready campaign 🤯 Point it at your website and it builds the whole Google Search campaign — keywords, ad groups, every headline, the negative list — structured the way a good paid-search manager would. All inside Claude Code. Perfect for DTC brands and agencies who need Search live but don't have days to build it right. If you're staring at a blank Google Ads account, researching keywords one browser tab at a time, writing 15 headlines per ad group to a 30-character limit, guessing at a negative list while budget quietly leaks on junk clicks... This builds the entire campaign from a single input — your homepage URL: → Reads your site and works out what you sell and who for → Groups keywords into tight, high-intent ad groups → Writes every Responsive Search Ad — 15 headlines, 4 descriptions, to Google's exact limits → Builds a negative-keyword list so you stop paying for junk clicks → Adds sitelinks, callouts, match types, bidding, and a budget split → Exports a Google Ads Editor CSV you import in one click No blank-account paralysis. No keyword rabbit holes. No character-counting 60 headlines by hand. What you get: → A launch-ready campaign from just your URL → Tight ad groups built for Quality Score, not a keyword dump → Every ad written to Google's limits and policy → A one-click CSV import plus a full campaign dashboard Built 100% in Claude Code. No API keys, no Google Ads login. And I'm not sending a playbook this time — I'm giving the whole skill away for free. The actual file. Install it and build your own campaign in 5 minutes. Want the skill? > Like this post > Comment "BUILD" And I'll send it over (must be following so I can DM)show more

Mike Futia
47,989 просмотров • 6 дней назад
Claude Design + Shopify is f*cking ridiculous 🤯 You... can now publish pages from Claude Design → Claude Code → Shopify. Built 100% with Claude Design, Claude Code, and the Shopify CLI. Perfect for DTC brands and agencies who want to skip the design → dev handoff entirely. Here's how it works: → Design any landing page in Claude Design → Export as a zip and drop it into Claude Code → Install the Shopify + Shopify AI Toolkit plugins → Prompt Claude to convert the HTML into a Shopify page template + push to live theme → Claude uploads the images, deploys the files, and creates a published page No more handing designs off to a dev and waiting 2 weeks for a Shopify page. What you get: - A workflow that turns any Claude Design page into a real Shopify page template - Editable sections so your marketing team can swap copy, images, and CTAs without code - Images uploaded straight to Shopify Files automatically - A files-only deploy that only touches what's new in your live theme - A repeatable pipeline you can use every time you design a new landing page This is essentially the design-to-deploy pipeline brands have been waiting for. I put together a step-by-step playbook for going from Claude Design → published Shopify page. Every install, every plugin, every command, and the exact prompt that runs the whole thing. Want the playbook for free? > Like this post > Comment "SHOP" And I'll send it over (must be following so I can DM)show more

Mike Futia
56,432 просмотров • 2 месяцев назад
A 19 year old Chinese student controls an AI... security system from his bed through Telegram. Types one message on his phone, the device across the room wakes up, starts watching and reports back to him like an employee. While American companies charge $100 for a Ring camera plus $4 a month for cloud, this kid spent $10 once and built something smarter. He sent a Telegram message: open maixcam and notify me if a person detected. One second later his phone buzzed back. Green checkmark. Status: Active. Monitoring: Person detection enabled. Notifications: Telegram ready. His roommate laughed. Said a $10 device can't do real security. Then someone walked past the door. The phone buzzed instantly. Person detected. Class: person. Confidence: 92.00%. Position: (120, 80). Size: 100x150. Not a blurry photo 45 seconds later like Amazon cameras. Exact data in under 1 second. What it saw, how sure it is, where the person is standing, how big they are. All through a Telegram message. He built the whole thing with Claude Code in one weekend. The AI runs directly on the device, no cloud, no subscription, no internet needed after setup. 10MB of memory. Boots in 1 second. Camera sees, chip thinks, Telegram delivers. Posted a 17 second demo. GitHub exploded. 7,400 stars in 2 days. But person detection was just the demo. A developer in Tokyo forked it and pointed it at his front door. Telegram alert with a photo every time a delivery arrives. A mom in Seoul pointed it at her baby's crib. Gets a message when the baby stands up. A business owner in Shenzhen bought 6 for $60 total, mounted them around his warehouse and replaced a $200 a month security service. His entire security system is now a Telegram group chat with 6 AI cameras. Someone commented under the GitHub repo: I'm a senior engineer at a home security company. We have a team of 8 working on person detection. This 19 year old did it alone with Claude Code on a $10 device and it works better than our product. The student isn't a machine learning engineer. He's a second year CS student who wanted to know when his roommate eats his snacks. Claude Code wrote the detection model, the Telegram bot, the alert system and the boot sequence. He just described what he wanted. The roommate who laughed now has one pointed at his own shelf. Same device, same code, same Telegram bot. He stops losing snacks. The student stops losing sleep. Everyone is paying $100 for smart cameras with $4 monthly subscriptions. China is building the same thing for $10 with a Telegram chat and Claude Code. 7,400 stars. One weekend. One student who asked Claude Code to watch his door and accidentally built something better than Ring.show more

Marlow
23,390 просмотров • 2 месяцев назад