Viewing profile — _7tgr
_7tgr
HN member- Joined
- Fri, Jul 31, 2026, 8:48 PM UTC
- HN karma
- 1
- Public activity
- 44 items
- HN profile
- View on Hacker News ↗
About _7tgr
No profile information was provided.
Recent public activity
-
comment
Comment #42518189
Right, input latency is what matters for me. I'm not seeing whether they've measured that in the docs/on Github.
-
comment
Comment #42428067
Yes, it constantly bugs you about buying OneDrive.
-
comment
Comment #42428056
To be honest I've never had issues like you're describing and I've been using Linux nearly exclusively as a desktop OS since the 2010s. The main deficiency is that it doesn't have …
-
comment
Comment #41403517
Yes I'm waiting for a nixos package. I have used it a bit through the Docker image and it's super cool. I can see it succeeding emacs. Seems like it's even more hackable than the l…
-
comment
Comment #41295648
Yeah, that was mostly my thinking. I like lisp!
-
comment
Comment #41290509
I mentioned speed because they're writing their own instead of using Chez or Gambit or something (which have taken a while to get into 'performant' territory). Writing and maintain…
-
comment
Comment #41290455
I wouldn't really count that as editor config. Every editor with treesitter support will have configs for treesitter, for instance: https://github.com/nvim-treesitter/nvim-treesitt…
-
comment
Comment #41290426
I think a big missing piece with writing what you want in Rust and recompiling the editor to activate your changes is that you're not able to work with it _live_. That is, I can us…
-
comment
Comment #41287450
Yeah, I was on the nightly release (via nix) for a while. Rock solid.
-
comment
Comment #41287442
Echoing the other replies here that idk what breakages this refers to. I switched since I liked lua better than vimscript (after writing a ton of vimscript). I don't use many plugi…
-
comment
Comment #41287413
Agreed. I've been using (n)vim for roughly 8 years now and only touch my config to put in bits of Lua I've hacked together to make my life slightly easier (~10 minutes every few mo…
-
comment
Comment #41287350
And, oddly, they chose to do their own Scheme implementation for it. Not that I'm against Scheme in particular, but a lot of other people justifiably seem to be. It doesn't have th…
-
comment
Comment #41287337
I think you only miss (or at least I noticed this happened to me) a plugin system when you've engaged with the programmable side of your editor and then have to use one that isn't.…
-
comment
Comment #41213920
This does not seem like a standard way to conduct business to me by any stretch of the imagination, though I don't work in cybersecurity. Perhaps that community just has lower stan…
-
comment
Comment #40687038
I don't know, but it's been more reliable for me than /bin/bash. I think env is part of POSIX.
-
comment
Comment #40687029
#!/bin/bash won't work on, say, nixos, and as you noted, many non-linux platforms. It's a few more characters to do something (more) portable! You're right that docker (or somethin…
-
comment
Comment #40683259
Prefer `#!/usr/bin/env bash` instead, since /bin/bash isn't a standardized location for bash (even across Linux distros). The former causes $PATH to be searched for bash.
-
comment
Comment #40664877
This intuition denies the inherent human power: that we are not merely individuals, and can work together to accomplish greater things than any individual could. Software engineeri…
-
comment
Comment #39587021
https://finance.yahoo.com/news/nvidia-ceo-the-metaverse-will... > the economy of the virtual world will be much, much bigger than the economy of the physical world. You’re going to…
-
comment
Comment #39437964
> since vim's visual modes always extend Certainly an interesting point! Maybe this'll be addressed better once nvim adds multiple cursors (it's on the roadmap). Though I've never …
-
comment
Comment #39437815
A couple thoughts to add to the conversation: I think I prefer visual mode when I'm doing a _really_ complicated edit and need to rely on visual feedback. I think having visual fee…
-
comment
Comment #36992846
https://github.com/brave/web-discovery-project/blob/main/mod... I'm curious to see what you think about this. If you're not okay with Firefox telling Mozilla your IP address every …
-
comment
Comment #36992817
According to this, if you search twice across Brave Search and a different search engine, Brave (the browser) will scrape the first page of results for the second query, and send i…
-
comment
Comment #36883156
Yes. I would put this on my website if someone made it.
-
comment
Comment #36883090
Blocking Chromium altogether isn't as big of a deal as it seems, either (unless you're a truly huge website). It's so easy to switch to Firefox these days. Probably takes a few min…