<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: alaroldai</title><link>https://news.ycombinator.com/user?id=alaroldai</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 28 Jun 2026 21:38:39 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=alaroldai" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by alaroldai in "Ropey – A UTF8 text rope for manipulating and editing large text"]]></title><description><![CDATA[
<p>For data that isn't part of the document, you could use a write-through wrapper around the rope, with a secondary data structure mapping ranges of the document to this extra data.<p>From the wrapper's point of view, there's no difference between character and non-character data, and the whole buffer can be modeled as a collection of indices mapping ranges of the document to different kinds of data.<p>One of those indices could be a rope (mapping document ranges to character data, for the document text). Other kinds of indices could also be used. The important thing is that all edits go through the wrapper so that all the relevant indices get updated.</p>
]]></description><pubDate>Thu, 16 Jan 2025 02:50:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=42720470</link><dc:creator>alaroldai</dc:creator><comments>https://news.ycombinator.com/item?id=42720470</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42720470</guid></item><item><title><![CDATA[New comment by alaroldai in "Code Review Handbook"]]></title><description><![CDATA[
<p><a href="http://web.archive.org/web/20221014055804/https://www.sledgeworx.io/code-review-handbook/" rel="nofollow">http://web.archive.org/web/20221014055804/https://www.sledge...</a></p>
]]></description><pubDate>Sat, 15 Oct 2022 08:21:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=33212898</link><dc:creator>alaroldai</dc:creator><comments>https://news.ycombinator.com/item?id=33212898</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33212898</guid></item><item><title><![CDATA[New comment by alaroldai in "Include diagrams in your Markdown files with Mermaid"]]></title><description><![CDATA[
<p>I’ve actually been using an almost identical filter for GraphViz markup in my university papers for the last year, except I added a leading exclamation point to the language tag to distinguish between included <i>source</i> and included <i>markup</i>:<p><pre><code>  ```!dot
  (Markup)
  ```
