<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: ParetoOptimal</title><link>https://news.ycombinator.com/user?id=ParetoOptimal</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 06 Apr 2026 09:44:25 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ParetoOptimal" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ParetoOptimal in "Show HN: Autism Simulator"]]></title><description><![CDATA[
<p>Yeah... you captured it very well. Another idea might be having it do a jarring transition to another topic, speed up a bit, go to another topic, etc.<p>The snap back to "now it's time to give your morning standup update" hit hard btw :)</p>
]]></description><pubDate>Wed, 01 Oct 2025 21:11:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=45443604</link><dc:creator>ParetoOptimal</dc:creator><comments>https://news.ycombinator.com/item?id=45443604</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45443604</guid></item><item><title><![CDATA[New comment by ParetoOptimal in "Show HN: Autism Simulator"]]></title><description><![CDATA[
<p>> While going through the simulator, I was shocked with the response to some choices and situations. I was not aware that these things were so disruptive to some people.<p>Well, I guess the simulator did a good job spreading awareness that it is like that for some?<p>I have ADHD and while I'm medicated I cannot fathom some of the struggles or decisions that unmedicated me makes... like I struggle to have empathy for unmedicated me.<p>I imagine without such deep personal experience it would be much harder or impossible to understand or empathize.</p>
]]></description><pubDate>Wed, 01 Oct 2025 21:09:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=45443577</link><dc:creator>ParetoOptimal</dc:creator><comments>https://news.ycombinator.com/item?id=45443577</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45443577</guid></item><item><title><![CDATA[New comment by ParetoOptimal in "Formatting code should be unnecessary"]]></title><description><![CDATA[
<p>It makes it easier to read though because the least important parts are most easily ignored. The reader can focus on the contents of the list.</p>
]]></description><pubDate>Mon, 08 Sep 2025 16:19:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=45170176</link><dc:creator>ParetoOptimal</dc:creator><comments>https://news.ycombinator.com/item?id=45170176</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45170176</guid></item><item><title><![CDATA[New comment by ParetoOptimal in "Formatting code should be unnecessary"]]></title><description><![CDATA[
<p>> All that really matters is consistency. Let a team make some decisions and then just move forward.<p>Not so! Amount of tokens correlates to perceived code complexity to some. One example is how some people can't unsee or look past lisps parenthesis.<p>Another example is how some people get used to longDescriptiveVariableNames but others find that overwhelming (me for instance) when you have something like:<p><pre><code>    userSignup = do
        let fullName = userFirstNameInput + userLastNameInput
            userName = take 1 userFirstNameInput + take 10 userLastNameInput
        saveToDB userName
</code></pre>
Above isn't bad, but imagine variables named that verbosely used over and over, esp in same line.<p>Compare it to:<p><pre><code>    userSignup = do
        let fullName = firstName + lastName
            userName = take 1 firstName + take 10 lastName
        saveToDB userName
</code></pre>
The second example loses some information, but I'd argue it doesn't matter too much given the context one would typically have in a function named `userSignup`.<p>I've had codebases where consistency required naming all variables like `firstNameInputField` rather than just `firstName` and it made functions unreadable because it made the unimportant parts seem more important than they were simply by taking up more space.</p>
]]></description><pubDate>Mon, 08 Sep 2025 16:18:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=45170160</link><dc:creator>ParetoOptimal</dc:creator><comments>https://news.ycombinator.com/item?id=45170160</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45170160</guid></item><item><title><![CDATA[New comment by ParetoOptimal in "Formatting code should be unnecessary"]]></title><description><![CDATA[
<p>> I promise after a week you'll just get used to whatever format your team lands on.<p>Arthur Witney formats like this:<p><pre><code>    C vt[]="+{~<#,";
    A(*vd[])()={0,plus,from,find,0,rsh,cat},
     (*vm[])()={0,id,size,iota,box,sha,0};
