<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: kyberias</title><link>https://news.ycombinator.com/user?id=kyberias</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 07 Apr 2026 06:39:36 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=kyberias" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by kyberias in "On the design of text editors (2020)"]]></title><description><![CDATA[
<p>How are those Unicode characters typed in an editor with a normal keyboard?</p>
]]></description><pubDate>Sun, 29 Sep 2024 08:15:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=41685742</link><dc:creator>kyberias</dc:creator><comments>https://news.ycombinator.com/item?id=41685742</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41685742</guid></item><item><title><![CDATA[New comment by kyberias in "A C parser for CREATE and ALTER TABLE SQLite statements"]]></title><description><![CDATA[
<p>So this is more than just on parser for those statements. Very confusing.</p>
]]></description><pubDate>Tue, 15 Aug 2023 06:26:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=37130844</link><dc:creator>kyberias</dc:creator><comments>https://news.ycombinator.com/item?id=37130844</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37130844</guid></item><item><title><![CDATA[New comment by kyberias in "NASA mistakenly severs communication to Voyager 2"]]></title><description><![CDATA[
<p>I find it hilarious that they're refering to the speed of the spacecraft.</p>
]]></description><pubDate>Mon, 31 Jul 2023 12:30:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=36941616</link><dc:creator>kyberias</dc:creator><comments>https://news.ycombinator.com/item?id=36941616</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36941616</guid></item><item><title><![CDATA[New comment by kyberias in "PED81C: A video system for AGA Amigas that provides pseudo-native chunky screens"]]></title><description><![CDATA[
<p>What is a 'video system'?</p>
]]></description><pubDate>Mon, 26 Jun 2023 14:37:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=36480184</link><dc:creator>kyberias</dc:creator><comments>https://news.ycombinator.com/item?id=36480184</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36480184</guid></item><item><title><![CDATA[New comment by kyberias in "Unihiker, an $80 single-board PC with 2.8“ touchscreen, quad-core ARM Cortex-A35"]]></title><description><![CDATA[
<p>Why would a connection to internet need security updates?</p>
]]></description><pubDate>Thu, 15 Jun 2023 15:58:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=36342405</link><dc:creator>kyberias</dc:creator><comments>https://news.ycombinator.com/item?id=36342405</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36342405</guid></item><item><title><![CDATA[New comment by kyberias in "Forward Referencing in C"]]></title><description><![CDATA[
<p>What is ANSI C or C99 then?</p>
]]></description><pubDate>Mon, 05 Jun 2023 12:52:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=36195515</link><dc:creator>kyberias</dc:creator><comments>https://news.ycombinator.com/item?id=36195515</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36195515</guid></item><item><title><![CDATA[New comment by kyberias in "SectorC: A C Compiler in 512 bytes"]]></title><description><![CDATA[
<p>What does Just In Time mean for an interpreter?</p>
]]></description><pubDate>Thu, 25 May 2023 04:04:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=36066949</link><dc:creator>kyberias</dc:creator><comments>https://news.ycombinator.com/item?id=36066949</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36066949</guid></item><item><title><![CDATA[New comment by kyberias in "Reverse-Engineering YouTube: Revisited"]]></title><description><![CDATA[
<p>Well that link to the introduction of Prolog video is not a really good starting point.</p>
]]></description><pubDate>Sat, 04 Feb 2023 20:04:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=34657647</link><dc:creator>kyberias</dc:creator><comments>https://news.ycombinator.com/item?id=34657647</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34657647</guid></item><item><title><![CDATA[New comment by kyberias in "Insulation: First the body, then the home (2011)"]]></title><description><![CDATA[
<p>The standard to replace all air is about 2 hours which is 12 times longer than the 10 minutes you stated here.</p>
]]></description><pubDate>Tue, 31 Jan 2023 12:18:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=34594156</link><dc:creator>kyberias</dc:creator><comments>https://news.ycombinator.com/item?id=34594156</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34594156</guid></item><item><title><![CDATA[New comment by kyberias in "The benefits of everything being a buffer in Emacs"]]></title><description><![CDATA[
<p>I'm not an Emacs user so what I'm about to say may be based on totally incorrect information.<p>Seems to be that Wdired is just a hack that represents file and directory metadata in a textual format (in a buffer in Emacs parlance). It's not obvious to anyone that editing a filename in this buffer actually goes to the file system and changes the name of the file. It's even less obvious that removing rows removes files or directories. It actually sounds rather dangerous to use.<p>This is not functionality that emerges from some elegant design of Emacs, it seems it's just a hack.</p>
]]></description><pubDate>Tue, 31 Jan 2023 12:14:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=34594113</link><dc:creator>kyberias</dc:creator><comments>https://news.ycombinator.com/item?id=34594113</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34594113</guid></item><item><title><![CDATA[New comment by kyberias in "You might not need an ORM"]]></title><description><![CDATA[
<p>This is why Language Integrated Query (LINQ) is so powerful in .NET. You never need to learn any ORM specific query language or syntax since you've probably learned to use LINQ with objects already and then you just continue to use it with a database.</p>
]]></description><pubDate>Wed, 25 Jan 2023 15:24:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=34519290</link><dc:creator>kyberias</dc:creator><comments>https://news.ycombinator.com/item?id=34519290</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34519290</guid></item><item><title><![CDATA[New comment by kyberias in "Show HN: A simple world flags game, my first web dev project as a beginner"]]></title><description><![CDATA[
<p>When I answer incorrectly, it tells me I selected some totally other country incorrectly.</p>
]]></description><pubDate>Wed, 25 Jan 2023 14:13:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=34518440</link><dc:creator>kyberias</dc:creator><comments>https://news.ycombinator.com/item?id=34518440</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34518440</guid></item><item><title><![CDATA[New comment by kyberias in "What’s so great about functional programming anyway?"]]></title><description><![CDATA[
<p>Please fix the font used for code examples. Unreadable.</p>
]]></description><pubDate>Wed, 16 Nov 2022 10:40:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=33621136</link><dc:creator>kyberias</dc:creator><comments>https://news.ycombinator.com/item?id=33621136</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33621136</guid></item><item><title><![CDATA[New comment by kyberias in "Arca Noae brings OS/2 into the 21st Century"]]></title><description><![CDATA[
<p>Is it not possible to cross-compile OS/2 software?</p>
]]></description><pubDate>Fri, 07 Oct 2022 08:42:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=33118800</link><dc:creator>kyberias</dc:creator><comments>https://news.ycombinator.com/item?id=33118800</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33118800</guid></item><item><title><![CDATA[New comment by kyberias in "Things I wish everyone knew about Git (Part I)"]]></title><description><![CDATA[
<p>The definition of a branch here does not seem useful in any way.</p>
]]></description><pubDate>Wed, 29 Jun 2022 19:00:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=31924333</link><dc:creator>kyberias</dc:creator><comments>https://news.ycombinator.com/item?id=31924333</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31924333</guid></item><item><title><![CDATA[New comment by kyberias in "A Git Origin Story (2018)"]]></title><description><![CDATA[
<p>Just watch the Linus Google talk. It's all there.</p>
]]></description><pubDate>Thu, 16 Jun 2022 03:00:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=31762081</link><dc:creator>kyberias</dc:creator><comments>https://news.ycombinator.com/item?id=31762081</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31762081</guid></item><item><title><![CDATA[New comment by kyberias in "Hiring technical talent: An exercise in clarity, patience, and preparation"]]></title><description><![CDATA[
<p>Seems like you want to get the count of "leaves" in a tree expressed as array of arrays.<p><pre><code>  ```
  const lengthParam = (a) => {
    let count = 0;
    for(let c of a) {
        if(Array.isArray(c)) {
            count += lengthParam(c)
        }
        else {
            count++;
        }
    }
    return count;
  };
  ```
