Live data from Hacker News

Viewing profile — yehors

yehors

HN member
Joined
Fri, Oct 23, 2020, 9:53 AM UTC
HN karma
55
Public activity
24 items

About yehors

I am a back-end developer.

Recent public activity

  1. 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/…

  2. comment
    Comment #47480655

    added support for Windows in v0.1.3

  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…

  4. story
  5. story
  6. story
  7. 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

  8. 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…

  9. 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.

  10. 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…

  11. story
  12. comment
    Comment #44647245

    Here's demos: - https://huggingface.co/spaces/Yehor/en-uk-translator - https://huggingface.co/spaces/Yehor/uk-en-translator

  13. 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 …

  14. comment
    Comment #43918646

    Are you using a local Whisper? If yes, what do you use for inference, candle/ort?

  15. 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.

  16. comment
    Comment #43455247

    Actually, it's the same. As I understand they use one database.

  17. story
  18. story
  19. comment
    Comment #31290252

    Just added the quantized version of the model

  20. story
  21. 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…

  22. 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.

  23. 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…

  24. story