HackerTrans
TopNewTrendsCommentsPastAskShowJobs

smacke

465 karmajoined 7년 전
https://github.com/smacke

Submissions

Show HN: Magrittr-like pipe syntax for Python

github.com
2 points·by smacke·6개월 전·0 comments

Show HN: Magrittr-like pipe syntax for IPython

github.com
2 points·by smacke·6개월 전·1 comments

Show HN: Powerful pipeline syntax for IPython and Jupyter

github.com
2 points·by smacke·6개월 전·0 comments

Show HN: Powerful pipeline syntax for IPython and Jupyter

github.com
5 points·by smacke·6개월 전·1 comments

comments

smacke
·22시간 전·discuss
I started burning down the backlog of all the stuff I wanted to get to for side projects but never had time for (before LLMs):

- https://smacke.net/ffsubsync -- automagically synchronize subtitles, now purely client-side in your browser thanks to pyodide

- https://ipyflow.github.io/ipyflow/lab/index.html?path=demo.i... -- reactive python jupyter notebooks, again in the browser thanks to pyodide / jupyterlite

- https://smacke.net/pipescript/lab/index.html?path=demo.ipynb -- magritter-like pipe / placeholder syntax for ipython / jupyter, again able to run purely in the browser

- https://smacke.net/pycograd/lab/index.html?path=pycograd_sim... -- pyccolo and pipescript-powered autograd, once again able to run purely in the browser since numpy has a wasm target (notice a theme here :) )
smacke
·6개월 전·discuss
Some auto formatting italicized the text between * on different lines :')

Should be `reduce[$*$]`
smacke
·6개월 전·discuss
Hi HN, I built pipescript over the holidays after I discovered magrittr for R and realized the same kind of pipe operator and placeholder syntax could be implemented for Python notebooks with a bit of creativity. I developed it while using it in parallel for Advent of Code and had a lot of fun with it; hope you like it.