@chloefferrari: Pls stop filming and driving. It can wait.

Chloe Ferrari⚡️
Chloe Ferrari⚡️
Open In TikTok:
Region: AU
Tuesday 25 August 2026 00:29:56 GMT
2075
169
21
1

Music

Download

Comments

tasmin_sea
Tas 🐚🌸 :
This! Such an ick when I see someone filming and driving
2026-08-25 03:58:47
8
emmalouise253
Emma Louise :
I call them out every time - and almost always, they delete the comment 🤦🏼‍♀️don’t change the behaviour, just delete the comment 🤦🏼‍♀️🤦🏼‍♀️🤦🏼‍♀️
2026-08-25 04:15:06
2
cj444_1
Claudia | Mum to 3 :
Yes! This!
2026-08-25 12:24:45
0
utechick
ღ 𝓤𝓽𝓮 𝓒𝓱𝓲𝓬𝓴 ღ :
Same. And an ill fitting carseat I’m out
2026-08-25 13:51:29
0
victoriadenissee
victoriadenissee :
This !!!!
2026-08-25 06:40:17
0
withlovebjtphotography
Jerica✨MelbBoudoirPhotographer :
I saw someone doing their makeup while driving which is WILD 🫣 blocked them immediately!
2026-08-26 00:40:05
0
meeko.skin
Jess - Meekoskin :
10000000%%%%%!!!!!!!!!!!
2026-08-27 01:04:53
0
thealicegray
TheAliceGray :
It’s just SO unnecessary! 🙄 I’m the same, zero respect!
2026-08-25 06:12:13
0
jesspinili
Jess | Biz Strategy & Mindset :
SAY THIS LOUDER!!!!!!!! It’s actually fucked the amount of creators do it. It’s not cool
2026-08-26 23:49:33
0
sophiewebb9
Sophie - duo boy mum🫶🏼 :
THISS!!
2026-08-25 00:43:29
0
melissajadestyle
Melissa | Plus Size Style :
Louder girl!!! It’s sooo annoying and it blows my mind!!!
2026-08-25 12:09:22
0
chartimm86
Charlotte :
Couldn’t agree more!
2026-08-25 10:56:12
0
amyrenee90
Amy-Renee :
prech
2026-08-25 11:46:45
0
cassvalzacchi
Cass Valzacchi :
THIS 👏
2026-08-25 11:30:05
0
the_moussas
Kahlia Moussa :
Yep! If you see me in my car ever…. I’m parked….
2026-08-25 12:09:14
0
kellie.bright_
Kellie | Brisbane Mum Creator :
100% pull over and then say what you gotta say.
2026-08-25 10:01:28
0
peta1111
Peta | Surrogacy + Endo :
What happened with your mum made me completely stopped even touching my phone in care ! ♥️♥️
2026-08-25 10:32:50
0
jessicalovesfashion_
jessica 💖 :
This 🙌🙌 I’ve been seeing this a lot more lately on FYP 😳
2026-08-26 23:52:02
0
jessmurfet
JESS 💌✨☁️ :
YES
2026-08-25 03:22:11
0
abbey__chester
Abbey Chester Fertility :
🙌🙌
2026-08-25 02:27:45
0
lex_xel3
L e x✨ :
👏🏽👏🏽👏🏽
2026-08-28 02:01:31
0
To see more videos from user @chloefferrari, please go to the Tikwm homepage.

Other Videos

