cyann·5 bulan yang lalu·discussGot this spam today on my GitHub address, YC affiliated:From: [email protected]Hey,I hope all is well with you, just reaching out as you seem to be interested in on-device speech models.Cactus is a low-latency AI engine for consumer devices like phones, Macs, wearables, Raspberry Pis, etc.We support transcription models like Whisper & Parakeet, benchmarks available in the attached GitHub repo.GitHub: https://github.com/cactus-compute/cactusWe are keen to get your feedback, and star if feeling generous.Thanks a million
cyann·6 bulan yang lalu·discussI had a similar problem, the 5 reboots fixed it: https://support.apple.com/en-us/102577
cyann·6 tahun yang lalu·discussSame here, I've got this one-liner in my system config:Inverse or reverse mouse wheel (natural scrolling), reboot or unplug the mouse. Must be run in an admin powershell console.Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Enum\HID\\\Device` Parameters FlipFlopWheel -EA 0 | ForEach-Object { Set-ItemProperty $_.PSPath FlipFlopWheel 1 }