I reverse engineered iMessage so it sends you a... notification whenever someone starts typing... Here's how it works. 1. The app injects its own code into the iMessage app using DYLD_INSERT_LIBRARIES to hook into its internal methods 2. Dynamically loads Apple's private IMCore.framework at runtime. This is iMessage's internal framework that handles all message/typing logic, but it's not publicly available so it can't be linked normally 3. Replaces private methods like IMMessageItem.isIncomingTypingMessage to intercept typing events 4. When intercepted, the injected code posts system notifications 5. My Swift app listens for those notifications and forwards them to iOS The one caveat is you need to disable some security features on your Mac 🙃. Trying to find a better approach for this though! More features coming. Sign up for access:show more

Seif Abdelaziz
230,752 次观看 • 10 个月前
So I have been trying to do my own... take on the 4-2-1-3. but it is not for my play style. Will try some more, later on. For now I ended up with a 5-2-1-2 that I like a lot. And it’s surprisingly good against the 4-2-1-3. Anyone wants to test? 🔥🏴☠️show more

FC Pirate 🏴☠️
29,703 次观看 • 1 年前
You point at the mess and say "clean this."... That is the whole manual. Matic just shipped this. No app, no map to draw, no menu. The robot listens in more than 70 languages, watches where your hand points, and drives to that spot. Say "follow me" and it trails you into the next room. All of it runs on the robot itself, so it works with the WiFi off. Nine years of work for one thing: a machine you talk to like a dog that actually listens. Matic Robotsshow more

Chubby♨️
495,322 次观看 • 28 天前
Ok so I was actually working on this so... my wife would let me keep Linux on this 2-in-1 tablet PC. Completely vibe coded but it borrows the same philosophy where SUPER + SHIFT + Key is for applications while SUPER + CTRL + Key is for system stuff (btop, bluetooth, etc) - i.e., separation of concerns. Here it's 1 finger for scrolling within the app, 2 fingers for rearranging the windows, 3 fingers for app-level manipulation like fullscreen, dismiss, etc. 4 fingers for workspaces. Same "just sit down and learn it bitch" UX but actually quite good and better than iOS once you get used to it. Just a first pass though - I should really join the Discord and see if someone else is working on this. I'm not sure if this should land in Hyprland or as an Omarchy plugin. And no I'm not trying to make a political statement, that's just an awesome mouse pad. Recorded this video earlier to show my wife lol.show more

