Live data from Hacker News

Viewing profile — ktt

ktt

HN member
Joined
Mon, Mar 11, 2013, 3:07 PM UTC
HN karma
161
Public activity
36 items

About ktt

No profile information was provided.

Recent public activity

  1. comment
    Comment #12956699

    If VS Code is written in HTML/CSS/JS wouldn't it be possible to use it without devmode on Chromebook? Oh, I just found a issue for that: https://github.com/Microsoft/vscode/issues/…

  2. comment
    Comment #12816473

    I should've done the same. After 8 months of having it it still has a lot of very weird issues. I hoped Dell would somehow fix it with a firmware update but nope... everything is s…

  3. comment
    Comment #12816429

    Which version? I've got XPS 13 9350 and it's been a constant pain. Boot time is very slow [0], bluetooth connectivity is weak, I've got constant graphic glitches when on battery. L…

  4. story
  5. story
  6. comment
    Comment #12621763

    Something like this https://github.com/google/git-appraise ?

  7. comment
    Comment #12614970

    Not the parent but I'm using it to stage sections of the file and then revert everything that is not staged. For example all logging statements. Or use staging as a mini commit. It…

  8. story
  9. story
  10. comment
    Comment #12398525

    This is by far the most interesting scheme in this entire thread! How do your software components authenticate to each other? With client certificates?

  11. comment
    Comment #12100270

    Exactly but not for all surnames. See: https://www.quora.com/Is-it-true-that-in-Russian-culture-a-w...

  12. story
  13. story
  14. story
  15. comment
    Comment #10857053

    Reminds me of RancherOS that also have Docker running as PID 1: https://github.com/rancher/os#how-this-works

  16. comment
    Comment #10802684

    Cool! Reminds me of https://github.com/kanaka/miniMAL

  17. story
  18. comment
    Comment #10739147

    Yep. Not long ago a remote code execution hole in Java was found. Fortunately Jenkins was quickly patched: https://jenkins-ci.org/content/mitigating-unauthenticated-re...

  19. comment
    Comment #10734114

    Probably the same way that git handles author and committer fields see: https://news.ycombinator.com/item?id=10005577

  20. comment
    Comment #10733953

    What's interesting is that this project seems to be using itself for code review. Clone the repo and then fetch notes manually: git fetch origin refs/notes/*:refs/notes/* After ins…

  21. story
  22. comment
    Comment #10723352

    See also something similar using Bitcoin: http://eternitywall.it/

  23. story
  24. comment
    Comment #10686122

    Wow, excellent! I've been looking for lightweight websockets pubsub and had to create something simple in Node to achieve it but this would've sufficed. I can't wait to give it a t…

  25. comment
    Comment #10662338

    Unfortunately most of the material on ChatOps currently covers only how to get Hubot to display cat pictures or other trivia [1]. Maybe it's because each company should create thei…