<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: steinnes</title><link>https://news.ycombinator.com/user?id=steinnes</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 09 Apr 2026 09:08:20 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=steinnes" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by steinnes in "Claude Code is being dumbed down?"]]></title><description><![CDATA[
<p>I can’t count how many times I benefitted from seeing the files Claude was reading, to understand how I could interrupt and give it a little more context… saving thousands of tokens and sparing the context window.  I must be in the minority of users who preferred seeing the actual files.  I love claude code, but some of the recent updates seem like they’re making it harder for me to see what’s happening.. I agree with the author that verbose mode isn’t the answer. Seems to me this should be configurable</p>
]]></description><pubDate>Wed, 11 Feb 2026 22:26:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=46982115</link><dc:creator>steinnes</dc:creator><comments>https://news.ycombinator.com/item?id=46982115</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46982115</guid></item><item><title><![CDATA[New comment by steinnes in "Calculus Made Easy (1910)"]]></title><description><![CDATA[
<p>When I was taking calculus classes, and struggling, a tutor helped me immensely in the exact same way; explaining both practical applications and often the historical context around the method he was teaching me.</p>
]]></description><pubDate>Fri, 30 Jul 2021 13:30:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=28007748</link><dc:creator>steinnes</dc:creator><comments>https://news.ycombinator.com/item?id=28007748</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28007748</guid></item><item><title><![CDATA[New comment by steinnes in "IBM acquires Red Hat"]]></title><description><![CDATA[
<p><p><pre><code>  Having some proprietary code doesn't prevent companies from also making substantial contributions to open source in other areas.

