CCleaner used to be the default way to keep... a Windows machine fast. Then it got bought, stuffed with ads and bundled crapware, and in 2017 one release was compromised and shipped malware to over 2 million people. Millions still install it every month because nothing else has really replaced it. So, a team called AdventDev just built a free, open-source replacement. It's called Kudu. Open the app and you get one dashboard for the whole machine. > System cleaner for temp files, logs, caches, and crash dumps. > Browser cleaner across every major browser. > Gaming cleaner for launcher and shader caches. > Registry cleaner for broken and orphaned entries. > Startup manager that shows the actual boot impact of each program. > Disk analyzer with an interactive treemap, so you can see where 40GB quietly disappeared to. > Debloater that rips Windows bloatware out. > Program uninstaller that also removes the leftovers other uninstallers leave behind. Then it does the parts CCleaner never did. A malware scanner with signature matching, heuristic analysis, and Windows Defender integration. A privacy shield that lets you flip 30+ Windows privacy settings from one screen: telemetry, ad ID, Cortana, tracking. Secure delete that overwrites files with random data before removing them, so nothing can recover them later. There's a real-time performance monitor with per-core CPU, memory, disk, network, and S.M.A.R.T. drive health. A one-click restore point before every clean, so you can roll back. Scheduled scans. A CLI mode for people who don't want a GUI. Support for 30 languages. Native app for Windows, macOS, and Linux. Intel and Apple Silicon builds. No ads, no upsells, no telemetry, no account. The cleaning rules are plain JSON files, so if your favorite app isn't covered yet, you can add support for it without writing a line of code. MIT license. 100% Open Source. Repo:show more

Brady Long
149,397 views • 1 month ago
A guy in Vancouver built an entire operating system... inside a Chrome tab. By himself. Over six years. His personal website is the OS. You open and a Windows-style desktop loads. File explorer. Start menu. Taskbar. You can drag in a zip and extract it. You can play DOOM. You can play Quake III Arena. You can boot Linux from an ISO. You can run Stable Diffusion locally for image generation. You can open a Python terminal. You can edit code in Monaco, the same engine that powers VS Code. All of it runs in your browser tab. Nothing installs. His name is Dustin Brett. Self-taught engineer. Father. Husband. 4,473 commits. All his. He had to swap the Windows icon for the π symbol because of legal pressure. The repo has 12,883 stars. MIT license. His hosting bill is one dollar a month. A single Cloudflare CDN does the rest. This is what the open web was built for. (Link in the comments)show more

Nav Toor
72,629 views • 2 months ago
For a long time, small brands ran forgettable ads... for one boring reason, and it had nothing to do with taste. Good creative was just expensive. You needed a designer, or an agency, or at minimum a friend who owed you a favour. You needed a brief, a few rounds of edits, a week of back and forth, and a few hundred dollars you weren't sure you'd make back. So most small brands did the sensible thing and made nothing. A logo on a coloured background, maybe. Then straight back to work. That math is quietly breaking, and I don't think most people have noticed yet. Goose the Ads Guy does something that sounds small and isn't. You paste a brand's website and get finished ad creatives back. These are built from templates that already performed for real brands, rebuilt around whatever brand you point it at. Your colours, your product, your words. It runs in the browser, and there's no designer anywhere in the loop. The cost of producing something that genuinely looks like a real ad has dropped close to zero. If you have a product and want ads that actually work, try Goose now. If you signup from the link below, you’ll get 1000 credits for free.show more

ETERNAL STUDIO AI
42,941 views • 1 month ago
SOMEONE BUILT A TERMINAL TORRENT CLIENT THAT SEARCHES EVERY... TRUSTED SOURCE AT ONCE AND DOWNLOADS STRAIGHT TO DISK finding a torrent in 2026 is miserable fake download buttons, popups that spawn three more tabs, and half the results are dead with zero seeders. so he built the opposite of all that: > type one query and it hits a curated set of trackers all at once > results stream back tagged with source, size and seeders as fast as each site answers > arrow to the one you want, press d, and it lands on your drive > if one source is down it just skips it and keeps searching the rest > downloads run in the background and pick up where they left off if you quit mid transfer the whole thing is one command. npx and youre running, all you need is node, no browser, no setup, nothing leaves your machine except the request itself. its called torlink, open source and mit. this is the kind of clean terminal tool that does one annoying thing perfectlyshow more

