Readit News logoReadit News
bdunn commented on What It's Like to View a SpaceX Falcon Heavy Launch   olivierforget.net/blog/20... · Posted by u/teleclimber
WatchDog · 7 years ago
I was also at the same viewing area. Keep in mind that people had been in Florida for days longer than they expected, and had spent half the previous day sitting around waiting for the launch to happen.
bdunn · 7 years ago
Yeah, when I was there for the inaugural FH launch we were up at 5am, at KSC by 6, and then I think the launch was at around 4pm.

The idea of another 10+ hours baking in the Florida sun...

(But, seriously, no one there would have preferred an unsafe launch. For us, the booing was targeted toward high atmospheric winds!)

bdunn commented on What It's Like to View a SpaceX Falcon Heavy Launch   olivierforget.net/blog/20... · Posted by u/teleclimber
bdunn · 7 years ago
Was able to grab seats in the "Feel The Heat" section for the inaugural Falcon Heavy launch last year - it was incredible! (Olivier: your writeup brought back a ton of memories.)

I especially liked this picture I grabbed of someone who had his photo taken in the exact same spot for one of the earlier Apollo launches: https://imgur.com/a/xAqbTGL

bdunn commented on My First Year of Freelancing   silvestarbistrovic.from.h... · Posted by u/starbist
acconrad · 8 years ago
8 months into my first year of freelancing in the UI space:

* Closing in on $250k revenue

* 2 major clients, 4 smaller, short-term engagements

* 100% utilization rate (no downtime between clients)

* Successfully raised rates with all client projects (avg: 19% / engagement)

* Closed via a sales funnel of: 5 new prospect outreach / day, 2 proposal follow-ups / day, 1 existing (or prior) client referral / month

What worked:

* Networking aggressively (see sales funnel)

* Setting up a 3-prong presence of blog + personal site + consulting site

* Pruning and refining available code/assets for portfolio

* Pricing / week & value-based, fixed-cost pricing

* 100% money-back guarantee (no one has asked for it)

* Having an accountant

What did not work:

* Thorough proposal / contract documentation. I figured having detailed, in-depth scope of work showing I had knowledge of their industry, problems, etc, would help close deals. The teams that closed the fastest already knew they wanted to work with me, but the ones that weren't sold couldn't even be sold with excellent SOWs and proposal documentation.

* Having a lawyer. For a one-man consulting shop, you really don't need one. Most standard SOW/Contract/IP documents are easy enough to generate/find yourself.

* Toptal / Upwork / any of those race-to-the-bottom sites. There's great arbitrage if you're international like OP. But I'm in the US, and it's not worth the effort for US rates.

* Meetups. I just didn't invest time in them (yet). I think the next leap in rates will come from becoming more "well known" through blogging and speaking engagements, which this is a key area to invest in.

* All this "double your rate" business. Sure, I imagine this works if you're used to pulling in $50/hr, and I imagine Brennan Dunn and the sort are marketing themselves at more commoditized development. But trust me, people ran away when I doubled my rates. I had to find a sweet spot and build up my rates slowly per client rather than just assume I was wildly undervalued.

bdunn · 8 years ago
What I teach is largely about repositioning yourself and focusing on the value you create vs just the tech. Not surprisingly, few freelancers focus on business outcomes. Higher budgets and pay are a natural side effect of doing that.

Great job, seems you're doing really well!

bdunn commented on Show HN: Value My Funnel – Figure out the value of a visitor, lead and customer   valuemyfunnel.com... · Posted by u/danaseverson
CodeWriter23 · 8 years ago
I’ll add to his feedback, I don’t have a clue how your service works. Sure, your landing page tells me you’ll customize my landing pages. How? Not set up crap in your visual editor. How does it decide which version to send to whom? Comes across as snake oil to me.
bdunn · 8 years ago
We're constantly reworking our marketing site, but to make it more technical for the HN crowd (our audience is mostly marketers), it's an "if-this-then-that" engine for your website.

- If referred by foo.com OR came over with particular UTM params OR landed on /foo THEN change out testimonials to be able foo (using similar underlying tech that Optimizely, et al use)

or

- If visitor, who has opted in previously, has the "Customer" tag in the ESP/CRM that our customer has linked their site to, then ditch the signup form on the homepage and put a training video (or something)

It's basically a rules engine that looks at on-site behavior (pages viewed, referring domain, query string params, cookie data, etc) and allows you to combine that with ESP/CRM backend data (tags, custom fields, subscriber vs anonymous), and make content changes (replace text, hide an element, swap out an image, etc) as a result of a visitor belonging to a particular segment you've defined.

