Rebooting (something like) early Triplebyte
otherbranch.com
Rebooting (something like) early Triplebyte
1–10 of 92 posts
Re: Rebooting (something like) early Triplebyte
#2Re: Rebooting (something like) early Triplebyte
#3Re: Rebooting (something like) early Triplebyte
#4Re: Rebooting (something like) early Triplebyte
#5Re: Rebooting (something like) early Triplebyte
#6How is this different than https://interviewing.io/ ?
Re: Rebooting (something like) early Triplebyte
#7Re: Rebooting (something like) early Triplebyte
#8I got roped into the TripleByte funnel through a Reddit ad, which eventually culminated in moving out to SF for a YC startup. Several years later, I had a role at FAANG and reached a level of professional $ucce$$ that was orders of magnitude better than where I had been ~4 years prior.
I wish TripleByte was still around. I remember interviewing.io doing a study on whether there was any signal from LinkedIn profiles with “skill badges.” TripleByte was the only badge that had predictive value for ability-to-receive-an-offer, but the flip side was that recruiters negatively associate these badges with profiles of people in early-stage careers, which means that you’re better served by not having any badges on your profile.
Re: Rebooting (something like) early Triplebyte
#9However the 20% commission is non-starter for us. We only used Triplebyte because it had a fixed annual cost ($35k for up to 5 hires).
Re: Rebooting (something like) early Triplebyte
#10https://www.otherbranch.com/practice-coding-problem
Under step 2, the description says:
> If the selection is not a mine,
> but has adjacent mines in one of the squares next to it (including diagonally),
> change that square to display the number of mines adjacent to it.
However, the example output alongside it shows a square that is changed to the value zero. That square has no adjacent mines, so if the description were correct it would not have changed value.So either the "but has adjacent mines" clause should be deleted from the description, or an additional "otherwise change that square to display zero" clause should be added, or the example output should be changed.