HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cyann

no profile record

comments

cyann
·2 months ago·discuss
I've got a `.rustfmt.toml` file in all my repos with

  hard_tabs = true
cyann
·5 months ago·discuss
Got 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/cactus

We are keen to get your feedback, and star if feeling generous.

Thanks a million
cyann
·6 months ago·discuss
I had a similar problem, the 5 reboots fixed it: https://support.apple.com/en-us/102577
cyann
·6 years ago·discuss
Same 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 }