Hacker News new | past | comments | ask | show | jobs | submit | hafabnew's comments login

Thread.com (YC S12) - Software engineer who loves product (Python/Django) London, England.

https://www.thread.com/jobs

We're a startup trying to reinvent retail so men can dress well without being subject to the horrors of the high street or having to trawl through millions of items online. We do this using a combination of powerful algorithms and human stylists.

You'd be joining a small, highly technical team with a ton of startup experience (the founders have started and sold 2 companies before). You'll be one of the first technical hires and get to build and own huge parts of the product and work on the core algorithms.

One of our ancillary goals is to build one of the best engineering cultures anywhere, and we'd love you to help us do that. We launched in October and user and revenue numbers are scaling extremely quickly. We're backed by a collection of the top investors from London and Silicon Valley as well as Y Combinator.

We're especially interested in people who are interested in founding their own startup one day. We view working at Thread as a founder bootcamp where you'll learn about all parts of starting and growing a startup.

Want to learn more? Check out https://www.thread.com/jobs and you can see some of our code at http://dev.thread.com/

Thanks!


Thread.com (YC S12) - Software engineer who loves product (Python/Django) London, England.

https://www.thread.com/jobs

We're a startup trying to reinvent retail so men can dress well without being subject to the horrors of the high street or having to trawl through millions of items online. We do this using a combination of powerful algorithms and human stylists.

You'd be joining a small, highly technical team with a ton of startup experience (the founders have started and sold 2 companies before). You'll be one of the first technical hires and get to build and own huge parts of the product and work on the core algorithms.

One of our ancillary goals is to build one of the best engineering cultures anywhere, and we'd love you to help us do that. We launched in October and user and revenue numbers are scaling extremely quickly. We're backed by a collection of the top investors from London and Silicon Valley as well as Y Combinator.

We're especially interested in people who are interested in founding their own startup one day. We view working at Thread as a founder bootcamp where you'll learn about all parts of starting and growing a startup.

Want to learn more? Check out https://www.thread.com/jobs and you can see some of our code at http://dev.thread.com/

Thanks!


Thread.com (YC S12) - Software engineer who loves product (Python/Django) London, England.

https://www.thread.com/jobs

We're a startup trying to reinvent retail so men can dress well without being subject to the horrors of the high street or having to trawl through millions of items online. We do this using a combination of powerful algorithms and human stylists.

You'd be joining a small, highly technical team with a ton of startup experience (the founders have started and sold 2 companies before). You'll be one of the first technical hires and get to build and own huge parts of the product and work on the core algorithms.

One of our ancillary goals is to build one of the best engineering cultures anywhere, and we'd love you to help us do that. We launched in October and user and revenue numbers are scaling extremely quickly. We're backed by a collection of the top investors from London and Silicon Valley as well as Y Combinator.

We're especially interested in people who are interested in founding their own startup one day. We view working at Thread as a founder bootcamp where you'll learn about all parts of starting and growing a startup.

Want to learn more? Check out https://www.thread.com/jobs and you can see some of our code at http://dev.thread.com/

Thanks!


Not to sound too much like an Amazon product page, but if you like this, you'll probably quite like "Unix for Poets" - http://www.lsi.upc.edu/~padro/Unixforpoets.pdf . It's my favourite 'intro' to text/data mangling using unix utils.


Thread.com (YC S12) - Software engineer who loves product (Python/Django) London, England. https://www.thread.com/jobs

We're a startup trying to reinvent retail so men can dress well without being subject to the horrors of the high street or having to trawl through millions of items online. We do this using a combination of powerful algorithms and human stylists.

You'd be joining a small, highly technical team with a ton of startup experience (the founders have started and sold 2 companies before). You'll be one of the first technical hires and get to build and own huge parts of the product and work on the core algorithms.

One of our ancillary goals is to build one of the best engineering cultures anywhere, and we'd love you to help us do that. We launched in October and user and revenue numbers are scaling extremely quickly. We're backed by a collection of the top investors from London and Silicon Valley as well as Y Combinator.

We're especially interested in people who are interested in founding their own startup one day. We view working at Thread as a founder bootcamp where you'll learn about all parts of starting and growing a startup.

Want to learn more? Check out https://www.thread.com/jobs and you can see some of our code at http://dev.thread.com/

Thanks!


> We view working at Thread as a founder bootcamp where you'll learn about all parts of starting and growing a startup.

This is amazing. I cannot stress how much respect I have for companies that care so much about the personal growth of their employees. Definitely applying.


Thread has been on my radar since the last Who's Hiring thread on HN.

I'm moving to South London (Croydon) soon - I'll be doing some travelling in August and I'd like to start working in September. I'm currently in the process of preparing to leave Canada, but expect to get an application from me soon!


Thanks! Beat me to it :).


Good question -- it's hard! It is partially up to the moderator, but their job is more on the side preventing people from hogging the conversation, i.e. giving the opportunity for everyone to say something. Naturally we encourage everyone to talk if they have something to contribute, but we can't force them to :).


Maybe you can "force" people to contribute. If someone signs up to attend a many-to-many gathering then they are agreeing to be more than a passive observer.

One way to facilitate this is to have "go arounds" in which everyone says something, in order to get a sense of people's reactions and the best direction for the conversation. Another option is for the facilitator to know something about everyone and then to call on people (without their raising their hands) to keep the conversation moving.


From my experience as an event organiser, there are some ppl who just won't come if you do that.

We run a popular Meetup that does introductions. You can say lots or you can just say "I'm james and I'm here For The free drink." And even with that easy out, there are still occasionly ppl who don't want to say a single word and wont.

You can try and set the tone that everyone can contribute. The moderator can say things like "does anyone who hasn't spoken yet Want to add anything?". Rounds and moderators calling on ppl is good to.

I wouldn't like to try actually forcing tho.


It is a problem indeed. We found the best solution to #2 is to avoid any massively niche topics. For example, "has anyone used <specific Python library>" isn't great for a group conversation: it instantly excludes people who haven't used that library, as well as people who don't know Python. Instead we try to stick to topics which everyone can relate to (even weakly), e.g. process-related topics are great for this.



Neat!

From their JS:

  readinglvl = getReadingLevel(paragraphs, sentences, words, chars);
  [..]
  function getReadingLevel (p, s, w, c) {
      var r = Math.round((4.75 * (c / w)) + (0.5 * (w / s)) - 21.43);
      return r;
  }

So it's a slightly modified http://en.wikipedia.org/wiki/Automated_Readability_Index (uses 4.75 instead of 4.71 .


That's right. We're using ARI, mainly because it's a much simpler algorithm since it doesn't require identifying syllables. As you can see in the code, my programming skills are pretty weak, so ARI was an easy choice. This was my first non-trivial programming effort (I'm a marketer/product manager, not an engineer).


Was not meaning my comment as a slight to you at all, it's a very cool app you've got here. Best of luck with it!


Consider applying for YC's Summer 2025 batch! Applications are open till May 13

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: