Live data from Hacker News

Ask HN: Has any of the Pivotal Tracker replacement attempts succeeded?

news.ycombinator.com

31–40 of 45 posts

Re: Ask HN: Has any of the Pivotal Tracker replacement attempts succeeded?

#31
So far I have not found any of the attempted PT reboots inspiring. All of them are just rebuilding the PT interface, but nobody has innovated so far and done anything really new and different.

I think a lot of "Pivots" are still in bereavement over Pivotal and Pivotal Labs being gone.

Re: Ask HN: Has any of the Pivotal Tracker replacement attempts succeeded?

#32

Earlier quoted context omitted.

Oh so you mean mandatory pairing (which does away with the deep thinking required for some algos) and requiring "clean code" and other Uncle Bob BS doesn't contribute to actually scalable and efficient code? Color me shocked

I used to think the active pairing was just a fad or crazy talk. Then I went and worked at Pivotal and learned it first hand. The way they did it works.

I believe you.

Though for the times I paired, it does help for easy/medium problems, but for me it is absolutely a no-go for things you need to "sit and think about" (check docs, or keep more than two or three things in your head at the same time)

Re: Ask HN: Has any of the Pivotal Tracker replacement attempts succeeded?

#33

Earlier quoted context omitted.

I used to think the active pairing was just a fad or crazy talk. Then I went and worked at Pivotal and learned it first hand. The way they did it works.

I believe you. Though for the times I paired, it does help for easy/medium problems, but for me it is absolutely a no-go for things you need to "sit and think about" (check docs, or keep more than two or three things in your head at the same time)

You learn to talk aloud instead of just doing everything in your head. Two minds are always better than one. It becomes a great collaboration.

This gets combined with how they "fire" people there. If your pair isn't keeping up and contributing enough, then people stop wanting to pair with them and they get rotated out to another team or entirely. That effectively means that the person sitting next to you, can actually help you.

It does get really intense because if you're having a hard day or week say in your personal life, you still have to be on your game or you have to explain your situation as best as you can. But the thing is, everyone who walked into the door of Pivotal, knew the rules ahead of time. You were there, because you wanted to be there, not because it was just another job.

I liken it a lot to joining the military, which is what it felt like. A bit cultish too. All-in-all, I had a great experience there, learned a ton, and it changed my thinking forever.

Re: Ask HN: Has any of the Pivotal Tracker replacement attempts succeeded?

#34
My company (Singlebrook) built a PT workalike that works really well (in my humble opinion - ha). We're only using it internally and with our customers, but we use it every day and are really happy with it. It's not a feature-complete clone, and we don't intend for it to be, but we've probably built 70% of the features and have covered all of the basics of the project UI.

We haven't been planning to release it commercially, but if you're interested in trying it out, please reach out via singlebrook.com/contact and I'd be happy to set up a test account for you. If you happen to really like it, we can probably figure out an arrangment for you to use it.

Re: Ask HN: Has any of the Pivotal Tracker replacement attempts succeeded?

#35

Man, PT was so good. Linear is okay, but I find it really slow - more than once I've opened an existing issue and started editing it, only for a few seconds later the actual content to pop in and make a mess.

My biggest issue with Linear is that it doesn't think about cycles the way Pivotal did sprints. Or more accurately, it's in what PT called "commit mode" all the time.

If your cycle ends with a bunch of work undone, it rolls into the next cycle. If that cycle already a full capacity of work planned, well, now your cycle is at 150% or whatever. Repeat. The solution, presumably, is to stop creating new cycles.

But what PT would do, and seamlessly at that, is rebalance the sprints. Your project manager wants to move a number of stories to the top of the backlog? Great, but now that item projected for three sprints out is now four sprints out. The velocity and the projections were extracted from reality, not mandated from on high.

I asked Linear if they could add this -- a cycle rebalance. I was told, no, this simply isn't something they want to do, but maybe I could do it with zapier. Trying to get them to understand why I wanted this was like trying to explain air to a fish. It simply did not compute.

Re: Ask HN: Has any of the Pivotal Tracker replacement attempts succeeded?

#37
post #14

> People say Linear is fast but it's nothing compared to how well Pivotal worked. My company switched off Pivotal Tracker because it would slow to a crawl and require several seconds (!!) to load the page, with individual actions causing a DOM cascade that frequently hung browsers. Maybe it worked at small scale but it definitely didn’t work at a large scale.

Oh so you mean mandatory pairing (which does away with the deep thinking required for some algos) and requiring "clean code" and other Uncle Bob BS doesn't contribute to actually scalable and efficient code? Color me shocked

As someone who spent a few years in the codebase for Tracker. There was some attempt at “Clean Code” but mostly basic DRY techniques. The product, itself, was plagued by being in a split-brain reality of Backbone and React (we were migrating as much as possible to React). We never addressed performance low-hanging fruit for large projects and it’s because it affected relatively few customers.

That said, pairing has its ups and downs. I think as other folks have said, you miss out on being able to go deep on problems that require ruminating. You also lack overarching reviews that help to keep architecture clean. The code might be clean, but the architecture might get really messy really fast.

Re: Ask HN: Has any of the Pivotal Tracker replacement attempts succeeded?

#38
We're developing a do everything productivity app. We were using PT as our product management tool... 75 developers, 50 projects, 20k stories. We added PT functionality to our own app and migrated everything over in April. It works well now (we have a million hours of development time in the app so we understand what it takes to make something that is reliable and easy to use. Also had a daughter who was a PM at PL who taught me how to use PT.) There is more info and a beta sign up form at at getflo.com.

Re: Ask HN: Has any of the Pivotal Tracker replacement attempts succeeded?

#39
Not technically a Tracker clone (we don't have points or all of its states) but we're in the neighborhood -- at StoryTime we've been writing about the development process monthly if any of ya'll are curious about what takes the most time in this domain.

https://buttondown.com/storytime-team/archive/

Tracker's basics are pretty simple but getting the details right takes some finesse. Its multi-user update model is deceptively sophisticated -- being very responsive without ever losing data is a bit tricky, and you're probably making some tradeoffs you'd rather not make. The drag-and-drop behavior also took us a while to get exactly how we wanted it.

Re: Ask HN: Has any of the Pivotal Tracker replacement attempts succeeded?

#40
post #4

Pivotal was far from a perfect company (if there can even be such a thing to begin with), but sadly, a lot of good things were lost in its latter days. This was one of them. Are there particular attributes, behaviors, or properties you feel are important that you can't find elsewhere? I see you mentioned latency, for example — what else is key to you?

We have a page dedicated to what was special. You can read the descriptions in the hero section here: bye-tracker.net

BTW that hero layout breaks in weird ways with Firefox. The heading text overlaps itself, the yellow note goes over the body text, the buttons have no bottom margin.
Post reply on HN