<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: darnir</title><link>https://news.ycombinator.com/user?id=darnir</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 04 May 2026 02:40:38 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=darnir" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by darnir in "Show HN: WhatCable, a tiny menu bar app for inspecting USB-C cables"]]></title><description><![CDATA[
<p>If you end up doing that, please post it here. I'd be a very happy user of that extension</p>
]]></description><pubDate>Fri, 01 May 2026 17:57:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47977874</link><dc:creator>darnir</dc:creator><comments>https://news.ycombinator.com/item?id=47977874</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47977874</guid></item><item><title><![CDATA[New comment by darnir in "Trump to impose $100k fee for H-1B worker visas, White House says"]]></title><description><![CDATA[
<p>Uhh. No. That's a common misconception held by people that don't actually read their T&Cs. Your worth authorization is tied to "a" employer for the first two years. The employee is completely free to quit and enter into a contract with another employer. All you have to do is go get the name of the employer updated. It's just a formality and nothing else.<p>Yes, you have three months to find a new job if you're fired, but it's Europe, you most likely got at least a 3 month notice as well.</p>
]]></description><pubDate>Fri, 19 Sep 2025 21:20:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=45306763</link><dc:creator>darnir</dc:creator><comments>https://news.ycombinator.com/item?id=45306763</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45306763</guid></item><item><title><![CDATA[New comment by darnir in "Annotated Unix Magic Poster"]]></title><description><![CDATA[
<p>One of the previous times this was posted, someone offered to print and ship them. I got a A2 sized canvas print. It hangs in my home office now.</p>
]]></description><pubDate>Sat, 05 Apr 2025 08:12:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=43591822</link><dc:creator>darnir</dc:creator><comments>https://news.ycombinator.com/item?id=43591822</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43591822</guid></item><item><title><![CDATA[New comment by darnir in "I struggled with Git, so I'm making a game to spare others the pain"]]></title><description><![CDATA[
<p>Anecdata don't make facts</p>
]]></description><pubDate>Mon, 03 Mar 2025 11:40:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=43240788</link><dc:creator>darnir</dc:creator><comments>https://news.ycombinator.com/item?id=43240788</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43240788</guid></item><item><title><![CDATA[New comment by darnir in "3 in 10 Companies Currently Have Fake Job Postings Listed"]]></title><description><![CDATA[
<p>I applied to one of those positions at Canonical. Their hiring process is so bad, I noped out. No wonder they have open positions all the time, since serious engineers are not going to put up with those shenanigans.<p>What does my high school GPA and traits have to do with my work as a senior kernel engineer? It reeks of cliques and I want nothing to do with it.</p>
]]></description><pubDate>Fri, 23 Aug 2024 14:31:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=41329362</link><dc:creator>darnir</dc:creator><comments>https://news.ycombinator.com/item?id=41329362</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41329362</guid></item><item><title><![CDATA[New comment by darnir in "How to download a copy of a website using Wget"]]></title><description><![CDATA[
<p>It should not break `--page-requisites`. If it does please file a bug report with a reproducer</p>
]]></description><pubDate>Sat, 08 Jun 2024 08:07:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=40616090</link><dc:creator>darnir</dc:creator><comments>https://news.ycombinator.com/item?id=40616090</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40616090</guid></item><item><title><![CDATA[New comment by darnir in "How to download a copy of a website using Wget"]]></title><description><![CDATA[
<p>That's pretty easy with Wget. You can use `--accept-regex` to define the paths your recursion should follow.</p>
]]></description><pubDate>Sat, 08 Jun 2024 06:14:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=40615650</link><dc:creator>darnir</dc:creator><comments>https://news.ycombinator.com/item?id=40615650</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40615650</guid></item><item><title><![CDATA[New comment by darnir in "Jeff Lawson buys The Onion"]]></title><description><![CDATA[
<p>Just a heads up, but you've swapped the links and the titles.</p>
]]></description><pubDate>Sat, 27 Apr 2024 11:30:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=40179156</link><dc:creator>darnir</dc:creator><comments>https://news.ycombinator.com/item?id=40179156</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40179156</guid></item><item><title><![CDATA[New comment by darnir in "Autoconf makes me think we stopped evolving too soon"]]></title><description><![CDATA[
<p>That's a very nice summary. But you're missing one crucial point. These are GNU tools and if you use them within that ecosystem, you also often use gnulib.<p>Gnulib is effectively the GNU Portability Library. Your fancy, new, auto generated configure script can find all the differences, but someone still needs to account for them and write alternative code to support the various platforms. This is where gnulib comes into play. It reads all the configure checks and plugs in replacements / stubs for whatever is different. This allows you, the developer to simply target GNU/Linux in your code while gnulib handles everything else (and pretty automatically) making is portable across all the unices and even non UNIX systems.</p>
]]></description><pubDate>Thu, 04 Apr 2024 05:56:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=39927017</link><dc:creator>darnir</dc:creator><comments>https://news.ycombinator.com/item?id=39927017</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39927017</guid></item><item><title><![CDATA[New comment by darnir in "Debian on xz-utils: revert to version that does not contain changes by bad actor"]]></title><description><![CDATA[
<p>Well, yes. And I chose to exercise that right.<p>The point of the anecdote is to supplement the parent poster by stating that their hypothetical scenarios are already happening.<p>We should have better testing and more eyes on incoming code for projects we depend on. But my point I guess is that vetting maintainers is not an option.</p>
]]></description><pubDate>Sat, 30 Mar 2024 14:52:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=39875438</link><dc:creator>darnir</dc:creator><comments>https://news.ycombinator.com/item?id=39875438</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39875438</guid></item><item><title><![CDATA[New comment by darnir in "Debian on xz-utils: revert to version that does not contain changes by bad actor"]]></title><description><![CDATA[
<p>This exact thing happened to me. I maintain a fairly popular free software project. A few years ago, I received an email from a nasa.gov domain claiming that they want to use the project internally and are auditing all their suppliers. 
They wanted documentation on me and on how I audit my supply chain for the project. Not cool. I don't have time for these shenanigans in my personal time.</p>
]]></description><pubDate>Sat, 30 Mar 2024 12:39:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=39874287</link><dc:creator>darnir</dc:creator><comments>https://news.ycombinator.com/item?id=39874287</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39874287</guid></item><item><title><![CDATA[New comment by darnir in "CLI user experience case study"]]></title><description><![CDATA[
<p>That used to be a fairly common standard. You'll notice nearly all the old GNU / BSD tooling use this paradigm. It is even codified in GNU's coding principles. In fact, when you do that, you can even merge all the single character flags together. For example, I can type, `ls -lah` instead of `ls -l -a -h`. Pretty handy.<p>My pet peeve is commands not supporting -h for help and making me write --help. This is especially worse when the command already supports single character arguments.</p>
]]></description><pubDate>Fri, 12 Jan 2024 14:49:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=38968612</link><dc:creator>darnir</dc:creator><comments>https://news.ycombinator.com/item?id=38968612</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38968612</guid></item><item><title><![CDATA[New comment by darnir in "Paperless-ngx – Open source document management system"]]></title><description><![CDATA[
<p>Specifically in the case of paperless-ngx, I use their export facility from a cron job. The export is plaintext and contains all the information needed to recreate the postgres db and the learned identifiers. In case of a disk failure (and I've had one with  my paperless store), I just reimported the previous days backup from my offline backup of paperless' export.</p>
]]></description><pubDate>Sat, 07 Oct 2023 17:53:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=37803921</link><dc:creator>darnir</dc:creator><comments>https://news.ycombinator.com/item?id=37803921</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37803921</guid></item><item><title><![CDATA[New comment by darnir in "Paperless-ngx – Open source document management system"]]></title><description><![CDATA[
<p>The only hard dependencies are Redis and Postgres.  The official stance is to run them from the provided docket compose and the container for paperless-ngx itself is kept updated and working for the stable containers of redis and postgres.<p>Tika and Gotenburg are additional features for scanning and converting MS Office documents to PDF. Not necessary and I don't use them in my setup at all. Same with sftpgo. I'm not sure for its usecase. But  paperless doesn't directly depend on it in anyway.</p>
]]></description><pubDate>Sat, 07 Oct 2023 17:41:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=37803790</link><dc:creator>darnir</dc:creator><comments>https://news.ycombinator.com/item?id=37803790</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37803790</guid></item><item><title><![CDATA[New comment by darnir in "The curl-wget Venn diagram"]]></title><description><![CDATA[
<p>Yes, you can :)</p>
]]></description><pubDate>Mon, 04 Sep 2023 13:02:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=37380092</link><dc:creator>darnir</dc:creator><comments>https://news.ycombinator.com/item?id=37380092</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37380092</guid></item><item><title><![CDATA[New comment by darnir in "The curl-wget Venn diagram"]]></title><description><![CDATA[
<p>A new option to strip query parameters from the output filename would be interesting. But its not so simple. When combined with recursion, one will often see a lot of pages with the same name but different query parameters. How should they be stored on disk? There's a couple of different issues I can think of.<p>However, if the potential issues can be resolved with sane defaults, I think this would be a great new switch to add.</p>
]]></description><pubDate>Mon, 04 Sep 2023 13:02:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=37380088</link><dc:creator>darnir</dc:creator><comments>https://news.ycombinator.com/item?id=37380088</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37380088</guid></item><item><title><![CDATA[New comment by darnir in "The curl-wget Venn diagram"]]></title><description><![CDATA[
<p>The -O option, not the -o option. The capital O sets the output file, while the small o in your comment sets the log filename.</p>
]]></description><pubDate>Mon, 04 Sep 2023 12:59:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=37380060</link><dc:creator>darnir</dc:creator><comments>https://news.ycombinator.com/item?id=37380060</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37380060</guid></item><item><title><![CDATA[New comment by darnir in "The curl-wget Venn diagram"]]></title><description><![CDATA[
<p>Wget will give you an equivalent with the --content-dispisition flag. I would like for it to be the default, but it would likely break backwards compatibility with some scripts that except a different output filename.</p>
]]></description><pubDate>Mon, 04 Sep 2023 12:57:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=37380053</link><dc:creator>darnir</dc:creator><comments>https://news.ycombinator.com/item?id=37380053</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37380053</guid></item><item><title><![CDATA[New comment by darnir in "Ask HN: Share a shell script you like"]]></title><description><![CDATA[
<p>If you like the timestamp function, this is available as a tool in the `moreutils` package as `ts`. You can simply pipe the output of any command to ts and have a timestamp prepended to each line it outputs. Extremely useful for streaming logs</p>
]]></description><pubDate>Mon, 28 Aug 2023 15:16:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=37295458</link><dc:creator>darnir</dc:creator><comments>https://news.ycombinator.com/item?id=37295458</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37295458</guid></item><item><title><![CDATA[New comment by darnir in "Why the AGPL is often unenforceable (2015)"]]></title><description><![CDATA[
<p>You're absolutely correct and if I'm not wrong this is a common loophole used by companies to get around the AGPL (when they really want to)<p>That is, contract the development to a third party. Let's say A wants proprietary modifications to an AGPL product (X). A contracts B, a solutions provider to make the changes. B is legally required to provide the changes to their X.1 product to anyone that uses it. However, only A is their direct user. Now since A did not modify X to X.1 they are not required to provide a direct download link in the application to the sources for X.1<p>I'm unsure if GPL style protections still apply and I as a user can request the sources from A by making an  explicit request. (I guess not, since they never shared the application with me, only access to it via the network)</p>
]]></description><pubDate>Mon, 28 Aug 2023 10:28:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=37292048</link><dc:creator>darnir</dc:creator><comments>https://news.ycombinator.com/item?id=37292048</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37292048</guid></item></channel></rss>