Live data from Hacker News

Viewing profile — kerneldeveloper

kerneldeveloper

HN member
Joined
Mon, Oct 24, 2016, 2:00 AM UTC
HN karma
163
Public activity
41 items

About kerneldeveloper

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #17245480

    Gogs has many issues that no one want to fix.

  3. story
  4. story
  5. comment
    Comment #16280541

    Thanks for these researchers. They can save the world. Looking forward to the human-applicable treatment!

  6. comment
    Comment #16271169

    It seems like Source Insight for Linux/Mac.

  7. story
  8. comment
    Comment #15774568

    This tutorial is brilliant. It explains the usage of lex and yacc very clearly. The second part of this video tutorial is here: https://www.youtube.com/watch?v=__-wUHG2rfM The sour…

  9. story
  10. story
  11. comment
    Comment #15733971

    I will read the first few chapters to learn the basic knowledge. In the meantime, I will try my best to understand every example and run it. And then I will do something interestin…

  12. story
  13. comment
    Comment #15070089

    I once found a book called "Machine and Assembly Language Programming of the PDP-11" in our university library. It is very old and was published in the 1980s. It includes some inte…

  14. comment
    Comment #15001573

    There is also a tool which can convert Latex equations into images: http://www.sciweavers.org/free-online-latex-equation-editor

  15. comment
    Comment #14997586

    If you want to use a powerful gdb visual interface, you may want to try DDD. However, DDD has an old-fashioned GUI which is very crude. I have tried several visual debugging tools,…

  16. story
    Ask HN: How to take notes when reading the source code of a large project?

    When I read the source code of some large projects, I find it's hard to remember all important details. I may understand an elegant function today, but tomorrow I may forget it. Ev…

  17. comment
    Comment #14888858

    You are lucky. Some projects have difficulty because everyone wants to use it but no one wants to contribute to it. The inbox of the maintainers may be full filled with bug reports…

  18. comment
    Comment #14886814

    Although China's copyright law indeed protects people's work, open source software is still a gray area. As far as I know, there is no clear stipulation in China's law to judge whe…

  19. comment
    Comment #14886347

    In China, open source licenses don't have any legal effect, so it's hard to safeguard legal rights. In recent years some open source organizations have been founded and they hope t…

  20. story
  21. comment
    Comment #14730544

    I think the Linux kernel source code is also very clean and it's worth reading. I prefer its coding style.

  22. comment
    Comment #14653345

    Here is the GitHub repository of the Ubuntu Kylin project: https://github.com/ukui

  23. story
  24. comment
    Comment #14616400

    This is awesome! VisuAlgo don't have Red-Black tree, but this link fills the gap.

  25. story
    Ask HN: How do you manage your favorite submissions?

    When reading Hacker News, I can often find some awesome tools and articles which I want to save in case I need them in the future. However, I'm finding my "favorite submissions" li…