68,347 results for do · 2.324s

News for “do”
14 results • 2320 ms server time
Moozonian News
bing.com• 3d ago• 1 min read
How to self-host your own AI agentLearn how to self-host an OpenClaw AI agent using Docker. Pair it with Open WebUI to get a browser-based chat interface that’s easy to use.
Moozonian News
bing.com• 3d ago• 1 min read
Cute new pants you can comfortably styleI absolutely had to do an entire blog post around these pleated wide leg pants from Lock and Love on Amazon, because they’re THAT good! You’ll look totally put together and chic, while feeling like ...
Moozonian News
news.ycombinator.com• 3d ago• 1 min read
Calendly WhatsApp integration on free Calendly planI built an unofficial Whatsapp message (only outbound) service for indie sellers/marketers who have small scale (daily under 50 messages to send) & might not have bandwidth to spend time onboarding to official Whatsapp Business API.A friend pointed me to his Calendly calendar & asked me if I can build an integration with Calendly where his prospect gets a Whatsapp message when they book a meeting with him. I was like - this can easily be done with Zapier. Only after building the entire Zap, I figured that Calendly expose webhooks ONLY in their paid plans.Since I had committed to my friend, I built a complete offline integration. The integration relied on capturing javascript event where the calendar is embedded. Most folks embed Calendly on their own website so this looked like a plausible work around for lack of webhook exposure from Calendly.I also had to build an oAuth app as the Calendly event payload contained only inviteeUrl & then I had to query the user's Calendly to get phone
Advertisement
Moozonian News
bing.com• 3d ago• 1 min read
The 15 most quintessential blue cards in Magic: The GatheringWhile other colors tend to be more straightforward about what they want to do — white wants to build an army, red wants to hit you, green wants enormous creatures, and black is willing to pay almost ...
Advertisement
Moozonian News
bookma.sh• 3d ago• 1 min read
Show HN: Bookmash – a bookmark manager with no database, just the browser's APII built Bookmash because I wanted my browser bookmarks to feel more like navigating files in Finder, not scrolling a long vertical list.The main decision was to keep the browser as the source of truth. Bookmash doesn't import or copy your bookmarks into its own database — it reads and writes directly through the Chrome/Firefox bookmarks API. Uninstall it and you lose nothing, because there was never a second copy.Two features came out of that constraint:- Collections: I flatten the distinction between the two native root folders (bar vs. "other bookmarks") and let you group folders from anywhere in the tree, computed live from the current bookmark state, not stored as a separate mapping.- MyMash: mark any bookmark as a favorite and it's instantly available in one place, without moving it from its original folder.Chrome and Firefox handle bookmark events differently enough that this was trickier than I expected — same API surface, different edge cases.Live on Chrome and Firefox, with a