Stuart Brameld

4.6K posts

Stuart Brameld banner
Stuart Brameld

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
Stuart Brameld
Stuart Brameld@stuartbrameld·
Cloudflare: We've built a TypeScript-based serverless alternative to WordPress with sandboxed plugins and mcp/cli agent tooling. WordPress: We're rethinking the left navigation.
Stuart Brameld tweet media
English
0
0
0
29
Henry Earle-A'Hern
Henry Earle-A'Hern@Henryearleahern·
Posthog's implementation of AI is one of the few genuinely good ones in SaaS. For me, it's drastically increased the value and use of the product.
English
7
4
20
1.9K
Stuart Brameld
Stuart Brameld@stuartbrameld·
"The Flux composer component already has built-in support for exactly what you want." of course it does! @calebporzio magic ✨
Stuart Brameld tweet media
English
0
0
0
22
Ryan Bilesky
Ryan Bilesky@ryanwebdev·
@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
1
0
2
183
Eric L. Barnes
Eric L. Barnes@ericlbarnes·
The Axios Supply Chain Attack: What Every Laravel Developer Needs to Know
English
2
4
22
2.5K
Stuart Brameld
Stuart Brameld@stuartbrameld·
@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
0
0
4
315
Aaron Francis
Aaron Francis@aarondfrancis·
@samhuckaby The more we can disassociate Wordpress and PHP the better. Godspeed to EmDash
English
7
1
129
6.5K
Stuart Brameld
Stuart Brameld@stuartbrameld·
@arvidkahl super smart, although I was kind of hoping Laravel would be more involved in dethroning WordPress
English
0
0
0
27
Arvid Kahl
Arvid Kahl@arvidkahl·
"And for this April 1st, we'll dethrone WordPress" — Cloudflare, em-dashing
English
11
0
11
2.5K
Charlie Holtz
Charlie Holtz@charlieholtz·
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
267
52
1.7K
248.5K
Marcel Pociot 🧪
Marcel Pociot 🧪@marcelpociot·
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?
Marcel Pociot 🧪 tweet media
English
7
0
25
3.4K
Stuart Brameld
Stuart Brameld@stuartbrameld·
@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
0
0
0
22
JH Scherck
JH Scherck@JHTScherck·
How come in all the discourse around llms.txt not being worth it — no one mentions that Claude Code hits it before accessing API documentation?
JH Scherck tweet media
English
9
2
16
9.8K
Aaron Francis
Aaron Francis@aarondfrancis·
My personal Twitter guidelines (absolutely not a 🧵): • Encourage other people - if you like the work someone is doing, tell them! • Be positive - a feed full of negativity is zero fun to follow. • Share what you're working on - people are drawn to other people in motion.
English
13
59
439
0
Pushpak
Pushpak@pushpak1300·
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
6
11
52
14.1K
Laura Roeder
Laura Roeder@lkr·
@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
1
0
1
34
Stuart Brameld
Stuart Brameld@stuartbrameld·
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
0
0
0
51