Stuart Brameld
4.6K posts

Stuart Brameld
@stuartbrameld
One foot in marketing, one in code. Founder at Growth Method https://t.co/RPF8ajSQf6. Writer at https://t.co/ZKIZEyxqK8.
Surrey, UK Katılım Temmuz 2012
846 Takip Edilen1.4K Takipçiler

@Henryearleahern see if you can spot the one where someone has given some thought to the mcp tools 🦔

English

"The Flux composer component already has built-in support for exactly what you want."
of course it does! @calebporzio magic ✨

English

@ryanwebdev @aarondfrancis @samhuckaby it’s real, Cloudflare have made big product announcements on April 1st for years
English

@aarondfrancis @samhuckaby Will it work though? This is far from the first "WordPress Alternative".
Also, checks calendar, I'm not even sure if this is real.
English

This actually sounds incredible - sorry PHP friends, though I know Wordpress isn’t really good PHP…
Cloudflare Developers@CloudflareDev
Introducing EmDash — the spiritual successor to WordPress. Serverless. TypeScript. Securely sandboxed plugins via Dynamic Workers. cfl.re/3NPVfev
English

@ericlbarnes Great video as always, wrote up some details here too in case helpful notesonlaravel.com/axios-supply-c…
English

@aarondfrancis @samhuckaby I'd actually placed my bets on Laravel being the ones to dethrone WordPress (had assumed it was part of the Series A investment thesis)
English

@samhuckaby The more we can disassociate Wordpress and PHP the better. Godspeed to EmDash
English

@arvidkahl super smart, although I was kind of hoping Laravel would be more involved in dethroning WordPress
English

Unbelievable. This is not an April Fool's joke
Cloudflare@Cloudflare
Introducing EmDash — the spiritual successor to WordPress. cfl.re/3NPVfev
English

Big news for @conductor_build!
We've raised a $22m Series A from Spark and Matrix.
We raised this round from @ilyasu at Matrix, who also led our seed round and is joining our board, @nabeel at Spark, @ycombinator, and founders of Notion and Linear. We're grateful to be working with investors we trust and admire.
Here’s how we got here and where we’re going:
English


I built 2 features from my phone using @getpolyscope on a Linux VPS while I was in the dentist's waiting room.
What's your excuse for not shipping?

English

@jclermont @pushpak1300 @SocketSecurity thanks for all your Laravel tips emails, they’re brilliant 🙏
English

Wrote up everything I learned about the Axios supply chain attack and how I've hardened our Laravel app.
Thanks to @pushpak1300 for the scan prompt, @jclermont for the CVE documentation nudge, and @SocketSecurity for catching it in 6 minutes.
notesonlaravel.com/axios-supply-c…
English

@JHTScherck I’m no expert here but if you can easily implement something that has the potential to make crawling your content easier than crawling someone else’s, why wouldn’t you?
English

@pushpak1300 Thanks for this Pushpak, I added a check for plain-crypto-js and included it here notesonlaravel.com/axios-supply-c…
English

Just asked claude to scan my all lock files in computer to see if anywhere was using pwned axios. It scanned perfectly and figured it out. If you have run npm install/Installed any extension or anything before you can run this prompt to check if all the folders in your computer are safe.
-----------
There's an active supply chain attack on axios. The compromised versions are axios@1.14.1, plain-crypto-js@4.2.1 and axios@0.30.4. DO NOT upgrade or install any dependencies.
Scan my entire machine for lock files and check if any project has these compromised versions resolved.
Step 1: Find all lock files
find ~ -maxdepth 6 \( -name "package-lock.json" -o -name "yarn.lock" -o -name "pnpm-lock.yaml" -o -name "bun.lock" \) 2>/dev/null | grep -v node_modules | grep -v .cache | grep -v .Trash | grep -v Library
Step 2: Search those lock files for the compromised versions
xargs grep -l "axios.*1\.14\.1\|axios.*0\.30\.4" on the results
Step 3: Also check all package.json files for axios dependency declarations using ^ ranges that could resolve to the compromised versions on next install (e.g. ^1.14.0, ^1.13.x, ^1.x). List these as "at risk" projects.
Report:
- AFFECTED: projects with compromised versions already in lock files
- AT RISK: projects with caret ranges that could resolve to 1.14.1 on next npm/bun/pnpm install
- CLEAN: if nothing found
Do not install, update, or modify anything. Read-only scan only.
-----------
English

@stuartbrameld thanks for the heads up, looks like mine was not impacted but learning what I need to do for prevention in the future
English

This is a huuuuuge unlock for any founder. If you aren't using claude code yet, start by using it for this
Pe:p Laja@peeplaja
I love not logging in to software and building reports, just asking Claude who pulls all the required data for me. Tools that don't connect are dead to me. Will need to change our product analytics tool.
English

MCP servers bundle more than just API calls:
Tool descriptions — Rich descriptions telling the AI when and why to use each tool, what the parameters mean, and what to expect back
Parameter schemas — JSON Schema with validation, enums, defaults, and descriptions
Error handling context — Structured error responses the AI can reason about
Prompt engineering baked in — The tool descriptions are often tuned so the AI uses them correctly
The real value of MCP servers isn't the API call , it's the AI-ready interface.
English






