[Update: After I wrote this, I found out that Google's Digital Wellbeing
app has a built-in Grayscale feature. Ugh.]
The government of India has recently announced a big push into Open Source as a part of its Digital Initiative. For a country of more than a billion people and thousands of government organizations, this seems like a big and long overdue move. This will no doubt give boost to the faltering Free and Open Source Software communities in India. On the face of it, this initiative should not be written off as yet another bureaucratic exercise into nothingness, because the program seems to be headed by an able administrator, RS Sharma, who was a part of the massive Universal ID (UID) project executed by the government of India that has issued bio-metric based IDs to [around 700 million Indians](http://en.wikipe
There were a bunch of people sitting on the mattress, playing cards. | |
They were having a good old laugh. | |
Even when they were not drinking from the glass. | |
But that wasn't a scene that would last. | |
Sometimes you want to have a subdirectory on the master
branch be the root directory of a repository’s gh-pages
branch. This is useful for things like sites developed with Yeoman, or if you have a Jekyll site contained in the master
branch alongside the rest of your code.
For the sake of this example, let’s pretend the subfolder containing your site is named dist
.
Remove the dist
directory from the project’s .gitignore
file (it’s ignored by default by Yeoman).
from facepy import GraphAPI | |
import facepy | |
import re | |
import json | |
#meta variables | |
access_token = 'your_token' | |
page_id = 'the_page' # input page id here | |
base_query = page_id + '/feed?limit=300' |
I was at Amazon for about six and a half years, and now I've been at Google for that long. One thing that struck me immediately about the two companies -- an impression that has been reinforced almost daily -- is that Amazon does everything wrong, and Google does everything right. Sure, it's a sweeping generalization, but a surprisingly accurate one. It's pretty crazy. There are probably a hundred or even two hundred different ways you can compare the two companies, and Google is superior in all but three of them, if I recall correctly. I actually did a spreadsheet at one point but Legal wouldn't let me show it to anyone, even though recruiting loved it.
I mean, just to give you a very brief taste: Amazon's recruiting process is fundamentally flawed by having teams hire for themselves, so their hiring bar is incredibly inconsistent across teams, despite various efforts they've made to level it out. And their operations are a mess; they don't real
Description: Setup GitHub Pages "gh-pages" branch and "master" branch as subfolders of a parent project folder ("grandmaster").
Author: Chris Jacob @_chrisjacob
Tutorial (Gist): https://gist.github.com/833223