Viewing profile — tilgovi
tilgovi
HN member- Joined
- Wed, Jul 14, 2010, 9:16 PM UTC
- HN karma
- 70
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About tilgovi
No profile information was provided.
Recent public activity
-
comment
Comment #4764511
Here you are talking sense.
-
comment
Comment #4764502
Except you're the one who brought up $200k as a number to begin with. And those people who sold themselves into debt slavery, by going to an extremely good school, may actually sti…
-
comment
Comment #4545554
Hahahaha. I've totally posted my response to a recruiter on FB before, because I had to vent about it. He nails every important point, including that we should have some sympathy b…
-
comment
Comment #3809105
Nice! I didn't realize so much had been done on dataprotocols.org yet!
-
comment
Comment #3809100
PouchDB is ready for some testing and play. Dale Harvey has put a lot of work into it recently: https://github.com/daleharvey/pouchdb I'll see what I can do about getting a good pu…
-
comment
Comment #3663806
I started thinking about the dictionary attacks, too, and ultimately you're right. Not worth enforcing and easy dropdown changing is eventually what we want. Thanks for your though…
-
comment
Comment #3662140
Yes. I totally agree. I would certainly love to support multiple distinct personas. There is an open question of how to do that while mitigating the damage potential. There are als…
-
comment
Comment #3661944
Thanks! Wherever possible I'd like to ditch the personal information after signup and just keep a hash or something that we can use to prevent multiple accounts using the same Twit…
-
comment
Comment #3661826
I think Jon was just trying to provide some information on the spectrum of possible identity solutions one can choose from. At Hypothes.is, it's extremely unlikely we would try to …
-
comment
Comment #3661793
We're not trying to compete for attention in the social web. Part of that is reflected in our involvement with the W3C Open Annotation Working Group ( http://www.w3.org/community/o…
-
comment
Comment #3661785
Quite the opposite, actually. I will be seriously considering the privacy implications of everything we do. One of our core principles is a commitment to pseudonymous accounts. To …
-
comment
Comment #3661561
I should add we have a low-volume list for outgoing announcements if you'd rather just hear those: announce+subscribe@list.hypothes.is
-
comment
Comment #3661531
Thanks, zerostar07! If you're interesting in helping out, watch https://github.com/hypothesis or subscribe to our dev list with dev+subscribe@list.hypothes.is
-
comment
Comment #3229112
That's only true under the assumption that popularity is the only factor in visibility. On hacker news that's not even true entirely because there's a temporal factor: new postings…
-
comment
Comment #3228899
My understanding is that attempts will be made to algorithmically promote diversity and to reward/punish social behaviors in such as way as to discourage discursive protectionism.
- story
-
comment
Comment #3213771
XMPP MUC is not fun, nor fun to scale. IRC has netsplits, but it does work reliably for tons of people all day every day.
-
comment
Comment #3213761
Do it.
-
comment
Comment #3051488
I think this is coroutines under the hood?
-
comment
Comment #3051477
Not necessarily. A callback function with the standard signature under the hood is implied. If the author is controlling flow into and out of these execution contexts there is no r…
-
comment
Comment #3051470
There's room for improvement. Most programmers shouldn't need to know how to write asynchronous code just as they shouldn't need to know how to write concurrent code. Consider mute…
-
comment
Comment #3051180
node-fibers is one attempt to put coroutines into node. I like it because it uses libcoro, which is nice and tight and uses ucontext, and because it works as a module without forki…
-
comment
Comment #2870391
The thing to hope for is the death of the terminology and the proliferation, not consolidation, of technologies. Saying that all these diverse storage systems are all "NoSQL" and t…
-
comment
Comment #2870369
The problem doesn't come with the inserts, it comes with the deletes, where CouchDB will keep some metadata and stubs around to support its replication use cases. In a pure logging…
-
comment
Comment #2870364
HBase might be a good solution, too, but I don't know a whole lot about it. CouchDB would work fine but you'd want to add some operational automation and a proxy to roll over betwe…