</code></pre>
I wish they’d adopted something like that instead - I have no idea how you’d include highlighted Mermaid source in a GH markdown file.</p>
]]></description><pubDate>Tue, 15 Feb 2022 00:24:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=30340709</link><dc:creator>alaroldai</dc:creator><comments>https://news.ycombinator.com/item?id=30340709</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30340709</guid></item><item><title><![CDATA[New comment by alaroldai in "P2P Matrix"]]></title><description><![CDATA[
<p>I'm not a web dev, but I'd guess this is because the implementation relies on browser storage, which is removed when a private browsing session ends. So possibly it would work, but only until the tab / window was closed?</p>
]]></description><pubDate>Tue, 02 Jun 2020 21:44:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=23396711</link><dc:creator>alaroldai</dc:creator><comments>https://news.ycombinator.com/item?id=23396711</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23396711</guid></item><item><title><![CDATA[New comment by alaroldai in "Hello World"]]></title><description><![CDATA[
<p>An alternate interpretation of the same data - if you're committed to writing a program in a language that requires a runtime / does a lot of work on startup, writing a program that prints "Hello, World!" does not make the most effective use of that language and runtime.<p>Put that way, most of this post seems like a tautology: if you misuse the tools you are given, of course you're going to get bad results!<p>It seems reasonable to me that a language should make the assumption that the programmer's use case matches the languages strengths, so by default any runtime setup / bookkeeping / teardown code should run. Failure to remove that extra "complexity" isn't a failure of the toolchain, it's a failure of the programmer to select the right tool for the job.<p>If the point the author was trying to make was that the complexity being added is <i>never</i> useful, this is not a post that argues that position. A cost / benefit discussion of the specific behaviours being supported by that complexity would be very interesting!</p>
]]></description><pubDate>Sun, 05 Jan 2020 07:51:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=21960212</link><dc:creator>alaroldai</dc:creator><comments>https://news.ycombinator.com/item?id=21960212</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21960212</guid></item><item><title><![CDATA[New comment by alaroldai in "HyperTerm – JS/HTML/CSS Terminal"]]></title><description><![CDATA[
<p>Does it though? iTerm2 is the most feature-rich terminal I've ever used, and even then it's several orders of magnitude smaller then Electron (cloc says it's around 111K lines of Objective-C, with around 38K more lines split across Python and C++).</p>
]]></description><pubDate>Fri, 15 Jul 2016 17:53:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=12102704</link><dc:creator>alaroldai</dc:creator><comments>https://news.ycombinator.com/item?id=12102704</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12102704</guid></item><item><title><![CDATA[New comment by alaroldai in "This Industry is Fucked"]]></title><description><![CDATA[
<p>Also, from what I can tell posts like this are a lot more high-profile than court cases. I haven't seen or heard of many court cases dealing with this, and when I have it's been via a blog post. Calling the police might be helpful in the specific case, but unless it really is high profile, it's not going to help change the culture.</p>
]]></description><pubDate>Mon, 06 Jul 2015 02:24:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=9836325</link><dc:creator>alaroldai</dc:creator><comments>https://news.ycombinator.com/item?id=9836325</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9836325</guid></item><item><title><![CDATA[New comment by alaroldai in "This Industry is Fucked"]]></title><description><![CDATA[
<p>Actually, no. But I can't believe that ignoring the issue is going to be more helpful than bringing attention to it.</p>
]]></description><pubDate>Mon, 06 Jul 2015 02:21:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=9836314</link><dc:creator>alaroldai</dc:creator><comments>https://news.ycombinator.com/item?id=9836314</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9836314</guid></item><item><title><![CDATA[New comment by alaroldai in "This Industry is Fucked"]]></title><description><![CDATA[
<p>If we're doing what we can to stop this sort of abuse, there's nothing to blame us for.<p>If we're spending our time trying to sweep these issues under the rug, maybe there is.</p>
]]></description><pubDate>Mon, 06 Jul 2015 02:19:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=9836308</link><dc:creator>alaroldai</dc:creator><comments>https://news.ycombinator.com/item?id=9836308</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9836308</guid></item><item><title><![CDATA[New comment by alaroldai in "This Industry is Fucked"]]></title><description><![CDATA[
<p>Every time I see posts like this, I see people commenting on it with varying statement to the effect of "that's a shame, but most people in tech aren't like that", or "I'm so tired of seeing posts like this, quit making a fuss."<p>And that makes me <i>so</i> angry.<p>Sure, maybe not everyone in the industry is an arsehole. But enough people are, and those people are vocal enough, that a significant number of people feel disgusted and threatened. That should be enough to tell you that even if the majority are lovely people, the industry as a whole still has a problem.<p>(also, for anyone wondering whether the number of people affected really is "significant", I would consider even one person to be a significant number)<p>I also get really angry at posts like "This has never happened to me, so I'm sure it's all ok". This may come as a surprise, but individual experiences are not universal. That something has never happened to you doesn't mean it's never happened to anyone else.<p>And if you're getting tired of seeing posts like this, don't complain about the people making the posts. Complain about the people harassing them. It may seem counterintuitive, but the fastest and most effective way to stop posts like this turning up is actually to make more of them, until the harassment and abuse stop.<p>"This happens all the time" is never a valid excuse.</p>
]]></description><pubDate>Mon, 06 Jul 2015 02:01:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=9836222</link><dc:creator>alaroldai</dc:creator><comments>https://news.ycombinator.com/item?id=9836222</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9836222</guid></item><item><title><![CDATA[New comment by alaroldai in "Choose your side on the Linux divide"]]></title><description><![CDATA[
<p>Except that both emacs and vi can be (and have been) ported to a number of other operating systems. Systemd is tied specifically to the Linux kernel and the Linux infrastructure, in much the same way as launchd is in Mac OS 10.x. It might be more correct to say that in the emacs vs. vi debate, systemd is TextMate.</p>
]]></description><pubDate>Mon, 25 Aug 2014 23:38:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=8224883</link><dc:creator>alaroldai</dc:creator><comments>https://news.ycombinator.com/item?id=8224883</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=8224883</guid></item><item><title><![CDATA[New comment by alaroldai in "Open Letter to the Linux World"]]></title><description><![CDATA[
<p>Wide adoption isn't an indication of merit - look at the wide adoption of Windows for an example.<p>Anyway, for all the developer convenience and technical merit systemd has, it doesn't support an open OS environment - it restricts freedom in favour of convenience, which is precisely the opposite of what many users prefer Linux for.</p>
]]></description><pubDate>Wed, 13 Aug 2014 07:15:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=8171796</link><dc:creator>alaroldai</dc:creator><comments>https://news.ycombinator.com/item?id=8171796</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=8171796</guid></item><item><title><![CDATA[New comment by alaroldai in "Ask HN: what do you listen to when you want to be productive?"]]></title><description><![CDATA[
<p>Usually prog rock/metal. Dream Theater works well.</p>
]]></description><pubDate>Tue, 06 May 2014 03:58:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=7702765</link><dc:creator>alaroldai</dc:creator><comments>https://news.ycombinator.com/item?id=7702765</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7702765</guid></item></channel></rss>