Om Patel
361,539 views • 1 month ago
Litter iOS just got a beta (TestFlight) release so... now you can install it and try it out. It's a remote for codex! - Finds all the computers on your local network (or tailscale) that run codex app-server or ssh - Lets you continue any session or start a new one - Experimental local codex with oauth support Free, fully open-source, fully native, with android release coming soon! Thanks to Maky drumroll.dev ☄️ PincentΞ for the contributions! TestFlight ⬇️show more

SIGKITTEN
68,308 views • 5 months ago
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
60,560 views • 1 month ago
SOMEONE BUILT A WAY TO SEND FILES BETWEEN TWO... PHONES WITH NO WIFI, NO BLUETOOTH AND NO NETWORK AT ALL it works with just a screen flashing qr codes at a camera one device plays an endless stream of animated qr codes, the other one points its camera at the screen and rebuilds the file out of the light no pairing, no app, no shared network, nothing but the camera > its pulling about 129 kb/s, a full 2mb image transfers in seconds > theres no back channel, the receiver can never ask for a missed frame, so it uses fountain codes, every frame is a scrambled mix of the file rather than one piece of it > that means the receiver just collects any frames it can catch in any order, and once it has enough it can reconstruct the whole file > dropping frames costs you a little time but never breaks the transfer > you can point the camera at a stream thats already running and it just locks on mid flight he was building a cached mp3 player because he was sick of ads and bad streaming quality. he wanted a way to send tracks phone to phone without both phones being on the same network, and realized flashing qr codes could carry the data he built the whole working prototype in one night with claude code its open source and already at 375 starsshow more

Om Patel
949,182 views • 23 days ago
I just built a Meta Ads diagnostic in Claude... Code that tells you WHY your account broke, not just what changed 🤯 It spins up a team of agents that each investigate a different reason performance dropped, then argue against each other to kill the wrong answer before it ever reaches you. All inside Claude Code. Perfect for DTC brands and agencies who panic-kill creative the second CPA spikes. If you've watched ROAS fall off a cliff and opened Ads Manager with ten tabs going, you already know what happens next. Your gut says "creative fatigue." You kill your best-performing ad. A week later performance is still broken, because that was never the problem. Guessing wrong is the most expensive move in paid social. This workflow ends the guessing: → One agent investigates each competing theory — creative fatigue, budget and delivery changes, traffic quality, offer and seasonality → Each one is blind to the others, reasoning only from its own slice of the data so they can't bias each other → A refuter agent then attacks every surviving theory and tries to kill it → A theory only stands if the data can't disprove it → You get a ranked diagnosis: the real cause, the evidence for and against it, and the one move to make this week No anchoring on the first obvious answer. No killing winning creative on a hunch. No "here's what happened" reports that never tell you why. What you get: → Every theory tested in parallel instead of one biased guess → An adversarial pass that kills the wrong answer before you act on it → A ranked diagnosis with confidence levels and evidence both ways → A reusable workflow you drop next month's export into and re-run Built 100% in Claude Code with the new dynamic workflows. The first account I ran it on looked like textbook creative fatigue. The workflow disagreed, and traced the real cause to a budget change that had doubled spend and flooded delivery with junk traffic. I put together a full playbook with the exact workflow, the prompt, and how to run it on your own account. Want it for free? > Like this post > Comment "META" And I'll send it over (must be following so I can DM)show more

Mike Futia
12,772 views • 2 months ago
THIS GUY GOT SICK OF UK TRAIN STATIONS HIDING... THE PLATFORM NUMBER UNTIL THE LAST SECOND, SO HE VIBE CODED AN APP THAT PREDICTS IT BEFORE THEY REVEAL IT if youve ever stood in a crowded station like london euston, you know the pain the platform stays hidden until 15 minutes before boarding, then it flashes up and hundreds of people sprint for the same gate so he built something that fixes this: > a clean departures and arrivals app pulling live data straight from the network rail apis > live train tracking so you can watch where your train actually is on the route and whether its running on time > the main feature is a predictive engine that guesses your platform before the station reveals it, and its right about 75% of the time heres how it predicts: every time a train finishes its journey, it logs which platform it actually pulled into and compares that to the platform network rail originally advertised it saves every one of those comparisons, and over time it builds up enough history to predict the platform with a real confidence score he built the whole thing with claude, mostly opus with some fableshow more

