<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: EuAndreh</title><link>https://news.ycombinator.com/user?id=EuAndreh</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 10 Jun 2026 07:09:13 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=EuAndreh" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by EuAndreh in "Rsync.net Technical Notes – Q4 2025"]]></title><description><![CDATA[
<p>As free advertisement to rsync.net, I also like the service and support.<p>I have not deleted any of my daily borg backups for many years, covering my laptop and some servers.  Borg has an equivalent `borg serve` feature as detailed in the article.<p>I use borg mount every other week.  After the initial config, you can just type:<p><pre><code>  $ borg mount :: borg/
</code></pre>
...and browse the full archive lazily.  Most of the time I'm looking at the last entry, but I've done some historical searching once or twice.<p>Even though I count the rsync.net backup only once in the 3-2-1 backup rule, its geo-distributed under the hood, so there's also that.<p>I forgot to update the payment credit card once and got a few <i>months</i> of grace with periodic notices, but no service cut and excellent customer support.<p>I'm also fond of their stance on pretend standards, like PCI compliance: <a href="https://www.rsync.net/resources/regulatory/pci.html" rel="nofollow">https://www.rsync.net/resources/regulatory/pci.html</a><p>IIRC I created the account for use as a git-annex remote, but I've used it for archival and sshfs, which is very convenient.</p>
]]></description><pubDate>Thu, 04 Dec 2025 19:35:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=46151811</link><dc:creator>EuAndreh</dc:creator><comments>https://news.ycombinator.com/item?id=46151811</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46151811</guid></item><item><title><![CDATA[New comment by EuAndreh in "WhatsApp introduces ads in its app"]]></title><description><![CDATA[
<p>Despite its flaws and issues, email is federated and has been working at scale for decades.</p>
]]></description><pubDate>Tue, 17 Jun 2025 15:33:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=44300406</link><dc:creator>EuAndreh</dc:creator><comments>https://news.ycombinator.com/item?id=44300406</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44300406</guid></item><item><title><![CDATA[New comment by EuAndreh in "Using Ed(1) as My Static Site Generator"]]></title><description><![CDATA[
<p>Besides being the stardand, it also has a standard:<p><a href="https://pubs.opengroup.org/onlinepubs/9799919799/utilities/ed.html#top" rel="nofollow">https://pubs.opengroup.org/onlinepubs/9799919799/utilities/e...</a></p>
]]></description><pubDate>Sun, 01 Jun 2025 12:19:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=44150339</link><dc:creator>EuAndreh</dc:creator><comments>https://news.ycombinator.com/item?id=44150339</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44150339</guid></item><item><title><![CDATA[New comment by EuAndreh in "Ireland given two months to implement hate speech laws or face action from EU"]]></title><description><![CDATA[
<p>Come on, these three phrases aren't equivalent or comparable.<p>They "can arguably be construed as the violence" from a discriminatory argument.  An honest argument wouldn't provide us this false equivalence.</p>
]]></description><pubDate>Wed, 14 May 2025 17:34:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=43987170</link><dc:creator>EuAndreh</dc:creator><comments>https://news.ycombinator.com/item?id=43987170</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43987170</guid></item><item><title><![CDATA[New comment by EuAndreh in "The state of Rust trying to catch up with Ada [video]"]]></title><description><![CDATA[
<p>There are many other factors that influence language popularity besides technical quality, like:<p><pre><code>  - marketing;
  - big companies using it;
  - familiarity;
  - history of the creators;
  - history of the influencing languages;
  - timing;
  - luck;
  - regional usage;
  - etc.
