Is the argument here that "if you know how to code, spreadsheets aren't useful to you?"
If so, that's false. Spreadsheets are a fantastic way to present visual data and analysis in a way that's auditable by anyone, regardless of technical competence. They are visual programming!
This also makes them a better way to do lightweight data processing. One of my most common workflows is to dump production data into a CSV so I can analyze it and build charts off it. This is perfect for business-as-usual questions, like basic segmentation analyses. Pivot tables!
A major issue with Google Sheets is that the DSL is terrible. Like, try to do any sort of string manipulation (extract the first two words)[1], and you'll see how bad it is. Adding native python support helps solve this.
I'm just a random HN-er who saw this, but I'm very excited about this product.
That makes two of us. We have a Cloudflare worker serve the content from Webflow (which is actually set up with a custom domain at https://webflow2.tremendous.com/. Yes, it's a little convoluted.
We still don't know what broke here - the Cloudflare worker or Webflow, or the combination of the two.
The eng team was extremely confused about what had broken our webflow setup (we do some magic with Cloudflare workers to point our marketing pages at at Webflow with a custom domain)... and then I saw that we were frontpage.
we're hiring for literally everything, so even if there isn't a job that's an obvious fit, email anyway, because there's probably another opening up that will be
Kinda- for a $300 reward, for example, we only need an email address. So a recipient could just choose an Amazon.com gift card and apply it to their account, with only an email address provided.
My company, tremendous.com, does this, including the tax form collection process if spend exceeds $600 / person. Our primary use case is user research incentives, but interview incentives is an analogous problem.
Basically no strings attached for both sides. We do complete a compliance review for businesses signing up for our site (given we're a payments company), but it's basically invisible at smaller volumes.
Right on that payments is a challenge in implementing this. Companies need to pay candidates, who may be anywhere in the world, a small amount of money on a one-off basis without the hassle of paperwork.
Tremendous.com (where I work) does this.
Candidates can get payments, gift cards, or donate the money to charity.
(we've been paying candidates to take calls, do tech screens, and complete projects, and it's easily been worth the cost. at some point we'll do a blog post on the conversion rate differences)
Always ask about the preference stack. You'll rarely discover anything interesting, but if you do, it'll completely change how you value your equity grant.
“Looking for jobs through employer reviews is becoming more popular, so buying Glassdoor not only grabs more users but also strengthens Recruit’s existing HR platform,” said Yushi Kawamoto, analyst at Haitong International Japaninvest KK. “Recruit is paying about seven times sales, which isn’t high. This will boost their competitiveness. So overall this is positive for Recruit.”
I understand the point here; it can be useful to understand the abstractions on top of which you are working.
But given most engineering projects are crud apps without scaling problems, and PaaS companies like Heroku totally abstract away the system adminstration piece for those projects... I certainly wouldn't recommend a new engineer spend any time learning system administration.