<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: k3n</title><link>https://news.ycombinator.com/user?id=k3n</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 20 May 2026 11:23:36 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=k3n" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by k3n in "The 2016 Election"]]></title><description><![CDATA[
<p>> Clinton says different things in public than she does to her friends. She also flip flops. This is not trustworthy.<p>> Trump is unpleasant, but at least he talks straight.<p>You seem to imply that since Trump "talks straight", he doesn't flip-flop?<p>If that's what you're implying, it couldn't be more inaccurate; he has sharply contradicted himself countless times, straight-up denying things he's documented as saying (on TV, Twitter, etc.)</p>
]]></description><pubDate>Mon, 17 Oct 2016 23:52:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=12730900</link><dc:creator>k3n</dc:creator><comments>https://news.ycombinator.com/item?id=12730900</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12730900</guid></item><item><title><![CDATA[New comment by k3n in "Yarn – A new package manager for JavaScript"]]></title><description><![CDATA[
<p>> So I don't think interests will ever align to create a new registry.<p>Possibly not soon, at least from a technical perspective, but I could definitely see a PR fiasco (security, bias, etc.) causing a loss of confidence in its stewardship.<p>And I don't think it'd be that big of a disruption if it were to happen; for the hypothetical case of Facebook+Yarn, they're already proxying to NPM, so they could easily continue to do so while also accepting packages that are Yarn-only.</p>
]]></description><pubDate>Wed, 12 Oct 2016 04:40:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=12690464</link><dc:creator>k3n</dc:creator><comments>https://news.ycombinator.com/item?id=12690464</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12690464</guid></item><item><title><![CDATA[New comment by k3n in "Node.js Examples – How Enterprises Use Node in 2016"]]></title><description><![CDATA[
<p>It's basically free advertising for them, this account has 0 comments and has submitted 100% from risingstack.com -- 12 posts in 2 months. It's obvious they're just trying to drum up traffic (i.e. business).</p>
]]></description><pubDate>Wed, 15 Jun 2016 00:11:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=11906385</link><dc:creator>k3n</dc:creator><comments>https://news.ycombinator.com/item?id=11906385</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11906385</guid></item><item><title><![CDATA[New comment by k3n in "Chrome DevTools in 2016 and Beyond"]]></title><description><![CDATA[
<p>> Thanks to the V8, DevTools, and Google Cloud Platform for Node.js teams, you can now use all of DevTools’ powerful debugging features to introspect a Node.js app.<p>See also:<p><a href="https://github.com/nodejs/node/pull/6792" rel="nofollow">https://github.com/nodejs/node/pull/6792</a></p>
]]></description><pubDate>Sat, 11 Jun 2016 07:27:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=11882483</link><dc:creator>k3n</dc:creator><comments>https://news.ycombinator.com/item?id=11882483</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11882483</guid></item><item><title><![CDATA[New comment by k3n in "New Sublime Text update"]]></title><description><![CDATA[
<p>Disclaimer: I haven't used any of the 3 extensively, but I do play around in them from time-to-time. The main difference to me is that ST comes as a bare-metal editor with the potential to do just about anything, while Atom and VSC come with some built-in features that just make life easier and the ability to extend it further.<p>A concrete example would be VSC's git support; out-of-the-box, it's a full-featured git client, and even if you prefer the git cli for most operations like I do, VSC automatically reads the .git directory and then creates a tab that shows your current changelist (modified, staged) with a visual diff of the files. Also allows you to easily do the common stuff like checkout a branch, commit, push, etc.<p>If you're a big fan of ST, you probably won't like the alternatives unless you have some frustrations with ST, because ST is probably more powerful overall, but compared to Atom & VSC, the learning curve is also quite a bit higher.</p>
]]></description><pubDate>Fri, 13 May 2016 05:39:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=11688831</link><dc:creator>k3n</dc:creator><comments>https://news.ycombinator.com/item?id=11688831</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11688831</guid></item><item><title><![CDATA[New comment by k3n in "Ask HN: What are some examples of beautiful software?"]]></title><description><![CDATA[
<p>Can you provide some more context?<p><pre><code>    > JSON.stringify(1)
    "1"
</code></pre>
Stored without a decimal for free, seems like it'd be up to the receiver to interpret it correctly.<p>What if you receive it in JS?<p><pre><code>    JSON.parse(JSON.stringify(1))
    > 1
