Viewing profile — trevorah
trevorah
HN member- Joined
- Sat, Mar 09, 2013, 9:51 PM UTC
- HN karma
- 106
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About trevorah
Recent public activity
-
comment
Comment #21481732
React Native is excellent for web teams that are creating a new mobile app. If your team has more experience with React than native iOS/Android, then it's a no-brainer. However, in…
- story
-
comment
Comment #7177596
If that chat has already been created, then going to gitter.im/[org]/[repo] should be enough.
-
comment
Comment #7177455
So something a little more formal than chat?
-
comment
Comment #7177382
Yeah, we're currently building an irc bridge so that you can use it with your irc client of choice.
-
comment
Comment #6739902
Yeah, github enterprise definitely makes sense, and it is something that we will look into. Chrome's notifications since v28 kinda suck. Browser notifications have always been diff…
-
comment
Comment #6739832
Good point. The problem with a tier limited by the number of people is that you take away one of the best parts of a free chat service. Being able to freely invite _anyone_ into a …
-
comment
Comment #6739783
true, but it would be fantastic to merge those two cultures together. Having non technical people involved in open source projects is a good thing, and it is something that we are …
-
comment
Comment #6739318
At the moment we have node + express + faye for rest api/streaming. The web front end is currently built with backbone, less and a sprinkling of bootstrap.
-
comment
Comment #6739189
@gitchat on twitter for now.
-
comment
Comment #6739166
Yeah, that barrier is a tough one to overcome. We've found that having an easy entry point (nothing to install, one click signup etc.) lowers the barrier a bit. Also having some ki…
-
comment
Comment #6739136
There's always the webapp :)
-
comment
Comment #6739129
Dev here! Yeah, we've been making www.trou.pe for while and have just added some github hooks after some user requests. We are just curious to see how far people want github integr…
-
comment
Comment #5474890
I build web trading apps for banks. Big, big javascript apps that stream prices and handle trades. Not the kind of apps that require shakespearean spam though...
-
comment
Comment #5474666
It's meant to interfere with your writing, like a backseat driver interferes with your driving. Your idea of separation is interesting, do you see it as a kind of translator?
-
comment
Comment #5474066
Gibberish I guess. Doing a lookahead for letters was how I started, and its kinda interesting to see how it turned out as a quick project. Storing the probabilities for each letter…
-
comment
Comment #5473838
Very true. I've just updated it now to handle misses. Its a bit of a ugly hack, but it stops the errors for now. You can check it out here - https://github.com/trevorah/backseat-wr…
-
comment
Comment #5473461
Yeah, only listing the top 10 chars to write next results in a few misses. Its also bit of a pain to test a recursive function that uses random numbers.
-
comment
Comment #5473383
Good idea. I think waiting for a second would give a little more control to the typist.
-
comment
Comment #5473250
Opinions?
- story
-
comment
Comment #5354197
Fork it and try it out! https://github.com/trevorah/usernique
-
comment
Comment #5354190
Good point. This doesnt sound like a quick fix.
-
comment
Comment #5354181
Yep, thats pretty much how it works at the moment (see https://github.com/trevorah/usernique/blob/master/server.js ). The issue is that the server is sending out quite a few of the…
-
comment
Comment #5354092
Any tips to sort this out? How are things being rate limited? edit: just realised you meant that twitter/github etc are rate limiting my requests. Bummer.