Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #52445 > unrolled thread
| Started by | Alec Taylor <alec.taylor6@gmail.com> |
|---|---|
| First post | 2013-08-13 01:20 -0700 |
| Last post | 2013-08-16 21:15 -0400 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.python
Open-source vs. closed-source for centralised social-networks? Alec Taylor <alec.taylor6@gmail.com> - 2013-08-13 01:20 -0700
Writing a “social network” in Python (was: Open-source vs. closed-source for centralised social-networks?) Ben Finney <ben+python@benfinney.id.au> - 2013-08-14 09:08 +1000
Re: Writing a “social network” in Python (was: Open-source vs. closed-source for centralised social-networks?) David Hutto <dwightdhutto@gmail.com> - 2013-08-16 21:15 -0400
| From | Alec Taylor <alec.taylor6@gmail.com> |
|---|---|
| Date | 2013-08-13 01:20 -0700 |
| Subject | Open-source vs. closed-source for centralised social-networks? |
| Message-ID | <5d518caf-df62-4e77-900c-fe00d3d84d81@googlegroups.com> |
Fear open-sourcing fledgling social-networks; as centralisation is easily losable. Open-sourcing social-networks when large, seems to work (e.g.: Reddit). Without centralisation it becomes difficult to establish community. An example of a "decentralised" open-source social-network is: Disapora. Personally, I am using Python to build a niche social-network. Is it more likely that open-sourcing a niche fledgling social-network would result in: many decentralised communities—or one [larger] centralised community?
[toc] | [next] | [standalone]
| From | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| Date | 2013-08-14 09:08 +1000 |
| Subject | Writing a “social network” in Python (was: Open-source vs. closed-source for centralised social-networks?) |
| Message-ID | <mailman.549.1376435327.1251.python-list@python.org> |
| In reply to | #52445 |
Alec Taylor <alec.taylor6@gmail.com> writes: > Fear open-sourcing fledgling social-networks; as centralisation is > easily losable. Welcome! This forum is for discussing the practice of programming with Python. Your topic doesn't seem much to do with Python (and no, “I'm writing it in Python” isn't much to do with Python unless your *question* is specific to Python). > Personally, I am using Python to build a niche social-network. Great! What Python-related question did you want to ask? -- \ “Oh, I love your magazine. My favorite section is ‘How To | `\ Increase Your Word Power’. That thing is really, really, | _o__) really... good.” —Homer, _The Simpsons_ | Ben Finney
[toc] | [prev] | [next] | [standalone]
| From | David Hutto <dwightdhutto@gmail.com> |
|---|---|
| Date | 2013-08-16 21:15 -0400 |
| Subject | Re: Writing a “social network” in Python (was: Open-source vs. closed-source for centralised social-networks?) |
| Message-ID | <mailman.9.1376702114.23369.python-list@python.org> |
| In reply to | #52445 |
[Multipart message — attachments visible in raw view] — view raw
Is this social network app based, or browser based. Either will need an updated server file, or a db field. On Tue, Aug 13, 2013 at 7:08 PM, Ben Finney <ben+python@benfinney.id.au>wrote: > Alec Taylor <alec.taylor6@gmail.com> writes: > > > Fear open-sourcing fledgling social-networks; as centralisation is > > easily losable. > > Welcome! This forum is for discussing the practice of programming with > Python. > > Your topic doesn't seem much to do with Python (and no, “I'm writing it > in Python” isn't much to do with Python unless your *question* is > specific to Python). > > > Personally, I am using Python to build a niche social-network. > > Great! What Python-related question did you want to ask? > > -- > \ “Oh, I love your magazine. My favorite section is ‘How To | > `\ Increase Your Word Power’. That thing is really, really, | > _o__) really... good.” —Homer, _The Simpsons_ | > Ben Finney > > -- > http://mail.python.org/mailman/listinfo/python-list > -- Best Regards, David Hutto *CEO:* *http://www.hitwebdevelopment.com*
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web