Om Patel
176,154 views • 1 month ago
I found this last night and I have not... stopped thinking about it. HERMES JUST LAUNCHED HERMES DESKTOP. 100% FREE. It is a free desktop app that gives Hermes Agent a proper interface. One place for everything. What is inside: ↳ Auto install and setup, no terminal needed ↳ Streaming chat with token tracking ↳ Multiple agent profiles ↳ Memory you can actually see and edit ↳ 14 tool categories including web, browser, image gen, and voice ↳ Scheduler for automated tasks ↳ 16 messaging gateways including Telegram, WhatsApp, Discord, Slack, and Signal ↳ Full conversation history with search ↳ Backups and logs in one settings screen Works with Anthropic, OpenAI, Gemini, Grok, Groq, Ollama, and more. Hermes Agent is the brain. Hermes Desktop is the cockpit. Free. Open source. Mac, Windows, and Linux.show more

Kanika
60,084 views • 2 months ago
Microsoft is testing a new feature in Windows 11... called Low Latency Profile that gives a short boost to your CPU for 1 to 3 seconds when you open apps or menus. Early tests show Microsoft apps like Edge and Outlook open up to 40% faster, while the Start menu and other menus can load up to 70% faster, with CPU use jumping high for a few seconds then dropping right back down. Microsoft says this is normal because Apple does it in macOS and Linux, plus phones use the same type of quick CPU boosts for better speed. The feature is only in early Insider testing now, so it is not out for everyone yet.show more

Pirat_Nation 🔴
145,459 views • 3 months ago
I just built a Claude Cowork skill that turns... your Google Ads data into a visual performance dashboard in 60 seconds 🤯 One prompt → campaign breakdowns, CPA trends, spend vs conversions charts, and hourly conversion patterns, all rendered as an interactive HTML dashboard you open in Chrome. All inside Claude Cowork. Perfect for DTC brands and agencies who are pulling Google Ads data into spreadsheets every week, manually building charts, and spending an hour formatting a report that's outdated by the time you send it. If you're managing Google Ads and your weekly reporting workflow looks like this — export a CSV, open Google Sheets, build a pivot table, copy the numbers into a slide deck, manually create charts, format everything, realize you forgot a campaign, start over ... This skill does the whole thing in one prompt: → Connects to your live Google Ads data via MCP → Pulls spend, conversions, CPA, ROAS, CTR across every campaign → Builds an interactive HTML dashboard → Summary cards at the top: total spend, total conversions, avg CPA, avg ROAS → Bar chart comparing spend vs conversions by campaign → CPA trend line over the last 30 days → Campaign table ranked by performance, color-coded green/yellow/red → Opens in Chrome: hover over charts, compare campaigns, screenshot for your team No spreadsheets. No manual chart building. No hour-long formatting sessions. What you get: → A visual dashboard from live data in under 60 seconds → Campaign performance you can actually see, not just read in a table → CPA trends that show you where things are heading, not just where they are → A dashboard you can screenshot and drop into Slack, a client report, or a team standup → Reusable — run it weekly and the data updates automatically One prompt. Live data. A finished dashboard you open in your browser. I put together a playbook with the full skill file, the setup, and the exact prompts to customize the dashboard for your account. Want it for free? > Like this post > Comment "DASH" And I'll send it over (must be following so I can DM)show more

Mike Futia
38,846 views • 4 months ago
THIS GUY VIBE CODED A BROWSER TOOL WITH CLAUDE... CODE THAT DRAWS PROPERTY LINES ONTO DRONE FOOTAGE AND KEEPS THEM LOCKED TO THE GROUND AS THE DRONE MOVES real estate agents kept asking for those property boundary overlays on drone videos so buyers can see exactly where a lot ends. the only real option was after effects, which is a massive pro tool for one small repeatable job so he built a browser tool that does just that one thing > drop in a drone clip and draw the parcel outline once on the first frame > gpu motion tracking keeps that boundary stuck to the ground as the drone flies and the perspective shifts > if the line drifts anywhere, you drop a keyframe to correct it and it re-tracks the segments around it > style the line however you want, then export the finished video > free to use, you dont even need an account until you export he built one tool that solves one annoying job perfectly, for people who were never going to learn after effects anywayshow more

