Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
derickbailey
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
derickbailey
12y ago
exposing methods for the purpose of testing is bad design, whether or not you are only doing it in a test environment. if you have a method that is sufficiently complex and warrants its own testing, put it in it's own module file and t
2.
▲
Build your own app-specific REPL interface, for your NodeJS app
(derickbailey.com)
1 points
by
derickbailey
12y ago
|
0 comments
3.
▲
by
derickbailey
12y ago
"saying you don't need to own/run servers for things like a podcast is just pissing money into the wind." - that's probably true. i may end up doing something like your suggesting in the future. right now, the strea
4.
▲
by
derickbailey
12y ago
I'm serving files from Amazon S3. This gives me the benefit of world class storage and streaming, without having to own / run the servers myself. Bandwidth from them is "cheap" at $0.12/GB... but with an average pod
5.
▲
by
derickbailey
12y ago
good point. maybe a shorter trial to start with, for the early version though :)
6.
▲
by
derickbailey
12y ago
true! i tried to make that point at the very end of the post... maybe should have emphasized it more
7.
▲
How I built a subscription screencast service in less than 1 day
(derickbailey.com)
2 points
by
derickbailey
12y ago
|
0 comments
8.
▲
7 things i learned from 175,000 pairs of eyes on a failed ad
(lostechies.com)
3 points
by
derickbailey
13y ago
|
0 comments
9.
▲
50 reasons why you need to blog every podcast episode
(blog.signalleaf.com)
1 points
by
derickbailey
13y ago
|
0 comments
10.
▲
Self Publishing And The Value Of GateKeepers In Traditional Publishing
(lostechies.com)
1 points
by
derickbailey
13y ago
|
0 comments
11.
▲
JavaScript Promises: A Journey To The "Promise Land"
(lostechies.com)
1 points
by
derickbailey
13y ago
|
0 comments
12.
▲
Fixing SSL Certificate Issues On Android And Other Devices
(lostechies.com)
1 points
by
derickbailey
13y ago
|
0 comments
13.
▲
Building An Email List Component With BackboneJS
(lostechies.com)
3 points
by
derickbailey
13y ago
|
0 comments
14.
▲
How I Met My Dream Job, Left It, And Returned To Focus On Products And Services
(lostechies.com)
1 points
by
derickbailey
13y ago
|
0 comments
15.
▲
by
derickbailey
13y ago
thanks! :) i totally get the need to move things in house, too. i'm pretty happy that i can get the right experience for my users without having to do that, at this point. IaaS is definitely amazing! "oh, i need more servers? (fid
16.
▲
by
derickbailey
13y ago
definitely things that need to be considered - vendor lock in being the worst, IME. i'm less worried about API call integration, as i tend to isolate 3rd party APIs from my code... but that doesn't prevent all vendor lock-in. for
17.
▲
by
derickbailey
13y ago
good points that need to be considered in building your startup! it's a balancing act, i think, and that balance will change over time. for me, with an early stage of my service, being able to focus on my system's features and fun
18.
▲
Lessons Learned: The Seven Marketing Secrets that Grew MRR 73% in 2013
(blog.kickofflabs.com)
4 points
by
derickbailey
13y ago
|
0 comments
19.
▲
by
derickbailey
13y ago
I really like http://www.karmacrm.com - probably should have included that in my list
20.
▲
Stitching Together A SaaS of SaaS (and never owning a server)
(lostechies.com)
31 points
by
derickbailey
13y ago
|
14 comments
21.
▲
SOLID JavaScript In A Wobbly World (Wide Web)
(lostechies.com)
1 points
by
derickbailey
13y ago
|
0 comments
22.
▲
MP3 Bit Rates, File Size And Audio Quality
(blog.signalleaf.com)
2 points
by
derickbailey
13y ago
|
0 comments
23.
▲
Prepare, Produce, Publish: How To Get Started In Podcasting
(blog.signalleaf.com)
2 points
by
derickbailey
13y ago
|
0 comments
24.
▲
Why can't I just host my podcast on iTunes?
(blog.signalleaf.com)
1 points
by
derickbailey
13y ago
|
0 comments
25.
▲
Minimum Viable Report
(lostechies.com)
1 points
by
derickbailey
13y ago
|
0 comments
26.
▲
Cleaning up JavaScript callbacks with promises (screencast)
(icenium.com)
1 points
by
derickbailey
13y ago
|
0 comments
27.
▲
Rendering A Filtered Backbone.Collection (An Unexpected Journey)
(tech.pro)
3 points
by
derickbailey
13y ago
|
0 comments
28.
▲
SignalLeaf: Embedded Podcast Audio Hosting
(signalleaf.com)
1 points
by
derickbailey
13y ago
|
0 comments
29.
▲
MarionetteJS (Backbone.Marionette) v1.1 release notes
(github.com)
1 points
by
derickbailey
13y ago
|
0 comments
30.
▲
by
derickbailey
13y ago
http://lmgtfy.com?q=JavaScript+AMD Asynchronous Module Definition - a method of defining JavaScript modules, to be loaded when needed.
More ›