Viewing profile — aidanf
aidanf
HN member- Joined
- Tue, Dec 04, 2007, 1:35 PM UTC
- HN karma
- 554
- Public activity
- 98 items
- HN profile
- View on Hacker News ↗
About aidanf
Recent public activity
-
comment
Comment #35829763
An embedding is a collection of learned vectors. Each vector is an array of n floats that represent a location of a thing in an n-dimensional space. The idea of learning an embeddi…
-
comment
Comment #34967795
I’ve worked on e-commerce recs. Typically you would represent each product with a vector. Then finding similar products becomes a nearest-neighbour search over these vectors. Depen…
- story
-
comment
Comment #27475040
> This is about countries, like Ireland or Netherlands, with 0% corporate tax rates. Ireland's corporate tax rate is 12.5%. It is one of the lowest in Europe but certainly not 0%.
-
comment
Comment #26141610
Why is this a Show HN? It's a blog post/article. See the Show HN rules here: https://news.ycombinator.com/showhn.html " Show HN is for something you've made that other people can p…
-
comment
Comment #12863989
Add to that the fact that the meeting breaks up everyones day, making it more difficult for attendees to have long uninterrupted periods of deep, concentrated work.
-
comment
Comment #11651901
The Tesla Model S scored 82% for adult protection and 77% for child protection in the Euroncap crash tests: http://www.euroncap.com/en/results/tesla/model-s/7897 That's quite a bit…
-
comment
Comment #11437373
Here are 2 good articles that follow up on the arguments presented by VWO in that article. From the first link below: "They do make a compelling case that A/B testing is superior t…
-
comment
Comment #11041268
Yes, a lot of sales platforms now handle EU VAT. I've used Gumroad, Sendowl and Leanpub and they all handle the EU VAT problem. In each case the author sets a price. They then dete…
-
comment
Comment #11040985
In theory, if you are selling to customers in the EU you are supposed to collect VAT from your EU customers and make the appropriate VAT return to the VATMOSS authorities. Or else …
-
comment
Comment #11040442
I used softcover for writing http://books.aidanf.net/learn-swift The software is awesome for the purposes of writing the book. The reason I didn't go with softcover as a selling pl…
-
comment
Comment #10711725
Nice work! I'm a long-time emacs user who thought that emacs was the best way to write clojure code. I was really happy with emacs as a clojure dev environment but after trying cur…
-
comment
Comment #10689442
From the README, under the performance section: > This package is not written for speed. It is meant to serve as a working example of an artificial neural network. As such, there i…
-
comment
Comment #9825168
This is nonsense. Taxi services are regulated for good reason. Many cities and countries have well-regulated transparent taxi industries. Uber often seems to seek to bypass that re…
-
comment
Comment #9726170
There are quite a few machine learning API services. Here are a few: * BigML https://bigml.com/ * Dato https://dato.com/ * Amazon Machine Learning http://aws.amazon.com/machine-lea…
-
comment
Comment #9699882
Thanks for that - I'll fix the errors you've listed. I know how to use its and it's, and I've proof-read the book several times, but there's still a good bit of stuff like this tha…
-
comment
Comment #9688510
Thanks. The code is 1.2, but the Xcode references are out of date. I'll update soon, I'm also going to update the whole thing to Swift 2 when it's released.
-
comment
Comment #9686878
Was it the share buttons? I tested these on iphone and they dropped to the bottom of the page. But it looks like they only do this for phones below a certain resolution. So I've re…
-
comment
Comment #9686753
Thanks, fixed.
-
comment
Comment #9686739
Thanks for the suggestion. I think I'll add another chapter at the end that walks through a longer example start-to-finish.
-
comment
Comment #9686726
Thanks, I'll try that. Although I'm reluctant to clear the cache until it goes off the HN front page :)
-
comment
Comment #9686720
Thanks :) The REPL example with the error has a deliberate typo (int instead of Int) to show how multi-line editing works in the REPL - is that the part you're asking about?
-
comment
Comment #9686193
Thanks, fixed.
-
comment
Comment #9686190
Thanks for letting me know, I hadn't noticed that.
-
comment
Comment #9685984
You're right - it's not as comprehensive as the official documentation, nor is it meant to be. It's a quick tour of the main language features, with a particular emphasis on the pa…