Questions tagged [social]
11 questions
14
votes
10 answers
What programming/software sub-cultures exist? What defines them? Which do you belong to?
To the outside world, programmers, computer scientists, software engineers, and developers may all seem alike, but that's far from the case for the people who create software for a living. Any single programmer's ability and knowledge can range…

limist
- 4,636
- 25
- 22
12
votes
3 answers
Curating projects of deceased friends
A very good friend of mine, and an avid programmer, recently passed away. He left nearly 40 projects on BitBucket. Most of them are public, but a few of them are marked as private. I've decided to take on curation duties for the projects rather…

Ant
- 2,600
- 2
- 19
- 25
9
votes
3 answers
How to get feedback from the community on large chunks of code?
Code Review.SE is great when you need feedback on a precise, short piece of code.
But where to get similar feedback about the code itself when:
you have thousands of LOC,
don't have colleagues in your workplace ready or willing to review the…

Arseni Mourzenko
- 134,780
- 31
- 343
- 513
4
votes
3 answers
How to deal with social login
In my new web app I'm going to allow social login through Twitter (maybe), Facebook and Google and I'm in search of the best way to do it.
Actually I'm using Rails with Devise + Omniauth and this is the problem:
Should I ask the user to choose a…

Matteo Pagliazzi
- 366
- 1
- 5
- 15
3
votes
2 answers
What is the protocol to follow if I wish to make significant changes to software in someone else's public github repository?
For example, I find myself using software X.
Software X has a github repository. I find that I can make a lot of serious refactoring changes that are not small, and reconfigure the entire repository to use a different software methodology. i.e.…

Dennis
- 8,157
- 5
- 36
- 68
3
votes
2 answers
Sharing Website Content : AddThis vs Separate Integration of Social Networks
We have a requirement to add share buttons ( Facebook, Twitter, G+, LinkedIn, WeChat) on all the pages of our website (excluding some of the landing pages)
We did a POC for the same with the AddThis plugin and it integrates very well and quite…

Chillax
- 591
- 4
- 8
2
votes
1 answer
How to use social sign in with my PHP website?
I have a website built on PHP, and now I want users to be able to log in. I do not want to take care of user management myself, so I'm thinking that social sign in would be convenient both for myself and for the users. The website is a traditional…

Magnus
- 405
- 3
- 10
2
votes
1 answer
Web-based vs Native Social Login on Mobile Clients
I've been researching this topic for days, but can't really find any solid reference surrounding this topic..
The idea is providing social login for mobile client apps. That's it. Sharing, accessing user's data, and other social features are not…

Mazyod
- 265
- 1
- 9
2
votes
1 answer
How do you calculate affinity in Edge Rank/Activity Streams
I have been researching how to build a newsfeed that sorts the order by relevancy.
I have been following along Facebook's Edge Rank and Etsy's Activity Feed Architecture and I can't figure out how these companies calculate Affinity.
The database…

ericraio
- 33
- 7
0
votes
3 answers
Can I use silverlight for building SocialNetworking applicaiton?
I am wondering: how feasible it would be to start developing a social networking website entirely based on silverlight;
This has been fairly discussed over the years in favor of HTML. Has something changed with silverlight improvements over the…
user18737
0
votes
2 answers
How can I convince my client that the task was complex and the time I took is fair?
I am the single programmer working on a website handling both frontend and backend. Recently in my task list I have to provide a social news feed (activities among friends) which should summarize activities from different modules (at least 7…

Aamir Rind
- 109
- 4