</code></pre>
If your code was formatted automatically like that, do you think you'd get used to it after a week?<p>My point is there is meaning of how code is formatted and there is an effect on understanding for certain people.<p>I think that at a certain point of "reasonable" and for most "normal" people your statements hold true, but I don't want anyone to think that every person caught up on formatting is just doing it for bike-shedding or other trivial reasons.<p>I don't know what is actionable if what I say is true, but it feels important to say.</p>
]]></description><pubDate>Mon, 08 Sep 2025 16:08:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=45170018</link><dc:creator>ParetoOptimal</dc:creator><comments>https://news.ycombinator.com/item?id=45170018</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45170018</guid></item><item><title><![CDATA[New comment by ParetoOptimal in "Sequoia backs Zed"]]></title><description><![CDATA[
<p>Yeah, pretty ridiculous... maybe we can move off of hackernews too.</p>
]]></description><pubDate>Wed, 20 Aug 2025 18:18:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=44964602</link><dc:creator>ParetoOptimal</dc:creator><comments>https://news.ycombinator.com/item?id=44964602</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44964602</guid></item><item><title><![CDATA[New comment by ParetoOptimal in "Sequoia backs Zed"]]></title><description><![CDATA[
<p>You probably give up just as much privacy with VS Code as you do with Zed, no? Just sent to different overlords?</p>
]]></description><pubDate>Wed, 20 Aug 2025 18:17:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=44964587</link><dc:creator>ParetoOptimal</dc:creator><comments>https://news.ycombinator.com/item?id=44964587</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44964587</guid></item><item><title><![CDATA[New comment by ParetoOptimal in "Telo MT1"]]></title><description><![CDATA[
<p>Maybe it's more capable because driving small truck could make people think your genitalia is small?<p>Not my personal opinion... but wonder how much of a factor this is :)</p>
]]></description><pubDate>Sat, 02 Aug 2025 20:22:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=44771070</link><dc:creator>ParetoOptimal</dc:creator><comments>https://news.ycombinator.com/item?id=44771070</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44771070</guid></item><item><title><![CDATA[New comment by ParetoOptimal in "Data brokers are selling flight information to CBP and ICE"]]></title><description><![CDATA[
<p>> Google has been sued and lost for much lesser privacy infringements, like tracking users while in incognito, which if you read the suit is pretty absurd.<p>But those suits dont matter:<p>- the penalty they have to pay is laughably small<p>- consumers by and large dont know or dont care enough to switch away from Chrome.</p>
]]></description><pubDate>Tue, 15 Jul 2025 15:36:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=44572262</link><dc:creator>ParetoOptimal</dc:creator><comments>https://news.ycombinator.com/item?id=44572262</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44572262</guid></item><item><title><![CDATA[New comment by ParetoOptimal in "Thunderbird 140 “Eclipse”"]]></title><description><![CDATA[
<p>> How do you fix a bug you can't reproduce?<p>You strangle it from the edges.</p>
]]></description><pubDate>Thu, 10 Jul 2025 17:56:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=44523681</link><dc:creator>ParetoOptimal</dc:creator><comments>https://news.ycombinator.com/item?id=44523681</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44523681</guid></item><item><title><![CDATA[New comment by ParetoOptimal in "Perplexity launches Comet, an AI-powered web browser"]]></title><description><![CDATA[
<p>Track everything users do and sell the data.<p><a href="https://news.ycombinator.com/item?id=44523226">https://news.ycombinator.com/item?id=44523226</a></p>
]]></description><pubDate>Thu, 10 Jul 2025 17:26:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=44523314</link><dc:creator>ParetoOptimal</dc:creator><comments>https://news.ycombinator.com/item?id=44523314</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44523314</guid></item><item><title><![CDATA[New comment by ParetoOptimal in "I deleted my second brain"]]></title><description><![CDATA[
<p>I like howm for this because it's designed around "writing notes fragmentarily". Or as their tagline says:<p>> Write fragmentarily and read collectively.<p>I felt a lot lighter just writing things without thinking about organization too heavily and howm gave nice tools to find/see what I needed.<p><a href="https://github.com/kaorahi/howm/">https://github.com/kaorahi/howm/</a></p>
]]></description><pubDate>Sat, 28 Jun 2025 08:45:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=44403197</link><dc:creator>ParetoOptimal</dc:creator><comments>https://news.ycombinator.com/item?id=44403197</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44403197</guid></item><item><title><![CDATA[New comment by ParetoOptimal in "Making TRAMP faster"]]></title><description><![CDATA[
<p>This is the way.</p>
]]></description><pubDate>Mon, 23 Jun 2025 19:27:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=44359170</link><dc:creator>ParetoOptimal</dc:creator><comments>https://news.ycombinator.com/item?id=44359170</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44359170</guid></item><item><title><![CDATA[New comment by ParetoOptimal in "Making TRAMP go Brrrr"]]></title><description><![CDATA[
<p>I think it doesn't work over tcp but try with the other GUI library.</p>
]]></description><pubDate>Mon, 23 Jun 2025 19:26:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=44359161</link><dc:creator>ParetoOptimal</dc:creator><comments>https://news.ycombinator.com/item?id=44359161</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44359161</guid></item><item><title><![CDATA[New comment by ParetoOptimal in "Making TRAMP go Brrrr"]]></title><description><![CDATA[
<p>There is inherent limitation of latency/responsiveness in the tramp model versus the copy vscode server to my server and communicate with it model.<p>The tramp model does have the advantage of little to no resource usage, but these days most aren't concerned about that.</p>
]]></description><pubDate>Mon, 23 Jun 2025 19:23:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=44359136</link><dc:creator>ParetoOptimal</dc:creator><comments>https://news.ycombinator.com/item?id=44359136</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44359136</guid></item><item><title><![CDATA[New comment by ParetoOptimal in "Making TRAMP go Brrrr"]]></title><description><![CDATA[
<p>A lot of times with emacs you can disable the modeline and get performance improvements because frequent updates happen and arent cached.<p>Well behaved mode line items typically update a variable periodically so blocking never happens.</p>
]]></description><pubDate>Mon, 23 Jun 2025 19:20:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=44359106</link><dc:creator>ParetoOptimal</dc:creator><comments>https://news.ycombinator.com/item?id=44359106</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44359106</guid></item><item><title><![CDATA[New comment by ParetoOptimal in "Making TRAMP faster"]]></title><description><![CDATA[
<p>This won't work for things that use a docker container without wrapper scripts, but those have their own problems.</p>
]]></description><pubDate>Mon, 23 Jun 2025 19:16:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=44359067</link><dc:creator>ParetoOptimal</dc:creator><comments>https://news.ycombinator.com/item?id=44359067</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44359067</guid></item><item><title><![CDATA[New comment by ParetoOptimal in "End of 10: Upgrade your old Windows 10 computer to Linux"]]></title><description><![CDATA[
<p><a href="https://kde.org/plasma-desktop/" rel="nofollow">https://kde.org/plasma-desktop/</a></p>
]]></description><pubDate>Thu, 19 Jun 2025 17:37:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=44320817</link><dc:creator>ParetoOptimal</dc:creator><comments>https://news.ycombinator.com/item?id=44320817</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44320817</guid></item><item><title><![CDATA[New comment by ParetoOptimal in "Postgres IDE in VS Code"]]></title><description><![CDATA[
<p>Not to worry, we can <i>surely</i> assume Microsoft will act in good faith.</p>
]]></description><pubDate>Sat, 24 May 2025 16:12:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=44081994</link><dc:creator>ParetoOptimal</dc:creator><comments>https://news.ycombinator.com/item?id=44081994</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44081994</guid></item><item><title><![CDATA[New comment by ParetoOptimal in "Postgres IDE in VS Code"]]></title><description><![CDATA[
<p>Are you insinuating that the way the majority thinks is more correct and should be preferred?</p>
]]></description><pubDate>Sat, 24 May 2025 16:10:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=44081980</link><dc:creator>ParetoOptimal</dc:creator><comments>https://news.ycombinator.com/item?id=44081980</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44081980</guid></item></channel></rss>