Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dborovikov
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
dborovikov
21d ago
AI as a problem is illusion. Just don't use it. It's that easy.
2.
▲
by
dborovikov
21d ago
Well, as far as I know, the internal config systems of most popular distros like Debian, Arch, even NixOS are all Bash. There is nothing that makes Omarchy fundamentally bad design; it's pretty average.
3.
▲
by
dborovikov
21d ago
They move fast, that's for sure. But it also means they explore and fix problems fast. I don't think there is only "slow and careful" way to create things.
4.
▲
by
dborovikov
21d ago
“Full of security holes" - and two examples in the article have been swiftly addressed, ignoring that there is a whole dedicated security team https://omarchy.org/teams/ What kind of blogging is this?
5.
▲
Go tool that sorts methods by call graph analysis
(pkg.go.dev)
2 points
by
dborovikov
1y ago
|
2 comments
6.
▲
by
dborovikov
1y ago
I got tired of scrolling through poorly organized Go methods, so I built gomsort - a tool that automatically sorts methods within types using call graph analysis. The Problem: Methods in Go structs are often randomly ordered, making code ha