</code></pre>
Ok, so it parses an int for free too... thus my confusion.<p>Regardless, you can still override anything it does considering the second argument to both `JSON.parse()` and `JSON.stringify()` allows you to provide your own function for handling the logic as you see fit.</p>
]]></description><pubDate>Mon, 14 Mar 2016 04:54:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=11281147</link><dc:creator>k3n</dc:creator><comments>https://news.ycombinator.com/item?id=11281147</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11281147</guid></item><item><title><![CDATA[New comment by k3n in "Curl vs. Wget"]]></title><description><![CDATA[
<p>Underscore CLI looks interesting as well, though I haven't personally had much of a chance to play with it. It does require NodeJS, which might be a deal-breaker for some, but if it's already in your toolchain then it might come in handy.<p><a href="https://github.com/ddopson/underscore-cli" rel="nofollow">https://github.com/ddopson/underscore-cli</a></p>
]]></description><pubDate>Thu, 03 Mar 2016 01:06:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=11214350</link><dc:creator>k3n</dc:creator><comments>https://news.ycombinator.com/item?id=11214350</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11214350</guid></item><item><title><![CDATA[New comment by k3n in "My Livecoding.tv account deletion saga"]]></title><description><![CDATA[
<p>They've also been spamming reddit pretty hard. As a mod of a programming sub, I've had to add their domain to the automod spam list for post spam, and then report a user or two to /r/spam for comment spam (and are now shadowbanned) . Kind of surprised to learn that they were YC.</p>
]]></description><pubDate>Mon, 02 Nov 2015 05:10:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=10490127</link><dc:creator>k3n</dc:creator><comments>https://news.ycombinator.com/item?id=10490127</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10490127</guid></item><item><title><![CDATA[New comment by k3n in "4chan discusses HN"]]></title><description><![CDATA[
<p>I believe there are simply 2 submissions:<p><a href="https://news.ycombinator.com/item?id=9787986" rel="nofollow">https://news.ycombinator.com/item?id=9787986</a></p>
]]></description><pubDate>Sat, 27 Jun 2015 03:29:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=9788987</link><dc:creator>k3n</dc:creator><comments>https://news.ycombinator.com/item?id=9788987</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9788987</guid></item><item><title><![CDATA[New comment by k3n in "Anti-Patterns Every Programmer Should Be Aware Of"]]></title><description><![CDATA[
<p>I really like Spolsky's take on it:<p>> If it's a core business function -- do it yourself, no matter what.<p><a href="http://www.joelonsoftware.com/articles/fog0000000007.html" rel="nofollow">http://www.joelonsoftware.com/articles/fog0000000007.html</a></p>
]]></description><pubDate>Mon, 11 May 2015 06:07:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=9522995</link><dc:creator>k3n</dc:creator><comments>https://news.ycombinator.com/item?id=9522995</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9522995</guid></item><item><title><![CDATA[New comment by k3n in "Bidding farewell to Google Code"]]></title><description><![CDATA[
<p>Google hates anything that requires a human's touch, and per the article:<p>> Lately, the administrative load has consisted almost exclusively of abuse management.<p>They see Google Code as a time-sink, and they're probably right, and it's not surprising to me that they'd drop something that is no longer serving it's intended purpose, but instead has negative implications for their model. Keeping it going forward would require even more hands-on humans, so they scrap it.<p>As for the deep links, one of the Google Code devs did mention[1]:<p>> I work on Google Code, and we will be putting a service in place to redirect deep links to project homepages, issues, etc. to their new locations.<p>His comment also contains a link to a wiki with more information on how to opt-in to this service.<p><a href="http://google-opensource.blogspot.com/2015/03/farewell-to-google-code.html?showComment=1426178913316#c6979343460978972701" rel="nofollow">http://google-opensource.blogspot.com/2015/03/farewell-to-go...</a></p>
]]></description><pubDate>Thu, 12 Mar 2015 18:42:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=9192851</link><dc:creator>k3n</dc:creator><comments>https://news.ycombinator.com/item?id=9192851</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9192851</guid></item><item><title><![CDATA[New comment by k3n in "Marissa Mayer Has Completed Step One"]]></title><description><![CDATA[
<p>> Her time at Google was not spent working on any projects that produced notable success or revenue.<p>Her CV begs to differ: she was VP of Search Products and User Experience, and then held key roles in Google Search, Google Images, Google News, Google Maps, Google Books, Google Product Search, Google Toolbar, iGoogle, and Gmail.</p>
]]></description><pubDate>Mon, 02 Mar 2015 20:13:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=9134045</link><dc:creator>k3n</dc:creator><comments>https://news.ycombinator.com/item?id=9134045</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9134045</guid></item><item><title><![CDATA[New comment by k3n in "Reddit"]]></title><description><![CDATA[
<p>As a mod of /r/javascript (for about 6 months now), I'm flattered. The sub really is easy to mod though; yes, we get a couple off-topic & spammy posts every once in awhile, but by-and-large, the JS community there runs itself really well.</p>
]]></description><pubDate>Tue, 30 Sep 2014 19:16:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=8390507</link><dc:creator>k3n</dc:creator><comments>https://news.ycombinator.com/item?id=8390507</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=8390507</guid></item><item><title><![CDATA[New comment by k3n in "Building modular applications with Riot.js, the 1kb MVP library"]]></title><description><![CDATA[
<p>What a great response from the developer.<p>I was already leaning towards 'no' regarding the project, but this has sealed the deal.</p>
]]></description><pubDate>Wed, 22 Jan 2014 18:13:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=7104331</link><dc:creator>k3n</dc:creator><comments>https://news.ycombinator.com/item?id=7104331</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7104331</guid></item><item><title><![CDATA[New comment by k3n in "“Vacations are for the weak”"]]></title><description><![CDATA[
<p>I've also personally known several who got canned for taking too much "unlimited" vacation time, even though the amount they took was far from extraordinary.</p>
]]></description><pubDate>Fri, 03 Jan 2014 17:38:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=7006738</link><dc:creator>k3n</dc:creator><comments>https://news.ycombinator.com/item?id=7006738</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7006738</guid></item><item><title><![CDATA[New comment by k3n in "Developer and Power Users Tool List for Windows"]]></title><description><![CDATA[
<p>Do you know how it compares to the old Google Desktop search? I miss that...</p>
]]></description><pubDate>Sun, 22 Dec 2013 01:18:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=6948879</link><dc:creator>k3n</dc:creator><comments>https://news.ycombinator.com/item?id=6948879</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=6948879</guid></item><item><title><![CDATA[New comment by k3n in "Developer and Power Users Tool List for Windows"]]></title><description><![CDATA[
<p>Foobar2000 is a great project, it's tremendously efficient (I think it uses 10-20mb when running), and the plugin feature allows you to extend it however you wish.</p>
]]></description><pubDate>Sun, 22 Dec 2013 01:17:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=6948876</link><dc:creator>k3n</dc:creator><comments>https://news.ycombinator.com/item?id=6948876</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=6948876</guid></item><item><title><![CDATA[New comment by k3n in "Developer and Power Users Tool List for Windows"]]></title><description><![CDATA[
<p>IMO it has a different place than GIMP, and they actually co-exist on my system. GIMP is more of a PhotoShop clone, whereas Paint.NET is more of a PSP clone and/or MSPaint on steroids. I've found that PS/GIMP are usually best for creating a production-quality image from scratch or for touching up full-color photos, but Paint.NET is best for doing informal graphical work (mock-ups, screenshot annotations, etc.)</p>
]]></description><pubDate>Sun, 22 Dec 2013 01:13:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=6948866</link><dc:creator>k3n</dc:creator><comments>https://news.ycombinator.com/item?id=6948866</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=6948866</guid></item><item><title><![CDATA[New comment by k3n in "Fabrice Bellard: Portrait of a Super-Productive Programmer (2011)"]]></title><description><![CDATA[
<p>Also doesn't mention his JS-based linux: <a href="http://bellard.org/jslinux/" rel="nofollow">http://bellard.org/jslinux/</a></p>
]]></description><pubDate>Fri, 20 Dec 2013 15:33:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=6941845</link><dc:creator>k3n</dc:creator><comments>https://news.ycombinator.com/item?id=6941845</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=6941845</guid></item><item><title><![CDATA[New comment by k3n in "Facebook set to finally launch auto-play video ads in news feeds"]]></title><description><![CDATA[
<p>> If your only form of communication is random updates/photos from them that you don't actively seek, then you don't really care in the first place do you?<p>Well that's a rather hasty judgement...<p>Firstly, I didn't say it was my only communication. Secondly, it does a lot to help fill in the gaps between meetings/conversations.<p>> Nobody is too busy for a short phone call once in awhile.<p>And nobody said phone calls are the only -- or even preferred -- means of communication.</p>
]]></description><pubDate>Wed, 18 Dec 2013 00:57:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=6925125</link><dc:creator>k3n</dc:creator><comments>https://news.ycombinator.com/item?id=6925125</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=6925125</guid></item></channel></rss>