Eric Junker's Avatar

Eric Junker

@ejunker.bsky.social

26 Followers  |  136 Following  |  22 Posts  |  Joined: 12.11.2024  |  1.7769

Latest posts by ejunker.bsky.social on Bluesky

Preview
Windsurf Plugins | Windsurf (formerly Codeium) Get the power of AI coding to your editor with Windsurf Plugins.

I’m also wondering what is best for PHPStorm. I’ve been using the built in AI feature for code completion. Might try the Windsurf plugin windsurf.com/plugins

29.04.2025 04:22 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Added benefit is the todos help guide the AI assistants

02.03.2025 17:12 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Yeah it also has to boot the framework for every web request too unless you use Octane. I feel the few ms doesn’t matter especially for scheduled commands

01.03.2025 05:09 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I’m talking about how if you have 2 scheduled commands for the same time it runs them sequentially and not in parallel. How long is this boot delay that you speak of? Is it enough to matter?

01.03.2025 05:02 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I think this is a bad decision by Laravel. If I say a command should run at 1:00 then it should run at that time. I think if you mark all your commands as runInBackground() then you won’t have that problem

01.03.2025 04:54 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Interesting idea. If you can programmatically pause jobs then it could be useful to apply a circuit breaker pattern. If a queue job fails a certain number of times then automatically pause it for a time period. For example if you hit an API rate limit.

09.02.2025 17:36 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

3D print some mini PHP elephants and pass them out at conferences. Or hide them and have people hunt for them. That makes me think Laravel needs a mascot. πŸ€”

29.12.2024 21:41 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

Gonna make some poutine tonight. Any Canadians know if these look legit? #poutine

28.12.2024 22:18 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

If you use AWS there are lots of announcements of new features. Be sure to follow @aws-skeetbot.lastweekinaws.com to get the latest updates.

25.11.2024 15:47 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Same for those smart thermostats. I don’t need to adjust the temperature from my phone.

25.11.2024 14:56 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Docker/containers are actually pretty cool. Even DHH has fully embraced them for deploying Rails apps.

25.11.2024 14:52 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Microservices are the poison
AWS is the supposed cure
So they can suppress majestic monoliths in Laravel

25.11.2024 14:47 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I have Herd Pro but I love how DBngin shows Homebrew services and makes it easy to start them. Can almost build your own Herd if you install nginx/Caddy web server

22.11.2024 15:10 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I thought HTML Purifier was unmaintained but looks like it is now. Another option is symfony/html-sanitizer

22.11.2024 14:18 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image Post image

She reminded me that the cat hair is mostly used for the inside core. The outside is sheep wool and alpaca wool.

22.11.2024 14:01 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Looks good! My wife needle felted a PHP elephant for me but her specialty is cats that she felts using actual cat hair.

22.11.2024 05:47 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I think the important factor is that you store the UUIDs in a varbinary column and not a varchar. How did you store them?

20.11.2024 21:25 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

It would be interesting to see if Resonance could work with https://turbo-laravel.com similar to how ActionCable is used with Rails. @tonysm.com

16.11.2024 21:30 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Rails has ActionCable. Is this similar but for Laravel?

16.11.2024 20:59 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

New Tiny Moving Parts album dropped.

https://open.spotify.com/album/45L20p3AZUB1PtZlwDgxP7?si=ujH3nfGyRnGk2bjDylFx-w

16.11.2024 20:46 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Count me in. My coworker tried starting a Laravel Meetup a few years ago but he only had 1 meeting and then moved out of state.

16.11.2024 05:02 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I’m not familiar with Prism but why do you have to specify Anthropic if the request already specified claude? Maybe specifying Anthropic is redundant.

15.11.2024 05:50 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

@ejunker is following 20 prominent accounts