Live data from Hacker News

Viewing profile — gnu

gnu

HN member
Joined
Sun, Oct 25, 2015, 4:48 PM UTC
HN karma
305
Public activity
32 items

About gnu

G.R.Emlin

Recent public activity

  1. comment
    Comment #31665322

    Very nice post Robin! And so honest! Subscribed via my rss reader.

  2. comment
    Comment #30068513

    I also forgot to add one thing that tripped me recently but I am sure a solution exists for it that I am not aware of. In Debian we do: apt-cache search It gives quick results. The…

  3. comment
    Comment #30058112

    NixOS and Guix are nice! Guix folks are doing some wonderful work off late. I have used NixOS for a while. But for casual desktop GNU/Linux users, it seem like solving a problem th…

  4. story
  5. comment
    Comment #24569946

    Christian Kellermann wrote this nice "Code it yourself Manifesto" [0] that always rings true with me. It is more important now than ever before. I believe OP is talking more or les…

  6. comment
    Comment #24563945

    Same. I am in the industry for 20+ years and thankfully none of my jobs have involved anything close to ads.

  7. comment
    Comment #24375815

    I have been meaning to learn the Plan 9 dialect of C but haven't gotten around to it.

  8. comment
    Comment #24375802

    I too learned C from K&R and really loved it. I did not have any other thing to do and there was no internet and no one telling me that C is bad. Nor was I aware of other cool lang…

  9. comment
    Comment #24375545

    Sure, but that is meant as a personal thing and not meant as a general statement. Everyone should evaluate whether the book (any book) works for their needs. The main reason is tha…

  10. comment
    Comment #24373977

    I didn't enjoy this book, to be blunt. K&R still holds up as an interesting read, despite it not being updated to latest ANSI C standards. It is probably not a good first book. A f…

  11. story
  12. comment
    Comment #23487696

    Awesome! Thanks.

  13. comment
    Comment #23479886

    Thanks so much for giving us BigBlueButton. Some of the folks in the Debian community have been trying to package it up in Debian and found it a bit challenging that some of the de…

  14. story
  15. comment
    Comment #23311004

    Relevant: https://www.gnu.org/philosophy/right-to-read.en.html

  16. comment
    Comment #23189839

    Interesting! Is there any document that I can read about your reimplementation? Or any code?

  17. comment
    Comment #23139098

    Exposing something as files is kind of like a "protocol". The alternative would have been a library (implemented in a language) that would make things confine itself to the ecosyst…

  18. comment
    Comment #23111445

    keybase is unfortunately one of those programs that combine many things into one - somewhat antithetical to the Unix philosophy of doing one thing well. For kbfs, tahoe-lafs is a n…

  19. comment
    Comment #23103745

    There is tahoe-lafs. Give it a try.

  20. comment
    Comment #11173053

    Thanks. Where can I see the second edition draft? edit: This one? https://github.com/rust-lang/book.git

  21. comment
    Comment #11173050

    > Many of Rust's designers are experienced systems programmers. A _lot_ of effort goes into making it systems-ready. That is promising. Thanks. I am certainly playing with it at ho…

  22. comment
    Comment #11164434

    > Systems programming does not preclude a language from having a good type system or higher level abstractions. I didn't say that system programming does not need a good type syste…

  23. comment
    Comment #11158923

    Great. They all look great. The ones like higher kinded types are the ones that I am highly suspicious of. The typical C programmer who pokes around hardware data sheets and writes…

  24. comment
    Comment #11158765

    Another gripe I have is that the Rust Book examples are all targeted at non-system programmers. It would have been nice if certain programs written in K&R book or from one of those…

  25. comment
    Comment #11158742

    May I ask what those big ones are? How is it going to affect/improve the life of a systems programmer?