Lotta investors are gonna be interested in this one, so here it is. If you saw this during #sftechweek, you gotta comment.
This is @SignAvatarAI , more info on my LinkedIn :)
Over the years, Duolingo has introduced countless creative growth hacks, but they still manage to surprise me with some of the smartest uses of iOS permissions.
Their latest one uses Screen Time to lock selected apps until you complete your daily Duolingo session.
What makes it brilliant is that every app icon you block effectively becomes free ad inventory for Duolingo. Instead of just owning their own icon on your home screen, they’re temporarily taking over every icon tied to your distractions.
An incredibly clever distribution mechanic 👏
Luka Doncic and Novak Djokovic are expected to attend the EuroLeague game between Real Madrid and Crvena Zvezda in Madrid, per sources.
More on BasketNews
https://t.co/prcb8DWJuN
Every time you switch between design and code, you lose something, your momentum, your fidelity, or your vision. The gap between what you designed and what ships has always been the cost of building.
That’s why we built Wonder, a design tool where everything you create is backed by real code.
Public Alpha is now live at https://t.co/wnAYAgLZKw
Joy. Loyalty. Passion.
The Warriors named Bert Ortiz Sr. as the recipient of the Dejan Milojević Brate Award.
The annual honor recognizes a basketball operations staff member who embodies the legacy of the late Dejan Milojević.
There have been over 1.4 million total 10-game spans by players in NBA history, including playoffs.
In none of them did a player have as many points, rebounds and assists as Nikola Jokić during the @nuggets' current 10-game winning streak (252 points, 145 rebounds, 127 assists).
My dear front-end developers (and anyone who’s interested in the future of interfaces):
I have crawled through depths of hell to bring you, for the foreseeable years, one of the more important foundational pieces of UI engineering (if not in implementation then certainly at least in concept):
Fast, accurate and comprehensive userland text measurement algorithm in pure TypeScript, usable for laying out entire web pages without CSS, bypassing DOM measurements and reflow
Introducing Reel Farmer
Paste a YouTube URL, get TikTok/Reel with animated captions in one command. Fully local.
> How it works:
1. yt-dlp downloads the video
2. LLM reads the transcript and picks the most clip-worthy moments
3. FFmpeg cuts each clip, silence removed automatically
4. Whisper.cpp runs locally for word-level timestamps
5. Remotion renders animated captions
6. Combines everything into 1080x1920 reels
Every stage checkpoints to SQLite. In case of a crash, it'll pick up exactly where it left off.
@MiniMax_AI M2.7 wrote the entire code.
i can't express to you how stupidly powerful claude code is for SEO when you make .env file containing your:
- keywords everywhere API key
- your dataforseo API key
- data warehouse for google search console data
- access to your CMS to publish content
some things you can do for your saas company
map keyword universe for your brand
pull your full keyword universe using keywords everywhere's related keywords and people also search for endpoints then send that entire list to dataforseo's SERP API to see who's actually ranking and where the gaps are. full content calendar with clustering and prioritization
generate programmatic landing pages at scale
if you're a saas serving 20 industries you hit keywords everywhere for the long tail variations per vertical then check dataforseo for difficulty and SERP features on each one and claude code just generates unique pages with the right semantic terms and schema markup already baked in
link building
link building using dataforseo's domain intersection endpoint that shows you every site linking to your competitors but not to you. pull backlink profiles for your top 5 competitors run the intersection find the gap scrape contact info and draft personalized outreach emails referencing the specific page they link to. entire pipeline in 8 minutes
internal linking
build internal linking maps using keywords everywhere's related keyword data to create topical relevance clusters then have claude code generate the actual linking structure across your site. not random links. real semantic relationships that google rewards
content refreshing
when you have access to your Google search console data, you can refresh the content really easily. I use the graphed .com MCP to give claude code access to my data. I have to do this because if I just hit the API or try to use an MCP, we run into rate limits or we have pagenation errors, so the data ends up being misrepresentative
you can then ask Claude, okay, analyze the top pages, find the keywords that they're ranking for. which keywords are we ranking for that aren't on this page? How could we refresh and improve the content to incorporate these keywords in so that we make this blog content rank more effectively for us? Easily a 20% lift to your current content by doing this
analytics and tracking
and then to track all this work you connect your Google Analytics 4 and your Google Search Console into graphed .com then track all of your SEO reporting in Graphed .com
if you try to just connect directly to Google Analytics 4 or to Google Search Console without a data pipeline and a data warehouse, you're going to have duplication errors, run into API rate limits, and pagination. You have to do this to get accurate data at scale