<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: sinnsro</title><link>https://news.ycombinator.com/user?id=sinnsro</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Apr 2026 18:35:21 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=sinnsro" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by sinnsro in "Startups Brag They Spend More Money on AI Than Human Employees"]]></title><description><![CDATA[
<p>Reading your post, it is clear to me that management and engineers will rediscover the theory of constraints at some point if they can connect the dots.</p>
]]></description><pubDate>Wed, 22 Apr 2026 18:56:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47867748</link><dc:creator>sinnsro</dc:creator><comments>https://news.ycombinator.com/item?id=47867748</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47867748</guid></item><item><title><![CDATA[New comment by sinnsro in "ggsql: A Grammar of Graphics for SQL"]]></title><description><![CDATA[
<p>I fail to see your point, as the base pipes can be combined with blocks and wrapping the target function into another function.<p>Although, IMHO, if that many operations are crammed into a single pipe pass, then something is amiss.</p>
]]></description><pubDate>Wed, 22 Apr 2026 16:25:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47865826</link><dc:creator>sinnsro</dc:creator><comments>https://news.ycombinator.com/item?id=47865826</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47865826</guid></item><item><title><![CDATA[New comment by sinnsro in "ggsql: A Grammar of Graphics for SQL"]]></title><description><![CDATA[
<p>The base pipe has an underscore as a placeholder. From the docs:<p>Usage:<p><pre><code>     lhs |> rhs
</code></pre>
Arguments:<p><pre><code>     lhs: expression producing a value.

     rhs: a call expression. 
