<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: jasonrhaas</title><link>https://news.ycombinator.com/user?id=jasonrhaas</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 30 Apr 2026 20:36:15 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=jasonrhaas" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by jasonrhaas in "MacBook 16-inch Fan Noise (2019)"]]></title><description><![CDATA[
<p>I have the Macbook Pro 16 and have been using it for a few months now.  Overall, I think its pretty bad laptop for how expensive it is.  Yes Apple fixed many things people were complaining about but it is a perfect example of how Apple has stopped innovating and stopped caring about the MacBook line.  In fact, I dislike it so much I have started using my 10 year old MacBook Air instead of my brand new Macbook Pro.<p>Things I dislike about the MBP 16:<p>- Still has the touch bar<p>- Screen size is awful. I like to work with windows size by size and the 16 inch screen size is awkward because most website won't re-size properly.<p>- Its heavy as hell, slightly thinker than the old ones.<p>- Its slow.  Yes, all the RAM and CPU and the thing is 
laggy.  I don't know why but it just has a bad "feel" to it.<p>- Touchpad is too big.  Its gigantic and I often end up touching it by accident.<p>- Its crazy expensive<p>In the end, I will end up selling it and using my 10 year old Macbook Air until it dies.  After that I'm not sure.. maybe I will try the newer Macbook Air and see if its tolerable.  At least it doesnt have a touchbar.</p>
]]></description><pubDate>Fri, 07 Feb 2020 17:14:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=22268207</link><dc:creator>jasonrhaas</dc:creator><comments>https://news.ycombinator.com/item?id=22268207</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22268207</guid></item><item><title><![CDATA[New comment by jasonrhaas in "Perl is dying"]]></title><description><![CDATA[
<p>Other than C++ in high school, Perl was one of the first languages that I learned.  At the time I was working on Unix systems in a closed off, secured area with no access to the internet.  I was doing systems work, and the only tools I really had at my disposal was what was on the servers I had in the space with me.  If I was lucky I got a system with a modern Linux OS on it like Red Hat, but sometimes I had to work on a Solaris UNIX system that was pretty bare bones.<p>The options for scripting were either bash or perl.  After some digging around I found some scripts that other engineers wrote in Perl.  Mostly using it for text replacement, regex, and basic server functions.<p>I was intrigued by the weird syntax and very powerful one liners, so I got some books and taught myself basic Perl.  I started writing some quick scripts and it made me feel like I had a super power.  Most of all, Perl was fun with all the different ways you could do things.  It was like a puzzle.<p>Fast forward to my first "real" software job.  Most of the code case was written in Python, so I started learning that.  I wrote a couple scripts in Perl to do some basic text stuff that I thought would actually be less elegant in Python.  While I thought I was quite clever, the other engineers immediately jumped on me and told me to never write any Perl code again.  Something about "hard to maintain", "too many ways to do it", etc.<p>After that I never wrote any "real" code in Perl, but I kind of want to write some clever, convoluted Perl code just because I can.</p>
]]></description><pubDate>Mon, 07 Oct 2019 15:31:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=21182034</link><dc:creator>jasonrhaas</dc:creator><comments>https://news.ycombinator.com/item?id=21182034</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21182034</guid></item><item><title><![CDATA[New comment by jasonrhaas in "200k people applied for jobs at Amazon in a single week"]]></title><description><![CDATA[
<p>fakespot.com but for companies.</p>
]]></description><pubDate>Thu, 19 Sep 2019 15:19:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=21017013</link><dc:creator>jasonrhaas</dc:creator><comments>https://news.ycombinator.com/item?id=21017013</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21017013</guid></item><item><title><![CDATA[New comment by jasonrhaas in "YouTube isn’t for kids, but kids videos are among its most popular"]]></title><description><![CDATA[
<p>My sister in law has kids that are in the 7 - 13 year range.  The girl specifically (she's 9 or so) will just put on a youtube video and then just watch whatever it recommends after that endlessly.<p>To adults, the content is absolute garbage, but to her its entertaining.  I noticed that most of the stuff she watches is just some tweens or twenty somethings doing every day life stuff (sitting in a pool, making spaghetti, etc).  The only real difference is that they do it with high energy and make a big deal out of everything.<p>WOOOOAAA noodles feel weird!
NO WAAAYY the sauce is RED!!
HOLY COW this hot TUB is SO HOT!<p>I guess it works because these videos often have 400k to millions of views.</p>
]]></description><pubDate>Thu, 25 Jul 2019 21:44:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=20530088</link><dc:creator>jasonrhaas</dc:creator><comments>https://news.ycombinator.com/item?id=20530088</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20530088</guid></item><item><title><![CDATA[New comment by jasonrhaas in "Mr. Robot Season 4 Teaser"]]></title><description><![CDATA[
<p>Lost interest after season 1.  Season 2 got weird, and way waaaaayyy tooooo sloooow.</p>
]]></description><pubDate>Wed, 17 Jul 2019 20:56:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=20463921</link><dc:creator>jasonrhaas</dc:creator><comments>https://news.ycombinator.com/item?id=20463921</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20463921</guid></item><item><title><![CDATA[New comment by jasonrhaas in "What's Coming in Python 3.8"]]></title><description><![CDATA[
<p>The walrus operator does not feel like Python to me.  I'm not a big fan of these types of one liner statements where one line is doing more than one thing.<p>It violates the philosophies of Python and UNIX where one function, or one line, should preferably only do one thing, and do it well.<p>I get the idea behind the :=, but I do think it's an unnecessary addition to Python.</p>
]]></description><pubDate>Wed, 17 Jul 2019 20:55:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=20463912</link><dc:creator>jasonrhaas</dc:creator><comments>https://news.ycombinator.com/item?id=20463912</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20463912</guid></item><item><title><![CDATA[New comment by jasonrhaas in "MacBook Air and MacBook Pro updated for back-to-school season"]]></title><description><![CDATA[
<p>The new Macbook Air is now the go-to (Mac) laptop for developers.  If I were to get a new Macbook today, I would get the Air.  It's now the only laptop without the touchbar, it has a Retina display, and you can get it with 16 GB of RAM.  I see no reason to get a Macbook Pro at this point.  Its more expensive than the air, heavier, has the awful touchbar, and 2 unnecessary  USB-C ports (I've never needed more than two).</p>
]]></description><pubDate>Tue, 09 Jul 2019 17:54:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=20394675</link><dc:creator>jasonrhaas</dc:creator><comments>https://news.ycombinator.com/item?id=20394675</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20394675</guid></item><item><title><![CDATA[New comment by jasonrhaas in "16-Inch MacBook Pro Said to Launch in September"]]></title><description><![CDATA[
<p>I'm in the same boat.  I have it frozen to use as regular keys.  So basically I have the same functionality as a regular keyboard, with the caveat that sometimes the keys don't work, and there is no haptic feedback.</p>
]]></description><pubDate>Mon, 24 Jun 2019 14:45:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=20264029</link><dc:creator>jasonrhaas</dc:creator><comments>https://news.ycombinator.com/item?id=20264029</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20264029</guid></item><item><title><![CDATA[16-Inch MacBook Pro Said to Launch in September]]></title><description><![CDATA[
<p>Article URL: <a href="https://forums.macrumors.com/threads/16-inch-macbook-pro-said-to-launch-in-september-with-lcd-and-3072x1920-resolution.2187096/">https://forums.macrumors.com/threads/16-inch-macbook-pro-said-to-launch-in-september-with-lcd-and-3072x1920-resolution.2187096/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=20263582">https://news.ycombinator.com/item?id=20263582</a></p>
<p>Points: 59</p>
<p># Comments: 62</p>
]]></description><pubDate>Mon, 24 Jun 2019 14:01:25 +0000</pubDate><link>https://forums.macrumors.com/threads/16-inch-macbook-pro-said-to-launch-in-september-with-lcd-and-3072x1920-resolution.2187096/</link><dc:creator>jasonrhaas</dc:creator><comments>https://news.ycombinator.com/item?id=20263582</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20263582</guid></item><item><title><![CDATA[New comment by jasonrhaas in "John Carmack on QuakeWorld latency and business model (1996)"]]></title><description><![CDATA[
<p>Typing delay is a pet peeve of mine.  This is why I have stuck with Sublime and Vim even though there are more powerful editors out there like VsCode or PyCharm.<p>If you want a fast editor, switch to Sublime 3.</p>
]]></description><pubDate>Wed, 15 May 2019 14:25:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=19919673</link><dc:creator>jasonrhaas</dc:creator><comments>https://news.ycombinator.com/item?id=19919673</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19919673</guid></item><item><title><![CDATA[Making a simple link shortener with AWS and MySQL]]></title><description><![CDATA[

