HN user

oniTony

716 karma
Posts3
Comments137
View on HN

Top 3 winners get $200, $100, and $50

Those are 2013 numbers. This year it's "all-expense paid trip to attend a one-day data visualization course", $500, and $250 for top 3 winners. But presumably this isn't meant to be done as a job.

Is "bought from a store" a requirement here? I've built a small garden on my balcony, and it seems that such could meaningfully supplement a $35/week budget; especially given an objective of "organic".

I will likely spend up to 20% more to buy organic.

This seems more a survey of compilers than programming languages. Python is represented by 3 different compilers, spanning 2 orders of magnitude in performance: CPython (155x), PyPy (44x), Numba (1.57x). It's hinted that C++ similarly depends on compiler choice:

although one needs to be careful with the choice of compiler [for C++ and Fortran]

The Economy 12 years ago

The actual quote was

In addition to thinking about new sorts of jobs to replace lost jobs that aren’t coming back, we should probably think about things like a basic income.

So not necessary "basic income", and certainly for everyone. The reality is that many of the emerging economies are better (as in "cheaper") able to fulfill low-skill/high-labor positions, and not everyone will be able to transition into higher skill jobs.

Amazon Fire Phone 12 years ago

The "Fire OS" has been around for a couple of years now, previously powering Kindle Fire devices.

I went back to the Analytics Admin panel to double check, and it indeed looks like filters are applied to specific views. The tracking code collects data at the property level.

From https://support.google.com/analytics/answer/2637192?hl=en

If the number of visits/sessions to the property in the given date range exceeds 250K visits/sessions, GA will employ a sampling algorithm...

It is important to note that session sampling occurs at the property level, not the view level.

So it sounds like reports will sample 250K from total traffic first, and apply the view filter after. This has the potential to be left with reports generated on too small of a sample.

That's most of the way there, but if there's sufficient amount of combined traffic, ad hoc reports will start populating from sampled data instead of showing exact results. This might prevent getting any meaningful data about e.g. how A/B test is performing when filtered to a specific segment.

Chrome doesn't run extensions by default in incognito mode.

Because Google Chrome does not control how extensions handle your personal data, all extensions have been disabled for incognito windows. You can reenable them individually in the extensions manager.

Keeping your gmail tab in an incognito window might be a good approach.