Live data from Hacker News

Viewing profile — zacmps

zacmps

HN member
Joined
Tue, Mar 29, 2016, 8:48 AM UTC
HN karma
428
Public activity
198 items

About zacmps

No profile information was provided.

Recent public activity

  1. comment
    Comment #49171444

    Obviously not, there's no need to create a new character for a new operation. You can just define it as @ or or any other symbol you want.

  2. comment
    Comment #48936507

    What benchmarks are you referring to? Rust itself doesn't have a scheduler of course, I assume this is comparing against tokio or one of the other async executors?

  3. comment
    Comment #48551237

    This is the paradox of tolerance. There are a few suggested "resolutions", the most common being "tolerate everything except intolerance".

  4. comment
    Comment #48474122

    I now daily drive firefox, there are unfortunately plently of broken sites. Nebula's video player is broken in widescreen for example.

  5. comment
    Comment #48296957

    From memory this is true and nvml (Nvidia management library) is the way to get stats that doesn't cause the GPU to wake.

  6. comment
    Comment #47945806

    I agree, but it does have faults. Performance is woeful, and managing an on-prem instance is (literally) a full time job.

  7. comment
    Comment #47544295

    Titles and thumbnails have a huge impact on video performance, and when it's your main income it seems reasonable to try to marginalise the impact.

  8. comment
    Comment #47423528

    Badly phrased but not wrong, this is the minimum frame rate for humans to perceive motion as supposed to a slide show of images. The maximum frame rate we can perceive is much high…

  9. comment
    Comment #47396451

    I would love it if you had time to publish it!

  10. comment
    Comment #47000878

    I think what you're looking for is a bike.

  11. comment
    Comment #46811053

    Could you elaborate what you think the problems are? I guess they should be using some form of multiple comparison correction?

  12. comment
    Comment #46677987

    Not really? At the moment it's done by some user-land job scheduler. That could be something container based like k8s, something in-process like ray, or a workload manager like slu…

  13. comment
    Comment #46671405

    Until you need to schedule GPUs or other heterogenous compute...

  14. comment
    Comment #46209828

    LLM summaries of papers often make overly broad claims [1]. I don't think this is a good example personally. [1] https://arxiv.org/abs/2504.00025

  15. comment
    Comment #45752187

    But there has been continual improvement over that time, both in the ecosystem, and in the language (like a syntax for generics).

  16. comment
  17. comment
    Comment #45682440

    Not currently, but it is being worked on https://github.com/ray-project/ray/issues/53976 .

  18. comment
    Comment #45656772

    If you use something like cockroachdb you can have a multi-master cluster and use regional-by-row tables to locate data close to users. It'll fail over fine to other regions if nee…

  19. comment
    Comment #45643343

    I suspect the number of langauges it can do with reasonable accuracy is actually much smaller, probably <15.

  20. comment
    Comment #45634570

    For literature search that might be ok. It doesn't need to replace any other tools, and if 1/10 it surfaces something you wouldn't have found otherwise it could be worth the time o…

  21. comment
    Comment #45612001

    This is not the view everyone holds. For an example of work in the opposite direction see https://dioxus.notion.site/Dioxus-Labs-High-level-Rust-5fe1f... .

  22. comment
    Comment #45273236

    Try everything from voidtools, it's incredibly fast (both search and indexing).

  23. comment
    Comment #44833897

    Might be fixable with promoting and/or a much lower temperature?

  24. comment
    Comment #44725041

    I've wanted someone to write an extension utilising this idea since GPT-3 came out. Is it available to use anywhere?

  25. comment
    Comment #44012246

    Do you know any resources for learning these heuristics?