Viewing profile — Newky
Newky
HN member- Joined
- Sun, Dec 12, 2010, 8:49 PM UTC
- HN karma
- 674
- Public activity
- 215 items
- HN profile
- View on Hacker News ↗
About Newky
A constant lurker on Hacker News. I am passionate about Linux, open source movement, Python and good development. Have a niggling affection for the JavaScript world also.
Recent public activity
- story
-
comment
Comment #25252311
As an aside, for very good analysis of current Chess games (as well as older sagas around certain legends of the game), I heartily recommend checking out agadmator's Youtube channe…
-
comment
Comment #25252308
It was tied to the beginning of Covid lockdowns as well. Chess has had a very strong year in terms of numbers coming to the game. Queen's Gambit seems to have exploded that again.
-
comment
Comment #24824338
Not arguing that this could be used in an abusive relationship, but if we work on the basis that someone could install a similar program on their partner's phone that's not Google.…
-
comment
Comment #23367842
I think you are misunderstanding. The secret does not need to be hardcoded in the python file. If it's read in from an environment variable or some other external source, it will a…
- story
- story
-
comment
Comment #15651764
This release is amazing, I was slowly moving everything to Chrome from Firefox over the last year-ish. This really changes Firefox. Everything is incredibly snappy, at times more r…
-
comment
Comment #14519707
The DUP are the unionist party in the north of Ireland. They are against a united Ireland and were leave campaigners.
- story
-
comment
Comment #11425828
Enjoyed the article. For once, this article showed some flaws in the original process/idea, and showed very nicely how an original seed idea turned into something different, and mo…
-
comment
Comment #10461924
So from what I understand, this means that when I roam in the United Kingdom on an Irish sim, I get no extra roaming charges, which is great. Does anyone know if this has any effec…
-
comment
Comment #9258529
I recently did this manually by piping responses to a temp file called before and after, and then using vimdiff as my differ which proved quite effective. This tool looks great, bu…
-
comment
Comment #8864541
I quite like this style of video, I have only watched the first ~15 minutes, but I find it a much more engaging way to jump right into code like this, or learn some Go while I watc…
- story
-
comment
Comment #8494039
Poor naming of this. What about popular python library and command line application ( http://www.fabfile.org/ )
-
comment
Comment #8289493
My first linux that I managed to run on a vm. I only had access to dial up internet and thus could only download a very small package. The screenshots make me very nostalgic indeed…
-
comment
Comment #8233270
Shameful plug, but I wrote https://github.com/Newky/hooked/ which allows you to deal with git hooks (in general) in a nicer fashion using Python. Might be of use to someone.
-
comment
Comment #8136938
Reporting a bug, or a pull request with a failing test would help the author no doubt. It would also add some credence to your argument which lacks any reproduction details.
- story
-
comment
Comment #7455374
Presuming this is closed source? Although it looks like a neat concept, it would be a more attractive option if I knew something that was dealing with my browsing history was open …
-
comment
Comment #7213989
What is wrong with the sort of thing that whatsapp do? a small fee (~€1) a year. If they could make it payable via some easy method (SMS?) then people would willingly pay a small f…
-
comment
Comment #7167576
One that I use the whole time is: git status --untracked=no This shows only files that are tracked. I tend to do a lot of work which leaves files that I don't want to check in lyin…
-
comment
Comment #7140457
Another advantage to this system is that reading and commenting becomes less prone to these sort of comments: "Where is X defined" "Ah I see, this is where X is defined, disregard …
-
comment
Comment #7140449
So I use github enterprise and use the review tool a lot. It has improved our overall code review experience, but there is a few things which have proved problematic and even have …