<p>Comments URL: <a href="https://news.ycombinator.com/item?id=19098231">https://news.ycombinator.com/item?id=19098231</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 06 Feb 2019 18:43:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=19098231</link><dc:creator>jasonrhaas</dc:creator><comments>https://news.ycombinator.com/item?id=19098231</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19098231</guid></item><item><title><![CDATA[New comment by jasonrhaas in "Ask HN: Freelancer? Seeking freelancer? (January 2019)"]]></title><description><![CDATA[
<p>SEEKING WORK | Remote only (based in Austin, TX) | Part-time or Full-time<p>Software Engineer and Architect with over 10 years' experience.  My biggest strengths are<p>- Back-end 
- Python 
- Big Data 
- DevOps 
- AWS<p>I can also do full stack web development if needed.<p>Check out my LinkedIn profile for full details.<p><a href="https://linkedin.com/in/jasonrhaas" rel="nofollow">https://linkedin.com/in/jasonrhaas</a></p>
]]></description><pubDate>Sat, 12 Jan 2019 03:10:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=18889342</link><dc:creator>jasonrhaas</dc:creator><comments>https://news.ycombinator.com/item?id=18889342</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18889342</guid></item><item><title><![CDATA[New comment by jasonrhaas in "Netflix Is Forcing Hollywood into a Talent War"]]></title><description><![CDATA[
<p>I'm 4 episodes in and I still don't know what the show is about.  It seems like its trying hard to channel some kind of weird, blade runner light vibes, but its doing a pretty bad job.  Honestly if it didn't have some name brands in it (Jonah Hill and Emma Stone), I don't think it would getting the attention that it is.</p>
]]></description><pubDate>Fri, 05 Oct 2018 15:22:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=18148849</link><dc:creator>jasonrhaas</dc:creator><comments>https://news.ycombinator.com/item?id=18148849</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18148849</guid></item><item><title><![CDATA[New comment by jasonrhaas in "Life in the Spanish city that banned cars"]]></title><description><![CDATA[
<p>I really like the idea of restricting where and when people can drive their cars.  In China there are policies in place that only allow to commute with your car on certain days of the week.  The other days you need to use public transport or find a car pool.<p>A lot of Americans think that they should be able to drive and park their car when and where ever they want.  This mentality needs to change if we want to continue to grow our cities sustainably.</p>
]]></description><pubDate>Tue, 18 Sep 2018 18:37:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=18017929</link><dc:creator>jasonrhaas</dc:creator><comments>https://news.ycombinator.com/item?id=18017929</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18017929</guid></item><item><title><![CDATA[New comment by jasonrhaas in "iOS 12 released"]]></title><description><![CDATA[
<p>Its nice to see an update that is focused on better performance, better privacy, and better control over those annoying notifications.</p>
]]></description><pubDate>Tue, 18 Sep 2018 01:52:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=18011744</link><dc:creator>jasonrhaas</dc:creator><comments>https://news.ycombinator.com/item?id=18011744</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18011744</guid></item><item><title><![CDATA[4 big reasons to work for yourself]]></title><description><![CDATA[
<p>Article URL: <a href="https://medium.com/go-remote/4-big-reasons-to-work-for-yourself-c0b0c4d020c6">https://medium.com/go-remote/4-big-reasons-to-work-for-yourself-c0b0c4d020c6</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=17408628">https://news.ycombinator.com/item?id=17408628</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 27 Jun 2018 14:57:43 +0000</pubDate><link>https://medium.com/go-remote/4-big-reasons-to-work-for-yourself-c0b0c4d020c6</link><dc:creator>jasonrhaas</dc:creator><comments>https://news.ycombinator.com/item?id=17408628</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17408628</guid></item><item><title><![CDATA[New comment by jasonrhaas in "Apple introduces macOS Mojave"]]></title><description><![CDATA[
<p>Is anyone else excited about "dark mode"?  Seems like a nod to developers, a lot of whom are night owls.  For that, Apple, I applaud you.</p>
]]></description><pubDate>Mon, 04 Jun 2018 23:32:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=17233613</link><dc:creator>jasonrhaas</dc:creator><comments>https://news.ycombinator.com/item?id=17233613</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17233613</guid></item><item><title><![CDATA[New comment by jasonrhaas in "Microsoft acquires Github"]]></title><description><![CDATA[
<p>Never "ours" in any legal sense of the word.  I said in my post I can't blame them for selling, its how our system works.  I'm just trying to think towards the future and how "we" can do it better next time.</p>
]]></description><pubDate>Mon, 04 Jun 2018 16:18:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=17229380</link><dc:creator>jasonrhaas</dc:creator><comments>https://news.ycombinator.com/item?id=17229380</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17229380</guid></item><item><title><![CDATA[New comment by jasonrhaas in "Microsoft acquires Github"]]></title><description><![CDATA[
<p>I get it, its the way this industry works.  Build up a solid product, grow the user base, continue to lose money until you sell the business and cash out.<p>I'm not against the company or the founders making money.  This is America after all.  What is disappointing to me and others in the open source community is that we have zero say over something that we helped build.<p>This sale to Microsoft is just another reason why we need something new, a new system that can be owned by individuals and not corporations.  I would love to see something where the developers and users actually have a stake in what happens, and can in turn profit from it as well.</p>
]]></description><pubDate>Mon, 04 Jun 2018 16:06:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=17229241</link><dc:creator>jasonrhaas</dc:creator><comments>https://news.ycombinator.com/item?id=17229241</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17229241</guid></item><item><title><![CDATA[New comment by jasonrhaas in "Microsoft Is Said to Have Agreed to Acquire GitHub"]]></title><description><![CDATA[
<p>This is a sad day for Open Source and software in general.  What makes Github great is that its a neutral place where anyone can host their code.  Now that its owned by a Big Corporation, the values that Github has built will be abandoned in favor of making money for the corporation.<p>R.I.P. Github.  Your move, Gitlab.</p>
]]></description><pubDate>Sun, 03 Jun 2018 20:59:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=17221969</link><dc:creator>jasonrhaas</dc:creator><comments>https://news.ycombinator.com/item?id=17221969</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17221969</guid></item></channel></rss>