Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nbobko
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
nbobko
11d ago
I am rooting for local-first approach [1] as a superior alternative to self-hosting [1]: https://www.inkandswitch.com/essay/local-first/
2.
▲
by
nbobko
2mo ago
This still exists on modern Androids (thanks God!) Even better: they moved it from developer options to accessibility options, which means that they treat it as a normal use case now What is bad is that it still disables the animations for
3.
▲
by
nbobko
3mo ago
At my previous company we tried to use this tool to sync parts of the code between two different git repos. The tool turned out being unacceptably slow. Handwritten bash scripts using git-replace and git-filter-repo [1] did a much better jo
4.
▲
by
nbobko
10mo ago
Oh no, it's paginated
5.
▲
by
nbobko
10mo ago
Hehe, the classic rude and mean behavior from homebrew maintainers. I get their motivation to remove the flag. In fact, it has always been better to run xattr in postinstall, this way the binary is free from quarantine even after updates. B
6.
▲
by
nbobko
2y ago
It's good to have more documentation on Zig by the community, but I'm gonna throw in a bit of criticism. One major thing I appreciate about the official Zig Language Reference is that it is no-pagination single html page that I ca
7.
▲
macOS 15 limits capturing global shortcuts with opt modifier for sandboxed apps
(forums.developer.apple.com)
1 points
by
nbobko
2y ago
|
0 comments
8.
▲
by
nbobko
2y ago
> Well, you can't have different configs for different hosts Though you can use git branches, but I prefer not to
9.
▲
by
nbobko
2y ago
That's why I use --git-dir=$HOME/.dotfiles I rename .git directory to .dotfiles in my $HOME
10.
▲
by
nbobko
2y ago
Ah, that is what OP was referring to. Well, you can't have different configs for different hosts. Other than that, I can't quickly recall what other limitations are, I see none. I really like the simplicity of the "pure git&q
11.
▲
by
nbobko
2y ago
I just use one-liner git command that I put into a script git -c status.showUntrackedFiles=no --git-dir=$HOME/.dotfiles --work-tree=$HOME "$@"
12.
▲
by
nbobko
2y ago
I agree that signing by a central authority makes sense. As the readme mentions, I don't have anything against notarization as a concept. I specifically don't like how painfull Apple does it. (Google for "notarization hell ma
13.
▲
by
nbobko
2y ago
When I started the project, I kept it simple, so I started with the static config The complexity of the config has grown since then, with the bigest (and, actually, the only) problem being on-window-detected callback as you mentioned. I
14.
▲
by
nbobko
2y ago
If you have normalizations enabled, you don't need to "switch into a vertical stack" Given this layout: h_tiles ├── window1 (focused) ├── window2 └── window3 `move left` will produce this layout: h_
15.
▲
by
nbobko
2y ago
1. The "AeroSpace" name means a space for your windows without friction 2. I myself consider the virtual emulation of workspaces to be the strongest feature of the AeroSpace. If I could disable the workspace switching animation in
16.
▲
by
nbobko
2y ago
Hi, AeroSpace author speaking :) > Windows get repositioned by normal interactions and the window manager is not able to wrangle them I'm certainly biased, but no, I don't face issues like that > and connecting external moni
17.
▲
by
nbobko
2y ago
It impacts only AeroSpace
18.
▲
by
nbobko
3y ago
I'm curious whether you've figured out a good monetization strategy for Atuin. The article doesn't answer that question. Like you said, you won't be paying your rent with sponsors any time soon, but you've already q
19.
▲
by
nbobko
3y ago
> I'd be more than willing to try another tiling window manager on Mac if there's one out there that truly works Hello, AeroSpace author speaking :) I'd be happy if you could try AeroSpace (it's and i3-like window man
20.
▲
by
nbobko
3y ago
You might want to check out AeroSpace :) https://github.com/nikitabobko/AeroSpace AeroSpace reimplements workspaces by emulating them. https://github.com/nikitabobko/AeroSpace/blob/main&#
21.
▲
AeroSpace – an i3-like tiling window manager for macOS
(github.com)
6 points
by
nbobko
3y ago
|
1 comments