Sunday, November 20, 2016

whats app mute a user or group

Open a chat Of a group or a person. See image:



 and tap More > group info or info > custom notifications or mute.


Now choose duration


Wednesday, November 2, 2016

git new branch and push from command line

Go to (cd) to git repo.
1. Make a new branch :
git checkout -b newBranchName

git checkout -b a10

2. Make changes are add all edited files to that branch in current and sub folders:

  git add .

3. Commit to local branch, example:

git commit -m "changes for release a10 issue 3291 user addresses" 

4. Till now everything is on local, to push generally will do:

git push 

5. But since this is a new local branch need to tell git which remote branch it should point to, it does not assume it will have the same remote name, helps us by giving error message:
fatal: The current branch test has no upstream branch.
To push the current branch and set the remote as upstream, use

    git push --set-upstream origin test


So now give command:

    git push --set-upstream origin test

if your remote auth is set up should push the changes. If branch is there on remote, made by someone else will get errors.

Generally need to do steps 2,3 and 4. Or can use your IDE to do the same.

A good stand alone UI is https://www.gitkraken.com/features need this for multiple branches for simple one branch work IDE with git plugin is enough or the command line.


Thursday, June 16, 2016

Let us add keywords to our online job posting skills. Not the same generic ones

To freelancer and other sites that help you find coders and part time workers online:
New feature suggestion
Pity we cant add skills in project keywords. we need to add some general skill where there are 50,000 freelancers but few in what we want.

Why cant you add a feature like http://stackoverflow.com/ where people with experience like 4-5 projects and having a separate attribute "can-add-skills" can add new ones. they don thave to be live immediately but can be reviewed by someone and added in 1-2 weeks. even if wont help immediately will help after a month or two.

Example "libGdx" is a framework that makes mobile games, but even if u know android most wont know this. but then you add android in your project then they act like they do as it comes in their feed. better would be if i could just put libGdx. This is a special skill. Not to be mixed with the main stream of android developers..

To be clear. Like we can choose android or java as a skill now, we should be able to add a skill like libGdx and after a 1-2 day review by peers it should be allowed. so when posting a project a new key word might be available but i can ask for it and then can edit my project keywords later or at least add it in a future project. similarly in some place i should be to suggest new keywords without having to post a project. can keep this open for few buyers only, who know what they are doing and have experience using the site

Friday, January 1, 2016

Feature request : youtube page layout and kids only url


Can we have a kids only URL so can see on any laptop? Good for kids under 10.

Youtube page broken, right side cut on a windows 8.1 laptop with firefox browser version 43.0.3 laptop  laptop 2015 model

From environment vars
NUMBER_OF_PROCESSORS=4
OS=Windows_NT
 PROCESSOR_ARCHITECTURE=AMD64
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 69 Stepping 1, GenuineIntel
PROCESSOR_LEVEL=6
PROCESSOR_REVISION=4501








 feature requests to google YouTube product team

Followers