Live data from Hacker News

Viewing profile — qskousen

qskousen

HN member
Joined
Wed, Sep 07, 2022, 5:19 PM UTC
HN karma
109
Public activity
60 items

About qskousen

email: quentin@qskousen.info

Recent public activity

  1. comment
    Comment #49069066

    I've had several bun-related crashes in Claude code in the last week, which I don't remember ever seeing before then.

  2. comment
    Comment #48492252

    it does have telemetry, enabled by default, that sends metrics to tracking.miui.com, including what model you are using. it can be turned off by environment variable (MIMOCODE_ENAB…

  3. comment
    Comment #48235589

    Not sure if it was a typo or not but "colleagues" is a great word, I'm going to start using it.

  4. comment
    Comment #47797317

    Sorry this is a bit of a tangent, but I noticed you also released UD quants of ERNIE-Image the same day it released, which as I understand requires generating a bunch of images. I'…

  5. comment
    Comment #47550659

    My father just closed his local small shop, as it was no longer paying the bills. It's harder and harder to compete with the internet.

  6. comment
    Comment #47525882

    I've experimented with this with diffusion models with a safetensors - gguf tool I wrote. even with relatively few sample images (~10k, still enough to keep my 3090 spinning for da…

  7. comment
    Comment #47481078

    Wendell at level 1 techs built one for Steve of gamers nexus! It was interesting. I was going to link the video but couldn't find it, sorry.

  8. comment
    Comment #47193706

    This is pretty interesting, based on the blog post, it seems like they are using a technique similar to what I have been using to generate "layer sensitivity" data in my (still pre…

  9. comment
    Comment #46975662

    Just yesterday I watched this video: https://m.youtube.com/watch?v=7bSzp-QildA I am not a graphics programmer, but from what I understood I think he talks about doing what you are …

  10. comment
    Comment #46196239

    I've done it with a 6800XT, which should be similar. It's a little trickier than with an Nvidia card (because everything is designed for CUDA) but doable.

  11. comment
    Comment #46174245

    It seems like you are saying the AI features don't work if you don't have a GPU, if I understood correctly, but I have my install on a server with no GPU and the object search and …

  12. comment
    Comment #45930950

    My number one reason for moving away from using LXD in production after this change is that LXD is only available through snap, which caused multiple downtimes in the cluster becau…

  13. comment
    Comment #45716324

    It does - the inference speed is much slower than a consumer video card. The draw for the Spark and systems like it are the massive amounts of memory available to the GPU.

  14. comment
    Comment #45421405

    I had been unemployed for a year and worked a lot on DiffKeep ( https://github.com/DiffKeep/DiffKeep ), a cross platform AI generated image management program. Fortunately / unfort…

  15. comment
    Comment #45391012

    The master teacher.

  16. comment
    Comment #45345168

    Do you determine the worthiness of all your activities by how much money you could make in the time they took? I read the full article and found it well worth the time. A somewhat …

  17. comment
    Comment #45227970

    Yes. But it is possible to agree with the principle and disagree on the specifics.

  18. comment
    Comment #45122769

    Would you mind sharing more about the code-along? Or where to find more info?

  19. comment
    Comment #44951144

    Off topic, but I really wish DuckDB's FTS extension could add to the index as the table is added to. It's the only thing keeping me on sqlite for a project.

  20. comment
    Comment #44942767

    Sorry, I guess I was mistaken, and now my comment is past the edit window so I can't correct it.

  21. comment
    Comment #44940065

    Sounds like astigmatism, which I also have. I don't know if this procedure, unlike LASIK, can correct astigmatism. I know you said you weren't interested, but for me personally, we…

  22. comment
    Comment #44936115

    I also would like to know this, I was just told that databases should be outside the cluster a couple days ago by someone with a decade of K8s experience.

  23. comment
    Comment #44928326

    Almost everything is going to sound like something else in some other language, I don't know that there's much you can do about that. On the plus side, maybe the silly association …

  24. comment
    Comment #44678929

    FedNow is still a thing, at least for now.

  25. comment
    Comment #44538387

    I've been trying to get something like this working with frp and now sish but I'm not there yet. My use case is a little weird, I need to run the tunnel behind a traefik instance i…