Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tcwc
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
tcwc
9y ago
Using a Geforce card in a datacenter or "GPU cluster" setup voids the warranty, which might be a factor for them at scale.
2.
▲
by
tcwc
10y ago
Usually a seller doesn't add VAT to B2B invoices into the EU, VAT is accounted for by the purchaser under the 'reverse charge' system. B2C is different, they would need to charge the local VAT rate in each member state. I sus
3.
▲
Tesla’s Betting You’ll Pay $9,000 for a Software Upgrade
(bloomberg.com)
45 points
by
tcwc
10y ago
|
72 comments
4.
▲
Companies House is to make all of its digital data available free of charge (UK)
(companieshouse.gov.uk)
1 points
by
tcwc
12y ago
|
0 comments
5.
▲
Microsoft to provide drag-and-drop machine learning on Azure
(gigaom.com)
3 points
by
tcwc
12y ago
|
0 comments
6.
▲
by
tcwc
13y ago
The "Immigrant Investor" EB-5 visa already works a bit like this. "Targeted Employment Area" investments have half the normal capital requirement. http://www.uscis.gov/working-united-states/permanent
7.
▲
by
tcwc
13y ago
It depends on your regex engine. The author here is concatenating all of the paths into a single pattern, an automata based engine would ideally compile away the disjunction and offer performance linear with the input path length.
8.
▲
by
tcwc
13y ago
You might be thinking of Derwent Capital - http://www.bloomberg.com/news/2013-02-04/dcm-capital-puts-it...
9.
▲
by
tcwc
13y ago
Neat idea! It looks like the NLTK POS tagger is having trouble here so might limit your recall when used as a filter. Instead I wonder if it would be better to use the context of each token to mine significant ngrams from the rest of Shake
10.
▲
by
tcwc
13y ago
They don't do this to help you get a job. Recruiters insist on an editable version so they can remove your contact details and insert their letterhead. This makes it harder for their clients to contact you directly and cut out their fee.
11.
▲
by
tcwc
13y ago
This was just a private API that presumably Google no longer uses. I wonder if this is related to the new Chrome spelling suggest feature ( http://mashable.com/2013/03/29/chrome-spell-check/ ), and if that means there's a new private undocu
12.
▲
by
tcwc
14y ago
Is Sanderson compering? He really made the event in the past.
13.
▲
by
tcwc
14y ago
Feed readers can send If-Modified-Since or If-None-Match as part of the request so the server only sends back the full feed if there's something new (Otherwise a 304 Not Modified)
14.
▲
Wikipedia enables Lua scripting for page content
(blog.wikimedia.org)
6 points
by
tcwc
14y ago
|
1 comments
15.
▲
Scaling TextRazor in the Cloud with Nginx and Lua
(textrazor.com)
15 points
by
tcwc
14y ago
|
0 comments
16.
▲
by
tcwc
14y ago
True, though the ELB also does some simple buffering of HTTP requests.
17.
▲
by
tcwc
14y ago
I can't speak for Parse, but I've come up with something similar in the past. Nginx/HAproxy as a combo is far more flexible than the ELB alone, you might want to use it for rate limiting, better load balancing algorithms, better logging, tw
18.
▲
by
tcwc
14y ago
No tweaking, promise :) It's possible you hit an inconsistent server first time around, I'll have a dig on our end. Let me know if you have any other problems - toby@textrazor.com.
19.
▲
by
tcwc
14y ago
Thanks, great to see the other Prolog fans coming out of the woodwork! Based in London.
20.
▲
by
tcwc
14y ago
I can understand why you might think that, but we'll always have the free plan. We're still working out all the little pricing details.
21.
▲
by
tcwc
14y ago
The Stanford parser is great, but isn't really the same. The Stanford entity recogniser is limited to the standard types of people, places, companies, but we identify and disambiguate into a far richer ontology from wikipedia, and can reco
22.
▲
by
tcwc
14y ago
Hey steeve we thought there were a few things missing in the competition. We've built a bunch of extra functionality such as more extensive relation and dependency parsing and contextual entailment generation, and use all that to build muc
23.
▲
Show HN: TextRazor, a scriptable text mining API
(textrazor.com)
118 points
by
tcwc
14y ago
|
44 comments
24.
▲
by
tcwc
14y ago
There was an interesting article/discussion on the subject a few months ago - "Why time appears to speed up with age" - http://news.ycombinator.com/item?id=4402763
25.
▲
by
tcwc
14y ago
It does this for me too... I use Ghostery. The google+ & analytics requests fail, so you end up calling "gapi.plusone.go();" on an undefined gapi.
26.
▲
by
tcwc
14y ago
In the UK our situation is much better, although BT owns most of the physical cable "Local loop unbundling" forces them to share their lines with competitors. It seems in the US the only people you can buy from own the physical infrastructu
27.
▲
by
tcwc
14y ago
I didn't mean to imply it was simple, just that there's nothing magic about how Watson's knowledge is stored. Obviously at this scale any change is unlikely to be trivial. Given the wide range of unstructured sources Watson uses, and given
28.
▲
by
tcwc
14y ago
Watson's 'memory' is just a big database of facts, rules, and statistical models. To 'forget' a source they'd just have to rebuild any models derived from it and purge any facts it had extracted.
29.
▲
by
tcwc
14y ago
Unfortunately Twitter no longer allow redistribution of tweet content ( http://readwrite.com/2011/03/03/how_recent_changes_to_twitte... ). Datasift and Gnip offer commercial access to the full firehose, but for a sample it wouldn't take lo
30.
▲
by
tcwc
14y ago
I agree this particular example can be confusing the first time you hit it, especially coming from other languages. It's better than the alternatives though, I would be interested to hear how you handle this in your version. Leaving the be
More ›