Live data from Hacker News

Viewing profile — diflartle

diflartle

HN member
Joined
Mon, Feb 10, 2025, 7:17 PM UTC
HN karma
17
Public activity
5 items

About diflartle

No profile information was provided.

Recent public activity

  1. comment
    Comment #47625631

    Ollama is good enough to dabble with, and getting a model is as easy as ollama pull vs figuring it out by yourself on hugging face and trying to make sense on all the goofy letters…

  2. comment
    Comment #45413456

    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 …

  3. comment
    Comment #45362555

    "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 …

  4. comment
    Comment #44788057

    > 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?…

  5. comment
    Comment #43004182

    > 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 y…