Viewing profile — qquark
qquark
HN member- Joined
- Thu, Sep 14, 2017, 6:41 AM UTC
- HN karma
- 29
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About qquark
No profile information was provided.
Recent public activity
-
comment
Comment #31177387
It seems like it tends to converge into infinite loops at some point. Example by directly inputting a repeated "What?", originally obtained with a different piece of initial text, …
-
comment
Comment #30281395
A 180kW kettle ?! Great Scott !
-
comment
Comment #20903326
This may be what you're looking form, to add a method to a single instance, although the syntax is clearly not as smooth: https://stackoverflow.com/questions/1887845/add-method-to-…
-
comment
Comment #19917198
This is maybe not directly visible in the parent comment, and particularly not on the website, that is compatible with old versions of python also, but to me there's a huge differe…
-
comment
Comment #19689357
In case you didn't notice yet, it seems like the certificate of your website is expired (2019-04-10).
-
comment
Comment #18994069
To be honest it just seems a bit like playing with words. Of course you can use "success" in sentences where it loses the meaning intended in the current context, but it seems clea…
-
comment
Comment #18804939
When not too constrained by size and particularly for prototyping, I tend to use short descriptive names that are not too hard to decode. For example you could use Cby* for bypass …
-
comment
Comment #18712508
I've been using enforce for this purpose ( https://github.com/RussBaz/enforce ). It provides decorators that enable type checking where wanted. This gives the advantage of migratin…
-
comment
Comment #15890937
> but it is very unclear how to do it with a distributed repository Versioning through branching and tagging, while having some drawbacks - at least the fact that you have to DO an…
-
comment
Comment #15666928
Also being in France, I find that the most reliable and practical way to get something shipped is to use a "point relai" (when delivery at work is out of the picture because of com…
-
comment
Comment #15407149
I think some answer might lie in the question of what the speaker is trying to accomplish by swearing. If you think about it, why swearing instead of using standard words ? Putting…
-
comment
Comment #15329601
A side note: a lot of "newer" HDDs (< 15 years I guess ?) now have ceramic/glass platters that break instead of bending, so be careful if trying this to avoid hurting yourself.
-
comment
Comment #15272269
Interestingly enough, the function def (the exec part) does not work in 3.6, as one could expect, but in 2.7 even though the function definition works, you can make the call fail b…
-
comment
Comment #15255114
I see, I thought you meant the opposite because I had a hard time finding a good replacement myself. I think I tried the 3 others you mentioned and didn't find them suitable to my …
-
comment
Comment #15252567
> - reader -> feedbin. Yeah, as if I had a proper choice. I don't know about feedbin, but if you're looking for an alternative to reader, inoreader works reasonably well, and doesn…
-
comment
Comment #15251161
You could argue, using the same logic, that when using {} languages, the computer can serve you by automatically doing the indentation anyway. This is the case in practice: I never…
-
comment
Comment #15245533
... Which, despite what I imagine is an incredible amount of effort on their part, struggles to run acceptably not even half the software you throw at it ... Wine is unfortunately …