Live data from Hacker News

Viewing profile — nishs

nishs

HN member
Joined
Sun, Sep 21, 2014, 3:05 AM UTC
HN karma
839
Public activity
321 items

About nishs

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
    Comment #38693743

    is lack of privacy your issue with the "your stars" page? consider a bookmarks manager.

  3. comment
    Comment #38574414

    what specifically do you find interesting in these technologies?

  4. comment
    Comment #38542596

    go package: https://pkg.go.dev/golang.org/x/tools/txtar swift: https://github.com/littleroot/Txtar

  5. comment
    Comment #38488661

    by namespace do you roughly mean package?

  6. comment
  7. 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…

  8. 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…

  9. comment
  10. 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…

  11. comment
  12. comment
  13. comment
  14. comment
  15. comment
  16. comment
  17. comment
  18. comment
  19. comment
  20. comment
  21. comment
  22. 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…

  23. comment
    Comment #34819043

    some more choices: MacPorts, pkgsrc

  24. comment
  25. comment