Viewing profile — nishs
nishs
HN member- Joined
- Sun, Sep 21, 2014, 3:05 AM UTC
- HN karma
- 839
- Public activity
- 321 items
- HN profile
- View on Hacker News ↗
About nishs
No profile information was provided.
Recent public activity
-
comment
Comment #38693780
some linux distributions, such as GoboLinux (which, i think, was mentioned elsewhere in the comments, too), do this. from gobolinux.org: > GoboLinux is a modular Linux distribution…
-
comment
Comment #38693743
is lack of privacy your issue with the "your stars" page? consider a bookmarks manager.
-
comment
Comment #38574414
what specifically do you find interesting in these technologies?
-
comment
Comment #38542596
go package: https://pkg.go.dev/golang.org/x/tools/txtar swift: https://github.com/littleroot/Txtar
-
comment
Comment #38488661
by namespace do you roughly mean package?
- comment
-
comment
Comment #38472165
complementary openbsd resource: https://man.openbsd.org/hier some differences: * openbsd does not use a /boot/ partition. instead it uses the bsd.* files in root. * no /proc/ in it…
-
comment
Comment #38251307
(in go, "raise an exception" means "return an error.") error values are meant to represent expected, unsuccessful conditions—internal properties of the program—during the program's…
- comment
-
comment
Comment #38230474
There are two "kinds" of panics: those initiated by the Go runtime, and those initiated by the program author, though technically there isn't a distinction. When you access an arra…
- comment
-
comment
Comment #34944085
(2017)
- comment
- comment
- comment
- comment
- comment
- comment
- comment
- comment
- comment
-
comment
Comment #34819193
I moved from Homebrew to MacPorts on a local, personal-use Intel Mac. I chose Homebrew some years ago when I was not as experienced a programmer, because it was more popular than M…
-
comment
Comment #34819043
some more choices: MacPorts, pkgsrc
- comment
- comment