Live data from Hacker News

Viewing profile — y1zhou

y1zhou

HN member
Joined
Thu, Jun 06, 2019, 9:08 AM UTC
HN karma
8
Public activity
28 items

About y1zhou

https://github.com/y1zhou

Recent public activity

  1. comment
    Comment #49169068

    To reserve a handle: https://cloudflare.pay/

  2. comment
    Comment #48826906

    Some tasks could take a while, especially with /goal mode. At work we often have multiple agents running on different tasks, and each could spawn subagents that you may or may not …

  3. comment
    Comment #48478067

    GitHub iOS logged me out. Tried logging in twice before realizing the problem is on their side...

  4. comment
  5. story
  6. comment
    Comment #47918006

    > On the flipside, this "fingerprint" approach is also what makes Shazam work poorly if you just sing into it. You're likely to generate different hashes than the original song, ev…

  7. comment
    Comment #47760004

    I'm in the same boat and https://github.com/neurosnap/zmx has been working very well for me.

  8. comment
    Comment #44957977

    Been trying out [SiYuan]( https://github.com/siyuan-note/siyuan ) as a local alternative and love it so far. The files are single-line JSONs so not as ideal as Obsidian .md files, …

  9. comment
    Comment #44361405

    I use the two together with no issues. Micromamba works great for conda dependencies that’s not on PyPi (for many reasons), and everything else I go for uv.

  10. comment
    Comment #44343472

    FWIW since cherry’s switch patents expired there has been a ton of great keyboards from China. I got a PMO Wave 75 and loved it. Mine is same as the green one in this post: https:/…

  11. comment
    Comment #44294826

    Has there been recent developments in the style detection and deanonymization tools you mentioned? I would assume many would not work well given the high usage of LLMs nowadays.

  12. comment
  13. story
  14. comment
    Comment #43500616

    A few years back a journal editor maticulously reviewed all dashes in our manuscript and pointed out places where em dashes should have been used. Since then I started noticing dif…

  15. comment
    Comment #43349361

    Adding dependencies to the script directly was a game-changer. I was able to write a script for a friend with no coding background at all and everything ran smoothly on his machine…

  16. comment
    Comment #42467583

    Support was added for this a few versions back and made life much easier!

  17. comment
    Comment #41306000

    Does uv handle cases where dependencies go beyond Python? For example, many bioinformatics-related conda packages would come with external binaries written in C++ or other language…

  18. comment
    Comment #40879732

    Cool work! Curious if this can be applied back in LLMs as a discrete diffusion model with partial masking .

  19. story
  20. comment
    Comment #39938246

    This is so neat! MOO has been a integral part of my work yet it has never occurred to be that Pareto optimization could be applied in kart picking.

  21. comment
    Comment #38526624

    For prediction intervals that are guaranteed coverage, check out conformal prediction [1]. Works great especially for time series data. [1] https://github.com/valeman/awesome-confo…

  22. comment
    Comment #34970290

    On a related note, if you come from the R community and is already familiar with the `tidyverse` suite, `tidypolars` would be a great addition. https://github.com/markfairbanks/tid…

  23. comment
    Comment #31741038

    Closest paper I could find is https://doi.org/10.1126/science.abn7850 , but it made no mentions to amino acids in the main text or the supplement.

  24. comment
    Comment #31429382

    MathJax supports server-side rendering. https://docs.mathjax.org/en/latest/upgrading/whats-new-3.0.h...

  25. comment
    Comment #31429256

    Could this be used as a replacement for MathJax and KaTeX? If so, would the performance be comparable?