Peer-to-peer collaborative code playground in a single 0.5 MB HTML filegithub.com1 points·by micouay·2 माह पहले·0 comments
Conduct Named SAP Strategic AI Partner for SAP Cloud ERP Transformationconduct.ai2 points·by micouay·2 माह पहले·0 comments
Show HN: Collaborative code playground in a single <1MB HTML filegithub.com1 points·by micouay·7 माह पहले·0 comments
Show HN: I made a sampler to make beats from YouTube videossampler.powierz.art12 points·by micouay·2 वर्ष पहले·6 comments
How would you say “She said goodbye too many times before.” in Latin?latin.stackexchange.com438 points·by micouay·3 वर्ष पहले·302 comments
Text game played with GPT with automatic prompts for Stable Diffusionbeta.openai.com1 points·by micouay·4 वर्ष पहले·0 comments
micouay·2 वर्ष पहले·discussthank you! YouTube has a player API for controlling embedded videos with JS
micouay·2 वर्ष पहले·discussI did something similar but based on matching abbreviations:https://github.com/micouy/knFor 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 वर्ष पहले·discusshttps://github.com/micouy/kn - Like `cd` but with abbreviations. Or like `z` but based on string similarity, not on location history.