Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nesquena
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
nesquena
9y ago
Fair enough, I've adjusted this to be more clear now.
2.
▲
by
nesquena
9y ago
Fair enough
3.
▲
by
nesquena
9y ago
I've updated the guide to reflect your valid points here.
4.
▲
by
nesquena
9y ago
Did this ever get resolved?
5.
▲
by
nesquena
9y ago
Looks cool!
6.
▲
Beginner's Guide to Investing in Cryptocurrency
(hackmd.io)
11 points
by
nesquena
9y ago
|
15 comments
7.
▲
by
nesquena
13y ago
I like your style and your sentiment here. We are committed to exactly the ideals you outlined here. Tim and I are both startup founders and very product-minded engineers. Our program is less about "whipping together a cheesy iPhone ap
8.
▲
by
nesquena
13y ago
We are big fans of Hack Reactor and similar programs. I think they fill a real need for aspiring engineers who want to jump into the field. The key differences for us are we are very focused on existing experienced engineers that want to le
9.
▲
by
nesquena
13y ago
This article might help clarify: http://pandodaily.com/2013/08/26/job-recruiting-in-silicon-v... we see this as an opportunity to fix talent development and placement in a big way. Put it this way: consider t
10.
▲
by
nesquena
13y ago
That's right, Tim and I (CodePath founders) are both startup-minded software engineers with backgrounds in product development and web and mobile development stacks.
11.
▲
CodePath and Riviera partners offering free 6-week SF Android "Evening" Bootcamp
(thecodepath.com)
1 points
by
nesquena
13y ago
|
0 comments
12.
▲
by
nesquena
14y ago
brain looks pretty cool and I also noticed she not only works at mozilla but also regularly speaks at conferences. Weird how judging a person's competence based on looking at a single for fun open source project may not be a great idea.
13.
▲
by
nesquena
14y ago
What a great idea to go around calling other people stupid for creating personal open-source projects that they enjoy using, mocking their competence and treating them as if they should go away because they aren't as good as you. What a pro
14.
▲
by
nesquena
14y ago
Yeah I mean it's OK to make judgements and think or believe whatever you want. Maybe even tell how a friend or two how silly something seems to you while hanging out. It's a different thing to being a dick to someone publicly on the interne
15.
▲
by
nesquena
14y ago
Glad to hear rabl is working well in conjunction with rails-api. Haven't had a chance to try that combination yet, mostly been using rabl alongside Sinatra, Grape and Padrino.
16.
▲
by
nesquena
14y ago
Definitely, thanks for your feedback. Will be bringing up redis in the next post. Redis has some messaging functionality baked right in and can be a good solution as seen with https://github.com/defunkt/resque in Ruby as well. ZeroMQ is a
17.
▲
by
nesquena
14y ago
Interesting, thanks for sharing the links. I think building your own message queue is sometimes the only way to get things working exactly as you might want. For people looking for a highly configurable framework for building a tailored MQ,
18.
▲
by
nesquena
14y ago
Yes beanstalkd has solid persistence support now in later versions. You can use the “-b” option, and beanstalkd will write all jobs to a binlog. If the power goes out, you can restart beanstalkd with the same option and it will recover the
19.
▲
by
nesquena
14y ago
I agree and if polling was the only consideration then this would mitigate the issue. Admittedly I didn't cover this as much in my article but there's also a lot of other flexibility afforded by a good message queue around delivery strategi
20.
▲
by
nesquena
14y ago
Thanks for your feedback, I appreciate the thoughtful response. I actually agree that generalized message queues can often be complex and perhaps even unnecessary when dealing with asynchronous processing at a small scale depending on your
21.
▲
by
nesquena
14y ago
Thanks! That's exactly why I am writing this series. I plan to take people slowly through everything about asynchronous processing, message queues, handling job processing, etc. Message queues are underused in modern web apps, and I think a
22.
▲
Asynchronous Processing in Web Apps, Part 1: A Database Is Not a Queue
(blog.gomiso.com)
59 points
by
nesquena
14y ago
|
27 comments
23.
▲
Backburner and Beanstalkd, Reliable Ruby Job Queue
(nesquena.github.com)
1 points
by
nesquena
14y ago
|
0 comments
24.
▲
Beaneater - New official beanstalkd ruby client
(beanstalkd.github.com)
3 points
by
nesquena
14y ago
|
0 comments
25.
▲
by
nesquena
14y ago
It is an awesome piece of software. If you like it, I would love for you to check out https://github.com/nesquena/backburner which is a resque inspired project powered by beanstalkd. There is a great sinatra admin tool as well https://gi
26.
▲
by
nesquena
14y ago
I think part of it is a marketing and documentation issue. I have been working to help get beanstalk into a better place specifically around ruby tooling and overall documentation. Check out https://github.com/nesquena/backburner for my s
27.
▲
Backburner: reliable beanstalkd job queue for ruby
(github.com)
1 points
by
nesquena
14y ago
|
0 comments
28.
▲
Adventures in Scaling, Part 3: PostgreSQL Streaming Replication
(engineering.gomiso.com)
1 points
by
nesquena
15y ago
|
0 comments
29.
▲
Work Efficiently With XCode
(engineering.gomiso.com)
1 points
by
nesquena
15y ago
|
0 comments
30.
▲
by
nesquena
15y ago
Just want to add a quick comment about our goals for gitdocs. Obviously this was never intended to be a 'dropbox-killer', in fact at Miso we actually use both. Dropbox for videos, large binary files, business and legal files. Instead we use
More ›