gabe.algo
13,992 次观看 • 1 个月前
This app uses AirDrop to send files from your... Android phone to your Macbook! Yes, it actually uses AirDrop. That means you don't have to install ANYTHING on your Mac to send files from your Android phone! Here's a video of a Galaxy Z Flip 5 AirDropping a file to a Macbook running macOS Ventura 13.5.1. (Thanks to u/FragmentedChicken for testing this app for me and sharing the video!) A few months ago, Twitter user @Linus13499209 brought an app called WarpShare to my attention. WarpShare is an app made by the developers of MoKee, an AOSP-based custom ROM that was popular in China. Since MoKee wasn't as popular outside of China, it seems the existence of their WarpShare app slipped under the radar. I was skeptical about whether it would work at all. Grishka, the developer of NearDrop, an open source port of Google's Nearby Share to macOS, told me that they were under the assumption that AirDrop requires the use of AWDL (Apple Wireless Direct Link, Apple's proprietary WiFi-based protocol) to communicate both ways. However, it seems that AWDL is only required for your Android phone to be discoverable by your Mac (ie. to send files from your Mac to your Android phone) but not the other way around. Because of this, though, WarpShare only supports sending files from Android to Mac but not vice versa. Your Mac also needs to have AirDrop discoverability set to "everyone" for this to work, as "contacts-only" requires Apple-signed certificates. Plus, it also doesn't support sending files from Android to iPhones or iPads, even when "everyone" mode is enabled. Still, if you find other Android --> Mac file sharing options to be lackluster, give WarpShare a try! The fact that it works at all is incredible, which is why I'm sharing this news here. If you want to download WarpShare on your Android device, you'll need to compile the app from its source code. If you're a Patron/X subscriber, however, I will share my compiled APK with you. WarpShare source code:show more

Mishaal Rahman
1,290,540 次观看 • 3 年前
I Built Tiktok for video games in 72hrs and... It went so VIRAL that investors started hitting my dms but it gets even crazier.. because this $1M app idea just turned into a $100M app idea the #1 suggestion i got from you guys on X Was to add multiplayer or local playing with friends to the games Bc that’s what actually makes Tiktok so addictive It’s the interaction with other users. comments, likes, reposts it's all multi-player. but of course that is a complicated task to add to our little app here. very complicated... Thats when the co-founder of reached out And said they are woking on a multiplayer feature for Rork To make this process an extremely easy. This is why Rork is the #1 app builder right now as far as updates on the app →i've added 5 more games to the feed (mostly classics!) → Started implementing the multiplayer UI to invite friends/match-making if you have any ideas for games or for the app drop your suggestions below!show more

Ernesto Lopez
74,985 次观看 • 8 个月前
My project has 39,205 lines of code, and Cursor... can't answer questions about it. Cursor's context seems to be capped at around 10,000 tokens. Unfortunately, this is not enough for any decent-sized project. If you have a large codebase, check out Augment Code. This thing is faaaast! I'm currently using their Visual Studio Code plugin, but you can also use them on JetBrains, Neovim, and even Vim. (I'm a Neovim fan, but Copilot's implementation for Neovim is nowhere as good as Augment Code.) Augment Code was gracious enough to sponsor this post. After you install their extension and run it for the first time, it will index your entire codebase. This is why it can answer questions as fast as it does, regardless of the size of your codebase. Augment Code supports chat and completions like every other AI coding assistant, but its killer feature is "Next Edit." When you make a change, two things happen: 1. The model analyzes the change to determine the ripple effects across your *entire* codebase. 2. The model suggests everything you need to update to ensure everything works correctly. This is pretty wild!show more

Santiago
247,888 次观看 • 1 年前
SOMEONE VIBE CODED A MOBILE APP WHERE ZOMBIES CHASE... YOU IN REAL LIFE it uses your actual gps position, so the only way to survive is to physically run > you get a 60 second head start, then the horde spawns on your neighborhood map > tap the red skulls to shoot them, but you only start with 3 bullets > go to ammo crates on your running path to reload, hourglasses to slow them down > your charge meter fills as you run, and you can spend it to shove the whole horde back when you're cornered the ai fitness app people keep trying to build is this. make the workout a game people would play anyway the strategy for b2c apps is to literally gamify everything insane how he built this in a weekend with claude codeshow more

Om Patel
2,026,823 次观看 • 17 天前
HTML Artifacts are a big part of how I... work with agents now. Artifacts can be more than just static files. When combined with agents, they can take action or help you take action. This unlocks all kinds of interesting ways to work with agents. This is clearly the future. Check out this writing and scheduler artifact I built in a few minutes. It uses a bit of HTML and JS. All the data is in markdown (Obsidian vaults), so the agent can access and modify it at any time. No DB needed. No sophisticated functionalities. The agent decides all that for me based on the skills, context, and memory it has access to. The best part about this simple stack is that all the important information stays with me. This has allowed me to build a recursive self-improving system and automations that can better tap into coding agents like Codex or Claude Code. I could have paid or built an entire app for scheduling posts, and there are so many of them out there. But I don't need to. I've realized a simple artifact does the job. And the simplicity of it is actually an advantage. Very little maintenance for very high returns on personalization, time, and efficiency. The other benefit of this is that I can add features as I please. That level of personalization feels magical, and we should all be pursuing more of it. All of this just keeps compounding. Of course, this example is just about writing. But I have similar artifacts for research, design, experimentation, evaluation, and so much more. And no, I didn't actually publish the post example I shared in the clip. It was just for demonstration purposes. I actually spend more time than this when writing together with agents. Lastly, having built my own agent orchestrator tool has made me realize that simplifying the tool stack is a superpower. If you are curious about how all this works, I will do a live session next week:show more

elvis
18,374 次观看 • 4 个月前
This will forever change how power users switch apps... on MacOS MacOS is full of animations. Switching to an app means repeatedly using cmd + tab or using power tools to assign a hotkey to the app. Even if you are using the hyperkey on Raycast to open apps, you will still be faced with the animations if the app is on different desktop. I've completely solved this pain point in the latest release of SuperCmd Here's what's done 1. Completely eliminated the animation, the hotkey will instantly switch to the instance of that app, even if it's on a different desktop 2. If there are multiple instances of the same app, e.g., 4 cursor projects, it will cycle through all the open windows of that app. (even VSCode / cursor supports cycling through windows only on the current desktop) I've long wanted to solve this issue for myself, and it has been the biggest bottleneck in my productivity. I see this as a huge win for power users, specially ADHD bois! SuperCmd 1.0.7 is out, but I wanted to dedicate a post to this specific feature first. The complete release post will come later. download ->show more

Shobhit - Building SuperCmd
27,309 次观看 • 12 天前
this is the worst local ai will ever be.... it only gets better from here. if you are not expanding your mind with these small models you are missing what's happening right now 99 percent tool call success rate. when steered well with the right skills and a framework like hermes agent the node becomes a cognition layer. not a chatbot. not a toy. an extension of how you think. i was cranking this node at 35 to 50 tok/s all day on personal experiments and now after all the work is done qwen 3.5 9B is iterating on its own code. the game it created. fixing its own bugs autonomously. and the part you should probably not miss is that all of this is happening on a RTX 3060. not an H100. not an A100. the card most of you have sitting in a drawer right now. if you just open that drawer and put that intelligence to work every tensor core on that card should be running for you. your work. your experiments. your thinking. you all have it but because nobody told you what this hardware can actually do in 2026 you never tried. the day it unlocks is the day you test your workload, understand the tradeoffs, debug the loops, and then decide if you need to scale the hardware. there is no point buying 3 mac studios when things done well you can squeeze a similar level of intelligence from 9B compared to 70B. but only when you create the right environment for your model through the right harness. and let me tell you i have tried claude code as a local harness. i have tried opencode. i have tried various others. somehow i landed on hermes agent and never left. there is something magical going on at Nous Research. the tool call parsers, the skills system, the way it handles small models natively. nothing else comes close for local inference. own your cognition. your AI. your agent. your prompts. your experiments. why give them away for free. those are who you are and they don't belong on someone else's servers being monitored. just give it a shot with your existing hardware. you run into a problem the community will help you. and if you are migrating from openclaw to hermes i will personally help you make the switch.show more

Sudo su
58,717 次观看 • 6 个月前
I’m just gonna say it: I’m disappointed with iOS... 27. - It is fast, sure. - It is snappy too. - It fixes many bugs that were there since iOS 26. - It improves Liquid Glass drastically. The problem is, when I heard at WWDC26 that Apple is making iOS 27 all about optimization and polish, I was expecting iOS to return to its former glory of iOS 15. But, iOS 27 is not even 70% polished as iOS 15 was. There’s so many little things and attention to details that iOS 15 had and iOS 27 simply doesn’t. Here’s a few examples: - When you picked up a call before the contact poster update in iOS 17, using the swipe gesture, the swipe indicator itself transitions into the red hang-up button. Smoothly. On iOS 27, there’s no such transition. It just happens. - On iOS 27, the Photos app is still very slow and janky in the Collections tab. It takes several seconds for everything to load. - Just look at the Safari below. It’s just so smooth, flowy, and animations are designed so well before the Liquid Glass update. iOS 27 Safari feels like a huge downgrade. I was expecting iOS 27 to work on these little details around the system that have been going away since iOS 16. But it didn’t.show more

Adan
214,983 次观看 • 19 天前
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,806 次观看 • 3 个月前
Biomapper c1 SDK has been deployed on Base, making... its private and secure uniqueness verification available for all of their builder community! For those who are new to Biomapper, the Humanode Biomapper is one of the core tools of Humanode, a cryptobiometric Layer-1 Blockchain where one human = one node = one vote, known for its use of private biometrics to fight Sybil attacks. With Biomapper c1 now available on Base, Base builders and developers will now be able to add biometric-based Sybil resistance to their apps and services with just a few lines of code. We will be releasing in-depth guides for developers on Base who are interested in utilizing the Biomapper, but you can also delve into SDK right now as well! Biomapper App: Biomapper Docs: Biomapper SDK: How to integrate:show more

Humanode
38,403 次观看 • 1 年前
Claude Fable 5 orchestrating Grok 4.5 is now my... favorite real workflow. all you need is this free Claude Code plugin that makes Grok the default implementer. Fable writes the specs and reviews every diff, Grok 4.5 does the typing through the Grok CLI. - Grok handles the volume, Fable handles the judgment - Every diff gets cross-vendor review for free - Specs run as parallel agents when they're independent I've been testing it for a few days and the part that sold me is watching Fable refuse to write code. It sends specs down, judges what comes back, and that's it. setup: 1. claude plugin marketplace add DannyMac180/fable-advisor && claude plugin install fable-advisor 2. Install the Grok CLI from then grok login 3. /model fable It's open source, so you can read the agent files and tweak the routing however you want.show more

Alvaro Cintas
100,558 次观看 • 2 个月前
things to know about wv dms from someone who... has experience with the bubble app and had a chat with skz hyunjin for over a year: - its 𝗿𝗲𝗮𝗹, it’s the members themselves - for us it’s a 1:1 chat with the idol but for them it’s like a groupchat with all the people who paid - they can see and directly reply to you if they want to but there’s too many ppl so it’s hard for them to see. 𝘆𝗼𝘂 𝘀𝗲𝗻𝗱𝗶𝗻𝗴 𝗮 𝗺𝗲𝘀𝘀𝗮𝗴𝗲 𝗮𝗻𝗱 𝘁𝗵𝗲𝘆 𝘀𝗲𝗻𝗱𝗶𝗻𝗴 𝗼𝗻𝗲 𝗯𝗮𝗰𝗸 𝗱𝗼𝗲𝘀𝗻’𝘁 𝗺𝗲𝗮𝗻 𝗵𝗲’𝘀 𝗿𝗲𝗽𝗹𝘆𝗶𝗻𝗴 𝘁𝗼 𝘆𝗼𝘂 𝗱𝗶𝗿𝗲𝗰𝘁𝗹𝘆!!! they can actually select the message they want so if they ever reply to you you’ll know for sure. - they have an option in their version of the app where they click and it automatically mentions the name you have set on the app and it looks like he’s directly addressing you but it’s the same for every fan. - theres a 1 next to the messages, if it disappears, the member is in the chat, doesn’t mean he read specifically your message, remember it’s a gc for them. - the translations are bad so it’ll look weird, you can deactivate the automatic translation on the 3 dots on the upper right. make sure you always look for translations on here (ENHYPEN WEVERSE) before you bring something to tl. finally, ai bots reply immediately, once the boys go inactive or get busy, no matter how many messages you send you won’t get a reply. stop saying it’s fake or ai, i know its weird and you guys are new to it and it seems impossible bc they’re busy but its the same as when they come to weverse and reply to a bunch of people, they have time for that. you will see some members are more active and chatty than others too. please be careful with your words, these are the members’s words. + here’s jumgwon sending a text while on live earlier:show more

eris ♱
41,102 次观看 • 4 个月前
Gemini Omni's motion control is f*cking cracked i just... figured out how to turn 1 reference video into 50+ AI videos with the exact same movements... you have a video of someone eating, dancing, using a product, doing whatever complex motion you need. you feed it to Gemini Omni and it recreates that exact motion with a completely new AI character in literally one prompt i've tested this against Kling motion control and it's not even close. Kling falls apart the moment you try anything complex. eating scenes look weird, hand movements get mangled, anything multi-step breaks down completely. Gemini Omni handles all of it if you're still using kling motion control or paying creators to split test your videos, this replaces that entire workflow here's the thing though. you can't just prompt this out of the box. if you try to do motion transfer with default prompting you're going to get errors or the motion won't transfer properly. there's a specific prompting method that makes it work every time so i packaged up the whole system.. here's what you're getting: > full step by step video breakdown > how to find the best reference videos to use > the exact prompting system that allows for motion control transfer so you never get errors > the workflow for batching this out at scale (1 video → 50+) RT + reply "MOTION" and i'll send it over (must follow so i can dm)show more

Miko
61,172 次观看 • 2 个月前
Imagine you go to a store and you want... to buy candy. The shopkeeper knows you're a real kid because they can see you standing right there. Now imagine you send a robot to buy candy for you. The shopkeeper looks at the robot and thinks: wait, who sent this? Is this robot allowed to buy candy? What if someone else's robot pretends to be yours and steals your candy money? That's basically what's happening with AI right now. Companies like Visa let people buy things all over the world. But now, smart computer robots (AI agents) want to buy things too. Shop around, compare prices, even pay for stuff. Visa looked at this and said: nope, not yet. Because they have no way to check if the robot is real, who it belongs to, or if it's allowed to spend that money. The problem is that all the rules we have for checking identity - showing your ID, scanning your face, typing your password - only work for humans. Robots can't do any of that. Worse, bad robots can actually copy and fake human identities really well. So Evin McMullen evin, Billions Network co-founder and CEO, says we need a new kind of ID system. One where you can prove something is true without showing all your private stuff. Like proving you're tall enough for a ride without telling anyone your exact height. That's called zero-knowledge proof. And for the robots specifically, we need something called KYA - Know Your Agent. It's like giving every robot its own ID card that says: this is who I am, this is what I'm allowed to do, and this is the human responsible for me. Until we build that, the robot economy can't really get going. Here is Evin’s Thought Leader article at Silicon Valleys Journalshow more

Billions Network
21,775 次观看 • 7 个月前