Two girls at the same time.
Ask: What would you do/make if you never had to monetize it?
101–110 of 173 posts
Re: Ask: What would you do/make if you never had to monetize it?
#102Re: Ask: What would you do/make if you never had to monetize it?
#103Earlier quoted context omitted.
What is the purpose in combining the two? A way of creating a distributed system like Inferno? Or because you happen to like both ideas?
I happen to like both ideas. I was big into P2P systems when I got my first programming job - this was right after Napster and Gnutella came out. Then I did a lot of research into programming language design in college. There's some synergy in that every programming language needs some system to script if it wants to gain massive adoption, so you might as well use the programming language you just invented to write t…
Re: Ask: What would you do/make if you never had to monetize it?
#104Earlier quoted context omitted.
My aunt and uncle opened a private bakery where they bake bread mainly for friends. It's really good stuff. I, for one, appreciate freshly baked bread.
an ice-cream shop would be neat too
Re: Ask: What would you do/make if you never had to monetize it?
#105Earlier quoted context omitted.
i wouldn't worry about Microsoft actually developing something new and useful. Unless Apple did it first of course.
Bah, stop pandering to the Microsoft haters.
Re: Ask: What would you do/make if you never had to monetize it?
#106Re: Ask: What would you do/make if you never had to monetize it?
#107Re: Ask: What would you do/make if you never had to monetize it?
#108Earlier quoted context omitted.
I happen to like both ideas. I was big into P2P systems when I got my first programming job - this was right after Napster and Gnutella came out. Then I did a lot of research into programming language design in college. There's some synergy in that every programming language needs some system to script if it wants to gain massive adoption, so you might as well use the programming language you just invented to write t…
That is a cool idea. I just finished a class this quarter on distributed systems, which I really liked. I'd be interested in hearing your ideas about P2P. Things like epidemic protocols and chord are pretty clever.
Re: Ask: What would you do/make if you never had to monetize it?
#109Earlier quoted context omitted.
I happen to like both ideas. I was big into P2P systems when I got my first programming job - this was right after Napster and Gnutella came out. Then I did a lot of research into programming language design in college. There's some synergy in that every programming language needs some system to script if it wants to gain massive adoption, so you might as well use the programming language you just invented to write t…
That is a cool idea. I just finished a class this quarter on distributed systems, which I really liked. I'd be interested in hearing your ideas about P2P. Things like epidemic protocols and chord are pretty clever.
One other thing I really wanted to investigate: using statistical uptime records to distribute data across peers and get high-availability. One problem with P2P networks is that infrequently-accessed material tends to become unavailable - this is even an explicit design goal of FreeNet. It's fine when you're downloading the latest TV show, but it's a real problem if you want to distribute micro-social-network-apps over P2P. Yet most people keep their computers on at fairly predictable times of the day. So you could use that statistical uptime data, from their peers, to figure out where to spread data to make sure that at least one copy is always online at all times.
Then you could merge that with access-logs so that data that's frequently accessed migrates to computers near the ones that want to access it. Sorta like a P2P-Akamai. I've noticed that my flists on FaceBook and LiveJournal are very cliquey, and it's always the same folks posting. It's not outside the realm of computational feasibility to connect together your computer with all your friends' computers, P2P, and only push updates to people who are interested in them.