Viewing profile — y1zhou
y1zhou
HN member- Joined
- Thu, Jun 06, 2019, 9:08 AM UTC
- HN karma
- 8
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About y1zhou
Recent public activity
-
comment
Comment #49169068
To reserve a handle: https://cloudflare.pay/
-
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 …
-
comment
Comment #48478067
GitHub iOS logged me out. Tried logging in twice before realizing the problem is on their side...
- comment
- story
-
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…
-
comment
Comment #47760004
I'm in the same boat and https://github.com/neurosnap/zmx has been working very well for me.
-
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, …
-
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.
-
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:/…
-
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.
-
comment
Comment #43959846
[dead]
- story
-
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…
-
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…
-
comment
Comment #42467583
Support was added for this a few versions back and made life much easier!
-
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…
-
comment
Comment #40879732
Cool work! Curious if this can be applied back in LLMs as a discrete diffusion model with partial masking .
- story
-
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.
-
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…
-
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…
-
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.
-
comment
Comment #31429382
MathJax supports server-side rendering. https://docs.mathjax.org/en/latest/upgrading/whats-new-3.0.h...
-
comment
Comment #31429256
Could this be used as a replacement for MathJax and KaTeX? If so, would the performance be comparable?