Paper カミ
codesonpaper.bsky.social
Paper カミ
@codesonpaper.bsky.social
cs senior @ uni. incoming quant dev.
overenthusiastic hobby hopper. building oss. https://git.new/pocket.
https://korigamik.dev
So here's the tldr;
Always do a git stage before deleting files, you'll be able to recover the files even without a commit!
May 4, 2025 at 8:24 PM
And lo and behold, that's exactly what I saw,
I was able to discard changes & bring back my file and was able to make A recovery 😁
May 4, 2025 at 8:24 PM
Now, the fact that I had staged all the files, I was able to see a little `-` in my editor, this meant that my last stage might have included the thesis as well!
Image
May 4, 2025 at 8:24 PM
Before the panic kicked in and I stopped searching for `testdisk` and `photorec` when I realized that I had also created an empty TeX file by then making it almost impossible recover 😭😭
May 4, 2025 at 8:24 PM
I had staged all the files in the project and realized the directory had a lot of files that I wanted to clean up before pushing.

I was deleting all the files which I didn't need, and accidentally deleted the TeX file too! 😭
May 4, 2025 at 8:24 PM
It's called Learning-based commitment
March 28, 2025 at 2:41 PM
Love it! Wwould you share the blender file and the py notebook if possible?
March 25, 2025 at 1:38 PM
The fix vim key navigation in folds is the highlight for me here 😂
March 3, 2025 at 10:33 PM
it gets funner every day 😄
March 3, 2025 at 7:57 AM
live chat for anything on the internet that's not a live stream is mostly a waste of resources.

but a bsky powered comments box is a great idea
March 2, 2025 at 1:47 PM
The goal is to have slides with animated equations and elements which you can add voice overs easily. Would be great if you create a more in depth tutorial for this.
February 27, 2025 at 12:47 PM
This is exactly how I like the workflow to be. A jupyter notebook is great. In the past I've tried out the haskell repl with reanimate for animations like these
youtu.be/EEQzUh1wV94
The Gaussian Integral (Reanimate)
YouTube video by K jxl
youtu.be
February 27, 2025 at 12:47 PM
Not at all.
You can use the standalone typst binary to build your docs. And I think the typst lsp should work with emacs as well.

And I think for your use case, you can literally just replace your org mode tex export to typst using pandoc and it should just work ;)
February 27, 2025 at 12:27 AM
So true, I've just found typst to be extremely fast, to the point that I can have it compile my doc as I'm typing.
And I still like using markdown for my typesetting so I transpile to a typst template using pandoc (i think it even supports org mode too)
February 26, 2025 at 11:49 PM
So why not try zen-browser.app

In vertical tabs are way more productive in use
February 26, 2025 at 11:45 PM
Can you show how you'd create animations from these equations in the video editor?
February 26, 2025 at 11:38 PM
Might it be too late to rewrite everything to @typst.app now 😉
February 26, 2025 at 11:35 PM
Ouuuu I'd be very interested to know more about the bridge
February 26, 2025 at 11:24 PM
I feel extremely sad when a project dies of being ahead of its time.

OniVim2 seems to have halted development but had visionary designs for a code editor. It even supported the VSCode Plugin System and themes.

On top of being written in OCaml (reason). I just hope someone continues an OCaml editor
February 26, 2025 at 11:14 PM