elsbree
|
2 years ago
|
on: Whitewater Rafting on the Selway River in Idaho
Rafting on HN, never thought I'd see the day! For anyone looking for more on the subject of multi-day wilderness rafting trips, my parents wrote a blog post on a similar trip we did in Alaska (more remote and logistically complicated, less significant whitewater-wise):
https://www.roguewanderers.com/blog/chilikadrotna-river-floa...
elsbree
|
4 years ago
|
on: Accepted and ghosted: interviewing for a leadership position at Stripe
Had the opposite experience recently as an EM. Spent a few months trying to find a staff-level engineer. Found a great candidate who worked for a FAANG, worked to get our budget up to his expectations, sold him on the team, and he accepted our offer with a start date 6 weeks in the future so he could have time to wrap up his work. Fine, I'm just happy to have filled the role after an arduous search. A few weeks go by, and he hasn't responded to my "we're excited to have you join the team, etc" email or any HR emails about filling out his paperwork. I call and email, the recruiter calls and emails, nothing. We never hear from him again..
He's been active on social media so we know he's alive, and assume he parlayed our offer into a raise somewhere else. Ok, that happens, but to accept an offer and totally ghost? Jeez. I could have used those intervening weeks to interview more candidates had he just sent me a quick note, now I've got to backfill his position while also trying to fill the new ones that just opened... I guess hiring is a shitshow from both sides sometimes.
elsbree
|
8 years ago
|
on: Show HN: I built a database of tech conferences to know what to attend to next
Looks like they hit the daily request limit on the Google Maps API (you'll see the error message if you hit Cmd-Option-J in Chrome).
elsbree
|
10 years ago
|
on: Building Plugins for React Apps – Techniques for modular JavaScript applications
elsbree
|
11 years ago
|
on: Clef Offers Two-Factor Authentication Without All the Codes
I was impressed by how easy it was to integrate Clef into my existing auth system- by far the best two-factor authentication system I've used.
elsbree
|
11 years ago
|
on: Revolutionary Scuba Mask Creates Breathable Oxygen Underwater on Its Own
From
http://news.softpedia.com/news/Spotlight-Odd-Looking-Scuba-M..., "Designer Jeabyun Yeon's odd-looking and quite innovative concept scuba mask works by turning people into fish".
No indication that this is an actual product. I could create a "concept" perpetual motion machine, but that doesn't make it feasible.
elsbree
|
12 years ago
|
on: Show HN: A Customizable SoundCloud Player Built on the Web Audio API and d3
browser compatibility is hard :). in all seriousness though, we're working to support every browser we can. hopefully we'll have some fixes for Linux users in the next couple of days
elsbree
|
12 years ago
|
on: Show HN: A Customizable SoundCloud Player Built on the Web Audio API and d3
We should mention this on the site, but the visualizer currently only works in Chrome due to some idiosyncrasies with the way other browsers handle (or don't handle) getting waveform data from audio tags. We're working on it though!
elsbree
|
12 years ago
|
on: Testing at Airbnb
Yes, we're using Express.js. QUnit looks interesting, I think I'll start with it. Is it pretty standard to just have an HTML file that runs all your client-side tests?
elsbree
|
12 years ago
|
on: Testing at Airbnb
This looks awesome, thanks! Definitely what I was looking for.
elsbree
|
12 years ago
|
on: Testing at Airbnb
Wow, looks really helpful. I'm definitely going to try out their trial. Thanks!
elsbree
|
12 years ago
|
on: Testing at Airbnb
Thanks! Our backend is built on Node, but I'll see if I can glean some general concepts from this.
elsbree
|
12 years ago
|
on: Testing at Airbnb
Does anybody have recommendations for where/how to start learning best practices for TDD?
As (nominally) top nerd at a tiny startup (2 engineers), I feel like I should set a precedent sooner rather than later for testing. This is currently not possible since I don't know anything about it, so any resources would be appreciated :)
Edit: Primarily looking for resources involving Node.js and client-side testing of a jQuery-based website.
elsbree
|
12 years ago
|
on: Microbe computers
Agreed, the current state of software tools for biology is sad- the tools are written by scientists, for scientists, and tend to have messy source code and incomplete/difficult to read documentation.
I don't mean to insult the people who work on the tools currently- they're great! But we need more software people writing tools for the industry.
Fortunately, people are starting to do just that. TeselaGen and Genome Compiler are both good examples. (Disclaimer- I'm a TeselaGen engineer)