HN user

benmanbs

37 karma

Software Engineer at Conductor Inc. https://github.com/benmanbs

Posts2
Comments11
View on HN

In a similar vein, there is a museum in Israel [0] that has a blind exhibit. They take you through several rooms laid out with different settings, all entirely in the dark. The guide is vision-impaired, and you don't get to see any of the other people in your group.

At the end of the experience they bring you into a room with lights, and you get to delve into what you learned and any assumptions you made about the other people in the group or the guide themself. It was an amazing experience.

[0] https://www.childrensmuseum.org.il/eng/pages/childrens_activ...

Love the idea! One little nitpick - in the `ls` section, you have a paragraph that reads:

Go back too much? Use ls to see what’s in the directory you’re in, and then use cd to head back to where you want to go:

In my experience, if I get lost with `cd`, the best way for me to figure out where I am is not to execute an `ls` (because I might be in a folder with no contents, or somewhere with ambiguous content), I would recommend `pwd` ("print working directory").

Just a quick note - your pricing page seems to have a mathematical error that would turn me off as prospective buyer. The "Standard" package offers three calls. The crossed out price ($190) should be equal to 3x the basic price ($60), or $180. Seeing sales pages with lies or mistakes around the savings makes me worry that I'm getting cheated.

Strings Are Evil 8 years ago

Call me crazy, but for something as simple as taking a CSV file and shoving its data into a database, why wouldn't you just use a combination of shell tools? Don't get me wrong, I'm a Java programmer, but sometimes you don't need the overhead of the JVM, and something like awk would save you lots of time and energy (and memory).

Conductor | Senior Software Developer and Product Manager | Full-time | New York, N | Onsite • Product: The best-in-class content marketing platform.

• Why: Marketing is a 3 trillion dollar industry. We want to enable marketers to put customers first, and ditch their ads.

• Traction: Just acquired by WeWork (https://www.wsj.com/articles/wework-wades-into-enterprise-so...)

• Stack: Java, React.js, Kafka, MySQL, Kubernetes, AWS

• Tech Challenges: Lots of data with strict publish guidelines. Migrating to a microservice architecture.

• Values: People first

- Contact -

I'm Benjamin, a Technical Team Lead at Conductor. I found Conductor 4 years ago through a HR Hiring thread.

Email: bshai@conductor.com

Conductor | Senior Software Developer and Product Manager | Full-time | New York, N | Onsite

• Product: The best-in-class content marketing platform.

• Why: Marketing is a 3 trillion dollar industry. We want to enable marketers to put customers first, and ditch their ads.

• Traction: Just acquired by WeWork (https://www.wsj.com/articles/wework-wades-into-enterprise-so...)

• Stack: Java, React.js, Kafka, MySQL, Kubernetes, AWS

• Tech Challenges: Lots of data with strict publish guidelines. Migrating to a microservice architecture.

• Values: People first

- Contact -

I'm Benjamin, a Technical Team Lead at Conductor. I found Conductor 4 years ago through a HR Hiring thread.

Email: bshai@conductor.com

Thanks so much for the read!

There were some things I intentionally left out (how to write good code, documentation) because I figured those were out of scope of this post (I did try to reference them subtly with the line "the code is in a place where it’s ready to publish"). I also left out some of the things you mentioned (versioning documentation, changelog, channels of communication, SO tag) because I figured those might fall into a Part 2 type of post, where I'd say "Now that you have a first version of your library published, let's discuss how to maintain it."

I'll be honest with you, I had a little issue with the length of this post, so I was trying to balance how much to include or omit.

I really appreciate the feedback, and I'll keep those points in mind for a Part 2 post!