Samsung U32J59x Mouse Lag

Samsung U32J59x Mouse Lag

It's been a while since I've posted, but I recently received a nice Samsung 32 inch monitor from work and attempted to hook it to my MacBook M1 Pro. After doing so, I noticed some extreme mouse lag, and after checking my display settings, I realize...







Find All Servers in OU Utilizing dsquery

Find All Servers in OU Utilizing dsquery

Recently at work I needed to pull all servers from a specific OU and Get-ADComputer was not working for some reason. I didn't feel like taking the time to figure it out so I just reverted back to handy dsquery: dsquery OU=Test,DC=contoso,DC=local -s...


JavaScript Convert String to Bytes Function

JavaScript Convert String to Bytes Function

Just wanted to post a quick JavaScript convert string to bytes function just for myself, but I figured someone else may find it useful: js function convertToBytes(str) { var bytes = []; for (var i = 0; i < str.length; ++i) { var charCode = st...


Microsoft KB 3109103 Breaks WebSockets

Microsoft KB 3109103 Breaks WebSockets

Recently my gulp live reload broke like so: > ws://x.x.x.x:8080/LiveReload' failed: Error during WebSocket handshake: Unexpected response code: 200 Even though nothing changed, I noted patches had been installed over the weekend. After looking throug...


PreviousPage 1 of 4Next
Valence Software | Software Engineering Blog