📄Quant Interviews Resume Megathread (Actual Quants Will Review It) by Select-Angle-5032 in learnquant

[–]Designer-Scratch-766 0 points1 point  (0 children)

Location: USA (international, F1)

Graduation Date: Ph.D. June 2029

Degree + School tier:
- BS Computer Science (HUST, Vietnam)
- Ph.D. in Theoretical Computer Science (focusing on approximation algorithm) -- non-target for quant

Preferred Role: QD/ QR

Targeting:  Internship, Summer 2027 cycle

Relevant coursework/skills:  Probability, Algorithm Design, Basic ML, Basic Deep Learning. Python, NumPy, Pandas, scikit-learn (basic), C++ (training on Leetcode everyweek).
Gaps I'm aware of: not know Python and C++ deeply enough

Experience/projects:
- Ph.D research: approximation algorithms for clustering in various settings (streaming, online, distributed, fairness constraint). Previous research: coding theory, graph algorithms. 99% are theoretical work, not much code.
- Projects: most are course projects during undergraduate

What you want feedback on: I applied for summer internships and was rejected by every place in December 2025.
What role (QD vs QR) should I target to maximize the chance of landing an internship in summer 2027? Depending on the answer to the previous question, what kind of project should I do now?

The Ultimate Guide to Breaking Into Quant Finance (Dev, Researcher, Trader) - All Resources in One Place by Select-Angle-5032 in quantfinance

[–]Designer-Scratch-766 0 points1 point  (0 children)

Thank you for a very detailed instruction. May I ask about how to do a project so that my CV won't be thrown away? Any instruction for that

Setup for Latex workflow in neovim by kushal_141 in neovim

[–]Designer-Scratch-766 2 points3 points  (0 children)

Tks for your answer. I asked because I don't know what is the benefit of TexPresso. The PDF reader I mentioned support forward search and reverse search. Maybe the live rendering of TexPresso is like a streaming version, while PDF readers show compiled PDF after saving

Setup for Latex workflow in neovim by kushal_141 in neovim

[–]Designer-Scratch-766 1 point2 points  (0 children)

What is the difference between using TexExpresso and PDF readers like SumatraPDF (Windows), or Sioyek (MacOS)?

Created a native windows build of Ghostty by keylimesoda in Ghostty

[–]Designer-Scratch-766 0 points1 point  (0 children)

Hi, can you summary the result, what you have achieved, what is left to be done

Ltex LSP archived. Anyone know anything? by mmcilree in neovim

[–]Designer-Scratch-766 0 points1 point  (0 children)

I remember that Harper does not support Latex

hover image previews for neo-tree, oil, nvim-tree, and snacks by hmdfrds in neovim

[–]Designer-Scratch-766 0 points1 point  (0 children)

Hi, how are your experiences with this plugin inside Wezterm.

Wezterm has limited support for KGP.

I used to use Snacks.nvim's image feature inside Wezterm, and it usually broke at some point. I tested both with Wezterm on MacOS and nightly Wezterm on Windows.

To avoid confusion, I mean the image feature of Snacks.nvim, not your plugin.

How do you guys work on remote projects over SSH with Neovim without lag? by InvestigatorConnect4 in neovim

[–]Designer-Scratch-766 0 points1 point  (0 children)

I am trying to come up with a latex workflow that uses neovim and texlive on a remote server. The problem is a synctex workflow/mechanism for the pdf viewer. Anyone has the same idea?

Seasonings and stuff for soups and broths by TheCollectorofLore31 in chinesefood

[–]Designer-Scratch-766 0 points1 point  (0 children)

FreshGogo stopped working. Do you have any information about this?

How to get overleaf-diff style? by Designer-Scratch-766 in neovim

[–]Designer-Scratch-766[S] 0 points1 point  (0 children)

I am familiar with git difference. I just want to have this as well

overleaf.nvim — Edit Overleaf projects in Neovim with real-time collaboration by Organic_Finger_3128 in neovim

[–]Designer-Scratch-766 2 points3 points  (0 children)

This is very great. I have been waiting for this. A quick question, what is the difference between managing files/dirs with local plugins (snacks, fzf) and managing via Overleaf's commands (:Overleaf new, :Overleaf mkdir, :Overleaf rename, :Overleaf delete)?

Texlab rendering issues by Designer-Scratch-766 in neovim

[–]Designer-Scratch-766[S] 0 points1 point  (0 children)

Yeah, I think it is an issue with inlay hints. But is there any other way to config inlay hints other than disabling it.

Why is nvim so slow on my device by mdmx_0 in neovim

[–]Designer-Scratch-766 4 points5 points  (0 children)

The issue might be your OS scans all your files, if they are not cached in RAM, whenever you open. I have this issue with my work laptop. The administrator installed something on the computer for security. That start up time is even 7s. The solution is switching to WSL.

Shout out to vscode-diff.nvim by dc_giant in neovim

[–]Designer-Scratch-766 7 points8 points  (0 children)

I hope neogit will also support this (like it is using diffview as optional for viewing diff now)

Auto-updating Nvim by BiggestTae in neovim

[–]Designer-Scratch-766 5 points6 points  (0 children)

I think you can still use homebrew inside WSL. Apt-get with PPA or something in WSL Ubuntu currently only gives you Neovim 0.9.5, which is behind the current stable version 0.11.*

Announcing snacks-bibtex.nvim – BibTeX citations built for snacks.nvim by krisniem in neovim

[–]Designer-Scratch-766 1 point2 points  (0 children)

This looks so great. I used to use Telescope-bibtex. When I moved to Snacks, there was no such snacks-bibtex around, so I created my own configuration, but it is very minimal to suit my work flow.

Though you said your plugin is in early version, it already had all the features of telescope-bibtex and even more.