Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lambda_cube
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
lambda_cube
11y ago
CoC? Code of Conduct? Churches of Christ? Call of Cthulhu?
2.
▲
by
lambda_cube
11y ago
> no languages with mutable state that I know of offer concurrent integer and concurrent structs Java does for integer http://docs.oracle.com/javase/8/docs/api/java/util/concurren... You can
3.
▲
Firefox 35 release notes
(mozilla.org)
40 points
by
lambda_cube
12y ago
|
6 comments
4.
▲
Firefox 26 is released
(mozilla.org)
305 points
by
lambda_cube
13y ago
|
200 comments
5.
▲
Khronos Finalizes OpenCL 2.0 Specification for Heterogeneous Computing
(khronos.org)
5 points
by
lambda_cube
13y ago
|
0 comments
6.
▲
Firefox 25 is released
(mozilla.org)
347 points
by
lambda_cube
13y ago
|
227 comments
7.
▲
by
lambda_cube
13y ago
It probably does, it's just an unintuitive interface. Read the explanation on the page by clicking the question mark (or read my explanation here on HN in response to the now deleted comment).
8.
▲
by
lambda_cube
13y ago
I know, I had trouble with that as well, but then I read the explanations you get if you click the question mark in the upper right corner. I will try my own explanation here. Type your answer in the box, if you type 2 or more characters, t
9.
▲
What's That Programming Language?
(wtpl.heroku.com)
87 points
by
lambda_cube
13y ago
|
68 comments
10.
▲
by
lambda_cube
13y ago
No, they are different companies. Also, Nokia bought Scalado last year: http://www.scalado.com/display/en/2012-06-14+Nokia+to+acquir...
11.
▲
by
lambda_cube
13y ago
If you hover that button with your mouse pointer you can read the following explanation: Send three "heap-minimize" notifications in a row. Each notification triggers a global garbage collection followed by a cycle collection, an
12.
▲
by
lambda_cube
13y ago
If you view the page with Firefox version <= 22, that paragraph is blinking, very easy to notice :-) (annoyingly easy!)
13.
▲
by
lambda_cube
13y ago
That was supposed to be switched on by default in Firefox 22, but Mozilla noticed some issue with it. The feature is there in FF22, but you have to switch it on yourself. If you you want to know more about the issues, you can read what Bren
14.
▲
by
lambda_cube
13y ago
I know that the release notes still says Firefox Beta when I submit this, but my browser just updated itself to version 23. The beta release notes usually are pretty accurate when it comes which features will be in the next stable version.
15.
▲
Firefox 23 is available
(mozilla.org)
95 points
by
lambda_cube
13y ago
|
110 comments
16.
▲
by
lambda_cube
13y ago
Well, what kind of book has a collection of recipes? A cookbook, right? :-) I haven't used any edition of the Python cookbook, but I've used the Perl cookbook and it's just like you described. I have also heard and read that the O'Reilly co
17.
▲
by
lambda_cube
14y ago
I don't think it's regional. I'm in Sweden and if I visit the Flash install page with IE I get Chrome as pre-selected and if I visit with Firefox I get the McAfee add-on. (And when I'm using Linux, as usual, there are no extra applications
18.
▲
by
lambda_cube
14y ago
I don't think you should have to do neither convincing the IT department nor refunding them. One part of their organization chose to order the Java applet solution from you and another part of their organization chose to uninstall Java. The
19.
▲
by
lambda_cube
15y ago
I noticed I got the Swedish URL. I tried to find an international or English URL, but I couldn't find it, I hope you get English text anyway. When I just visit that page it suggests that I download version 10.3.183.10, but if I choose to do
20.
▲
Flash 11 released
(get.adobe.com)
2 points
by
lambda_cube
15y ago
|
1 comments
21.
▲
by
lambda_cube
15y ago
They (as in Intel) don't say that, it was a rumour from "industry sources". Intel say that ``it remains committed to MeeGo''.
22.
▲
by
lambda_cube
15y ago
In the section "Be precise and informative about your problem" of the article there is a link to Simon Tatham's (PuTTY author) "How to Report Bugs Effectively": http://www.chiark.greenend.org.uk/~sgtatham/bugs.html I've seen several open
23.
▲
by
lambda_cube
15y ago
> The note is really about the best way to specify a range/sequence of integers, not why we start from 0 as an index. Dijkstra deals with what index start with as well, but it comes out as a consequence of which bounds to choose for a r
24.
▲
by
lambda_cube
15y ago
It didn't. Several people point this out in the comments.
25.
▲
by
lambda_cube
15y ago
Ok, the PyPy FAQ says: "Yes, PyPy has a GIL. Removing the GIL is very hard. The first problem is that our garbage collectors are not re-entrant." Is it really necessary for the GC to be re-entrant to run the interpreter in parallel? Couldn'
26.
▲
by
lambda_cube
15y ago
Yes, you are right that the OS can schedule two Python threads to run at the same time, it's just that one of them will only run a few instructions and then block, just not any Python instructions. I hadn't really thought that through thoro
27.
▲
by
lambda_cube
15y ago
He's not saying that. He's saying that the GIL isn't a limitation to certain kinds of application, the kinds that Python usually is used for. The kinds of applications where the GIL would be a limitation, Python also has another limitation:
28.
▲
by
lambda_cube
15y ago
> I dont' understand. Isn't this going to happen if you have multiple threads running even if the GIL is blocking them from running? I don't think it would. If there is a GIL (Global Interpreter Lock) only one thread of the process can
29.
▲
by
lambda_cube
15y ago
It's a joke, he/she is playing ignorant for humorous purposes. I smiled. :)
30.
▲
by
lambda_cube
15y ago
Hi Paul. Since you are, maybe you can shed some light on how the rewrite actually happened? Was it the comb-over syndrome that raganwald described in a sibbling comment to yours or was it a more conscious decision?
More ›