bdunn commented on Show HN: Value My Funnel – Figure out the value of a visitor, lead and customer   valuemyfunnel.com... · Posted by u/danaseverson
rajacombinator · 8 years ago
Quick take feedback - I click a link for “Value My Funnel” @ valuemyfunnel.com. Instead, I’m redirected to rightmessage.com, instantly feels scammy. Next I expect some simple funnel calc tool followed by a pitch for some service. Instead, I’m greeted with a ton of text that I don’t want to read and has nothing to do with valuing my funnel. I immediately close the window. Then I felt generous to a show hn post so I decided to click through once and see what happens. I get an obvious lead gen form that has nothing to do with valuing my funnel. Now I’m done with rightmessage forever.

Trying to disguise bad faith marketing hacks like this as show hn type content hurts your business.

bdunn · 8 years ago
Forgive me, but I'm not sure what we're doing that's disingenuous?

If you clicked through after the initial welcome page (that just overviews the tool) that's not a lead gen form. That's exactly what the tool advertises: a questionnaire for deconstructing your funnel value.

In fact, there's zero lead gen until the end – and that's entirely optional. There's no "put in your email address to get your numbers!" – we display it all anonymously. If you put in your email address, we send you an email course.

I'm not sure if you saw the same thing we built, or if I'm misreading your comment?

bdunn commented on Show HN: Value My Funnel – Figure out the value of a visitor, lead and customer   valuemyfunnel.com... · Posted by u/danaseverson
bobwaycott · 8 years ago
Out of curiosity, does it matter how someone wants to share a link in order to be able to share it?

Presumably, a person’s mode of sharing should have zero impact on having a link to share.

bdunn · 8 years ago
Correct. We're leveraging localStorage to save answers across "pages" (using Vue). We could probably serialize / base64 encode the object we've saved and then let someone share it.
bdunn commented on Show HN: Value My Funnel – Figure out the value of a visitor, lead and customer   valuemyfunnel.com... · Posted by u/danaseverson
Gabriel_Martin · 8 years ago
Your optimization ideas are a vertical scrollbar, which hides them off of the screen to maintain tile size. I would attempt to allude to the fact there are more pieces of hidden data if possible, or ideally refactor the design paradigm completely, hiding data is usually a pattern worth avoiding, especially when it's so valuable as yours. Well done on the aesthetic overall quite well done!
bdunn · 8 years ago
Thanks! Yeah, frankly we sort of just threw in that scrolling list of ideas... and didn't put nearly enough thought into the display of them.
bdunn commented on Direct Sales for Bootstrapped SaaS Startups: From $1,300 to $725,00 MRR   nathanbarry.com/sales... · Posted by u/richaclark
Papirola · 9 years ago
is it $725,000 or am I reading it in the wrong locale ?
bdunn commented on Model 3 Unveiling [video]   model3.tesla.com/... · Posted by u/bronz
11402101 · 10 years ago
Supercharging network should be irrelevant in my mind. If you need to drive more than 200 miles away, you need ICE. Assuming you could get a 100% full charge in 30 minutes at a supercharger, and 210 miles of range at 60mph, you are driving 3.5 hours and standing around for 30 minutes. Meanwhile, ICE can get you 400 miles, or 6.5 hours of driving at 60mph, on a 15 minute gas fill up. Electrics are great for a lot of reasons, but long road trips in a Model 3 is going to be a lot of time staring at clouds.
bdunn · 10 years ago
I own a Model S and have clocked 23k miles on it over the last year, most of which on long roadtrips.

I love it. The car mostly drives itself between superchargers, and the SCs are usually next to coffee shops or restaurants. I don't mind getting up and stretching / having a drink every few hours.

But if minimizing recharging/refueling is your main priority, yeah, you can't beat ICE.

bdunn commented on What I Learned Selling a Software Business   training.kalzumeus.com/ne... · Posted by u/earlyresort
sdrinf · 10 years ago
| Selling BCC was going to pay for living expenses while we built Starfighter’s first game (Stockfighter) and also pay for some development work to assist with the sale of my other SaaS business, Appointment Reminder.

^^ - you're selling AR as well? Last presentation was showing that to be a profit machine? Would love to learn about the reasoning behind that decision!

bdunn · 10 years ago
Because AR takes mental space, even if someone else you hire is managing it.

Focusing on one thing is best. I recently sold my SaaS for the same reason — I wanted to eliminate needing to worry about it while working on growing my other (more profitable) business.

(Lastly, as things that probably make Patrick excited to get out of bed and work, I'm assuming Starfighter > AR.)

u/bdunn

KarmaCake day2157August 27, 2011
About
Co-Founder of RightMessage (rightmessage.com) and Founder of Double Your Freleancing (doubleyourfreelancing.com)

@brennandunn on Twitter Email: brennan at rightmessage.com

View Original