Google One support only works if you can login.
HN user
pentium10
Feedly is fenomenal, its my 2nd most used app after email. I really love the advanced features of mute filters, web alerts and Leo - Feedly's AI Engine.
yes, as said all Aws kind
I recently blogged about: Integrating DockerSlim container minify step on Cloud Build https://medium.com/google-cloud/integrating-dockerslim-conta...
The issue started occurring intermittently at 08:26 US/Pacific. The issue is impacting Google’s Backbone network and may impact various services when accessing them from a different region or from the internet. Impacted services include Cloud Services (Workspace, Firebase, GCP) as well as other Google properties.
Connectivity within a zone should not be impacted.
Our engineering team has implemented a mitigation and is now monitoring the effectiveness of the change.
I would say, Mute filers worth the cost, and deduplication. Those are two awesome features.
BigQuery with it's $20/TB for active, and half of the price for cold storage, is the best structured (eg: columns or JSON) solution where import and export is free. You even get SQL as the product is a data warehouse.
I copied a tweet because I was lazy to write another text. Honestly.
For those who want to use on serverless functions the new PHP functionalities there is a way using Cloud Run.
Yes, they provide using the public issue tracker. We have been used it with success.
Google Cloud Platform - their PaaS or serverless solutions are extremely cheap. Also having 1TB free query on Bigquery is a true hidden gem in cloud. The same instance compared to other cloud vendors have better performance. We always needed fewer workers on GCP compared to AWS for example.
As 1TB is free for processing every month, using SQL 2011 standard + combined with Javascript UDFs, the winner solution is Google BigQuery for us, combined with Dataprep
more speaking opportunities about coversational gui, bigquery etc...
During the 4 years we at REEA.net tried a lot of approaches, in different projects. 1. We stream every upate as a new row directly to the table. We have for every table a view that has a naming convention "table_latest" and it targets latest version of the record. We didn't see a big latency increase. Deleted rows have a 'deleted' flag, we use EXCEPT in the query. 2. Since DML is available we started on newer projects dual aproach, having a dedicated streaming table, and rematerializing to a flat table. It adds developer complexity but it's a win, as the materialized table is easier to be used by our marketing team. We added to the reports "Based on data 10 minutes ago" label, and a CTA "re-run using live data", which in background calls the script to rematerialize the table and rerun the report. Our markting team loves this, and they don't abuse this functionality. On some projcts we have remateralization every 1h, on others daily. 3. regarding partitioned tables where you can stream only 7 days of window into their respective partitions we use also a complementary load job. We stream in the 7 day window. And we have a heavy "future date" use case, where we use "load jobs" to a temp table, then query and write to their respective partitions.
We are using BQ for 4 years now. Since the beginning with dual-writing to diferent engines. We did an architecture that routes data to Redis, Riak, Elasticsearch, Mysql, BigQuery. We often have 500+ lines of queries in BigQuery writen in standard SQL that runs our reporting system. The average query time we have is 10 seconds usually scanning at least a terabyte. We truly love the ability to write in Javascript the UDFs, and our marketing team loves to combine their Google Sheets (mapping data) with a real BQ query. We heavily use the 'dryrun" feature of BQ to see without running the query how much resources and costs will generate. We even implemented a quota for users, based on this feature, wich works great, and only when they do a mistake in a query targetting alerts them at a certain treshold. Afer a couple of years we naturally started to consolidate all our data into BigQuery. Since it's Standard SQL all our team members can start using and reporting + tooling works quite well. DataStudio is another service which we started to use more and more as well.
I T.A.K.E. Unconference - MAY 11-12 BUCHAREST, RO http://itakeunconf.com/
Crunch 2017 October, Budapest, Hungary http://crunchconf.com/
Voxxed Locations 2017 https://voxxeddays.com/
-------------
Zurich 23rd February, 2017
CERN 25rd February, 2017
Bristol 2nd March, 2017
Bucharest 10th March, 2017 (* I am speaking about BigQuery here)
Vienna 16th & 17th March, 2017
Dakar April, 2017
Ticino 6th May, 2017
Athens 18th – 20th May, 2017
Singapore 2nd June, 2017
Luxembourg 22nd June, 2017
Belgrade 19th – 20th October, 2017
Thessaloniki October, 2017
Algiers TBC
Dubai TBC
Customer marketing is actually very interesting but it might not work for certain niches in law, medicine, etc...
It's been a golden year for games of many genres. For example some amazing shooters from 2016: Battlefield 1, Titanfall 2, COD: Infinite Warfare. Even the worst of them is still a piece of art compared to the best shooter of a few years back.
Have they actually begun collecting it? Maybe this non-sense could be stopped in its tracks.
do you have a covering blog post about that?
Lazarus: Form Recovery - Autosaves everything you type so you can easily recover from form-killing timeouts, crashes and network errors. https://chrome.google.com/webstore/detail/lazarus-form-recov...
What's your email about? That could be your problem! Share a screenshot.
We use Xojo (former RealBasic), it's quite good it compiles native apps on all major platforms. Language is quite easy to understand and pick up, the resources are big, articles, conferences, libraries, and video material: http://www.xojo.com/resources/ If you want to check out some apps made with Xojo, you need to go to this FB group https://www.facebook.com/groups/127238180792805/
You should provide an RSS feed, so we can include in feedly.com
Use BigQuery, here is a nice presentation how to get going and some uses cases that get's you very familiar in the territory. I offer consulation also so you can reach out. http://www.slideshare.net/martonkodok/complex-realtime-event...
Update 2: We have identified the root cause of this issue, our operations team is now working on a fix. We apologize for any inconvenience this has caused.
Update 1: We are currently investigating reports of email deferred, we have our Operations team looking at this with the highest priority, and we will update shortly with more information on a resolution.
(Down since 8AM EST)
In 2015, at Crunch Practical Bigdata Conference, Budapest, I showcased what books some subreddit community talk about: startups, entrepreneur, productivity reads. Slides are available here: http://www.slideshare.net/martonkodok/complex-realtime-event...
it's cloud based as they note SaaS: Conducts the “heavy lifting” algorithmic analysis of the anonymized information and generates an updated mathematical model for the client.
Cool, now we can use Device Identification feature to route mobile users to a different backend, also love the HTTP/2 connection sharing.