Matt Paice

7.4K posts

Matt Paice banner
Matt Paice

Matt Paice

@Matt_Paice

Restaurant operator, vibe-coder

London, England Katılım Şubat 2009
589 Takip Edilen699 Takipçiler
Matt Paice
Matt Paice@Matt_Paice·
@thsottiaux Toggle responses in plain language / technical language / both, inline; "Execute your plan all the way until it's done & don't stop"; Separate stricter agents.md for tools eg rg isn't available in this environment so don't try and use it, don't use Playwright.
English
0
0
0
22
Tibo
Tibo@thsottiaux·
Hello builders. What are we getting wrong with Codex, what can we improve?
English
2.4K
64
2.9K
326.4K
Mikkel Malmberg
Mikkel Malmberg@mikker·
> I've built my own email app. I use it for 99% of my email reading and writing. It does everything (just about) I need and exactly how I want it to. I can run through a full inbox faster than in any other app I've tried before. > It has its rough edges, it's imperfect, it's unapologetically opinionated to my tastes. You can't have it. mikkelmalmberg.com/notes/01KPDNG8…
English
10
5
127
11.8K
Matt Paice
Matt Paice@Matt_Paice·
@hwallop There was an advertising legend that Saatchis would offer visiting potential clients a car back to their offices after a pitch, bug the car, and re-pitch accordingly.
English
0
0
2
149
Harry Wallop
Harry Wallop@hwallop·
Job interviews. Paying the taxi-driver to "spy" on candidate as @duolingo does. Is this: a) a clever way of revealing a candidate's true character? b) sneaky & only proves if they're polite to taxi drivers? Tell me your thoughts. And other tricks to find bad/great job candidates?
Harry Wallop tweet media
English
8
1
6
5.2K
Matt Paice
Matt Paice@Matt_Paice·
@code_rams Would love this but rn only supported on Linux and Darwin (what's Darwin?)
English
2
0
0
495
Ramya Chinnadurai 🚀
Ramya Chinnadurai 🚀@code_rams·
Running multiple projects locally is painful. localhost:3000, localhost:3001, localhost:8080... which one is which? One port conflict and your whole setup breaks. Portless by Vercel Labs fixes this cleanly. Instead of port numbers, you get stable named URLs: http://myapp.localhost:1355 http://api.myapp.localhost:1355 http://docs.myapp.localhost:1355 What it solves: • Port conflicts across projects • Cookie and storage bleeding between apps on different ports • "Wait, which tab is which?" confusion in monorepos • Git worktrees: each branch gets its own subdomain automatically Works with Next.js, Vite, Express, Nuxt, React Router, Angular, Expo. There's also an AI angle. Coding agents were hardcoding ports and getting them wrong. Named URLs mean your agent always knows exactly where to go. 3.8k stars. v0.5.2. Actively maintained by Vercel Labs. npm install -g portless portless run next dev That's it. github.com/vercel-labs/po…
Ramya Chinnadurai 🚀 tweet media
English
66
78
1.1K
112.6K
Matt Paice
Matt Paice@Matt_Paice·
@GregKamradt I don't know why I was surprised but it turns out Claude writes immaculate M as well, I probably won't be using PowerQuery much longer but it's great at it.
English
0
0
1
28
Greg Kamradt
Greg Kamradt@GregKamradt·
Using Opus 4.6 in Claude Code for data analysis is actually quite insane. As a former excel monkey, I'm doing things that would have taken 2x weeks full time in a prompt. It's doing better than I would have done! The dreaded exec line, "this looks great, but can you show me it again with this small edit?" won't be scary anymore. Now you have more tools to provide critical business insights to your shareholders
English
40
16
464
35.2K
Matt Paice
Matt Paice@Matt_Paice·
@petergyang Puzzled by the replies. I run both Claude Code and Codex within Cursor, they're installed with npm. I don't pay for Cursor, or use its own chat function. I find Cursor a more user-friendly interface than VS Code but that may be just because I'm used to it.
English
0
0
2
167
Peter Yang
Peter Yang@petergyang·
What's the best way to install Claude Code in Cursor? There's this Cursor extension in Anthropic's docs but then the rest of the article is for VS Code (code.claude.com/docs/en/vs-code) I want to try running it not from the terminal.
Peter Yang tweet media
English
35
3
56
18.7K
Matt Paice
Matt Paice@Matt_Paice·
@steipete Its ability to understand metaphor makes it faster - and more fun - to interact with. Asking it whether a refactor is "worth the grief" is just an easier sentence to write than something formal.
English
0
0
0
42
Peter Steinberger 🦞
Peter Steinberger 🦞@steipete·
Love codex, it understands from context that no choice is great so it added (pick poison). 😅
Peter Steinberger 🦞 tweet media
English
2
4
84
7.6K
Matt Paice
Matt Paice@Matt_Paice·
@iannuttall Yesterday I had both 5.1-codex-max and Claude Sonnet completely stuck on a particularly tricky bug, switched to 5.2-xtra-high, fixed it in one go.
English
0
0
1
202
Ian Nuttall
Ian Nuttall@iannuttall·
best coding model TLDR; - daily driver: opus 4.5 - plan, audit, fix bugs: gpt 5.2 high - hardest problems: gpt 5.2 pro via repo prompt
English
51
17
458
33.3K
Matt Paice
Matt Paice@Matt_Paice·
@joshbythesea Denied. Byron was great (in a Pizza Express way) when it opened.
English
0
0
1
43
Josh Barrie
Josh Barrie@joshbythesea·
This is the third time Byron burger has been bought out of administration. The burgers were only ever mid. It's been a board room-run restaurant since forever. The sort that worked when people had more money to spend. No longer.
Josh Barrie tweet media
English
1
0
6
804
Matt Paice
Matt Paice@Matt_Paice·
@steipete I gave the job to Claude, showed the result to 5.1-Codex, got them to argue over it, this was the result. Thank god for my free month of @claudeai Max.
English
0
0
1
94
Peter Steinberger 🦞
Peter Steinberger 🦞@steipete·
Made a native macOS app that is 57KB. Added the app icon. 2.1MB now. Anyhow - Meet Trimmy✂️! Watches the clipboard, removes these newlines & spaces for when you copy stuff out of TUIs, you can actually paste commands into the terminal. github.com/steipete/Trimmy
Peter Steinberger 🦞 tweet media
English
28
21
788
76.3K
Matt Paice
Matt Paice@Matt_Paice·
@_overment It's interesting that using it in the agent/chat mode gives you those chirpy Claude-like comments ("Found the solution! Yay!") whereas I never get that in the CLI, it's borderline miserable which suits me just fine.
English
0
0
0
419
Adam
Adam@_overment·
wow! GPT-5-Codex in Cursor just gave me the best reasoning I have ever seen in an LLM. the fact that it was able to recover and continue reasoning multiple times is mindblowing. I’ve seen many models say “but wait” repeatedly and still struggle to find the actual cause. but this one nailed it, and it wasn’t trivial.
Adam tweet mediaAdam tweet media
English
38
44
620
198.5K
Matt Paice
Matt Paice@Matt_Paice·
@mattlam_ @iannuttall Oh OK. Up til now it's said it can't / won't run git push inside the Codex window, now it does, that's all.
English
1
0
0
28
Matthew Lam
Matthew Lam@mattlam_·
@Matt_Paice @iannuttall for codex it'll just interpret it like a prompt, spend time thinking on it, then run something. Very different from the cc feature
Matthew Lam tweet media
English
1
0
0
26
Ian Nuttall
Ian Nuttall@iannuttall·
CLI coding pro tip: most tools (factory cli, claude code, cursor cli) have a bash/shell mode to run commands without opening a new terminal just use ! to activate it. I'm supposed to be a "power user" and discovered this only a few days ago 😭
English
31
23
266
22K
Matthew Lam
Matthew Lam@mattlam_·
@iannuttall Great to know for Claude code, but don’t think it applies for codex cli
English
1
0
1
379
Matt Paice
Matt Paice@Matt_Paice·
@embirico If you go any further I think it will start insulting my prompts
English
0
0
0
39
Alexander Embiricos
Alexander Embiricos@embirico·
User feedback: > I'm still very impressed by Codex. It's so terse and it never compliments me on anything. It's f—-ing delightful. It feels like an actual professional tool rather than a thing that for kindergartners. Should we reduce compliments even more? (half joking)
English
84
8
467
50.5K
Norton Neo Browser
Norton Neo Browser@neobrowser·
The next evolution of the internet starts here ⏩ Neo. Your AI-native browser for smarter browsing, personalized discovery, and a safer web experience.
English
2
0
6
339
aman
aman@deepcoded·
If anyone is looking for a Comet Browser invite, drop a comment here - I have 5 to share.
English
5
0
1
303
Matt Paice
Matt Paice@Matt_Paice·
@levelsio Thanks for this! I'm using Claude Code inside Cursor in a WSL environment on my laptop, if I SSH into my Hetzner server instead, will I notice any speed difference? I get endless hassle from WSL not liking localhost.
English
0
0
0
173
@levelsio
@levelsio@levelsio·
I just SSH into @Hetzner_Online $5/mo VPS, you have to try it Make a VPS there or on @digitalocean SSH into it, I use @TermiusHQ Then install npm: apt install npm Then install Claude npm install -g @anthropic-ai/claude-code Then type claude to start it Treat it like a fun hobby server, no important stuff Then ask Claude to secure your server, I have unattended-upgrades (auto upgrade), fail2ban, etc. Ask it to make anything and it will just pick a stack like Python or Node and build stuff for you I wanna try let it write Go and Rust on the server soon cause they are the fastest languages I call it VibeOps!!!
English
174
126
3.3K
754K
Wine Blind Tasting
Wine Blind Tasting@BlindTasters·
Humble 'Vin de France' from Roc des Anges in the Roussillon, but made in the Jura style under (an initially accidental) layer of flor yeast. Praised by Stéphane Tissot, and rightly so. Energetic and vibrant with a note of miso or dashi that paired excellently with sushi.
Wine Blind Tasting tweet media
English
5
9
69
2K