Om Patel
403,842 views • 1 month ago
Claude Fable is finally back! it can now watch... the meta ad library for the businesses that just turned their first ad on and mails them a finished, better version of it here's the system you can use to run an agency: - watches the meta ad library for businesses that just started running ads - pulls each one's google business profile for a mailable address + real photos - vision-checks the current ad, rejects the weak leads - rebuilds it into the ad their industry actually runs, not a stock template - prints a before/after postcard: their flat ad next to the recut + a QR - mails it to the owner, then makes their content every month one system that lands you new local biz clients every week. reply "FABLE" + RT and i'll send you a free guide so you can build this too (must be following so i can DM you)show more

Chris
92,331 views • 1 month ago
Microsoft is cooking! Windows 11’s faster app launches released... today, and everything is noticeably faster on low-end PCs. Windows 11’s CPU boost feature is no longer just for Start, Search, and shell flyouts. After installing the August 2026 security update, it is now silently active while opening apps too. We tested this on the same PC before and after KB5121003, and the difference is real. Notepad, Calculator, Chrome, VLC, PowerPoint, Weather, and even the Epic Games Store now trigger the same Low Latency Profile behavior Microsoft first rolled out for the Windows shell in June. The moment you open an app, Windows briefly pushes the CPU close to its maximum frequency for one to three seconds, finishes the launch work faster, and then drops back to idle. This is called “race to sleep,” and it is not a lazy trick. macOS and Linux already do similar things. CPU utilization does not spike the same way, so this is not your PC suddenly working harder forever. It is a short frequency burst to make Windows feel more responsive. I know people love mocking Windows performance, and often for good reason, but this one actually works. Apps open faster now, especially on budget and older PCs where every second of delay is noticeable. Windows 11 is finally getting the kind of performance work it should have had from day one.show more

Windows Latest
710,870 views • 12 days ago
Claude Cowork is f*cking cracked for Meta Ads 🤯... Point it at a folder with your ad export, your brand context, and your brief template —> ... and it analyzes your account like a senior creative strategist + saves a finished brief directly to your computer. All inside Claude Cowork. Perfect for DTC brands and agencies who are still manually digging through ad reports trying to figure out why performance shifted. If you're running Meta Ads and pulling weekly reports that tell you what happened but not why — CPAs creeping up, CTRs dropping... You're killing creatives on gut feel because mapping performance back to hook type, angle, and offer framing takes hours you don't have. Claude Cowork eliminates the entire loop: → Drop your Meta Ads CSV export into a project folder → Add a brand context file and your brief template → Claude reads all three files and audits across 4 lenses: hook performance, offer angles, fatigue signals, next test recommendations → Asks clarifying questions if it needs them → Saves a finished creative brief as a real .md file directly to your folder No copy-pasting data into chat windows. No manually tagging creatives in a spreadsheet. No "here are your metrics" summaries that tell you nothing new. What you get: → Pattern analysis across every creative — which hook structures are converting and why → Creative fatigue signals before CPAs blow up → Competitor intelligence layered in from the Meta Ad Library → A data-backed brief your creative team can execute immediately Set it up once, drop in a fresh CSV every week and run the same prompt. I put together a full playbook with the exact folder setup, the prompts, and the brief template to get this running in under 30 minutes. Want it for free? > Like this post > Comment "ADS" And I'll send it over (must be following so I can DM)show more

Mike Futia
85,602 views • 5 months ago
On your open perpetual position can become an NFT... and live in your wallet. You open a position like normal than mint it. The program issues a token 2022 nft, that points to your exact position. Normally your open position lives inside the protocol. With Percolator Trade your able to wrap it into an NFT that sits in your own wallet. A real, ownable object instead of a line in a dashboard. Because it’s a token, it moves like one. Send the NFT to another wallet and the position goes with it. Whoever holds the NFT owns the trade. One NFT = one position If you burn it, your back to holding the position directly. That’s the composable part, a position use to be stuck inside one account. Because it’s a token, it can now be sold OTC or used by anything that speaks tokens. Why does it matter? Because the position is bound to the NFT, it can’t be drained out from under whoever holds it so there is no middleman that holds your position. The NFT does, and the NFT is yours. One important safety detail; transfers run through a token 2022 hook that checks the positions health first, so it can’t be handed off in a broken state & the NFT layer is a separate program so it can never touch the funds the core engine holds.show more

