Does Amazon make any significant revenue from Goodreads? I can see how it might be something that boosts their kindle sales but other than that they probably have a good reason not to focus on it like... because it isn't a business breadwinner. Why work on Goodreads when you can make more money on AWS? Does anyone really believe they are going to become the next hot social network because they nailed the market for people who read books in the most transparent/ community accessible way possible?
HN user
palehose
usenet, especially rec.music.phish
It's still there but not the same.
Also I want to give a bit more info about why rec.music.phish was special. Phish, like the Grateful Dead, allow people to record and distribute concert recordings as long as they didn't profit from it. So people would offer free "blanks and postage" deals to other people on rec.music.phish who would mail cassette tapes with return envelopes and get recordings of live concerts back in the mail a month later. That whole process is completely irrelevant now but it was a unifying fan experience that had real meaning to everyone involved. Going on a bittorrent site (bt.etree.org) doesn't compare in the development of meaningful relationships with total strangers even though it is far more efficient.
https://www.phantasytour.com is one of my favorites. Phish in particular has a very vibrant community, if you enjoy their music you can find lots of other people who are passionate about them on just about any social network. For people who are easily offended there is also a forum on phish.net that prefers to avoid hostile conversations. Phantasy Tour has a lot of obscene discussions that most people would find offensive but is tolerated on this forum.
Every comment submitted here is kept by Y Combinator and they own it in the same way facebook or "applebook" would own it, except they don't run ads. But if you were to apply to their accelerator they would use your comments to determine if they want to accept your business idea so there is definitely added value to them of your data being surrendered to them freely.
If the person who walks by did something memorable and unique then we do own that experience and it very much translates into meaningful data. If I was a witness to a crime happening on the street I can convey that information to the police or media as a witness. Even if it was something silly I witnessed it might make a good story to tell friends about. I own the decision to tell others or not.
"Translate this page" is missing.
The mobile app Whisper can be useful to some for finding friends although there are tons of creepy people who primarily use it to try to hook up with women so if you can tolerate occasionally dealing with that sort of behavior then you can anonymously chat with total strangers and potentially make friends from those conversations.
I'm not affiliated with Taproot, but am aware of them and that they have been successful with their model.
Taproot Foundation - WHAT WE DO: The Taproot Foundation connects nonprofits and social change organizations with passionate, skilled volunteers who share their expertise pro bono. Through our programs, business professionals deliver marketing, strategy, HR, and IT solutions that organizations need to achieve their missions. https://taprootfoundation.org/
Disrupted by Dan Lyons
https://barnacl.es/ is one of my favorites, for bootstrap startup news
There is another company that uses the name "Canvas" as their brand at http://www.gocanvas.com
Not if there is no investment and no one is getting paid anything yet.
What about entrepreneurs starting a business that is not yet profitable? Is that something the government doesn't care about or are the numbers just too small?
I have an application set up with Devise handling authentication for me and Devise allows me to create multiple accounts with the same email address. Considering how commonly used Devise is for setting up a site with Ruby on Rails, this is a huge open hole for a lot of websites who might not appreciate multiple user accounts tied to the same email.
http://www.taprootfoundation.org/ - If you live in New York City, Washington DC, Chicago, San Francisco, or Los Angeles this could be an option, as well as the sort of model for finding ways to help in your community. Although this is focused on nonprofit work not government work, I don't see why it wouldn't be just as rewarding.
Wouldn't these sorts of issues be solved more easily if the Gemfile listed specific versions of the gem dependencies? I don't like the idea of allowing a Rails app to just download whatever is the most recent version of a gem for this exact reason.
My top priority when working on a side project is to work on something meaningful to me in ways that a full time job don't allow. Both on the technology side of getting to use tools I don't use full time, and working for non-profits or other organizations that would not have the ability to hire someone like me full time.
Thanks for the link to Calagator. I have been looking for any sort of open source alternative to meetup and had not found anything. I really don't understand why there isn't anything comparable that is open source already. I've seen a few other software as a service companies that basically just mimic meetup's business model, but I am especially interested in seeing an open source alternative to meetup.
Installing software on a VPS is close enough to "putting a little skin in the game" and having any sort of social marketing strategy of your own takes real effort even if someone is not getting paid for doing it. The only compelling reasons for using meetup seem to be the marketing association to the meetup name and that there isn't any other comparable software that is primarily focused on face to face meetings.
It seems to me like meetup has its hands full with the magnitude of hosting so many organizations and having a smaller install base from an open source project would eliminate the scaling complexity and allow an open source project to not only compete as a cheaper alternative, but also innovate in ways meetup can't. There are so many features that I don't understand why meetup hasn't built into their site, especially since they are making money from every organization that is hosted on their site.
There are so many other methods of advertizing outside of Meetup that I don't think that using Meetup is the greatest marketing tool ever. If I were trying to organize a group of people, I don't know that I would especially want to target other people who already use meetup for other meetings. I would rather recruit on the basis of whatever the focus of the organization is. There is a lot of scarcity of meetups outside of major cities too. It is sort of like Craigslist in that regard. I think it would be especially compelling to launch a site around a given community and use that brand to promote meetings, sort of like how people use ravelry to communicate with fellow knitters.
Does anyone know the link to the Kickstarter project "that involves taking an oak tree and splicing firefly genes into it"?
eBay, used computers can be just as good as new.
MBA is not nearly as glossy as the MBP.
I'm developing a site right now in which I capture plaintext passwords on sign up within a separate table and then offload that data on an hourly basis to backup so that in case I ever need to change from BCrypt to some other encryption scheme, I have the plaintext passwords to easily make the switch. The passwords are never going back into the production db and someone would need to get physical access to my in house backup server to get these passwords.
From a customer service standpoint, I don't plan to ever let people know I am doing this because they will try to call me out on being evil about it.
Upvoting a comment should signify that I agree with what the author is writing, not that I want that comment to have more karma points. I don't care how many upvotes a comment gets if the people who are upvoting it are not people I agree with.
It would be more helpful if there was a lingering effect to agreeing with someone instead of just giving someone a karma point increment. Lets say that I upvoted zzyzx's comment, and based on that upvote, I am able to see a thumbs up on other comments that zzyzx upvoted, indicating that people who I agree with, agreed with that comment.
There was no backup of the CVS repository. The production server saved us since we were able to treat it as the definitive backup. This was before Git and the concept that everyone had their own copy of the entire repository.
There is a sort of half intent by the developer. Yes, the developer had intended to delete the repository that was in his home directory, but he had no idea that it was actually a link to the master repository.
A co-worker of mine once wiped out the entire CVS repository at the company we worked for because a symbolic link was placed in his home directory and he thought it was ok to 'rm -Rf' its contents. We were able to build a new repo based off of production and everyone who had changes not in production had to re-introduce those changes, but it was not the developer's fault for wiping out CVS. It was because the sysadmin had set the symbolic links for the primary repository. If you enable developers to do something bad, it isn't always their fault when they do it.
Having intent to destroy something on purpose is a different matter though, and I'm not sure that there is a good argument for it.
When I graduated with a CS degree in 2003, all of my programming experience was in C/C++. After graduating, I went into web development using scripting languages that were never taught in school. I would have loved to have had classes focused on web development with scripting languages rather than take classes on operating systems and computer architecture. There is nothing silly about that.
If someone enjoys scripting but doesn't like CS, it is probably the CS curriculum that should change.
While some of these issues will happen from time to time, all of those exceptions will not occur all the time, so it really isn't an accurate assessment. This is more like the worst possible bounds of a successful consulting company.
I don't have any experience with Pair Programming as it is typically prescribed by "agile" project managers, but from my understanding of Pair Programming, I believe that there are more cases like this where Pair Programming doesn't work than there are cases where it does work.
I've also run into a fundamentally flawed hiring scheme at every company that uses Ruby on Rails in which I am flat out not considered if I do not have experience working on an "agile" team doing every day pair programming. There are a lot of job descriptions that back this issue up.
I learned Ruby on Rails on my own and have successfully developed and deployed two significant applications during my spare time using Ruby on Rails in the last 3 years. The applications I've written are not open source and they are not public access sites, and until I do get something written within the public facing / open source realm, I am convinced that I probably won't ever get considered for a full time rails job.
I've mostly just about given up on ever expecting to get hired by a company that uses Ruby on Rails. It is all total bullshit in my opinion. I will continue to use Ruby on Rails on my own and ignore Pair Programming because I see Pair Programming as a form of micromanagement and not an opportunity for programming productivity.
I have plenty of experience working with other software developers on the same piece of code, in front of the same terminal window, for two or three hours at a time - always initiated by myself or the other developer, not prescribed by management. The fact that I don't do it every day is irrelevant in my opinion.
At Starbucks, it is more expensive to hire people to stand around making coffee all day than it is to purchase and roast the coffee beans. This is easily recognizable by anyone who knows how to make coffee themselves. The majority of the money you spend when buying a drink goes into that service aspect of the business. Somehow Starbucks has managed to stay in business despite the fact that what they charge is not the "real" cost of a cup of coffee.