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

crisbal_

no profile record

コメント

crisbal_
·昨年·議論
I use the following for feeding into AI

   find . -print -exec cat {} \; -exec echo \;
Which will return for each file (and subfolders) the filename and then the content of the file.

Then `| pbcopy` to copy to clipboard and paste it into ChatGPT or similar.
crisbal_
·4 年前·議論
> big company

Isn't it the Swiss post?
crisbal_
·4 年前·議論
Well, apparently there is. Just press export and you will find it costs 8$.
crisbal_
·4 年前·議論
How does this compare to Voila from the Jupyter team? ( https://voila.readthedocs.io/en/stable/index.html )