John
arbitrandomuser.bsky.social
John
@arbitrandomuser.bsky.social
JuliaLang,
its neat that default arguments values in #julialang can be computed from other argument values.

you can have a whole bunch of code to define the default argument in the function signature itself.
January 27, 2025 at 5:05 AM
TIL that `:TOhtml` in #vim will make an html of the contents of the buffer with your colorscheme and font
January 25, 2025 at 5:54 AM
You'll read everywhere that regex highlighting is slow compared to treesitter ,

and yet if you open a 1.5 Millon line C file ( I simply wanted to look into the internels of a treesitter parser) #neovim will grind to halt if #treesitter is enabled, but is a breeze for the default highlighter.
December 28, 2024 at 7:57 PM
#JuliaLang
i wrote a small neovim plugin to grep through your current project's source files . Both Telescope and FzfLua pickers available.

github.com/ArbitRandomU...
GitHub - ArbitRandomUser/projectsearchjl.nvim: a neovim plugin to search through a julia project's source files from nvim
a neovim plugin to search through a julia project's source files from nvim - ArbitRandomUser/projectsearchjl.nvim
github.com
December 27, 2024 at 3:04 PM
There's two kinds of maths wizardry that you come across, one you see and know is beyond your skill ingenuity and the other is simple and obvious and yet leaves you wondering why you never thought of it before .
December 1, 2024 at 9:42 PM
Reposted by John
You're a #julialang programmer or want to check out a surprisingly fast compiled programming language with a very friendly syntax? Check out the Julia programmer's starter pack 😄 go.bsky.app/Hv4RKzM
November 20, 2024 at 2:21 PM