<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: rickr</title><link>https://news.ycombinator.com/user?id=rickr</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 30 Apr 2026 23:08:17 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=rickr" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[At Facebook female engineers have their code rejected 35% more than males]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.theguardian.com/technology/2017/may/02/facebook-gender-bias-female-engineers-code">https://www.theguardian.com/technology/2017/may/02/facebook-gender-bias-female-engineers-code</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=14252978">https://news.ycombinator.com/item?id=14252978</a></p>
<p>Points: 30</p>
<p># Comments: 38</p>
]]></description><pubDate>Wed, 03 May 2017 04:11:33 +0000</pubDate><link>https://www.theguardian.com/technology/2017/may/02/facebook-gender-bias-female-engineers-code</link><dc:creator>rickr</dc:creator><comments>https://news.ycombinator.com/item?id=14252978</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14252978</guid></item><item><title><![CDATA[New comment by rickr in "Ask HN: What are some books where the reader learns by building one project?"]]></title><description><![CDATA[
<p>Michael Hartl's Rails tutorial (<a href="https://www.railstutorial.org/" rel="nofollow">https://www.railstutorial.org/</a>) is a great example of this.<p>It'll run you through building a twitter clone and introduce you to git, heroku, a bit of CSS/HTML, and even goes into AJAX a bit.<p>I can't recommend it enough to people looking to get into rails.</p>
]]></description><pubDate>Thu, 16 Feb 2017 15:49:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=13660820</link><dc:creator>rickr</dc:creator><comments>https://news.ycombinator.com/item?id=13660820</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13660820</guid></item><item><title><![CDATA[Quick-sort with Hungarian (Küküllőmenti legényes) folk dance]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=ywWBy6J5gz8">https://www.youtube.com/watch?v=ywWBy6J5gz8</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=13646377">https://news.ycombinator.com/item?id=13646377</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 14 Feb 2017 19:30:56 +0000</pubDate><link>https://www.youtube.com/watch?v=ywWBy6J5gz8</link><dc:creator>rickr</dc:creator><comments>https://news.ycombinator.com/item?id=13646377</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13646377</guid></item><item><title><![CDATA[New comment by rickr in "Ask HN: Docker, Kubernetes, Openshift, etc – how do you deploy your products?"]]></title><description><![CDATA[
<p>I've been working on creating a platform for a non profit to get veterans coding (<a href="http://operationcode.org/" rel="nofollow">http://operationcode.org/</a>). We're a slack based community and have been rolling out some home grown slack bots and we currently have a rails app hosted on heroku. Managing and keeping track of the different apps was getting unwieldy so in an effort to consolidate our apps and reduce costs I evaluated a few different options. I ended up going with rancher and after working with it a bit I'm pretty happy.<p>I have github hooked up to travis. When a new PR (or commit) is pushed travis shoves the app into its container, and runs the test suite inside the container.<p>If that passes AND the branch is master we push the image to docker hub. As of now we manually update the app inside of rancher but I think automating that will be a simple API call. Once we get more stable I'll be investigating that.<p>I still haven't quite figured out secret management but outside of that and a tiny learning curve it's been pretty smooth sailing.<p>An example travis config:
<a href="https://github.com/OperationCode/operationcode_bot/blob/master/.travis.yml" rel="nofollow">https://github.com/OperationCode/operationcode_bot/blob/mast...</a></p>
]]></description><pubDate>Wed, 01 Feb 2017 16:11:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=13541852</link><dc:creator>rickr</dc:creator><comments>https://news.ycombinator.com/item?id=13541852</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13541852</guid></item><item><title><![CDATA[New comment by rickr in "Ask HN: Who needs contributors? (October 2016)"]]></title><description><![CDATA[
<p>Operation Code (<a href="http://operationcode.org" rel="nofollow">http://operationcode.org</a>)<p>Operation Code is an open source project that helps military, guard & reserve troops, veterans and their families get coding and building software to change the world.<p>We're overhauling the signup flow to make it easier for software mentors, new signups and contributors to get started.<p>HTML/CSS, JavaScript, Ruby on Rails<p><a href="https://github.com/operationcode/operationcode" rel="nofollow">https://github.com/operationcode/operationcode</a><p><a href="https://github.com/OperationCode/operationcode/blob/master/C.." rel="nofollow">https://github.com/OperationCode/operationcode/blob/master/C...</a>.<p>MIT</p>
]]></description><pubDate>Mon, 03 Oct 2016 15:01:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=12627848</link><dc:creator>rickr</dc:creator><comments>https://news.ycombinator.com/item?id=12627848</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12627848</guid></item><item><title><![CDATA[New comment by rickr in "Ask HN: Who needs contributors?"]]></title><description><![CDATA[
<p>Operation Code (<a href="http://operationcode.org" rel="nofollow">http://operationcode.org</a>)<p>Operation Code is an open source project that helps military, guard & reserve troops, veterans and their families get coding and building software to change the world.<p>We're overhauling the signup flow to make it easier for software mentors, new signups and contributors to get started.<p>HTML/CSS, JavaScript, Ruby on Rails<p><a href="https://github.com/operationcode/operationcode" rel="nofollow">https://github.com/operationcode/operationcode</a><p><a href="https://github.com/OperationCode/operationcode/blob/master/CONTRIBUTING.md" rel="nofollow">https://github.com/OperationCode/operationcode/blob/master/C...</a><p>MIT</p>
]]></description><pubDate>Thu, 01 Sep 2016 15:02:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=12405744</link><dc:creator>rickr</dc:creator><comments>https://news.ycombinator.com/item?id=12405744</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12405744</guid></item><item><title><![CDATA[New comment by rickr in "Cloud9 Acquired by Amazon"]]></title><description><![CDATA[
<p>Using Firefox/Chrome on a linux box doesn't really compare to getting a dev environment setup.<p>For a rails app it's not a stretch to have to install postgres, rvm, ruby, some compiled gems, and redis. Then you need to make sure postgres and your rails server are running.<p>These aren't insurmountable and we can write documentation around it but compare that to 'Log into c9.io, copy this workspace and work on a ticket'.<p>I work with people that want to learn how to program and I hear feedback that getting an environment setup is overwhelming somewhat regularly. These online IDEs look like they can really combat that.</p>
]]></description><pubDate>Thu, 14 Jul 2016 14:58:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=12094370</link><dc:creator>rickr</dc:creator><comments>https://news.ycombinator.com/item?id=12094370</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12094370</guid></item><item><title><![CDATA[New comment by rickr in "People suck at technical interviews (2014)"]]></title><description><![CDATA[
<p>As long as they didn't state you can't use external libs it IS a good solution.<p>Their response lets their team dynamic and environment shine through. They came across an unexpected but valid solution and instead of accepting their question was beaten within the rules they rejected it. I'd wager they didn't fix the wording of the question afterwords either.</p>
]]></description><pubDate>Fri, 10 Jun 2016 14:58:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=11876802</link><dc:creator>rickr</dc:creator><comments>https://news.ycombinator.com/item?id=11876802</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11876802</guid></item><item><title><![CDATA[New comment by rickr in "The Slack Platform Roadmap"]]></title><description><![CDATA[
<p>The actual roadmap is here:<p><a href="https://trello.com/b/ZnTQyumQ/slack-platform-roadmap" rel="nofollow">https://trello.com/b/ZnTQyumQ/slack-platform-roadmap</a></p>
]]></description><pubDate>Fri, 08 Apr 2016 17:02:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=11456136</link><dc:creator>rickr</dc:creator><comments>https://news.ycombinator.com/item?id=11456136</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11456136</guid></item><item><title><![CDATA[What I learned migrating a Rails app to Elixir/Phoenix]]></title><description><![CDATA[
<p>Article URL: <a href="https://medium.com/@stueccles/what-i-learned-migrating-a-rails-app-to-elixir-phoenix-f707436749aa#.5k4lozaie">https://medium.com/@stueccles/what-i-learned-migrating-a-rails-app-to-elixir-phoenix-f707436749aa#.5k4lozaie</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=10998826">https://news.ycombinator.com/item?id=10998826</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 29 Jan 2016 21:58:32 +0000</pubDate><link>https://medium.com/@stueccles/what-i-learned-migrating-a-rails-app-to-elixir-phoenix-f707436749aa#.5k4lozaie</link><dc:creator>rickr</dc:creator><comments>https://news.ycombinator.com/item?id=10998826</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10998826</guid></item><item><title><![CDATA[New comment by rickr in "We built a Twitter-powered robot who reads your tweets, and we're livestreaming it"]]></title><description><![CDATA[
<p>FYI your page is empty of any content with ghostery enabled.</p>
]]></description><pubDate>Wed, 02 Dec 2015 18:06:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=10664635</link><dc:creator>rickr</dc:creator><comments>https://news.ycombinator.com/item?id=10664635</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10664635</guid></item><item><title><![CDATA[New comment by rickr in "Smoking Meat with the Internet of Things"]]></title><description><![CDATA[
<p>My team at a recent Startup Weekend did this.<p>RasPI with a PID loop turning a fan on (increase heat)/off (decrease heat). The RasPI fed this into a backend server via websocket. We through a front end on to graph the temp, humidity etc. We could even set the temp and turn the fans on/off via the site.</p>
]]></description><pubDate>Fri, 30 Oct 2015 00:09:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=10475401</link><dc:creator>rickr</dc:creator><comments>https://news.ycombinator.com/item?id=10475401</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10475401</guid></item><item><title><![CDATA[New comment by rickr in "Phoenix 1.0"]]></title><description><![CDATA[
<p>I haven't done much with Phoenix but I think there are a few libraries out there. I think addict is the front
runner:<p><a href="https://github.com/trenpixster/addict" rel="nofollow">https://github.com/trenpixster/addict</a><p><a href="https://github.com/opendrops/passport" rel="nofollow">https://github.com/opendrops/passport</a><p>Also here's a nice blog post that was in the elixir newsletter that may help!<p><a href="http://nithinbekal.com/posts/phoenix-authentication/" rel="nofollow">http://nithinbekal.com/posts/phoenix-authentication/</a></p>
]]></description><pubDate>Fri, 28 Aug 2015 17:46:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=10136862</link><dc:creator>rickr</dc:creator><comments>https://news.ycombinator.com/item?id=10136862</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10136862</guid></item><item><title><![CDATA[New comment by rickr in "Ask HN: Time to update my skills.  What should I do?"]]></title><description><![CDATA[
<p>Learning a functional language (and way of thinking) was pretty enlightening to me.<p>I've also been looking into learning a bit about machine learning and data science via <a href="https://www.kaggle.com/" rel="nofollow">https://www.kaggle.com/</a>. They run contests with some very interesting problems.<p>I don't know if these are the next 'big things' but i certainly don't regret learning them.</p>
]]></description><pubDate>Tue, 11 Aug 2015 18:35:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=10043369</link><dc:creator>rickr</dc:creator><comments>https://news.ycombinator.com/item?id=10043369</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10043369</guid></item><item><title><![CDATA[Core Elixir: IO.Puts]]></title><description><![CDATA[
<p>Article URL: <a href="http://variousandsundry.com/cs/blog/2015/07/16/core-elixir-io-dot-puts/">http://variousandsundry.com/cs/blog/2015/07/16/core-elixir-io-dot-puts/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=10011319">https://news.ycombinator.com/item?id=10011319</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 05 Aug 2015 17:23:45 +0000</pubDate><link>http://variousandsundry.com/cs/blog/2015/07/16/core-elixir-io-dot-puts/</link><dc:creator>rickr</dc:creator><comments>https://news.ycombinator.com/item?id=10011319</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10011319</guid></item><item><title><![CDATA[New comment by rickr in "Show HN: Publicize – PR for Startups"]]></title><description><![CDATA[
<p>You've got a weird issue with your text/register button:<p><a href="http://imgur.com/zbhpFY3" rel="nofollow">http://imgur.com/zbhpFY3</a><p>(FF 39 on a MBP)</p>
]]></description><pubDate>Mon, 03 Aug 2015 16:28:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=9997374</link><dc:creator>rickr</dc:creator><comments>https://news.ycombinator.com/item?id=9997374</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9997374</guid></item><item><title><![CDATA[Phoenix app with authentication]]></title><description><![CDATA[
<p>Article URL: <a href="http://meatherly.github.io/2015/05/11/phoenixauthentication/">http://meatherly.github.io/2015/05/11/phoenixauthentication/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=9916190">https://news.ycombinator.com/item?id=9916190</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 20 Jul 2015 14:22:13 +0000</pubDate><link>http://meatherly.github.io/2015/05/11/phoenixauthentication/</link><dc:creator>rickr</dc:creator><comments>https://news.ycombinator.com/item?id=9916190</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9916190</guid></item><item><title><![CDATA[Pentagon outreach to Silicon Valley stirs a fuss]]></title><description><![CDATA[
<p>Article URL: <a href="http://www.politico.com/story/2015/07/pentagon-outreach-to-silicon-valley-stirs-a-fuss-120177.html">http://www.politico.com/story/2015/07/pentagon-outreach-to-silicon-valley-stirs-a-fuss-120177.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=9903073">https://news.ycombinator.com/item?id=9903073</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 17 Jul 2015 15:06:54 +0000</pubDate><link>http://www.politico.com/story/2015/07/pentagon-outreach-to-silicon-valley-stirs-a-fuss-120177.html</link><dc:creator>rickr</dc:creator><comments>https://news.ycombinator.com/item?id=9903073</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9903073</guid></item><item><title><![CDATA[New comment by rickr in "Soloshot: Automatically film outdoor activities without a camera operator"]]></title><description><![CDATA[
<p>LeMons racer? That's the first application I thought of but when are you ever alone on track?<p>You could throw one or two of these in common passing places and combine that feed with in car video. You could get some really neat video.</p>
]]></description><pubDate>Mon, 13 Jul 2015 17:27:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=9879549</link><dc:creator>rickr</dc:creator><comments>https://news.ycombinator.com/item?id=9879549</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9879549</guid></item><item><title><![CDATA[New comment by rickr in "Ruby Is Defined by Terrible Tools"]]></title><description><![CDATA[
<p>I've just started messing with elixir. It's a functional language that runs on the Erlang VM but it's syntax is ruby-ish.<p>I'm a newbie but I've been impressed by the tooling so far. And once you change how you think about everything the learning curve isn't too bad. =)<p>It has a rails-y framework that I haven't heard much about (and nothing particularly bad):<p><a href="https://github.com/phoenixframework/phoenix" rel="nofollow">https://github.com/phoenixframework/phoenix</a></p>
]]></description><pubDate>Wed, 08 Jul 2015 19:13:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=9853972</link><dc:creator>rickr</dc:creator><comments>https://news.ycombinator.com/item?id=9853972</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9853972</guid></item></channel></rss>