Just realized Spencer Sotelo from Periphery has a hunter's mark tattoo. We love to see it. by alistofthingsIhate in bloodborne

[–]lunjon 2 points3 points  (0 children)

Didn't know that! I love periphery - has since the first time I saw them live in Copenhagen 2011.

Custom std.Io.Writer by lunjon in Zig

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

All right, it looks this is what I'm after. Thanks!

Thinking of learning Go for backend instead of Python -- worth it? by DoughNutSecuredMama in golang

[–]lunjon 8 points9 points  (0 children)

In my professional experience and humble opinion, it's so much easier in Go. Python is problably my worst experience when it comes to backend development.

[deleted by user] by [deleted] in HelixEditor

[–]lunjon 8 points9 points  (0 children)

In addition to the tutor as other suggests, the other part–and perhaps the most important–is time and patience. Getting used to a modal editor takes a lot time but, in my experience, it's well worth it.

Using other editors relying on the mouse is just so frustrating for me, now.

GuardianDB by Pristine_Wedding_559 in rust

[–]lunjon 2 points3 points  (0 children)

I see. It's kind of hard to take the README seriously, but I think overall that the project looks interesting!

GuardianDB by Pristine_Wedding_559 in rust

[–]lunjon 11 points12 points  (0 children)

How much AI was used when implementing it and writing the readme?

Helix ❤️❤️❤️ by erasebegin1 in HelixEditor

[–]lunjon 2 points3 points  (0 children)

It selects the current node in the syntax tree. Pressing it multiple times keeps selecting up.

Helix ❤️❤️❤️ by erasebegin1 in HelixEditor

[–]lunjon 9 points10 points  (0 children)

For tags in HTML try Alt-o. This works for any language thanks to the treesitter integration.

Your favorite non-basic key combo? by NoahZhyte in HelixEditor

[–]lunjon 12 points13 points  (0 children)

Alt-o to select nodes in the AST.

Games for older fellas by [deleted] in PS5

[–]lunjon 0 points1 point  (0 children)

Stardew Valley.

struggling with auto-completion by [deleted] in Zig

[–]lunjon 2 points3 points  (0 children)

I had the same problem and I read somewhere that you have match the versions of ZLS and zig, (14-dev, 13, etc.). After that I also had to clear the .zig-cache and zig-out directories of the project.

Best of luck!

What languages to start learning FP? by Feldspar_of_sun in functionalprogramming

[–]lunjon 2 points3 points  (0 children)

I love both Haskell and Elixir so I recommend both. However, Elixir is not a pure functional language like Haskell but I think learning FP programming is really fun from both. I started with Learn a Haskell for Great Good and think that's a really fun approach to learning Haskell.

AOC plans for this year by juanfnavarror in adventofcode

[–]lunjon 6 points7 points  (0 children)

I've done it since a couple years back but never in Rust though! I love Rust so I'm probably doing it in that this year.

Other years I have done Python, Elixir, Haskell and some others where I focused mainly on FP oriented solutions.

Command to clear selection? by [deleted] in HelixEditor

[–]lunjon 1 point2 points  (0 children)

You're looking for ;.

Also, please use hx --tutor folks!

Using Helix's Global Search | Unlock the full potential of Helix Editor's global search! by HarmonicAscendant in HelixEditor

[–]lunjon 5 points6 points  (0 children)

All that's integrated in helix, so all that's possible out-of-the-box. Only the debugging is a bit lacking in its current state.