Isaac Dew

@isaacdew.com

Laravel/WordPress developer. Amateur woodworker. Generally a nerd https://pinkary.com/@idew

🚨 Active supply chain attack on axios@1.14.1. The latest version pulls in plain-crypto-js@4.2.1 -- a brand-new package that didn't exist before today. We're still investigating. If you use axios, pin your version and audit your lockfile. socket.dev/blog/axios-n...

Supply Chain Attack on Axios Pulls Malicious Dependency from...

A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHu...

socket.dev

“Vice President JD Vance thinks aliens are visiting earth and that they are Demons” is the most “I wish Carl Sagan were alive” moment I’ve had in a while.

Wasted a good 30 minutes today chasing my tail because Salesforce only outputs 15 of the 18 characters in their IDs in reports...I have no idea why

Just found this Vite plugin that adds HMR support for Livewire so that component state isn't reset every time a change is made AND IT'S AMAZING!! I'm working on a wizard component and was going insane having to go through the steps again to view my changes. github.com/defstudio/vi...

GitHub - defstudio/vite-livewire-plugin: Laravel Vite handler for Livewire components

Laravel Vite handler for Livewire components. Contribute to defstudio/vite-livewire-plugin development by creating an account on GitHub.

github.com

Now that PHP extensions can be written in Go, I wonder what kind of performance gains could be had if a framework like Laravel were written with some of its core in an extension. Seems like a fun experiment.