< A lot of industrial Haskell sadly still uses string interpolation for SQL synthesis, or fall back on libraries that use TemplateHaskell to unsafely lock a specific build to a snapshot of a database at compile-time.
This sounds kinda off-putting, but I'm not totally sure what it means. Are the SQL libraries for haskell comparable to e.g knex, or psycopg, or sqlalchemy? The bit about string interpolation makes me think that prepared statements aren't used?
Do you have a reference for this? While Greece was strongly influenced by the cultures of the Near East and Egypt, it entirely misstates the situation to say that "most of their culture was handed to them."
Edit - Walter Burkert has an excellent, short book on this - The Orientalizing Revolution
Perhaps the elegance would be better illustrated if the planets were shown to move in elliptical rather than circular orbits - this of course was the primary historical difficulty in understanding planetary motion
I agree with the main point of the article, but I'm somewhat disturbed by the statistical errors and misconceptions.
>Few websites actually get enough traffic for their >audiences to even out into a nice pretty bell curve. If >you get less than a million visitors a month your >audience won’t be identically distributed and, even >then, it can be unlikely.
What is the author trying to say here? Has he thought hard about what it means for "an audience" to be identically distributed?
>Likewise, the things that matter to you on your website, >like order values, are not normally distributed
Why do they need to be?
>Statistical power is simply the likelihood that the >difference you’ve detected during your experiment >actually reflects a difference in the real world.
Simply googling the term would reveal this is incorrect.
Nonsense. Tao is using perfectly idiomatic language here - "The sample space will be a probability space (once we have endowed it with some additional structure)".
Can someone explain the following comments, for someone with some knowledge of ML but none of NLP?
"First, it's really much better to use Averaged Perceptron, or some other method which can be trained in an error-driven way. You don't want to do batch learning. Batch learning makes it difficult to train from negative examples effectively, and this makes a very big difference to accuracy"
I thought that it was typical for suitably regularized batch methods to modestly outperform or at least match (in terms of accuracy) online methods, whose main advantage is their speed.
Is this claim correct?
"You do four of these sequential scans, and in each you write sequentially to one of 256 locations. Four passes, no random access. This is great. I don't even see a log n there, do you?"
You're writing to one of 256 (presumably far apart) memory locations - why isn't this considered random access?
Out of curiosity, how much better, typically, is the 'optimal' blending rule than blending with some random or 'reasonable' weights? Never really thought to ask myself that question...
They take place in the 15th century, and are fictional (although they chronicle many historical events), but I cannot recommend highly enough the 'House of Niccolo' series by Dorothy Dunnett to anyone who is interested in the Mediterranean (and to a lesser extend, Scotland, the Baltic, etc) of that era.
I remember I was incredibly excited about the release; it was some years after QFG IV, right? But I didn't feel it was quite as good as I or (especially) II. Still, even the weaker III and IV had such intellectual variety and even wonderful emotional range...Humor to pathos, and everywhere in between.
This sounds kinda off-putting, but I'm not totally sure what it means. Are the SQL libraries for haskell comparable to e.g knex, or psycopg, or sqlalchemy? The bit about string interpolation makes me think that prepared statements aren't used?