HackerTrans
トップ新着トレンドコメント過去質問紹介求人

micouay

no profile record

投稿

Peer-to-peer collaborative code playground in a single 0.5 MB HTML file

github.com
1 ポイント·投稿者 micouay·2 か月前·0 コメント

Conduct Named SAP Strategic AI Partner for SAP Cloud ERP Transformation

conduct.ai
2 ポイント·投稿者 micouay·2 か月前·0 コメント

Kenough with Local Agents

conduct.ai
7 ポイント·投稿者 micouay·3 か月前·0 コメント

Show HN: Collaborative code playground in a single <1MB HTML file

github.com
1 ポイント·投稿者 micouay·7 か月前·0 コメント

Show HN: I made a sampler to make beats from YouTube videos

sampler.powierz.art
12 ポイント·投稿者 micouay·2 年前·6 コメント

Kn – Nvgt/Fldrs/Qckly

github.com
1 ポイント·投稿者 micouay·2 年前·0 コメント

How would you say “She said goodbye too many times before.” in Latin?

latin.stackexchange.com
438 ポイント·投稿者 micouay·3 年前·302 コメント

Show HN: I made a CLI rip-off of Find the Sets

github.com
1 ポイント·投稿者 micouay·3 年前·0 コメント

Text game played with GPT with automatic prompts for Stable Diffusion

beta.openai.com
1 ポイント·投稿者 micouay·4 年前·0 コメント

Powierża Coefficient

github.com
2 ポイント·投稿者 micouay·4 年前·0 コメント

“You meant to install ripgrep”

crates.io
246 ポイント·投稿者 micouay·4 年前·159 コメント

I still don’t understand the * operator in Rust

micouy.github.io
2 ポイント·投稿者 micouay·4 年前·1 コメント

コメント

micouay
·2 年前·議論
thank you!
micouay
·2 年前·議論
thank you! YouTube has a player API for controlling embedded videos with JS
micouay
·2 年前·議論
unfortunately it's not. please try it on your computer!
micouay
·2 年前·議論
I did something similar but based on matching abbreviations:

https://github.com/micouy/kn

For example

    kn pho/eutri
to enter photos/europe_trip. It doesn't track frecency or anything, just matches strings. My algorithm is also used in nushell's cd command.

kn also supports multiple dots:

    kn ..  # enters parent
    kn ... # enters grandparent
etc.
micouay
·3 年前·議論
you gotta agree the age addiction is the worst by far
micouay
·3 年前·議論
https://github.com/micouy/kn - Like `cd` but with abbreviations. Or like `z` but based on string similarity, not on location history.
micouay
·4 年前·議論
https://github.com/micouy/kn - `cd` alternative like `z` but based on comparing abbreviations against paths with https://crates.io/crates/powierza-coefficient, not on frecency. I've completely replaced `cd` for over a year. A while ago nushell reimplemented this functionality using my Powierża coefficient.
micouay
·4 年前·議論
`rg` has only one version, and one line of code:

    println!("You meant to install ripgrep: type `cargo uninstall rg` followed by `cargo install ripgrep`");
micouay
·4 年前·議論
What does "--thor" mean?
micouay
·4 年前·議論
Note that it was published in June 2021.