Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
qquark
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
qquark
4y ago
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, and observed with other starts as well :) : Prompt
2.
▲
by
qquark
5y ago
A 180kW kettle ?! Great Scott !
3.
▲
by
qquark
7y ago
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-an... OTOH, if your problem
4.
▲
by
qquark
7y ago
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 difference in usability also in the ability to use variable na
5.
▲
by
qquark
7y ago
In case you didn't notice yet, it seems like the certificate of your website is expired (2019-04-10).
6.
▲
by
qquark
8y ago
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 clear to me that when someone writes "to be succe
7.
▲
by
qquark
8y ago
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 capacitors, or maybe if you have a series of LEDs, then you
8.
▲
by
qquark
8y ago
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 migrating existing code to type checking at
9.
▲
by
qquark
9y ago
> 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 operation and that this is not automatic - seem to solve
10.
▲
by
qquark
9y ago
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 company policies). Delivery services generally know b
11.
▲
by
qquark
9y ago
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 aside "bad" habits (I put this into quotes becaus
12.
▲
by
qquark
9y ago
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.
13.
▲
by
qquark
9y ago
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 by generating actual parameters: >>> exec("
14.
▲
by
qquark
9y ago
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 preferences at the time either.
15.
▲
by
qquark
9y ago
> - 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't feel like it is missing too many fea
16.
▲
by
qquark
9y ago
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 have to worry about indenting my code in C, as support for
17.
▲
by
qquark
9y ago
... 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 not a reliable solution for a huge number of tasks mostly po