Live data from Hacker News

Viewing profile — mstwntd_g

mstwntd_g

HN member
Joined
Thu, Nov 28, 2019, 7:54 PM UTC
HN karma
8
Public activity
5 items

About mstwntd_g

No profile information was provided.

Recent public activity

  1. comment
    Comment #27422529

    I remember starting out to code.. npp was a breath of fresh air.. due to my line of work I now do everything in vim via prompt.. but npp is the first thing I open when I work in gu…

  2. comment
    Comment #26964060

    for poorly written python code that is just too large to add the many print statments.. I run it using trace and pipe to a log.. ofc pdb is awesome too.. provided it crashes so I c…

  3. comment
    Comment #22439281

    vim has basic completion builtin.. and there's a lot of code complemention plugins..

  4. comment
    Comment #22429760

    China needs to go halal..

  5. comment
    Comment #21659886

    use proper logging with log levels.. just being able to switch on debug level and get a wealth of info is a big step in the right direction.. my debug lines have method names and l…