Viewing profile — TymekDev
TymekDev
HN member- Joined
- Fri, Dec 09, 2022, 3:34 PM UTC
- HN karma
- 16
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About TymekDev
No profile information was provided.
Recent public activity
-
comment
Comment #47579043
I have been on JetBrains Mono ever since it's release. I am getting FOMO from not using Berkely Mono, because it totally looks like something that would sit right with me.
-
comment
Comment #47571299
That's my impression too. However, I might give `vim.pack` a go for the novelty. That being said, there is a way to lazy-load the plugins — Evgeni has a guide for that [1]. The "Lo…
-
comment
Comment #47566256
> The folke/lazy.nvim is the most used plugin manager at the time of this writing. And rightly so: it is very capable with lots of features. Ironically, this itself makes it not ve…
-
comment
Comment #40299735
If you need to adjust cursor speed and want scroll behavior to differ between the TrackPad and a mouse, then I can vouch for LinearMouse [1]. It is free of charge and open-source, …
-
comment
Comment #38964347
With JavaScript you could make it a three state toggle: light, dark, and auto. The last one would allow to to back to the default - no preference. I thought this might use indeterm…
-
comment
Comment #38964313
It's already there in Firefox for Android! If you take a look at MDN, it states it's available since 121 that released on 2023-12-19. In fact, I am using it right now, and the exam…
-
story
Show HN: A Dark Mode Toggle Without JavaScript
Today I scratched my itch of implementing a dark mode toggle without JacaScript. The implementations I saw typically revolved about adding a 'dark' class to body via JS and then co…
-
comment
Comment #37571182
ijq [1] is. I am using it almost every time I need to come up with a jq expression. However, it gets noticeably laggy with enormous JSONs. [1]: https://sr.ht/~gpanders/ijq/
-
comment
Comment #36112370
It looks like the README in jj repository does not do justice when it comes to available syntax for queries. jj uses gjson (by the same author) and its syntax [0]. From what I saw …
-
comment
Comment #33922442
It is the same conference! They have rebranded this year to Neovim conf [0]. The conference however is not exclusive to Neovim content. [0]: https://www.neovimconf.live/rebranding-…