Viewing profile — yehors
yehors
HN member- Joined
- Fri, Oct 23, 2020, 9:53 AM UTC
- HN karma
- 55
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About yehors
Recent public activity
-
comment
Comment #47501733
when i was building silkworm, unability of uvloop to support Windows was a problem for me, so i added winloop btw, they seem to be included into uvloop: https://github.com/Vizonex/…
-
comment
Comment #47480655
added support for Windows in v0.1.3
-
story
Show HN: An event loop for asyncio written in Rust
actually, nothing special about this implementation. just another event loop written in rust for educational purposes and joy in tests it shows seamless migration from uvloop for m…
- story
- story
- story
-
story
Show HN: Sorting a billion of integers in 7.6 seconds
This is a reproduction of paper https://arxiv.org/abs/2505.13552 where the author compares a new algorithm with QuickSort, which is approximately 24% faster
-
comment
Comment #46213272
Also, it supports Free-threaded Python (`PYTHON_GIL=0` env-var). My little test that extracts title's from webpages (spider https://github.com/BitingSnakes/silkworm/blob/main/examp…
-
comment
Comment #46210403
I've built https://github.com/RustedBytes/scraper-rs to parse HTML using Rust with CSS selectors and XPath expressions. This wrapper can be useful for others as well.
-
story
Show HN: Async web scraping framework on top of Rust
Meet silkworm-rs: a fast, async web scraping framework for Python built on Rust components (rnet and scraper-rs). It features browser impersonation, typed spiders, and built-in pip…
- story
-
comment
Comment #44647245
Here's demos: - https://huggingface.co/spaces/Yehor/en-uk-translator - https://huggingface.co/spaces/Yehor/uk-en-translator
-
story
Show HN: kulyk-uk-en and kulyk-en-uk
A new lightweight model to do machine translation Ukrainian English using recently published LFM2 model by LiquidAI. Ukrainian to English: https://huggingface.co/Yehor/kulyk-uk-en …
-
comment
Comment #43918646
Are you using a local Whisper? If yes, what do you use for inference, candle/ort?
-
comment
Comment #43462267
Not easy it sounds. Generated file has JSONL and each has summary or advisory lines. My script just processes them to a Markdown in Go.
-
comment
Comment #43455247
Actually, it's the same. As I understand they use one database.
- story
- story
-
comment
Comment #31290252
Just added the quantized version of the model
- story
-
comment
Comment #24878078
This quote came to my mind after your comment: "It is necessary to light it up so that it shines. (Inscription on Kubachi lamps)". Yesterday I extended the README file so you can s…
-
comment
Comment #24871021
I agree with this position. The code and the API spec must be separated. But the project is not meant to write APIs with spec, the project uses Python to create API spec.
-
comment
Comment #24870515
Hello. Yes, I have not prepared enough the description so guys and ladies I am sorry for that. Just added more information to the README.md file on GitHub. Answers to the questions…
- story