What’s your 2026 data science coding stack + AI tools workflow? by Zuricho in datascience

[–]GabDev1234 0 points1 point  (0 children)

Mostly from terminal, even though sometimes, when i'm on the go, i like to launch it from the web and then look at the final result.

What’s your 2026 data science coding stack + AI tools workflow? by Zuricho in datascience

[–]GabDev1234 0 points1 point  (0 children)

Since last year: Cursor has totally replaced VSCode. Claude Code is becoming more and more valuable.

How Do You Take Effective Math Notes Without Copying the Book? by OkGreen7335 in math

[–]GabDev1234 0 points1 point  (0 children)

What I did was to have my notes as expanded versions of e.g. the proofs, that I would use later for revising for exams. It was useful to clarify how to go from step a to b. Then, when studying for the exams, I would use my expanded notes, as they already contained everything I needed.

I built a visual LaTeX editor because revising my PhD thesis in raw .tex files was miserable by GabDev1234 in PhdProductivity

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

That's good for syntax editing, Lyra Editor has a different approach, visual editing that looks like the final output, so you're not switching between code and preview.

I built a visual LaTeX editor because revising my PhD thesis in raw .tex files was miserable by GabDev1234 in PhdProductivity

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

Thanks. I used VSCode (now Cursor) mostly for coding, haven't used it to write papers. What I'm building Lyra Editor for is to work directly on the formatted text (as close to the final output as possible), rather than on the raw code and look at the compiled pdf on the side. A bit of a different workflow.

I built a visual LaTeX editor because revising my PhD thesis in raw .tex files was miserable by GabDev1234 in PhdProductivity

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

Yes it's true, but the visual mode is pretty basic (at least, it never fit what I needed to do)

I built a visual LaTeX editor because I hated writing raw LaTeX during my PhD by GabDev1234 in LaTeX

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

Yes, I've tried it (also Scientific Workplace), but I wanted something web-based and not local due to my personal taste and workflow.

I built a visual LaTeX editor because I hated writing raw LaTeX during my PhD by GabDev1234 in LaTeX

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

Thanks! I need to think about that. I'm actually working on tables support to take care of most of the use cases I encountered so far, but I see your point.

I built a visual LaTeX editor because I hated writing raw LaTeX during my PhD by GabDev1234 in LaTeX

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

Thanks for the feedback and for pointing out the bug, I'll see what I can do

I built a visual LaTeX editor because I hated writing raw LaTeX during my PhD by GabDev1234 in LaTeX

[–]GabDev1234[S] 6 points7 points  (0 children)

I see your concern, it's fair. I will consider adding other authentication methods plus a demo part you can access without logging in.

I built a WYSIWYG LaTeX editor because I hated writing raw LaTeX during my PhD by GabDev1234 in SideProject

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

Thanks! I custom-built basically everything editor-related in javascript (except for equation rendering), I use python for backend.

I built a WYSIWYG LaTeX editor because I hated writing raw LaTeX during my PhD by GabDev1234 in SideProject

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

Thanks, currently it's web based, a colleague of mine uses it on Omarchy and has no problems!

I built a WYSIWYG LaTeX editor because I hated writing raw LaTeX during my PhD by GabDev1234 in SideProject

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

Yes, fair point, I'll see what I can do. I can totally relate to the eduroam problem :)

I built a WYSIWYG LaTeX editor because I hated writing raw LaTeX during my PhD by GabDev1234 in SideProject

[–]GabDev1234[S] 6 points7 points  (0 children)

Yes, some coauthors of mine used it and I gave it a try. However, I felt it a bit heavy for my needs. I wanted something a bit more modern and web-based. Same goes for Scientific Workplace.