Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
yehors
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
yehors
6mo ago
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/Winloop/commit/317873329143e8
2.
▲
by
yehors
6mo ago
added support for Windows in v0.1.3
3.
▲
Show HN: An event loop for asyncio written in Rust
(github.com)
5 points
by
yehors
6mo ago
|
2 comments
4.
▲
Show HN: Native PyAnnote (speaker diarizer) in Rust
(github.com)
3 points
by
yehors
8mo ago
|
0 comments
5.
▲
Show HN: Fast (0.5 GB/SEC) dedup utility for the era of LLMs written in C23
(github.com)
2 points
by
yehors
8mo ago
|
0 comments
6.
▲
Show HN: Sorting a billion of integers in 7.6 seconds
(github.com)
2 points
by
yehors
8mo ago
|
0 comments
7.
▲
by
yehors
9mo ago
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/examples/... ): - R
8.
▲
by
yehors
9mo ago
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.
9.
▲
Show HN: Async web scraping framework on top of Rust
(github.com)
2 points
by
yehors
9mo ago
|
2 comments
10.
▲
Show HN: Rust-based translator with KULYK models for English<->Ukrainian MT
(github.com)
2 points
by
yehors
11mo ago
|
0 comments
11.
▲
by
yehors
1y ago
Here's demos: - https://huggingface.co/spaces/Yehor/en-uk-translator - https://huggingface.co/spaces/Yehor/uk-en-translator
12.
▲
Show HN: kulyk-uk-en and kulyk-en-uk
(huggingface.co)
2 points
by
yehors
1y ago
|
1 comments
13.
▲
by
yehors
1y ago
Are you using a local Whisper? If yes, what do you use for inference, candle/ort?
14.
▲
by
yehors
1y ago
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.
15.
▲
by
yehors
1y ago
Actually, it's the same. As I understand they use one database.
16.
▲
Show HN: NPM-Audit-to-Report
(github.com)
5 points
by
yehors
1y ago
|
5 comments
17.
▲
Show HN: Speech Recognition for Ukrainian
(github.com)
1 points
by
yehors
4y ago
|
0 comments
18.
▲
by
yehors
4y ago
Just added the quantized version of the model
19.
▲
Show HN: An ONNX model for speech recognition of the Ukrainian language
(github.com)
1 points
by
yehors
4y ago
|
1 comments
20.
▲
by
yehors
6y ago
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 start using information from this section: https:&
21.
▲
by
yehors
6y ago
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.
22.
▲
by
yehors
6y ago
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: > - Read application code (written in python?) and extr
23.
▲
Show HN: A faster way to prototype your APIs using OpenAPI 3 and Swagger UI
(github.com)
77 points
by
yehors
6y ago
|
41 comments