HackerTrans
TopNewTrendsCommentsPastAskShowJobs

micouay

no profile record

Submissions

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

github.com
1 points·by micouay·2 bulan yang lalu·0 comments

Conduct Named SAP Strategic AI Partner for SAP Cloud ERP Transformation

conduct.ai
2 points·by micouay·2 bulan yang lalu·0 comments

Kenough with Local Agents

conduct.ai
7 points·by micouay·3 bulan yang lalu·0 comments

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

github.com
1 points·by micouay·7 bulan yang lalu·0 comments

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

sampler.powierz.art
12 points·by micouay·2 tahun yang lalu·6 comments

Kn – Nvgt/Fldrs/Qckly

github.com
1 points·by micouay·2 tahun yang lalu·0 comments

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

latin.stackexchange.com
438 points·by micouay·3 tahun yang lalu·302 comments

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

github.com
1 points·by micouay·3 tahun yang lalu·0 comments

Text game played with GPT with automatic prompts for Stable Diffusion

beta.openai.com
1 points·by micouay·4 tahun yang lalu·0 comments

Powierża Coefficient

github.com
2 points·by micouay·4 tahun yang lalu·0 comments

“You meant to install ripgrep”

crates.io
246 points·by micouay·4 tahun yang lalu·159 comments

comments

micouay
·2 tahun yang lalu·discuss
thank you!
micouay
·2 tahun yang lalu·discuss
thank you! YouTube has a player API for controlling embedded videos with JS
micouay
·2 tahun yang lalu·discuss
unfortunately it's not. please try it on your computer!
micouay
·2 tahun yang lalu·discuss
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 tahun yang lalu·discuss
you gotta agree the age addiction is the worst by far
micouay
·3 tahun yang lalu·discuss
https://github.com/micouy/kn - Like `cd` but with abbreviations. Or like `z` but based on string similarity, not on location history.
micouay
·4 tahun yang lalu·discuss
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 tahun yang lalu·discuss
`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 tahun yang lalu·discuss
What does "--thor" mean?