Viewing profile — ktt
ktt
HN member- Joined
- Mon, Mar 11, 2013, 3:07 PM UTC
- HN karma
- 161
- Public activity
- 36 items
- HN profile
- View on Hacker News ↗
About ktt
No profile information was provided.
Recent public activity
-
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/…
-
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…
-
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…
- story
- story
-
comment
Comment #12621763
Something like this https://github.com/google/git-appraise ?
-
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…
- story
- story
-
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?
-
comment
Comment #12100270
Exactly but not for all surnames. See: https://www.quora.com/Is-it-true-that-in-Russian-culture-a-w...
- story
- story
- story
-
comment
Comment #10857053
Reminds me of RancherOS that also have Docker running as PID 1: https://github.com/rancher/os#how-this-works
-
comment
Comment #10802684
Cool! Reminds me of https://github.com/kanaka/miniMAL
- story
-
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...
-
comment
Comment #10734114
Probably the same way that git handles author and committer fields see: https://news.ycombinator.com/item?id=10005577
-
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…
- story
-
comment
Comment #10723352
See also something similar using Bitcoin: http://eternitywall.it/
- story
-
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…
-
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…