Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jufo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
jufo
13y ago
True, I've got a 4k x 12bit core store in mine, and it's been there over 30 years :-)
2.
▲
by
jufo
13y ago
...and all Marakana's videos have disappeared from the net. I have many links to videos from JAXConf2013, the SF Java User Group, the 2012 Northeast Scala Symposium, etc. and they now all redirect to https://marakana.com
3.
▲
by
jufo
13y ago
or can I just host my blog and a few Git repositories?
4.
▲
by
jufo
13y ago
Yes, it is part of their magazine: http://pragprog.com/magazines/2012-06 (also available in PDF, epub and mobi from http://pragprog.com/magazines )
5.
▲
by
jufo
13y ago
Try again - I found the bottom ticks were 8 cores and 256GB.
6.
▲
by
jufo
13y ago
I think the "half an hour" bit is significant. If someone complained that they tried to learn Prolog and gave up after half an hour they wouldn't get much sympathy from me.
7.
▲
by
jufo
13y ago
Nice presentation. In the description of back end modules, you mention payments as a future capability. What kind of payment service would you be able to work with? (I don't see how you could handle card details in the Hoodie architecture).
8.
▲
by
jufo
14y ago
A good solution should also minimise movement, to conserve energy and reduce mechanical wear. And part of the orbit is in darkness - the criteria would be different there (not optimising illumination, but needing to be ready for the return
9.
▲
by
jufo
14y ago
Thank you - I'm just starting this course, and your write-up has given me a much better idea of what to expect.
10.
▲
by
jufo
14y ago
If you have to do this, you could check that the published time was >= the time at which you started the test, and <= the time at which you are doing the check.
11.
▲
by
jufo
14y ago
The authors also worked with Robbins - there are two paragraphs about this towards the end of the article. I enjoyed reading Sleights of Mind, but never got round to watching the videos on their site, http://www.sleightsofmind.com/media/
12.
▲
by
jufo
14y ago
Thanks very much - that app shows me a quiet way from home (Raynes Park) to work (Leatherhead); 13.4 miles. It's far enough off the busy roads I know that I would never have discovered it unaided. On to Street View... then the forecast is g
13.
▲
by
jufo
14y ago
Me too. Long delay for 'processing payment' at element5, but it did go through.
14.
▲
by
jufo
14y ago
In the video, Prof. Widom mentions that the platform they are using now, Class2Go, has been developed at Stanford and is open source. A quick look at http://class.stanford.edu/ shows that it depends on external components - YouTube for vi
15.
▲
by
jufo
14y ago
I'm having a quick read through (3 chapters so far) and I think it is beautifully written. (quite a few broken images in the SVG parts of chapter 3 at present) Edit: just purchased the eBook, and the images are fine in the PDF.
16.
▲
by
jufo
14y ago
As a 60-year-old, I'm glad to see Jim Weirich in the Brit Ruby lineup :-)
17.
▲
by
jufo
14y ago
Rails was developed when David Heinemeier Hansson was still in his home town, Copenhagen, Denmark. He was working part-time for 37signals, but it was several more years before he moved to Chicago.
18.
▲
by
jufo
14y ago
Maybe a bit more with the spacesuit glove on!
19.
▲
by
jufo
14y ago
On Saturday Maplin's online stock check said there were two starter kits still in stock at Wimbledon - a little over a mile away from me. There had been five in stock a few days before. I walked there and was in time to get the last one. No
20.
▲
by
jufo
14y ago
Dead right. I'm 60 and I feel the same.
21.
▲
by
jufo
14y ago
I worked for Decca Navigator in the 1970s. They had two ladies (not particularly little or old) who made read-only program memories for the Decca Omnitrac civil aircraft navigation computers. These had core arrays with the sense line hand-w
22.
▲
by
jufo
14y ago
You can watch the unwrapping here: http://www.vg.no/nyheter/innenriks/artikkel.php?artid=100603...
23.
▲
by
jufo
14y ago
It's a great article. Assuming English isn't your first language, I think @insertnickname is being unfair.
24.
▲
by
jufo
14y ago
I have a six-year-old 15" MacBook Pro, which is now on its third battery. A year or so ago the original 120GB hard drive started making ticking sounds, and I replaced it with a 500GB drive (not SSD - at today's prices I would have gone for
25.
▲
by
jufo
15y ago
Note that the initial setup instructions and videos are in the "Solutions" directory.
26.
▲
by
jufo
15y ago
Isn't that just British vs. American English? http://en.wikipedia.org/wiki/User:SpNeo/Spelling_Guide
27.
▲
by
jufo
15y ago
You are not giving them your Google credentials - you are allowing them to use Google to sign you in, confirming your identity (name, email). Technical details are here: http://code.google.com/apis/accounts/docs/OpenID.html - the key poi
28.
▲
by
jufo
15y ago
This is a lesson we all have to learn. At least in Node it is easy to pick up with a tool like JSLint. In Java, you typically have some classes which have to be thread-safe (having no per-request state) and others which are instantiated per
29.
▲
by
jufo
15y ago
The nice thing about node (or any other event-based platform) is that memoizing the Fibonacci function is trivial, whereas in a multi-threaded implementation it would be tricky and error-prone.