Ollama is good enough to dabble with, and getting a model is as easy as ollama pull <model name> vs figuring it out by yourself on hugging face and trying to make sense on all the goofy letters and numbers between the…
As an avid beach volleyball player, every tournament and most league games have one or more people recording them with cell phones or go pros on tripods at the end line. Just part of the game. Nobody bats an eye, I…
"The tie goes to the runner" died with instant replay, and I think that is sad. If you need multiple super slow-motion angles to determine if they were out or safe, it should be a tie, in my opinion. I also just say…
> There was a fun rant a while back about "your startup is just a pivot table." Hilarious read. I'd love to read this, but can't seem to find it. Any idea where I could find it at?
> or this (ps ax | grep ffmpeg) > > Get-Process | Where-Object { $_.ProcessName -match "ffmpeg" } The way to write that on the command line Powershell would be: ps ffmpeg Whereas your longer example is what you put in…
Ollama is good enough to dabble with, and getting a model is as easy as ollama pull <model name> vs figuring it out by yourself on hugging face and trying to make sense on all the goofy letters and numbers between the…
As an avid beach volleyball player, every tournament and most league games have one or more people recording them with cell phones or go pros on tripods at the end line. Just part of the game. Nobody bats an eye, I…
"The tie goes to the runner" died with instant replay, and I think that is sad. If you need multiple super slow-motion angles to determine if they were out or safe, it should be a tie, in my opinion. I also just say…
> There was a fun rant a while back about "your startup is just a pivot table." Hilarious read. I'd love to read this, but can't seem to find it. Any idea where I could find it at?
> or this (ps ax | grep ffmpeg) > > Get-Process | Where-Object { $_.ProcessName -match "ffmpeg" } The way to write that on the command line Powershell would be: ps ffmpeg Whereas your longer example is what you put in…