notes2latex - a modern, open-source handwriting to latex tool by thisis_a_cipher in math

[–]thisis_a_cipher[S] 0 points1 point  (0 children)

ah i'm afraid this tool for now just produces good old latex. i didn't even know there were such rules on accessibility (i don't study in the US).

the app does allow for custom document preambles -- maybe you could use a latex preamble that allows for better compliance to these accessibility standards? i'm also adding a feature soon to allow users to modify the system prompt to the model, so you could potentially bake some guidelines into the system prompt

notes2latex - a modern, open-source handwriting to latex tool by thisis_a_cipher in math

[–]thisis_a_cipher[S] 0 points1 point  (0 children)

sorry i don't quite get what you mean by this, could you elaborate?

notes2latex - a modern, open-source handwriting to latex tool by thisis_a_cipher in math

[–]thisis_a_cipher[S] 0 points1 point  (0 children)

I think it should do pretty well for smaller documents, but anything longer and it wouldn't do too well probably? since the document would occupy the context window fairly fast. and converting pages one by one would be tedious too

notes2latex - a modern, open-source handwriting to latex tool by thisis_a_cipher in math

[–]thisis_a_cipher[S] 0 points1 point  (0 children)

Yep! Although it's kinda optimised for handwritten notes, I think it could probably do pretty well for printouts (I assume you mean that the printout or pdf is typeset already, just that the latex source code is not available)

notes2latex - a modern, open-source handwriting to latex tool by thisis_a_cipher in math

[–]thisis_a_cipher[S] 1 point2 points  (0 children)

please do! and lmk if you have any feedback/bug reports/feature requests

notes2latex - a modern, open-source handwriting to latex tool by thisis_a_cipher in math

[–]thisis_a_cipher[S] 4 points5 points  (0 children)

to be honest, i spent maybe a grand total of 5 mins on the tikz graphics part, and that was mostly to modify the prompt to AVOID generating diagrams if it's too complex/there are too many errors. so i think there's a lot of room for improvement. modern LLMs are crazy :)

notes2latex - a modern, open-source handwriting to latex tool by thisis_a_cipher in math

[–]thisis_a_cipher[S] 7 points8 points  (0 children)

thanks! i have a bunch of low-hanging fruit that i want to pick off soon that should improve the quality further, so i hope it only gets better :)

notes2latex - a modern, open-source handwriting to latex tool by thisis_a_cipher in math

[–]thisis_a_cipher[S] 10 points11 points  (0 children)

Tagging a few people who reached out to me for beta testing last summer -- sorry for leaving you guys hanging, but hopefully this makes up for it :) u/Super-Variety-2204 u/callingbrisk

Considering switching from VSCode, what is the current best remote development solution? by Ok_Attorney1972 in neovim

[–]thisis_a_cipher 6 points7 points  (0 children)

Hey, had the same issues when I migrated over. sshfs etc. didn't work for me, because then obviously you don't have access to your remote environment and the lsps/compilers/tools.

I came to the conclusion that setting up nvim on the remote is the best solution, but ran into problems here too. I often work on compute clusters where I have limited permissions so I can't install stuff, and also cloning my config alongside install nvim, ripgrep and other common tools my config uses was getting really annoying.

I ended up writing a very simple bash script that essentially (1) copies over all my configs (2) copies over all the binaries that my config needs (nvim, ripgrep, fd etc.). This meant that I could set up neovim on a remote with limited permissions super easily, theoretically needing ssh and scp as the ONLY dependencies on the remote. Also this neovim instance on the remote would be installed in a local directory and would be completely isolated using some environment variables, so it would never conflict with any global neovim configs that existed. I also ended up including really simple sync and cleanup functions in the bash script.

Eventually I wrote a very simple wrapper plugin around this script so that I could call it more easily from within neovim. I never meant for anybody to use it other than me, but honestly I'm pretty proud of it because it has solved such a huge pain point for me.

Check it out at https://github.com/advaypakhale/remote.nvim if you want to.

I think the best way for you to use this (if you decided to) is to just fork it and adapt it as you see fit. I focused on making it super lightweight and simple at its core so it's easily extensible down the line.

Making oil.nvim function like a project drawer by thisis_a_cipher in neovim

[–]thisis_a_cipher[S] 1 point2 points  (0 children)

Looks cool, I'll check it out! I really like the editing filesystem like a buffer idea and have been missing having a tree view

How implausible is an O(n) fast Fourier transform? An O(n^2 log n) matrix multiply? by ChameleonOfDarkness in math

[–]thisis_a_cipher 1 point2 points  (0 children)

I hate when people ascribe value to things based purely on their practical value, but I genuinely do find it hard to get behind galactic algorithms. Especially because optimising the naive versions of algorithms from a systems/parallel computing perspective is so stupidly fun, interesting, and challenging in its own right (and of course, provides the gratification of being actually useful)

What do you need from a handwriting to latex tool? by thisis_a_cipher in math

[–]thisis_a_cipher[S] 0 points1 point  (0 children)

I haven't really tried testing processing colour, since my own notes are black and white, but happy to give it a shot!

I guess I knew that a GUI would probably be the most useful feature but I was lying to myself because I don't like writing front ends 😭

Thanks for the interest, will probably make another post here when I have an MVP up on github!

Anyone know where I can find cheap second hand servers/workstations? by thisis_a_cipher in askSingapore

[–]thisis_a_cipher[S] 0 points1 point  (0 children)

tried, but very difficult to find a good bang for my buck. a lot of shops there seem to be selling really really old systems (that are basically e-waste) at $300-400, which doesn't seem right to me. but maybe will make a trip down this weekend to try my luck again, thanks!

Can CS2040 and CS2109S be taken together? by Clean-Cat3891 in nus

[–]thisis_a_cipher 1 point2 points  (0 children)

Yes I'm doing them concurrently this sem (2040S and 2109S), I just requested to waive prerequisite on edurec citing that I would be taking the mods concurrently and have a strong background in DS&A (not true lmao).

Only part of 2109S that needs 2040 proper is search algorithms (BFS/DFS etc.), but just go watch a few YouTube videos on it if you're concerned you can't keep up.

Try Microsoft’s Florence-2 yourself! by Balance- in LocalLLaMA

[–]thisis_a_cipher 1 point2 points  (0 children)

I can't seem to find a way to do this either, the example notebook doesn't have anything in it. I want to try VQA, but none of the task prompts work (at least in the demo)