Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dodger
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
GitHub and Trello: Integrate Your Commits
(blog.trello.com)
5 points
by
dodger
11y ago
|
1 comments
2.
▲
Forget Big Data: How Tiny Data Drives Customer Happiness
(blog.trello.com)
1 points
by
dodger
11y ago
|
0 comments
3.
▲
Roadmapping With A Public Trello Board
(blog.trello.com)
2 points
by
dodger
12y ago
|
0 comments
4.
▲
New Trello Search Features
(blog.trello.com)
6 points
by
dodger
12y ago
|
2 comments
5.
▲
No, your software team does not need a 'Mother'
(medium.com)
2 points
by
dodger
12y ago
|
0 comments
6.
▲
by
dodger
12y ago
Fog Creek dev, here - we, too, have had absolutely great hires from less-selective colleges and with not-so-great resumes. But if you're pressed for time and resources and you have to use a heuristic for where to put recruiting efforts
7.
▲
Fog Creek's Intern Hiring Process
(behindthescenesrecruiter.com)
92 points
by
dodger
12y ago
|
88 comments
8.
▲
by
dodger
13y ago
This task used to be more distributed over the server-side devs, but having a single release manager who does this most of the time and other people who do it occasionally and/or when the release manager isn't working seems to wor
9.
▲
by
dodger
13y ago
Yes, more or less a new branch for each fix. But with git and Kiln, it's really not a drag at all; the merges are generally really easy and mostly performed by our release manager when the card makes it to 'Ready to Merge'.
10.
▲
by
dodger
13y ago
One time I was talking to a designer about doing it this way. The designer said "Yeah, that's a great way to find a (look of total disdain) _local_maximum_." As usual, some truth to both points of view.
11.
▲
How Trello Onboards New Users
(useronboard.com)
2 points
by
dodger
13y ago
|
1 comments
12.
▲
How the Trello Team Uses Trello
(danlec.com)
5 points
by
dodger
13y ago
|
0 comments
13.
▲
by
dodger
13y ago
Okay, we just pushed a change so that https://trello.com/business-class will behave nicely for everyone. For now, you can sign up without waiting for beta approval. =)
14.
▲
by
dodger
13y ago
Thanks so much!
15.
▲
by
dodger
13y ago
Hi! Trello Dev here! Could you change the Business Class link to point to https://trello.com/c/2A9OEGta for now? That would allow people to sign up for the beta, and the current link doesn't work unless you're already approved for the bet
16.
▲
by
dodger
14y ago
. . . and here's an example of an issue with scaling it up: http://stackoverflow.com/questions/13770826/poorly-balanced-...
17.
▲
by
dodger
14y ago
Yes, I was trying to say that developing Trello is still really fun, even as it's getting bigger - we are starting to see some minor scaling challenges, but it's still a great time. But we do use Trello to manage Trello, with a public dev b
18.
▲
by
dodger
14y ago
. . . and is still super, super fun to work on.
19.
▲
by
dodger
15y ago
The Trello team loves WebSockets for push, and we did all of our initial prototyping and a lot of the first version doing RPC over the socket for writes and gets. However, now that we're supporting a REST API for other services to integrate
20.
▲
by
dodger
15y ago
Fog Creek! http://www.fogcreek.com/Careers.html Software Developer Systems Engineer Front-End Designer/Developer Intern in software development (Summer 2012)
21.
▲
by
dodger
15y ago
c is terrifying.^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^HComputers are terrifying.
22.
▲
by
dodger
15y ago
Yep! We intend to use our shiny, well-organized REST API for future development and probably port existing functionality to it, too!
23.
▲
by
dodger
15y ago
That's great!
24.
▲
by
dodger
15y ago
Agreed, it made some necessary, non-backward-compatible changes as a result of being such a young project. I think it is likely that we will upgrade to a newer version soon.
25.
▲
by
dodger
15y ago
We worked around the bug (which only happened when we were doing REALLLY long queries when we disconnected a client) and moved to Linux, where the bug does not exist. Awesome sysadmin Tim GDB'd into Mongo and figured out that it was an issu
26.
▲
by
dodger
15y ago
Actually, those have been great (and thank you for making them)! We had an outage during beta because somebody forgot to wrap an array comprehension assignment (CoffeeScript) and we didn't test right. Backbone has been really good, and whil
27.
▲
by
dodger
15y ago
Socket.io: https://github.com/LearnBoost/socket.io/issues/686 MongoDB (on FreeBSD): https://jira.mongodb.org/browse/SERVER-3927 Redis: https://github.com/antirez/redis/issues/91 . . . are a few.
28.
▲
by
dodger
15y ago
I took it to mean "be forward-thinking rather than conservative."
29.
▲
by
dodger
15y ago
Right now? Just what we can get out of MongoDB. We need better search, and it should be coming soon. Vote it up! https://trello.com/card/board/better-search/4d5ea62fd76aa113...
30.
▲
by
dodger
15y ago
Today I'd consider going with a service, but first I'd see how https://github.com/LearnBoost/websocket.io looks. Most of our problems have been with abstractions in the socket.io client and scaling issues with server process chatter. The
More ›