</code></pre>
Am I hired?</p>
]]></description><pubDate>Sat, 14 May 2022 09:01:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=31376206</link><dc:creator>kyberias</dc:creator><comments>https://news.ycombinator.com/item?id=31376206</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31376206</guid></item><item><title><![CDATA[New comment by kyberias in "Finland will seek NATO membership immediately"]]></title><description><![CDATA[
<p>I guess it can be argued that Finland joining Nato is not very surprising (has been discussed in Finland for years) and therefore not very interesting. But Sweden joining Nato this quickly would be more of a surprise and therefore much more interesting.</p>
]]></description><pubDate>Thu, 12 May 2022 16:57:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=31356737</link><dc:creator>kyberias</dc:creator><comments>https://news.ycombinator.com/item?id=31356737</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31356737</guid></item><item><title><![CDATA[New comment by kyberias in "First look: adding type annotations to JavaScript"]]></title><description><![CDATA[
<p>You asked: "who are you to decide?". That's not questioning their opinion but rather their right to voice their opinion.</p>
]]></description><pubDate>Thu, 17 Mar 2022 18:47:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=30714549</link><dc:creator>kyberias</dc:creator><comments>https://news.ycombinator.com/item?id=30714549</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30714549</guid></item><item><title><![CDATA[New comment by kyberias in "First look: adding type annotations to JavaScript"]]></title><description><![CDATA[
<p>But didn't he merely express his opinion about this?</p>
]]></description><pubDate>Thu, 10 Mar 2022 16:52:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=30629088</link><dc:creator>kyberias</dc:creator><comments>https://news.ycombinator.com/item?id=30629088</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30629088</guid></item></channel></rss>