HackerTrans
TopNewTrendsCommentsPastAskShowJobs

crisbal_

no profile record

comments

crisbal_
·w zeszłym roku·discuss
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 lata temu·discuss
> big company

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