</code></pre>
... yes, but patents are not "proprietary code", in which case granting copyright is enough.  If a private company contributes code I think it could even grant the copyright to an open organization, but still decide later to sue if the method/feature/function/etc is patented by them.<p>Not that I'd foresee IBM or any of the real players in the IT space attempting that anymore, I think most realize that alienating the F/OSS community isn't a viable strategy for a software services company in the long term.</p>
]]></description><pubDate>Sun, 28 Oct 2018 21:25:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=18323306</link><dc:creator>steinnes</dc:creator><comments>https://news.ycombinator.com/item?id=18323306</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18323306</guid></item><item><title><![CDATA[New comment by steinnes in "Containers vs. Zones vs. Jails vs. VMs"]]></title><description><![CDATA[
<p>For a lot of applications: no, it's very similar, and if you have a language that can be easily statically compiled to a binary which is free of external dependencies and independently testable, and you've setup a build-test-deployment pipeline relying on that, then perhaps in your case containers are a solution in search of a problem :-)<p>But there are more benefits like Jessie touches upon in her blog post, wrt flexibility and patterns you can use with multiple containers sharing some namespaces, etc. And from the perspective of languages that do not compile to a native binary the containers offer a uniform way to package and deploy an application.<p>When I was at QuizUp and we decided to switch our deployment units to docker containers we had been deploying using custom-baked VM's (AMI's).  When we first started doing that it was due to our immutable infrastructure philosophy, but soon it became a relied-upon and necessary abstraction to homogeneously deploy services whether they were written in python, java, scala, go, or c++.<p>Using docker containers allowed us to keep that level of abstraction while reducing overheads significantly, and due to the dockers being easy to start and run anywhere we became more infrastructure agnostic at the same time.</p>
]]></description><pubDate>Wed, 29 Mar 2017 13:06:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=13985748</link><dc:creator>steinnes</dc:creator><comments>https://news.ycombinator.com/item?id=13985748</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13985748</guid></item><item><title><![CDATA[New comment by steinnes in "Why FOSS mobile communication matters"]]></title><description><![CDATA[
<p>Compelling arguments for why next generation wireless networks should be standardised by a more open and inclusive body?</p>
]]></description><pubDate>Sun, 05 Mar 2017 06:06:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=13794824</link><dc:creator>steinnes</dc:creator><comments>https://news.ycombinator.com/item?id=13794824</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13794824</guid></item><item><title><![CDATA[New comment by steinnes in "Snap Inc. S-1"]]></title><description><![CDATA[
<p>Absolutely.<p>I imagine they had a very strong bargaining position willing to commit this much, for this long.  Even if Snapchat wasn't a valuable brand for Google to brag about, this amounts to ~10% of the yearly earnings [1] of Google's cloud business (SaaS and IaaS, of which I suspect SaaS like Apps for Work is the lion's share)<p>I'm sure they're getting a good deal, and can focus on features and getting their platform profitable, as you said.<p>1. "..at that pace, Google’s cloud could generate $4.1 billion in revenue in 2016" <a href="http://www.networkworld.com/article/3029164/cloud-computing/what-google-s-earnings-tell-us-about-its-cloud-business.html" rel="nofollow">http://www.networkworld.com/article/3029164/cloud-computing/...</a></p>
]]></description><pubDate>Thu, 02 Feb 2017 23:25:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=13556014</link><dc:creator>steinnes</dc:creator><comments>https://news.ycombinator.com/item?id=13556014</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13556014</guid></item><item><title><![CDATA[New comment by steinnes in "Show HN: Jet – Codeship’s CI Platform for Docker"]]></title><description><![CDATA[
<p>I'm having similar feelings.  I wish Jet was better documented.  I hope the Codeship team writes some concise documentation for it, but I wonder if it's against their best interest because it will enable tech savvier customers to run the same CI infrastructure locally, as they are charging for in their service?</p>
]]></description><pubDate>Thu, 03 Mar 2016 10:34:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=11216037</link><dc:creator>steinnes</dc:creator><comments>https://news.ycombinator.com/item?id=11216037</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11216037</guid></item><item><title><![CDATA[New comment by steinnes in "Glassdoor: Airbnb dethrones Google as the best tech company to work for in U.S"]]></title><description><![CDATA[
<p>It's funny how Amazon isn't mentioned in the article as one of the tech companies that should by vying for top position.<p>Although I suppose in raw numbers most of their staff are not engineers, so maybe it wouldn't be a fair comparison.</p>
]]></description><pubDate>Thu, 10 Dec 2015 09:20:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=10709708</link><dc:creator>steinnes</dc:creator><comments>https://news.ycombinator.com/item?id=10709708</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10709708</guid></item><item><title><![CDATA[Automatically instrumenting Flask views with StatsD]]></title><description><![CDATA[
<p>Article URL: <a href="http://steinn.org/post/flask-statsd/">http://steinn.org/post/flask-statsd/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=10659486">https://news.ycombinator.com/item?id=10659486</a></p>
<p>Points: 10</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 01 Dec 2015 22:47:32 +0000</pubDate><link>http://steinn.org/post/flask-statsd/</link><dc:creator>steinnes</dc:creator><comments>https://news.ycombinator.com/item?id=10659486</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10659486</guid></item><item><title><![CDATA[New comment by steinnes in "Facebook Relay: An Evil And/Or Incompetent Attack on REST"]]></title><description><![CDATA[
<p>Well said.  My blood boils thinking back to all the times I've heard "Yeah, but that's not REST." as a response to a <i>perfectly</i> reasonable and sane idea/suggestion.</p>
]]></description><pubDate>Mon, 19 Oct 2015 23:31:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=10416499</link><dc:creator>steinnes</dc:creator><comments>https://news.ycombinator.com/item?id=10416499</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10416499</guid></item><item><title><![CDATA[New comment by steinnes in "A Ghost Ship Drifting Through International Waters"]]></title><description><![CDATA[
<p>I remember this being all over the local (Icelandic) news media a couple of years ago.  Pretty interesting story: <a href="http://www.mbl.is/frettir/erlent/2013/02/28/hefur_thu_sed_lyubov_orlova/" rel="nofollow">http://www.mbl.is/frettir/erlent/2013/02/28/hefur_thu_sed_ly...</a></p>
]]></description><pubDate>Sun, 23 Aug 2015 21:05:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=10106740</link><dc:creator>steinnes</dc:creator><comments>https://news.ycombinator.com/item?id=10106740</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10106740</guid></item><item><title><![CDATA[New comment by steinnes in "“Adds iOS build support to gomobile command”"]]></title><description><![CDATA[
<p>Yeah, being able to compile and link a binary is pretty far from having a nice SDK :-)</p>
]]></description><pubDate>Wed, 01 Jul 2015 23:28:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=9815950</link><dc:creator>steinnes</dc:creator><comments>https://news.ycombinator.com/item?id=9815950</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9815950</guid></item><item><title><![CDATA[New comment by steinnes in "Asciinema"]]></title><description><![CDATA[
<p>I quite like this service, used it a couple of months ago (<a href="http://steinn.org/post/brute-force-still-going-strong/" rel="nofollow">http://steinn.org/post/brute-force-still-going-strong/</a>) although I would love it if I could change my terminal dimensions (char width/height) after recording.  That way I could make the terminal window fit the surrounding container on my blog.<p>But A+ for usability :-)</p>
]]></description><pubDate>Sun, 21 Jun 2015 16:01:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=9753884</link><dc:creator>steinnes</dc:creator><comments>https://news.ycombinator.com/item?id=9753884</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9753884</guid></item><item><title><![CDATA[New comment by steinnes in "Introducing Empire: A Self-Hosted PaaS Built on Docker and Amazon ECS"]]></title><description><![CDATA[
<p>I can identify with that, we built a custom nginx based load balancing / routing solution at QuizUp while I was there :-)</p>
]]></description><pubDate>Wed, 17 Jun 2015 11:55:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=9731174</link><dc:creator>steinnes</dc:creator><comments>https://news.ycombinator.com/item?id=9731174</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9731174</guid></item><item><title><![CDATA[New comment by steinnes in "Introducing Empire: A Self-Hosted PaaS Built on Docker and Amazon ECS"]]></title><description><![CDATA[
<p>Good thought, I even think the article mentions kong as a future replacement for nginx :-)</p>
]]></description><pubDate>Wed, 17 Jun 2015 01:29:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=9729645</link><dc:creator>steinnes</dc:creator><comments>https://news.ycombinator.com/item?id=9729645</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9729645</guid></item><item><title><![CDATA[New comment by steinnes in "PM of Singapore Shares His C++ Sudoku Solver Source Code"]]></title><description><![CDATA[
<p>You would be happy to have a person who mixes tabs and spaces as your PM? ... mixes <i>tabs</i> and <i>spaces</i>.  Argh.</p>
]]></description><pubDate>Mon, 04 May 2015 11:27:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=9485484</link><dc:creator>steinnes</dc:creator><comments>https://news.ycombinator.com/item?id=9485484</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9485484</guid></item><item><title><![CDATA[New comment by steinnes in "Google Age Discrimination"]]></title><description><![CDATA[
<p>Yeah I'm curious too.  I however looked up how many employees they had in 2014 (<a href="http://www.statista.com/statistics/273744/number-of-full-time-google-employees/" rel="nofollow">http://www.statista.com/statistics/273744/number-of-full-tim...</a>), and their quarterly reports for 2014 (<a href="https://www.google.com/finance?fstype=ii&q=NASDAQ:GOOG" rel="nofollow">https://www.google.com/finance?fstype=ii&q=NASDAQ:GOOG</a>), and got that they profited in the ballpark of 13-14 billion, and had 47,756 employees, so their profits would be somewhere between 270 and 290 thousand USD per employee.<p>I'm not good enough at reading these quarterly reports to be surer than this :-)<p>.. and on that note, having the age data of 823 employees from payscale.com seems a rather small sample set for a company of ~50k employees.  I also wonder what kind of bias the source introduces, ie. whether your interest in your salary is different based on your age (I don't know).</p>
]]></description><pubDate>Thu, 23 Apr 2015 22:37:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=9430350</link><dc:creator>steinnes</dc:creator><comments>https://news.ycombinator.com/item?id=9430350</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9430350</guid></item><item><title><![CDATA[New comment by steinnes in "[dead]"]]></title><description><![CDATA[
<p>What he said ^</p>
]]></description><pubDate>Wed, 08 Apr 2015 02:21:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=9338472</link><dc:creator>steinnes</dc:creator><comments>https://news.ycombinator.com/item?id=9338472</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9338472</guid></item><item><title><![CDATA[New comment by steinnes in "The Pirate Party is now measured as the biggest political party in Iceland"]]></title><description><![CDATA[
<p>They are wonderful and honest people yes, but with more support and subsequently power the risk of corruption and/or ulterior motives grow.<p>Thankfully the pirate party advocates extreme transparency which should make "casual corruption" more difficult.</p>
]]></description><pubDate>Thu, 19 Mar 2015 13:22:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=9231667</link><dc:creator>steinnes</dc:creator><comments>https://news.ycombinator.com/item?id=9231667</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9231667</guid></item><item><title><![CDATA[New comment by steinnes in "The reason people burn out on open source"]]></title><description><![CDATA[
<p>Not really, I think both guys in the issue discussion are obviously very smart, and I can identify with their respective frustrations.<p>I do think Jake's comments are a little harsh as the README refers to Phantom Open Emoji in the 2nd paragraph -- however if I had just spent hours debugging something like this, making an annoyed issue on GitHub could be the outcome.</p>
]]></description><pubDate>Sun, 07 Dec 2014 14:17:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=8712210</link><dc:creator>steinnes</dc:creator><comments>https://news.ycombinator.com/item?id=8712210</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=8712210</guid></item></channel></rss>