</code></pre>
Despite some programmers seeing themselves as fully rational making cold decisions, we're like everyone else.</p>
]]></description><pubDate>Mon, 10 Feb 2025 09:24:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=42998441</link><dc:creator>EuAndreh</dc:creator><comments>https://news.ycombinator.com/item?id=42998441</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42998441</guid></item><item><title><![CDATA[New comment by EuAndreh in "Obvious things C should do"]]></title><description><![CDATA[
<p>> That's fine for a primitive compiler built for a school project, but not much else.<p>Not true.<p>On the one hand, just see how many non-compiled languages are used outside of primitive school projects.<p>On the other hand, this simpler approach is actually faster for writing actually fqst compilers.  Many modern compiled languages have compilers that work on the order of ~100ms on a simple file with 1k LoC, when it could (and arguably should) work on the order of ~1ms, IOW, imperceptible given the syscalls overhead.<p>A 100x faster compiler that generates meh code is more useful 99% of the time: when one is recompiling all the time during development.</p>
]]></description><pubDate>Sun, 12 Jan 2025 21:54:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=42677330</link><dc:creator>EuAndreh</dc:creator><comments>https://news.ycombinator.com/item?id=42677330</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42677330</guid></item><item><title><![CDATA[New comment by EuAndreh in "Obvious things C should do"]]></title><description><![CDATA[
<p>I have the impression you're mixing single-pass compilation and O(1) memory use of the compiler.<p>As is, C already is single-pass compilable, modulo some unnecessary syntax ambiguities.<p>As the compiler reads the text, it marks some character strings as tokens, these tokens are grouped as a fragment of code, and some fragments of code are turned into machine code.  A simple function of a 100 lines doesn't need to be parsed until the end for the compiler to start emitting machine code.<p>Like the parser, this requires memory to keep tabs of information and doesn't work for all types of constructs, like a jump instruction to a label defined later in a function.  The code emitter soaks input untill it is possible, and does so, like when the label is already known and can be jumped to.</p>
]]></description><pubDate>Sun, 12 Jan 2025 18:31:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=42675621</link><dc:creator>EuAndreh</dc:creator><comments>https://news.ycombinator.com/item?id=42675621</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42675621</guid></item><item><title><![CDATA[New comment by EuAndreh in "Obvious things C should do"]]></title><description><![CDATA[
<p>Thanks, but no thanks.</p>
]]></description><pubDate>Sun, 12 Jan 2025 04:05:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=42671202</link><dc:creator>EuAndreh</dc:creator><comments>https://news.ycombinator.com/item?id=42671202</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42671202</guid></item><item><title><![CDATA[New comment by EuAndreh in "Obvious things C should do"]]></title><description><![CDATA[
<p>> The parser being stand-alone means it is much simpler to understand and unittest.<p>Stand-aloneness and single-passness are orthogonal.<p>> I found no advantage to a single pass compiler. It isn't any faster.<p>A gigantic advantage: a single-pass-compilable language is simpler.  By definition.<p>Implementations may or may not be simpler or faster.<p>> C++ doesn't allow forward declarations either.<p>Well, that's not what I meant.<p>C++ is "C with just this thing" done way too many times.<p>> The trouble with such sayings is like following a google map that says cross this bridge, but wasn't updated with news that the bridge is out.<p>TBH, I didn't really get this.  Is this about sticking to C as is, but it is outdated as is?<p>C would be outdated if it didn't have, say, long long for 64-bit numbers.  Having "true" be a keyword instead of a macro doesn't change how outdated it is or isn't, just like compile-time evaluation also doesn't.<p>> They are once you use another language that doesn't have those restrictions.<p>I have used many, and I still don't find them obvious.<p>> C adds new things all the time to the Standard, like normalized Unicode identifiers, which are a complete waste of time.<p>I agree that many/most are a waste of time, and shouldn't be added to C.  The fact of C adding things to the standard all the time shouldn't justify adding even more things, but make one question if those are needed at all, and how to accomplish the goal without it.<p>> Every C compiler also adds a boatload of extensions, some good, some wacky, many ineptly documented, all incompatible with every other C compiler extensions.<p>I know about that, and my position is the same: just don't.<p>I don't use them also.</p>
]]></description><pubDate>Sun, 12 Jan 2025 04:00:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=42671181</link><dc:creator>EuAndreh</dc:creator><comments>https://news.ycombinator.com/item?id=42671181</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42671181</guid></item><item><title><![CDATA[New comment by EuAndreh in "Obvious things C should do"]]></title><description><![CDATA[
<p>I have my own list of things that could "easily" be added to C, but I'd rather them not to be.</p>
]]></description><pubDate>Sun, 12 Jan 2025 01:51:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=42670545</link><dc:creator>EuAndreh</dc:creator><comments>https://news.ycombinator.com/item?id=42670545</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42670545</guid></item><item><title><![CDATA[New comment by EuAndreh in "Obvious things C should do"]]></title><description><![CDATA[
<p>Good suggestions, but also meh, e.g.: forward declaration requirement enables a single-pass compiler to emit code on-the-fly.<p>I have a much better list for things to add to C: Nothing.  C isn't perfect, or nearly as good as it could be, but simply adding things onto C gets you C++.<p>Adjusting what sircmpwn says: in C you don't solve problems by adding features, but by writing more code in C.<p>I liked an answer on stack overflow on a question on "how to write a generic function wrapper in Go", or something similar.  Many suggestions included reflection, but the author wanted something simpler with varargs without reflection.  A comment simply said: "wrong language".<p>I'd rather adopt this position for some languages, instead of add more and more to C3X.  I do away with things in C23, and don't want even more things added in to C.<p>Making a strech of OP's arguments: "look at all this cool things that C could do, and that D does!".  Well, go on and use D, nothing wrong with that.<p>(BTW, I do write test targets for every file in my C projects, but I'm not so much into jogging).<p>Those things aren't that obvious, and I'd rather not have them added to C.<p>Wrong language.</p>
]]></description><pubDate>Sun, 12 Jan 2025 01:45:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=42670509</link><dc:creator>EuAndreh</dc:creator><comments>https://news.ycombinator.com/item?id=42670509</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42670509</guid></item><item><title><![CDATA[New comment by EuAndreh in "Jank is now running on LLVM IR"]]></title><description><![CDATA[
<p><p><pre><code>    LISP doesn't really read well the bigger the codebase
</code></pre>
[citation needed]</p>
]]></description><pubDate>Sat, 30 Nov 2024 22:26:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=42284480</link><dc:creator>EuAndreh</dc:creator><comments>https://news.ycombinator.com/item?id=42284480</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42284480</guid></item><item><title><![CDATA[New comment by EuAndreh in "Runtime-Extensible SQL Parsers Using Peg"]]></title><description><![CDATA[
<p>There is nothing wrong with using PEGs for SQL parsing, but this article (I didn't read the paper) presents flawed arguments:<p>- tech $X is from the 60s, therefore it is bad and/or outdated: one doesn't need to "disrupt" or innovate in everything to become modern.  There are plenty of things from the 60s that still don't have a better replacement, and its OK to keep using it.<p>- "YACC-style parsers" clumps together parsers that are generated at compile-time, from declarative grammars, using LALR(1).  But that's not inherit to the technique or algorithm: a parser can be LALR(1) from a declarative grammar and still extensible at run-time, or provide LL(1) alongside, or be built from statements instead of a grammar.  There's nothing wrong with using PEGs over "YACC-style" parsers, but not for these distorted reasons.</p>
]]></description><pubDate>Sat, 23 Nov 2024 11:27:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=42220378</link><dc:creator>EuAndreh</dc:creator><comments>https://news.ycombinator.com/item?id=42220378</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42220378</guid></item><item><title><![CDATA[New comment by EuAndreh in "Everything Is Just Functions: 1 week with David Beazley and SICP"]]></title><description><![CDATA[
<p>Not key value dictionaries, just pointers are needed.<p>A closure with no behaviour is just a pointer to the enclosed variable.  A closure with 2 pointers is a pair, which you can get the car and cdr.<p>The runtime needs to make the pointee available outside its definition, so escape analysis, garbage collection, etc.  But no dictionary is needed.</p>
]]></description><pubDate>Thu, 21 Nov 2024 11:06:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=42203090</link><dc:creator>EuAndreh</dc:creator><comments>https://news.ycombinator.com/item?id=42203090</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42203090</guid></item><item><title><![CDATA[New comment by EuAndreh in "FLTK 1.4 Released"]]></title><description><![CDATA[
<p>Zero accessibility =/<p>As great as it may be, this isn't something I'd pick as it'd be unusable in this cases.</p>
]]></description><pubDate>Wed, 20 Nov 2024 11:36:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=42192912</link><dc:creator>EuAndreh</dc:creator><comments>https://news.ycombinator.com/item?id=42192912</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42192912</guid></item><item><title><![CDATA[New comment by EuAndreh in "X says it is closing operations in Brazil due to judge's content orders"]]></title><description><![CDATA[
<p>From the same article:<p>> Brazil’s Supreme Court has drastically expanded its power to counter the antidemocratic stances of Mr. Bolsonaro and his supporters.<p>The title is a leading question.  I can come up with different titles for the same article or topic, that could be leading somewhere else:<p>1. Brazil Top Court's Actions to Defend Democracy<p>2. A View On Moraes' Decisions In Face Of The Crisis Created By Bolsonaro<p>3. Brazil's Supreme Court Reaction After The Presidency Went Too Far<p>---<p>A legitimate question I have is:<p>What other institutions (or democratic tools) should have acted to halt the extremist anti-democratic movement lead by Bolsonaro?<p>(Not a trick question, an honest one given the crisis)</p>
]]></description><pubDate>Sat, 17 Aug 2024 18:11:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=41276622</link><dc:creator>EuAndreh</dc:creator><comments>https://news.ycombinator.com/item?id=41276622</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41276622</guid></item><item><title><![CDATA[New comment by EuAndreh in "The new PostgreSQL 17 make dist"]]></title><description><![CDATA[
<p>Yep, that says not to include generated files in VCS.<p>I've also seen the bison and flex output included in VCS, and the same guidelines apply.</p>
]]></description><pubDate>Wed, 14 Aug 2024 09:23:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=41244218</link><dc:creator>EuAndreh</dc:creator><comments>https://news.ycombinator.com/item?id=41244218</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41244218</guid></item><item><title><![CDATA[New comment by EuAndreh in "Go is my hammer, and everything is a nail"]]></title><description><![CDATA[
<p>Oh god why.  I thought (and hoped) that GP didn't actually mean this.<p>I see how a team or an organization can eventually get to this point.  It just saddens me that they got there.</p>
]]></description><pubDate>Tue, 13 Aug 2024 17:27:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=41237441</link><dc:creator>EuAndreh</dc:creator><comments>https://news.ycombinator.com/item?id=41237441</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41237441</guid></item><item><title><![CDATA[New comment by EuAndreh in "The new PostgreSQL 17 make dist"]]></title><description><![CDATA[
<p>s/generated/generate/</p>
]]></description><pubDate>Tue, 13 Aug 2024 17:17:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=41237361</link><dc:creator>EuAndreh</dc:creator><comments>https://news.ycombinator.com/item?id=41237361</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41237361</guid></item><item><title><![CDATA[New comment by EuAndreh in "The new PostgreSQL 17 make dist"]]></title><description><![CDATA[
<p>>  Nowadays it's not that big a deal.<p>The same can be said about autotools itself :/<p>Historical and current use indeed vary, and many times even using autotools itself isn't as appropriate.</p>
]]></description><pubDate>Tue, 13 Aug 2024 17:13:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=41237334</link><dc:creator>EuAndreh</dc:creator><comments>https://news.ycombinator.com/item?id=41237334</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41237334</guid></item></channel></rss>