</code></pre>
Details:
     [...]<p><pre><code>     It is also possible to use a named argument with the placeholder
     ‘_’ in the ‘rhs’ call to specify where the ‘lhs’ is to be
     inserted.  The placeholder can only appear once on the ‘rhs’.</code></pre></p>
]]></description><pubDate>Mon, 20 Apr 2026 21:09:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47840788</link><dc:creator>sinnsro</dc:creator><comments>https://news.ycombinator.com/item?id=47840788</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47840788</guid></item><item><title><![CDATA[PetaPerl: Perl but in Rust]]></title><description><![CDATA[
<p>Article URL: <a href="https://perl.petamem.com/docs/eng/introduction.html">https://perl.petamem.com/docs/eng/introduction.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47467261">https://news.ycombinator.com/item?id=47467261</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Sat, 21 Mar 2026 14:19:51 +0000</pubDate><link>https://perl.petamem.com/docs/eng/introduction.html</link><dc:creator>sinnsro</dc:creator><comments>https://news.ycombinator.com/item?id=47467261</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47467261</guid></item><item><title><![CDATA[New comment by sinnsro in "Why Objective-C"]]></title><description><![CDATA[
<p>> we wanted Delphi and got Haskell instead<p>Please elaborate.<p>> However note the same phenomen happening with other languages, as soon as you have a team being paid to develop a language, their job depends on adding features in every single release.<p>Users also request those features. You said yourself that programming languages are products. In that sense, people are always evaluating them through the lenses of utility (the economics concept), and if they have to pick between two languages, with similar capabilities, they will pick up the one that maximises that utility.<p>This to weird design decisions getting inserted into the fabric as a consequence (the current state of C++ comes to mind). And given developers are too opinionated about everything, we get politics as a side effect.</p>
]]></description><pubDate>Tue, 03 Mar 2026 12:10:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47231246</link><dc:creator>sinnsro</dc:creator><comments>https://news.ycombinator.com/item?id=47231246</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47231246</guid></item><item><title><![CDATA[New comment by sinnsro in "“Microslop” filtered in the official Microsoft Copilot Discord server"]]></title><description><![CDATA[
<p>I am not sure if the average executive is dumb or just shortsighted. Imagine making decisions based solely on the <i>optics</i> of the Pareto principle when corporate history itself says that is fraught with risk.</p>
]]></description><pubDate>Tue, 03 Mar 2026 11:59:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47231152</link><dc:creator>sinnsro</dc:creator><comments>https://news.ycombinator.com/item?id=47231152</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47231152</guid></item><item><title><![CDATA[New comment by sinnsro in "New iPad Air, powered by M4"]]></title><description><![CDATA[
<p>Bean Counter Tim is going to drive Apple into the ground before he does anything useful. Just look at the current state of the ecosystem when it comes to UI/UX and software stability.</p>
]]></description><pubDate>Tue, 03 Mar 2026 11:52:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47231083</link><dc:creator>sinnsro</dc:creator><comments>https://news.ycombinator.com/item?id=47231083</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47231083</guid></item><item><title><![CDATA[New comment by sinnsro in "Julia: Performance Tips"]]></title><description><![CDATA[
<p>> A very minor nit: Julia is a compiled language<p>Caught. Should have just listed the usual suspects (C, C++, maybe Rust nowadays?).<p>> and the best 2 solutions were in Julia. C++ was a close third, and Rust after that.<p>Awesome. Which type of problem was this, if you can share?</p>
]]></description><pubDate>Fri, 27 Feb 2026 11:44:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47179408</link><dc:creator>sinnsro</dc:creator><comments>https://news.ycombinator.com/item?id=47179408</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47179408</guid></item><item><title><![CDATA[New comment by sinnsro in "Tell HN: MitID, Denmark's digital ID, was down"]]></title><description><![CDATA[
<p>Now that the money is gone<p>What are we supposed to do?<p>After all that we've been through<p>When everything that felt so right is wrong<p>Now that the money is gone (money is gone)</p>
]]></description><pubDate>Fri, 27 Feb 2026 11:41:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47179380</link><dc:creator>sinnsro</dc:creator><comments>https://news.ycombinator.com/item?id=47179380</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47179380</guid></item><item><title><![CDATA[New comment by sinnsro in "Julia: Performance Tips"]]></title><description><![CDATA[
<p>While others have mentioned plenty of reasons, for this particular case I want to highlight 3 things:<p>1. Julia has great tooling for operations research/linear programming. JuMP provides an standardise interface to interact with solvers (e.g., Gurobi, CPLEX) via wrapper libraries.<p>2. I like its overall ergonomics. It is fast enough that a programmer might not need to use a compiled language for performance. The type system allows for multiple dispatch. And the syntax is more approachable than say Python for matrix algebra.<p>3. I would say the performance is overstated by the community but out of the box it is good enough to avoid languages like C/C++ to build solutions. The two-language problem in academia is real, and Julia helps to reduce that gap somewhat in certain fields.</p>
]]></description><pubDate>Fri, 27 Feb 2026 10:48:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47179003</link><dc:creator>sinnsro</dc:creator><comments>https://news.ycombinator.com/item?id=47179003</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47179003</guid></item><item><title><![CDATA[Building a Pure Data API with Lasagna Pull]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.loicb.dev/blog/building-a-pure-data-api-with-lasagna-pull">https://www.loicb.dev/blog/building-a-pure-data-api-with-lasagna-pull</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47121469">https://news.ycombinator.com/item?id=47121469</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 23 Feb 2026 12:30:39 +0000</pubDate><link>https://www.loicb.dev/blog/building-a-pure-data-api-with-lasagna-pull</link><dc:creator>sinnsro</dc:creator><comments>https://news.ycombinator.com/item?id=47121469</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47121469</guid></item><item><title><![CDATA[New comment by sinnsro in "Poor Deming never stood a chance"]]></title><description><![CDATA[
<p>The statement holds true for a broad set of companies and management styles. I speak from personal experience: the wrong incentives are always there, and they run counter to many things listed by Deming. The obsession with "financial impact" is there with varying degrees, even in functions where it is hard to quantify said impact.<p>It might not apply to R&D-heavy companies, but we do see engineering companies pivoting into more finance-oriented management. Boeing is one such case and look at the damage.</p>
]]></description><pubDate>Tue, 17 Feb 2026 12:33:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47046794</link><dc:creator>sinnsro</dc:creator><comments>https://news.ycombinator.com/item?id=47046794</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47046794</guid></item><item><title><![CDATA[New comment by sinnsro in "Poor Deming never stood a chance"]]></title><description><![CDATA[
<p>The core issue with the article is that author mixes up bad management and "fog of management" with the fact that financial results have a disproportionate amount of influence in how things are organised. Every team and employee should do their part to contribute to the financial targets every quarter and within the fiscal year. Which clashes with Deming's points 11b and 12b [1].<p>_________<p>1. <a href="https://deming.org/explore/fourteen-points/" rel="nofollow">https://deming.org/explore/fourteen-points/</a></p>
]]></description><pubDate>Tue, 17 Feb 2026 10:27:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47045792</link><dc:creator>sinnsro</dc:creator><comments>https://news.ycombinator.com/item?id=47045792</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47045792</guid></item><item><title><![CDATA[MacOS26.4 displays warnings for apps that won't run after Rosetta 2 support Ends]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.macrumors.com/2026/02/16/macos-tahoe-26-4-rosetta-2-warnings/">https://www.macrumors.com/2026/02/16/macos-tahoe-26-4-rosetta-2-warnings/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47041273">https://news.ycombinator.com/item?id=47041273</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 16 Feb 2026 22:33:21 +0000</pubDate><link>https://www.macrumors.com/2026/02/16/macos-tahoe-26-4-rosetta-2-warnings/</link><dc:creator>sinnsro</dc:creator><comments>https://news.ycombinator.com/item?id=47041273</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47041273</guid></item><item><title><![CDATA[New comment by sinnsro in "Discord distances from age verification firm after ties to Peter Thiel surface"]]></title><description><![CDATA[
<p>Executives who focus on the financial side of things and do not care about correctness in operations are the ones steering lots of companies nowadays. Boeing is a good example/case study on how financialisation eats up companies from the inside by emphasising monetary results over actual engineering.</p>
]]></description><pubDate>Sun, 15 Feb 2026 13:40:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47023577</link><dc:creator>sinnsro</dc:creator><comments>https://news.ycombinator.com/item?id=47023577</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47023577</guid></item><item><title><![CDATA[The Accidental Winners of the War on Higher Ed]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.theatlantic.com/technology/2026/01/liberal-arts-college-war-higher-ed/685800/">https://www.theatlantic.com/technology/2026/01/liberal-arts-college-war-higher-ed/685800/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46981733">https://news.ycombinator.com/item?id=46981733</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 11 Feb 2026 21:58:27 +0000</pubDate><link>https://www.theatlantic.com/technology/2026/01/liberal-arts-college-war-higher-ed/685800/</link><dc:creator>sinnsro</dc:creator><comments>https://news.ycombinator.com/item?id=46981733</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46981733</guid></item><item><title><![CDATA[New comment by sinnsro in "The US is flirting with its first-ever population decline"]]></title><description><![CDATA[
<p>God forbid paying the masses a living wage or allowing them access to things their forebears had. They will own nothing and they will be thankful for it.<p>[/s just in case it goes over someone's head]</p>
]]></description><pubDate>Tue, 10 Feb 2026 15:39:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=46961225</link><dc:creator>sinnsro</dc:creator><comments>https://news.ycombinator.com/item?id=46961225</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46961225</guid></item><item><title><![CDATA[New comment by sinnsro in "I now assume that all ads on Apple news are scams"]]></title><description><![CDATA[
<p>Again, another great move sponsored by bean counter boy Tim.</p>
]]></description><pubDate>Fri, 06 Feb 2026 19:35:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=46917125</link><dc:creator>sinnsro</dc:creator><comments>https://news.ycombinator.com/item?id=46917125</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46917125</guid></item><item><title><![CDATA[New comment by sinnsro in "C isn't a programming language anymore (2022)"]]></title><description><![CDATA[
<p>> It doesn't mean that people haven't tried or even succeeded. Android was successful in multiple fronts in replacing C. Its "intents" and low level interface description language for hardware interfaces are great replacement for C ABI. Windows' COM is also a good replacement that gets rid of language dependence. There are still newer OSes try like Redox or Fuchsia.<p>I am not sure I buy this from a system perspective, especially when taking this[1] into consideration.<p>______<p>1. Alexis King's reply to "Why do common Rust packages depend on C code?". Link: <a href="https://langdev.stackexchange.com/a/3237" rel="nofollow">https://langdev.stackexchange.com/a/3237</a></p>
]]></description><pubDate>Fri, 06 Feb 2026 03:16:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=46908629</link><dc:creator>sinnsro</dc:creator><comments>https://news.ycombinator.com/item?id=46908629</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46908629</guid></item><item><title><![CDATA[New comment by sinnsro in "AI is killing B2B SaaS"]]></title><description><![CDATA[
<p>Thanks for sharing! Every time I see a post about Elixir and how it Just Works™, I get an urge to learn and build something with it.</p>
]]></description><pubDate>Thu, 05 Feb 2026 09:50:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=46897817</link><dc:creator>sinnsro</dc:creator><comments>https://news.ycombinator.com/item?id=46897817</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46897817</guid></item></channel></rss>