Viewing profile — noctuid
noctuid
HN member- Joined
- Thu, Mar 17, 2016, 5:22 PM UTC
- HN karma
- 56
- Public activity
- 45 items
- HN profile
- View on Hacker News ↗
About noctuid
Recent public activity
-
comment
Comment #48928180
This a session search tool, and I think calling it a memory tool is confusing. > Secrets: The ctx README mentions saving the text as is and warns about the need to review the outpu…
-
comment
Comment #48927963
It's not easy, that's why they all suck.
-
comment
Comment #48411963
[flagged]
-
comment
Comment #48128005
No one mentioned vi, I like neovim just fine, and I'm using pi daily. Nice try though. My only point is that if you want to talk about rewriting everything yourself, NIH, churn, wh…
-
comment
Comment #48127896
The new thing where everyone just vibe codes their own versions of everything is not at all like personalizing Emacs. Specifically the idea that people generally just ignore existi…
-
comment
Comment #48127355
Terrible analogy. Emacs has always had comparably fewer major options for packages compared to other tools, there is often an obvious option based on your needs, and it has never b…
-
comment
Comment #47965316
What's just as crazy is people defending ollama.
-
comment
Comment #47946865
You can take modal editing anywhere, but that doesn't mean you should.
-
comment
Comment #47946848
There are many better sandboxing options than docker (in terms of security and/or ease of use), and it sounded like you weren't doing sandboxing.
-
comment
Comment #47943517
Is this satire? I can never tell anymore.
-
comment
Comment #44906493
Functionally you can focus any workspace on any monitor, and ids do not change when doing that. You can set things up both ways, but it's actually easier to just have a key focus w…
-
comment
Comment #44855747
Hyprland works with nvidia just fine with minimal coniguration, just as well as any other wayland compositor I've tried, and I have a very old card. Having out of date packages is …
-
comment
Comment #44855721
There is also scroll (sway fork) and plugins for hyprland. Scrolling experience was not actually better in niri vs. others in my experience just because it was built around it. I t…
-
comment
Comment #44855669
Workspaces are not bound to displays in hyprland. This is one major reason I'm using hyprland over niri, where it's not really possible to work around that issue.
-
comment
Comment #44855658
There's also focusworkspaceoncurrentmonitor, and anything more complicated can be scripted trivially to be on one keybind.
-
comment
Comment #36722443
I'd be happy if they banned all devices
-
comment
Comment #36186193
Keyboard mapping is fine on macOS (though most of those posts seem related to software or functionality I would never use). Keyboard-only experience is a lot more than keyboard map…
-
comment
Comment #36185949
> No way, that's an almost non-existing class of apps. Which "keyboard-friendly software" supports the differentiation between tap and hold? Hold delays? Simultaneous keypresses? A…
-
comment
Comment #36177428
Kanata supports early tap-hold dispatch based on key overlap, which is all I need. There's an open issue for more advanced conditions: https://github.com/jtroo/kanata/issues/128 Th…
-
comment
Comment #36176323
I never looked at karabiner's full functionality, but kanata is the closest thing to a linux version of QMK. It can kind of be used for hotkeys, but that's really not its purpose. …
-
comment
Comment #36176253
Delays are a terrible solution. Looking at key overlap percentage, for example, works much better. There are a lot of other ways to make dual-use/tap-hold functionality more reliab…
-
comment
Comment #36176128
I've tried about ten billion different tools on linux and can confirm that kanata is better than everything else mentioned in this thread and a lot more. It's not the right tool fo…
-
comment
Comment #36031041
I've used both. Mu4e is a lot simpler for email. I plan to eventually switch to Gnus for everything since it handles so much more than just mail (feed reader, hacker news, reddit, …
-
comment
Comment #36030928
Emacs is not multithreaded, but it has supported async/cooperative threads for a very long time (at least since before I started using it almost a decade ago). Modern packages are …
-
comment
Comment #35627741
> how many actions it takes to achieve something This is not really objective because you also have to take into consideration how intuitive/simple the UX is. Given 100 related act…