-
28 votes
-
Typograms — an image format for lightweight diagrams
18 votes -
Web Environment Integrity - A Google proposal for general web drm
47 votes -
Understanding DeepMind’s sorting algorithm
5 votes -
SourceHut will blocklist the Go module mirror
13 votes -
Google introduces Carbon, an experimental replacement for C++
11 votes -
Is LaMDA Sentient? - An Interview
5 votes -
Chrome OS Flex announced
4 votes -
Why does a completely local, self-contained html file need to access gstatic.com?
So, I'm a privacy advocate (or paranoiac, depending on your perspective). I run both uMatrix and NoScript plug-ins (among others) in my Firefox browser, so I can see when and where websites send...
So, I'm a privacy advocate (or paranoiac, depending on your perspective). I run both uMatrix and NoScript plug-ins (among others) in my Firefox browser, so I can see when and where websites send calls out to other locations, and block the ones I want ... google analytics, google fonts, google-apis, google tag manager, and gstatic are all ubiquitous out there, probably 99% of websites use at least one of them (PS: Tildes is in the 1%; yeay, Deimos).
And note ... there may well be nothing at all wrong with any of those sites/services ... but Google has a global all-encompassing Terms and Conditions policy that says, you use anything of Theirs, and They are allowed to harvest your personal data and make money off of it.
And I do not accept those terms.
Okay, that's the prologue. The deal is, I have a small piece of documentation, just basic "how to use this" info, for a WordPress plug-in. It is in .html format, with bundled bootstrap and jquery and a few other assets.
Nothing, anywhere in the entire folder, references gstatic. And yet when I open this local, on-my-computer-only html file ... my browser tells me that it is trying to connect to gstatic.com.
Anyone happen to know why/how that is happening?
4 votes -
Google Docs will now use canvas based rendering
13 votes -
Misinformation about Permissions Policy and FLoC
8 votes -
Version 2 of Google’s Flutter toolkit adds support for desktop and web apps
7 votes -
Help with Google accounts authentication on iOS/iPadOS
Edit: This was resolved by @tomf (cf. this comment). Google’s account authentication appears to broken for me for some reason. I have several devices and several Google accounts accumulated over...
Edit:
This was resolved by @tomf (cf. this comment).
Google’s account authentication appears to broken for me for some reason.
I have several devices and several Google accounts accumulated over the years.
Accounts:
- Work Google account (this was set up by IT staff at the company where I work as they are a paying enterprise Google services customer)
- Undergraduate University account (this was set up when I attended undergrad, where the University is a paying Google services customer)
- Graduate University account (this was set up when I attended for grad school, where the University is a paying Google services customer)
- Personal Google account (this was set up a long time ago, it’s just a non-paid, consumer Google account)
Under iOS and iPad OS, Google apparently asks you to download the official Google app in order to sign in and “trust” devices, so that they can send you prompts to acknowledge when you sign in on other devices. There is also the Google Authenticator app that lets you do traditional 2FA.
Further background, I got an iPhone 12 Pro circa October 2020. I gave my old iPhone handset to my dad (after signing out of everything and resetting it according to Apple’s instructions). Ever since, I’ve been having issues with logging into my Google accounts from the new iPhone, my iPad, and my Mac (provided by work). I’m actually afraid to log out of my work Google account on my work Mac, because I’m afraid I won’t be able to log in again, and that would prevent me from being able to get work done.
For example, let me walk through the steps I would normally take to log in to my Undergraduate University Google account on my iPad:
- Open the Google app
- Tap user icon in top right corner
- From the modal menu, tap the downward chevron (circled in red)
- Tap “Add another account” (circled in red)
- Tap “Continue” on the confirmation widget when prompted
- Enter the Gmail address for the account in the provided “Email or phone” input box and tap “Next”
- At this point, I wait for the progress indicator (the blue bar with the red arrow pointing to it) to indefinitely traverse from left to right over and over again and I cannot progress further.
Virtually the same steps can be reproduced from my iPhone by going to accounts.google.com from any browser (I’ve tried Safari and Chrome).
The same sort of authentication redirect from accounts.google.com happens when trying to add my associated Gmail accounts to my iOS devices from the Settings > Mail > Accounts > Add Account, and similarly stalls at the same point.
I’ve tried logging out of my accounts from my personal Mac where I can still log in from google.com, and also tried going into the security settings for the accounts and disabling, then re-enabling 2FA (I can receive the text message with the code to associate my iPhone as a second factor authenticator, so Google knows my phone number).
Google’s support documents don’t provide any guidance on this situation where the accounts.google.com authentication hangs, and there seems to be no way to contact a human being at Google to provide technical support. I’ve searched their help portal/forums, and found nothing similar to my issue. They point me down a tree that ends here, which is not useful to me.
If Google’s services don’t work for you, it seems to be your problem, not theirs. I get that I’m not paying for their services, so it is totally unreasonable for me to expect any sort of technical support from Google. But, at the same time, it seems very strange that I am alone in my use case of simply trying to log into my accounts that have worked for years in the past without issue.
Anyone have advice on next steps?
5 votes -
Google LLC v. Oracle America, Inc. lawsuit: Can APIs be copyrighted?
14 votes -
Google using Core Web Vitals in their search rankings will be a positive change, but developers should be careful not to fixate solely on those three metrics
6 votes -
Google should rotate their email DKIM keys periodically and publish past secret keys, in order to remove the unintended capability for authenticating years-old emails
16 votes -
Dear Google Cloud: your deprecation policy is killing you
12 votes -
Historical programming-language Usenet groups disappearing from Google Groups, including comp.lang.lisp
6 votes -
Finding a problem at the bottom of the Google stack
7 votes -
An update on bradfitz: Leaving Google
7 votes -
Intent to Deprecate and Freeze: The User-Agent string
18 votes -
Changing your name is a hard unsolved problem in Computer Science
14 votes -
Google Chrome: Behind the Open Source Browser Project (2008)
6 votes -
Exploring Google Stadia's "Negative Latency"
26 votes -
Chrome 0-day exploit CVE-2019-13720 used a race condition and a Use-After-Free to install persistent malware on Windows
10 votes -
DeepMind's StarCraft II AI "AlphaStar" has reached the top-level Grandmaster league using multi-agent reinforcement learning
13 votes -
Google Claims ‘Quantum Supremacy,’ Marking a Major Milestone in Computing
33 votes -
Bigger Rewards for Security Bugs
6 votes -
How To Build An App: Everything You Didn't Know You Needed To Know | Tom Scott
8 votes -
Go is Google's language, not ours
15 votes -
Apple arms web browser privacy torpedo, points it directly at Google's advertising model
4 votes -
XSS attacks on Googlebot allow search index manipulation
7 votes -
Algorithms Allowed: a project that tracks usage of Google and Facebook assets in countries under US sanctions
6 votes -
An All-Neural On-Device Speech Recognizer
7 votes -
AlphaStar: Mastering the Real-Time Strategy Game StarCraft II
15 votes -
Does the Oracle v. Google court case mean that Wine/DXVK is illegal?
I've been thinking about this but based on the current rulings in the Oracle v. Google court case, it would seem that APIs are indeed copyrightable. This would mean that Wine would be infringing...
I've been thinking about this but based on the current rulings in the Oracle v. Google court case, it would seem that APIs are indeed copyrightable.
This would mean that Wine would be infringing on Microsoft's copyright of the Windows API and system calls. Of course it wouldn't matter until Microsoft actually does something about it. But as Wine gets better and better and its market share higher and higher, I worry that Microsoft might set their sights on Wine now that they have the law on their side.
15 votes -
Google Voice is going to be integrated with Hangouts Chat
I was a bit worried about the future of Google Voice with the demise of Hangouts, but I got an email from GSuite about classic Hangouts today, which linked to this support page. Coming to Hangouts...
I was a bit worried about the future of Google Voice with the demise of Hangouts, but I got an email from GSuite about classic Hangouts today, which linked to this support page. Coming to Hangouts Chat are:
-
Enhanced video calling experience
-
Google Voice integration
I included the video calling line because I thought it was a bit odd for Chat to have that - I thought that's what Hangouts Meet was for (though it certainly wouldn't be the first case of Google making a redundant product). In any case, if Chat is going to have video calling, it's not much of a stretch to assume it'll also have voice calling for Google Voice, in addition to SMS/MMS.
Self-post instead of a link post because I want to highlight just 2 bullet points in the support page that wouldn't be obvious if I just linked the page. I wasn't sure if this should go in ~tech or ~comp, but ~comp seems to have more non-link discussion than ~tech.
Edit: Somewhat related, I found a news article about the Google Voice 5.7 update. They've created some interesting Google Calendar integrations, which makes sense since Voice will be available in GSuite this March.
5 votes -
-
Google Fusion Tables to be shut down on December 3, 2019
4 votes -
New Chrome OS will add support for Linux apps
13 votes -
Tech Workers Versus the Pentagon
7 votes -
Google and Certbot: Let's Encrypt not renewing certs for sites Google flags
17 votes -
Website Admin Question: How to Block Google?
I have a personal website, and while I don't mind it showing up in SERPs for DuckDuckGo, Bing, etc. I do not want it showing up on Google at all. Google doesn't send traffic my way, I pay for my...
I have a personal website, and while I don't mind it showing up in SERPs for DuckDuckGo, Bing, etc. I do not want it showing up on Google at all.
Google doesn't send traffic my way, I pay for my site out of my salary from my day job instead of running ads, and preventing Google from indexing my site seems like the best form of nonviolent direct action I can take to protest their continuing dominance and their "embrace, extend, and extinguish" campaign against the Web.
I figure the easiest way to do this is to add the following to my site's
.htaccess
file since I don't have access to the server config file:X-Robots-Tag: googlebot: none, noarchive, nosnippet, notranslate, noimageindex
Are there any downsides that I should know about besides not showing up in Google results?
11 votes -
Google Cloud grants $9M in credits for the operation of the Kubernetes project
3 votes -
Google open sources "Filament is a physically based rendering engine for Android, Windows, Linux and macOS"
9 votes -
Google’s iron grip on Android: Controlling open source by any means necessary
16 votes -
Elixir community's Google Summer of Code 2018 projects
6 votes -
The Google H1 Fritz Chip
7 votes -
18 year old Uruguayan student awarded $36,000 for uncovering RCE vulnerability in Google App Engine
8 votes -
Google's new Machine Learning Crash Course
10 votes