Earlier quoted context omitted.
Not OP but I'm a software engineer working for a startup in ATL. I'm not sure how we have a reputation for being "dominated by business types", but we do have a relatively high contingent of fintech and b2b companies here (our only unicorn, Kabbage, plus several others like Square, Salesloft, Salesforce). I think though that our pool of engineering talent is relatively high - I'd guess it's the most likely landing sp…
> only unicorn Kabbage Uhhh Let me introduce you to a little company called Internet Security Systems. $1.3B+ acquisition by IBM.
Square Said to Acquire Team from Struggling Social App Yik Yak
61–70 of 144 posts
Re: Square Said to Acquire Team from Struggling Social App Yik Yak
#62In college, I was really interested in how Yik Yak worked and found out that, given a list of N user ids (which were super easy to generate), one could send downvote requests to the server and instantly delete any post with a score There was no location checking to see if a user id was being used in both Florida and Montana at the same time, and there was no real throttling. I hit up their support, and tried to reach out to their devs, but I kept getting brushed off.
Of course this is just one small thing, but I'm not exactly surprised at how things are turning out if this was the level of interest that the Yik Yak team showed in their own product.
Re: Square Said to Acquire Team from Struggling Social App Yik Yak
#63Bit of a tangent and, for those not familiar, Yik Yak is an anonymous, upvote-downvote, location-based forum (kinda) where posts are automatically deleted if they net -5 votes. In college, I was really interested in how Yik Yak worked and found out that, given a list of N user ids (which were super easy to generate), one could send downvote requests to the server and instantly delete any post with a score There was n…
Re: Square Said to Acquire Team from Struggling Social App Yik Yak
#64Bit of a tangent and, for those not familiar, Yik Yak is an anonymous, upvote-downvote, location-based forum (kinda) where posts are automatically deleted if they net -5 votes. In college, I was really interested in how Yik Yak worked and found out that, given a list of N user ids (which were super easy to generate), one could send downvote requests to the server and instantly delete any post with a score There was n…
Honestly, I'm continually amazed by the level of absolute garbage people can ship with any level of popularity. And worse, get funding to ship it.
Re: Square Said to Acquire Team from Struggling Social App Yik Yak
#65Bit of a tangent and, for those not familiar, Yik Yak is an anonymous, upvote-downvote, location-based forum (kinda) where posts are automatically deleted if they net -5 votes. In college, I was really interested in how Yik Yak worked and found out that, given a list of N user ids (which were super easy to generate), one could send downvote requests to the server and instantly delete any post with a score There was n…
Honestly, I'm continually amazed by the level of absolute garbage people can ship with any level of popularity. And worse, get funding to ship it.
In fact, I've found often times they're inversely correlated. Maybe something to do with where time is spent?
Re: Square Said to Acquire Team from Struggling Social App Yik Yak
#66Earlier quoted context omitted.
Honestly, I'm continually amazed by the level of absolute garbage people can ship with any level of popularity. And worse, get funding to ship it.
But it doesn't really matter does it? It's a social application, not a banking system. If your garbage gets users it's not garbage.
Re: Square Said to Acquire Team from Struggling Social App Yik Yak
#67Square has an Atlanta office in Atlantic Station, which is ~ 15 minutes from where Yik Yak is located in Buckhead. This same Square office previously picked up the Google Web Toolkit team after Google closed their local office.
Huh, well Square seems to be in the right place at the right time to make this acquisition of talent. I still don't get how Square intends to retain/gain customers at the price point their at, Mercury, Heartland, etc are eating their lunch.
Source: spent a year helping a client migrate from Stripe to Heartland to save a few basis points. Things like faxing docs to terrible APIs to constant lies from sales, who is a bunch of ignorant, rude good ol' boys, just like most of their competitors. Pure incompetence at virtually every point of interaction. Literally have not a single good thing to say.
I'd invest a significant part of my net worth in Stripe if I could. They and companies like them are going to destroy Heartland in the long run, and it can't come soon enough.
Re: Square Said to Acquire Team from Struggling Social App Yik Yak
#68Earlier quoted context omitted.
I don't think that's true, could you provide a source?
I don't know about legal challenges, but they basically created an anonymous area broadcast. There's a lot of complications that come along with that.
Re: Square Said to Acquire Team from Struggling Social App Yik Yak
#69Earlier quoted context omitted.
Golden handcuffs.
That's not really the case here. Golden handcuffs refers to stock that was previously granted but either has not yet vested or has vested but the employee can't keep if they walk away from the job. While the employees in question surely own Yik-yak stock that stock is now worthless. They're starting at Square just like they would start at any other job. Thus they will stay at Square if it is a better job for them (fo…
I'd say that's accurate to describe as "golden handcuffs", since they (probably) can't just walk down the street to another company and get that offer matched.
Re: Square Said to Acquire Team from Struggling Social App Yik Yak
#70Bit of a tangent and, for those not familiar, Yik Yak is an anonymous, upvote-downvote, location-based forum (kinda) where posts are automatically deleted if they net -5 votes. In college, I was really interested in how Yik Yak worked and found out that, given a list of N user ids (which were super easy to generate), one could send downvote requests to the server and instantly delete any post with a score There was n…
The scale I'm thinking about is "Are you really in the store you say you're in?" where all users are from the same fairly dense city. So geolocating the IP isn't good enough. Accuracy to a city block or two seems good enough though.
My best idea so far is to submit a list of available wifi access points, and use that as a "password" to prove that you're where you say you are. If your list is 80% like the list of other users at that location, we trust you.
Unfortunately in iOS you can't get that list! It requires a private API, so calling that method will get your app rejected from the store.
Does anyone have any other ideas?