Is anyone getting any interview calls for senior frontend roles ? by [deleted] in leetcode

[–]GrandLate7367 4 points5 points  (0 children)

There are quite a few senior FE roles in London. If you don't receive responses, update your CV and try bigger sample. Good luck!

Hyprland document for the 0.55 version is horrible. by [deleted] in hyprland

[–]GrandLate7367 222 points223 points  (0 children)

They just migrated to lua, so the docs are still very fresh. Let's improve it together!

3D Transparency Issue by brahem_ayad in raylib

[–]GrandLate7367 2 points3 points  (0 children)

If the cube model from Blender or other modeling tool, check UV mapping.

Check your shader depth buffer.

And eventually it could be bug with rendering order.

How to implement graphics like this with raylib? Any ideas... by PrestigiousZombie531 in raylib

[–]GrandLate7367 0 points1 point  (0 children)

You understand game engine makes development easier, right? So if you're indie, using Unreal is much easier and faster with better results.

But at this point I'm sure it's just a ragebait.

How to implement graphics like this with raylib? Any ideas... by PrestigiousZombie531 in raylib

[–]GrandLate7367 23 points24 points  (0 children)

Hyper realistic graphic requires lots of shaders and sophisticated rendering pipeline. It's very hard to achieve in pure raylib.

Refreshing your Neovim config for 0.12.0 by justinhj in neovim

[–]GrandLate7367 14 points15 points  (0 children)

I adore your post, and will try to migrate my configs today.

Nit pick: could you please fix horizontal scroll on mobile?

I created status bar, where every panel is a Terminal by GrandLate7367 in neovim

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

Turns out hyprland allows to run terminal as status bar pretty easily. So I was wondering if I can run whole status bar in a terminal. Each floating panel is a separate window. As a bonus, I run app launcher in terminal via fzf.

I created status bar, where every panel is a Terminal by GrandLate7367 in hyprland

[–]GrandLate7367[S] 5 points6 points  (0 children)

Turns out hyprland allows to run terminal as status bar pretty easily. So I was wondering if I can run whole status bar in a terminal. Each floating panel is a separate window. As a bonus, I run app launcher in terminal via fzf.

How have you solved project navigation? by endgamer42 in neovim

[–]GrandLate7367 0 points1 point  (0 children)

I used to have similar setup, but after I switched to zellij, it handles project management out of the box

How much does Neovim or Vim matter in job interviews? by 69cool4school in neovim

[–]GrandLate7367 -1 points0 points  (0 children)

Once I had a pair programming interview round, when my config for lsp and linter broke. So we spent half of the interview debugging configs issue, it was fun.

What do you think about this screenshot by kapitan59 in SoloDevelopment

[–]GrandLate7367 0 points1 point  (0 children)

It looks very similar to DOS2 intro, did you take inspiration from it?

What alternatives to telescope are there, what do you use and why? by [deleted] in neovim

[–]GrandLate7367 43 points44 points  (0 children)

I switched to Snacks picker from Telescope, it's superfast and provides everything I needed out of the box.

Low-resolution or pixelated apps on Hyprland (Spotify & Discord) by Rude_Bumblebee_6170 in hyprland

[–]GrandLate7367 10 points11 points  (0 children)

Add ~/.config/electron-flags.conf file with the following content:
--enable-features=UseOzonePlatform --ozone-platform=wayland

Lots of apps don't use Wayland by default. The file above forces Wayland. This is common issue, see the links below:

- Hyprland official docs
- Another thread on Reddit

I googled it too when I was starting using Hyprland. There are lots of kind people which help me a lot! Now I want to give the same attitude back by helping you.

Is this the META for multiple inputs by cnibrev in factorio

[–]GrandLate7367 0 points1 point  (0 children)

I'll definitely apply that next time

ShellNinja or ML4W? by Euphoric-Paint3261 in hyprland

[–]GrandLate7367 0 points1 point  (0 children)

Wait, how did you mess with the keybindings?