Scott
1.1K posts

Scott
@squatto
Software developer, entrepreneur, non-sleeper. Laravel, PHP, SQL, and other front and back-end tech. Co-founder/head of technology @goquadra - Quadra, Inc.
Utah Katılım Şubat 2009
702 Takip Edilen182 Takipçiler

I'm Boris and I created Claude Code. Lots of people have asked how I use Claude Code, so I wanted to show off my setup a bit.
My setup might be surprisingly vanilla! Claude Code works great out of the box, so I personally don't customize it much. There is no one correct way to use Claude Code: we intentionally build it in a way that you can use it, customize it, and hack it however you like. Each person on the Claude Code team uses it very differently.
So, here goes.
English

@enunomaduro Parallel doesn’t work in PhpStorm, as far as I am aware. It will run, but it doesn’t give you the same IDE benefits you get when run non-parallel (monitoring/status/output for each test, etc.)
For reference:
- github.com/pestphp/pest/i…
- #focus=Comments-27-9550938.0-0" target="_blank" rel="nofollow noopener">youtrack.jetbrains.com/issue/WI-75728…
English

@mmartin_joo @aungmyatmoe_ @ktross @jcasique_torres @mohammad_kaab Thank you so much @mmartin_joo! I've found a ton of value in your previous books and other content you create, so I can't wait to read this!
English

Thank you everyone!
I just sent out free copies to:
- @squatto
- @aungmyatmoe_
- @ktross
- @jcasique_torres
- @mohammad_kaab
Thank you one more time for replying. The book is going to be available tomorrow!
English

@mmartin_joo I would love to! We’ve been focusing on increasing performance in our app, so this is perfect timing!
English

@simonhamp I have these in my zsh/bash aliases and they're a lifesaver. I run `brewski` every day or two and it keeps brew+packages+casks and global composer+yarn packages updated, cleans up, dumps a brew bundle file, and restarts valet and other dev services. Nice and easy!

English

@jigar_dhulla @taylorotwell @naliyaparasagar I can think of use cases with financial fields, e.g. whereAll(['day_profit', 'week_profit', 'month_profit'], '>=', 100)
English

@taylorotwell @naliyaparasagar Nice!
Can someone share a good use-case of whereAll?
English

@MrSimonBennett Especially when you're allowed one key and you have multiple developers. Key rotation is always a nightmare, but this just makes it that much worse.
English

@chris__sev @raycastapp Which, after looking at the source code for the Raycast extension, I’m pretty sure is the base of the extension. I’m happy to see my older workflow getting some love! 😃
English

@chris__sev @raycastapp If you use Alfred, I have a workflow that does this: github.com/squatto/alfred…
English

@ahbou_ @andrey_butov I tend to add `isNot` variants to my `is` methods because I find it makes usages so much easier to quickly and easily understand.
Here's an example:

English

@calebporzio Thanks! I've been using it daily for a while now (even at home). It works quite well for me.
If you (or anyone else) is interested, I'd be happy to share the printable PDF and/or the source PSD for those that want to customize it.
English

@calebporzio The QR code allows me to scan the pages into the Rocketbook app (getrocketbook.com) for easy archiving and searching 👍🏻
English

@calebporzio It's based on the Sidekick Notepad (sidekicknotepad.com) with split out meetings and task sections. I always wanted to track my food and water, but that's a whole world of apps and noise as well, so I made it simple for myself and added sections for them.
English

@OnAirMarc @JackEllis I have struggled with that thought process for the better part of five years now. Hence the 600GB table 😂
English

@squatto @JackEllis I have, and am currently, experiencing this issue with webhook payloads. Not 600GB but still a significant amount. Part of me thinks I could just delete them after a period of time, but another part of me really doesn’t want to.
English

@OnAirMarc @JackEllis It will be a combination of persisting to disk and utilizing redis for caching payloads while they are needed for processing, since they are read multiple times.
English

@OnAirMarc @JackEllis I have a single table in my database right now that is approaching 600GB because I store JSON in it (webhook payloads). It’s causing a whole host of problems 😬 I am currently building something to persist the JSON to disk after a set period.
English
