Want to use Claude Code without being locked into a separate Anthropic subscription? 👀💻 This setup shows you how to connect Claude Code to OpenRouter so your coding sessions can run through an OpenRouter API key instead. It’s a useful option if you want more flexibility around model access, routing and how you manage your AI usage. 🚀 The setup itself is surprisingly straightforward. First, install the official Claude Code CLI on your machine and confirm everything is working with claude --version. Then create an OpenRouter account, generate a new API key and store that key somewhere secure. 🔐 Treat your API key exactly like a password. Never publish it, screenshot it, paste it into public repos or commit it to GitHub. Once you have your key, Claude Code can be pointed towards OpenRouter using the correct environment variables. The important pieces are your OpenRouter base URL, your OpenRouter API key as the authentication token, and making sure the normal Anthropic API key variable doesn’t conflict with the connection. ⚙️ If you previously authenticated Claude Code directly through Anthropic, you may also need to log out of that session before switching. After that, launch Claude Code from your terminal and test the connection. ✅ You can also use tools such as claude doctor to inspect your installation if something doesn’t look right. Why would you do this? 🤔 OpenRouter can give you a central place to access models, manage API usage and control spending, while Claude Code still gives you the agentic coding workflow developers love: exploring repositories, understanding codebases, planning changes, editing files, running commands and helping troubleshoot problems. 🧠⚡ But there’s one important clarification about the “FREE” part. 🛑 OpenRouter does offer free models and free-tier access, but that does not mean genuinely unlimited usage forever. Free models can have request limits, rate limits, availability restrictions and smaller context windows. If your free allowance runs out, you may need to wait, choose another eligible model or add credits. So think of this as a way to experiment with Claude Code through OpenRouter’s available free options rather than a guaranteed unlimited loophole. 💡 For the most reliable Claude Code compatibility, Anthropic models routed through OpenRouter are generally the safest option because Claude Code is built around Anthropic’s API behaviour. Other models may not always behave identically. 🧩 Save this carousel because it walks through the whole setup step by step. 📌 If you’re learning AI development, coding agents or automation, experimenting with different routing setups like this is one of the best ways to understand what is actually happening behind the interface. Would you use Claude Code through OpenRouter, or do you prefer using it directly with Anthropic? 👇🔥 #claudecode #openrouter #ai #coding #developer
Want to use Claude Code without being locked into a separate Anthropic subscription? 👀💻 This setup shows you how to connect Claude Code to OpenRouter so your coding sessions can run through an OpenRouter API key instead. It’s a useful option if you want more flexibility around model access, routing and how you manage your AI usage. 🚀 The setup itself is surprisingly straightforward. First, install the official Claude Code CLI on your machine and confirm everything is working with claude --version. Then create an OpenRouter account, generate a new API key and store that key somewhere secure. 🔐 Treat your API key exactly like a password. Never publish it, screenshot it, paste it into public repos or commit it to GitHub. Once you have your key, Claude Code can be pointed towards OpenRouter using the correct environment variables. The important pieces are your OpenRouter base URL, your OpenRouter API key as the authentication token, and making sure the normal Anthropic API key variable doesn’t conflict with the connection. ⚙️ If you previously authenticated Claude Code directly through Anthropic, you may also need to log out of that session before switching. After that, launch Claude Code from your terminal and test the connection. ✅ You can also use tools such as claude doctor to inspect your installation if something doesn’t look right. Why would you do this? 🤔 OpenRouter can give you a central place to access models, manage API usage and control spending, while Claude Code still gives you the agentic coding workflow developers love: exploring repositories, understanding codebases, planning changes, editing files, running commands and helping troubleshoot problems. 🧠⚡ But there’s one important clarification about the “FREE” part. 🛑 OpenRouter does offer free models and free-tier access, but that does not mean genuinely unlimited usage forever. Free models can have request limits, rate limits, availability restrictions and smaller context windows. If your free allowance runs out, you may need to wait, choose another eligible model or add credits. So think of this as a way to experiment with Claude Code through OpenRouter’s available free options rather than a guaranteed unlimited loophole. 💡 For the most reliable Claude Code compatibility, Anthropic models routed through OpenRouter are generally the safest option because Claude Code is built around Anthropic’s API behaviour. Other models may not always behave identically. 🧩 Save this carousel because it walks through the whole setup step by step. 📌 If you’re learning AI development, coding agents or automation, experimenting with different routing setups like this is one of the best ways to understand what is actually happening behind the interface. Would you use Claude Code through OpenRouter, or do you prefer using it directly with Anthropic? 👇🔥 #claudecode #openrouter #ai #coding #developer

About