Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

"The people who are giving do so because they expect something in return."

I believe they don't. Gift tips have no strings attached on either side. It's like employment at will, where either party is free to call it off at any time.

"[E]ither the receiver is tied to that nebulous expectation of production, or they can take a break and risk losing whatever funding they received before and the resulting need to build that up again."

I think it's a matter of telling your story openly and transparently. If people see me working productively for a year and then I blog about how I'm burned out and plan to take a break for a month, I would expect my funders to understand and not totally bail on me. I mean, I could set up visits around the country and have a nice vacation and still keep the story rolling. If I'm finding my living on Gittip I have to have a relationship with my anonymous funders and trust them. The Internet lets us have a relationship with the anonymous crowd.

Gittip wants to make it easier for receivers to tell their story. See:

https://github.com/whit537/www.gittip.com/issues/133

This is really WFP's thread, but I'm interested in seeing your site.



I believe you when you and others say they don't expect specific results and no-strings attached, I just feel like it is human nature that when we give something of value, particularly money, we expect something in return. That's because money is inherently tied up into the idea that you get something of value for it. I'm not sure you can really break that. Perhaps it is a non-issue in practice.

The site is http://www.kodefund.com. It is somewhat of a Kickstarter only for open source projects, and you can also do a "reverse" project which helps you to get both funding and someone else to work on your idea, whether a library or bug fix or whatever. I've tried to further distill some of the ideas here: http://www.kodefund.com/about/. I agree that it is someone else's thread, so that is the last time I'll link it here.

I do like your open dev model. It is interesting to see problems so quickly turn into issues that anyone can work on.


(I'm getting a DNS error?)


Strange.

I've had users sign-up, I've had someone say it works on the Google DNS, but you aren't the first with DNS errors. I'm hosting it on gandi's DNS, I wonder what I'm not doing right.


I think this is because an A record query for www.kodefund.com returns multiple CNAME records, which is not compliant with the DNS specification:

    mrowe@vega:~$ dig A www.kodefund.com @a.dns.gandi.net
    
    ; <<>> DiG 9.8.1-P1 <<>> A www.kodefund.com @a.dns.gandi.net
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 53562
    ;; flags: qr aa rd; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
    ;; WARNING: recursion requested but not available
    
    ;; QUESTION SECTION:
    ;www.kodefund.com.		IN	A
    
    ;; ANSWER SECTION:
    www.kodefund.com.	10800	IN	CNAME	intense-ocean-3642.herokuapp.com.
    www.kodefund.com.	10800	IN	CNAME	mie-9107.herokussl.com.
    
    ;; Query time: 125 msec
    ;; SERVER: 173.246.97.2#53(173.246.97.2)
    ;; WHEN: Sun Jul 29 16:47:59 2012
    ;; MSG SIZE  rcvd: 110
    
If I perform the same query via my system resolver rather than directly against the gandi.net DNS servers then I simply receive no result:

    mrowe@vega:~$ dig A www.kodefund.com
    
    ; <<>> DiG 9.8.1-P1 <<>> A www.kodefund.com
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 36608
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;www.kodefund.com.		IN	A
    
    ;; Query time: 1306 msec
    ;; SERVER: 192.168.1.254#53(192.168.1.254)
    ;; WHEN: Sun Jul 29 16:48:58 2012
    ;; MSG SIZE  rcvd: 34
    
This is presumably because one of the intermediate resolver is being strict about the presence of multiple CNAMEs in the result.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: