smacke

↗ HN profile [ 288 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Input a video and subtitle file, receive a synchronized output, no need to mess with python environments are dependencies (which historically was a challenge for ffsubsync users). This works thanks to ffmpeg.wasm to…

  2. Hi HN, sharing my holiday season passion project, pipescript, which lets you write code like this in Jupyter Python notebooks: 42 |> $+1 # 43 The $ is a placeholder for the value in the previous pipeline step, like (.)…

  3. IPyflow is a new Python kernel for JupyterLab that understands how variables and cells depend on each other, making it easier to reason about notebook state. It adds opt-in reactivity, so that pressing ctrl+shift+enter…