Percolator
12,359 views • 2 months ago
If you think this is just another silly demo... made with AI, read this post. You might change your mind, because this demo is about MATH. What you see on the screen is not a render from Blender (obviously, it’s not that good). It’s a three.js app built with Toolcraft. Available on the web and rendered in real time(link in the comments). But Blender still has a lot to do with it. Blender has Geometry Nodes - a powerful node-based system for creating and manipulating procedural geometry. In other words, it’s math. And math is a universal language. And who do you think is pretty good at math? >>> AI. Now you can download or buy Blender files from marketplaces, and when they contain Geometry Nodes for procedural animations, objects, surfaces, or effects, you can transfer that logic to the web. Make it real-time, make it interactive. Materials are a separate story, of course. They can still suck unless you use the right tricks: PBR, HDRIs, material blending, displacement, and faked surface relief. So why is Blender important here? Blender is open source, and many tools around it are open source too. An AI trained on their code. That means it can translate the math from one environment to another quite accurately. If you’ve been struggling to reproduce some idea with AI that you had in your head or seen in some references, and it has something to do with Geometry Nodes, and you can find that idea or a close one in the Blender ecosystem - it means you can transfer it to the web. Thank me later.show more

Alex Barashkov
28,300 views • 1 month ago
I just built a Meta ad policy checker in... Claude Code that catches rejections BEFORE Meta does 🤯 Drop in your ad copy → it pulls Meta's LIVE Advertising Standards, checks every line against the actual policy text, and hands each ad a verdict: Cleared for launch, Fix before launch, or Grounded. All inside Claude Code. Perfect for media buyers and DTC brands who've had ads bounced — or an account restricted — and never got a straight answer why. If you're finding out about policy problems only after the rejection email, resubmitting the same ad and praying, losing days of delivery while the appeal sits in review, and every bounce quietly teaches Meta to trust your account a little less... This runs the review before Meta ever sees the ad: → Drop in your ad copy (one ad or a whole batch) → It reads each ad and figures out which of Meta's policies apply → Scrapes the live policy pages from Meta's Transparency Center → Flags the exact phrase that violates, with Meta's own policy quoted next to it → Rewrites the risky lines so the message survives but the violation doesn't → Renders a dashboard: every ad, every finding, every fix in one place No guessing which word killed the ad. No resubmit-and-pray loops. No stacking rejections on your account history. What you get: → A verdict on every ad before you spend a dollar → The violating phrase + the policy citation, side by side → Rewrites that keep the selling intent → A report you can hand straight to your team or client Built 100% in Claude Code. No API keys, no Meta login. I'm giving away the complete Claude skill file. Want the skill for free? > Like this post > Comment "META" And I'll send it over (must be following so I can DM)show more

Mike Futia
17,327 views • 1 month ago
chat even without wi-fi and mobile data it's called... protestchat it never asks for a network (repo in replies) e.g. Delhi rolled portable jammers into a protest on july 20 and cut mobile data with it so this dev built a fix 2.4 ghz stays wide open the entire time every other messenger dies the second the internet does BUT this one no > phones hand msgs to each other over bluetooth le > zero routing, every phone carries every unexpired envelope and offers it to whoever it meets > the recipient is just whoever can decrypt it > walk out of the jammed zone and your phone delivers the queue for people still stuck inside > 6 hour expiry, panic wipe, fresh key per message > 72 tests on the crypto and mesh layer > MIT and no account anywhere so if u dont have an internet or gov jammed it just use this repo to text someone how it works:show more

savip
32,690 views • 28 days ago
🚨 Alibaba just open sourced a GUI agent that... lives inside your webpage and controls it with natural language. It's called Page Agent and it's not a browser extension. It's pure JavaScript no Python, no Puppeteer, no headless browser, no screenshots. Just one script tag and your web app understands natural language. Here's what it actually does: → Embed it with a single tag or npm install → Control any web interface with plain English commands → Text-based DOM manipulation no OCR, no vision models needed → Bring your own LLM (GPT, Claude, Qwen, anything) → Ships a built-in UI with human-in-the-loop support → Turn 20-click ERP/CRM workflows into one sentence → Optional Chrome extension for multi-tab agent tasks → Works on any web app SaaS, admin panels, internal tools Companies are charging $30/month for AI copilots built on this exact idea. This is 3 lines of code. Your users. Your interface. The AI copilot layer for every web app just got open sourced. 1.6K stars. 100% Open Source. (Link in the comments)show more

Ihtesham Ali
135,572 views • 5 months ago