<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: PuercoPop</title><link>https://news.ycombinator.com/user?id=PuercoPop</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 12 Apr 2026 15:21:03 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=PuercoPop" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Lix 2.95 "Kakigōri"]]></title><description><![CDATA[
<p>Article URL: <a href="https://lix.systems/blog/2026-03-25-lix-2.95-release/">https://lix.systems/blog/2026-03-25-lix-2.95-release/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47521964">https://news.ycombinator.com/item?id=47521964</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 25 Mar 2026 19:21:23 +0000</pubDate><link>https://lix.systems/blog/2026-03-25-lix-2.95-release/</link><dc:creator>PuercoPop</dc:creator><comments>https://news.ycombinator.com/item?id=47521964</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47521964</guid></item><item><title><![CDATA[New comment by PuercoPop in "Goblins: Distributed, Transactional Programming with Racket and Guile"]]></title><description><![CDATA[
<p>The protocol is OCapN<p><a href="http://ocapn.org/" rel="nofollow">http://ocapn.org/</a></p>
]]></description><pubDate>Sat, 31 Jan 2026 19:52:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=46840135</link><dc:creator>PuercoPop</dc:creator><comments>https://news.ycombinator.com/item?id=46840135</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46840135</guid></item><item><title><![CDATA[New comment by PuercoPop in "Yt-dlp: External JavaScript runtime now required for full YouTube support"]]></title><description><![CDATA[
<p>It is likely you use Chrome or a browser that uses Blink for its engine and the OP uses a non-blink browser like Firefox. I use Firefox and I can cofirm since the last few months Youtube usability borders on usable</p>
]]></description><pubDate>Wed, 12 Nov 2025 18:21:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=45903763</link><dc:creator>PuercoPop</dc:creator><comments>https://news.ycombinator.com/item?id=45903763</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45903763</guid></item><item><title><![CDATA[New comment by PuercoPop in "Apache HTTP Server: 'RewriteCond expr' always evaluates to true"]]></title><description><![CDATA[
<p>junit was not invented, it was a port from Smalltalk's SUnit, which was created on 1989, ~6 years before the first release of Apache. Yes, the extreme programming (XP) craze hadn't popularized TDD, but united testing as a practice already existed, even if only some communities.<p>Though I agree, that although not a technical justification, an explanation as to why there are no tests is because Apache HTTP is from the 90's. Not writing unit tests was par for course back then. Most FLOSS code bases in the 90s didn't have unit tests, let a alone a CI to run the test suite for each change. Adding tests later is hard. Though there are some tests under the test folder.</p>
]]></description><pubDate>Thu, 24 Jul 2025 18:21:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=44674186</link><dc:creator>PuercoPop</dc:creator><comments>https://news.ycombinator.com/item?id=44674186</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44674186</guid></item><item><title><![CDATA[New comment by PuercoPop in "Poireau: A Sampling Allocation Debugger"]]></title><description><![CDATA[
<p>Recently saw this through <a href="https://discuss.systems/@pkhuong/114532017716618023" rel="nofollow">https://discuss.systems/@pkhuong/114532017716618023</a> which summaries why this would be useful:<p>> Flagging old live (i.e., potentially immortal) allocations is easier (<a href="https://github.com/backtrace-labs/poireau">https://github.com/backtrace-labs/poireau</a>) and more closely matches the goal of identifying why the heap grows instead of entering a steady state.<p>Ej. Why is Sidekiq memory consumption growing over time.</p>
]]></description><pubDate>Thu, 22 May 2025 19:02:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=44065512</link><dc:creator>PuercoPop</dc:creator><comments>https://news.ycombinator.com/item?id=44065512</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44065512</guid></item><item><title><![CDATA[New comment by PuercoPop in "The Future Is Niri"]]></title><description><![CDATA[
<p>wmii[0], it implements the acme window layout. But the interesting part is that it exposes its state as a file-system. The main loop is a shell script[1]. So BYO posible, fe here is a Ruby one [2]<p>[0]: <a href="https://github.com/0intro/wmii" rel="nofollow">https://github.com/0intro/wmii</a>
[1]: <a href="https://github.com/0intro/wmii/blob/main/cmd/wmii.rc.rc" rel="nofollow">https://github.com/0intro/wmii/blob/main/cmd/wmii.rc.rc</a>
[2]: <a href="https://github.com/sunaku/wmiirc" rel="nofollow">https://github.com/sunaku/wmiirc</a></p>
]]></description><pubDate>Wed, 12 Mar 2025 20:46:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=43347498</link><dc:creator>PuercoPop</dc:creator><comments>https://news.ycombinator.com/item?id=43347498</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43347498</guid></item><item><title><![CDATA[New comment by PuercoPop in "Hy 1.0 – Lisp dialect for Python"]]></title><description><![CDATA[
<p>The original hy annoucement makes it clear that they embed a Lisp by compiling with Python bytecode. You can see it in the following video about the 16:25 mark<p><a href="https://m.youtube.com/watch?v=1vui-LupKJI" rel="nofollow">https://m.youtube.com/watch?v=1vui-LupKJI</a></p>
]]></description><pubDate>Sun, 22 Sep 2024 17:11:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=41618371</link><dc:creator>PuercoPop</dc:creator><comments>https://news.ycombinator.com/item?id=41618371</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41618371</guid></item><item><title><![CDATA[Beyond Ctrl-C: The dark corners of Unix signal handling]]></title><description><![CDATA[
<p>Article URL: <a href="https://sunshowers.io/posts/beyond-ctrl-c-signals/">https://sunshowers.io/posts/beyond-ctrl-c-signals/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41449625">https://news.ycombinator.com/item?id=41449625</a></p>
<p>Points: 165</p>
<p># Comments: 71</p>
]]></description><pubDate>Wed, 04 Sep 2024 19:24:30 +0000</pubDate><link>https://sunshowers.io/posts/beyond-ctrl-c-signals/</link><dc:creator>PuercoPop</dc:creator><comments>https://news.ycombinator.com/item?id=41449625</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41449625</guid></item><item><title><![CDATA[New comment by PuercoPop in "Starcraft (A History in Two Acts)"]]></title><description><![CDATA[
<p>That is because I only mentioned them, didn't explain them.<p>Kara-cancel is a mechanic that lets you extend the range of your moves, in 3s is used for throws.<p>So the input for throws in 3s is lp+lk. Now, what happens if while one is trying to press the buttons at the same time they press one slighty before the other? A move will start to come out and then you can't throw because you are doing another move. To make it easier to input throws, devs made so that _any_ move can be canceled into a throw in the first 5 frames of the move. 5 frames is 5/60ths of a second.<p>Separate to that, some moves move the character forward. Ej. Chunli's HK. So people figured out that if you press a move that moved your character forward and then canceled that into a throw you can extend the effective range of your throw.<p>Mind you doing this means pressing a button 83 milliseconds before the other one. Which is of course not something you can do by thinking about it, instead you learn to position your hand in a way so that when you move it down together one finger lands before the other two. The name kara-cancels comes from the Japanese word for empty, because you are canceling a move that never came out.<p>Now I don't know the history, whether the mechanic was first found in 3s and then in SF2T or not, but it is an example of a mechanic intended to ease the input of something being used to expand the toolkit of a character.<p>V-cancel (not sure if that was the name ppl used for it, didn't play sfa2) refers to the fact that in sfa2 the number of frames to go from standing to downblock is more that the number of frames a character needs to go from standing to a low attack if the character is in v-ism. This means that if two characters are standing next to each other and one activates their v super, they have a guaranteed hit.<p>This was first used by Ricki Ortiz in a tournament setting in a finals and that is how it became wildly know. The story of it was documented in Sirlin's Play to Win book, which is how I learned about it. <a href="https://www.sirlin.net/ptw" rel="nofollow">https://www.sirlin.net/ptw</a></p>
]]></description><pubDate>Sun, 07 Jul 2024 14:16:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=40897901</link><dc:creator>PuercoPop</dc:creator><comments>https://news.ycombinator.com/item?id=40897901</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40897901</guid></item><item><title><![CDATA[New comment by PuercoPop in "Starcraft (A History in Two Acts)"]]></title><description><![CDATA[
<p>> Also, I would love for this guy to do a deep dive on the SC:BW approach to balance, which is map-based rather than based on traditional unit-based balance changes. This way the community is effectively able to balance the game themselves.<p>Yes, that it something really important that the modern landscape of competitive gaming lost and the frequency of patching increasing. Not just in BW, older fighting games, especially those arcade based ones, people found ways (which sometimes blur the lines between exploit or technique) to keep pushing the bounders. Things like Kara-cancels in 3s, were one is using a mechanic meant to facilitate the throw input to extend the range of the throw. Or wave dashing. It is wild how even character tier lists changed in the original SmashBros 64.<p>And also how people adapt to this meta changing discoveries, like the bisu-build in BW or when Ricki Ortiz unleashed v-cancel in sfa2!</p>
]]></description><pubDate>Sat, 06 Jul 2024 18:27:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=40892188</link><dc:creator>PuercoPop</dc:creator><comments>https://news.ycombinator.com/item?id=40892188</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40892188</guid></item><item><title><![CDATA[New comment by PuercoPop in "PyPI halted new users and projects while it fended off supply-chain attack"]]></title><description><![CDATA[
<p>For what is worth in nix after the code is downloaded the code is built in a sandbox without network access. So one does have a viable alternative for Rust.<p>And is true that most package managers for popular language allow arbitrary code execution during the install process. That is how husky adds git hooks to the developers machines.<p>For example in Ruby I need to patch the Kafka gem, karafka because it downloads, builds and stores librdkafa.so in the gem's directory.<p>I understand that this as well as the husky example comes from a desire to make developer lifes easier but I'd rather we erred on the side of caution. Making sure that software builds without access to the network and without being able to modify your system (ej. Adding files to $HOME)</p>
]]></description><pubDate>Fri, 29 Mar 2024 03:55:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=39860536</link><dc:creator>PuercoPop</dc:creator><comments>https://news.ycombinator.com/item?id=39860536</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39860536</guid></item><item><title><![CDATA[New comment by PuercoPop in "Embracing Common Lisp in the modern world"]]></title><description><![CDATA[
<p>> is arguably the most powerful debugging experience available for any programming language.<p>The sly debugger is better than most debuggers, but calling it the most powerful debugging experience is a stretch. Just try the debuger in a Smalltalk implementation (Squeak/Pharo/Cuis)</p>
]]></description><pubDate>Thu, 25 Jan 2024 00:34:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=39124658</link><dc:creator>PuercoPop</dc:creator><comments>https://news.ycombinator.com/item?id=39124658</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39124658</guid></item><item><title><![CDATA[New comment by PuercoPop in "Fuzzy Finding with Emacs Instead of Fzf"]]></title><description><![CDATA[
<p>I use project.el instead of projectile but yeah that is exactly what I do. It is only a couple of lines.<p><a href="https://github.com/PuercoPop/.emacs.d/blob/9d0b99d332d619fe36b4b1b9d7575d1818b059cb/init.el#L234">https://github.com/PuercoPop/.emacs.d/blob/9d0b99d332d619fe3...</a></p>
]]></description><pubDate>Sun, 10 Dec 2023 22:42:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=38595784</link><dc:creator>PuercoPop</dc:creator><comments>https://news.ycombinator.com/item?id=38595784</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38595784</guid></item><item><title><![CDATA[New comment by PuercoPop in "Breezy Version Control System"]]></title><description><![CDATA[
<p>You are thinking of darcs, that is the one that was written in Haskell. Although Darcs is more related to pijul than to git</p>
]]></description><pubDate>Sat, 25 Nov 2023 18:52:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=38415557</link><dc:creator>PuercoPop</dc:creator><comments>https://news.ycombinator.com/item?id=38415557</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38415557</guid></item><item><title><![CDATA[New comment by PuercoPop in "What is Glamorous Toolkit v1.0?"]]></title><description><![CDATA[
<p>No, the included demos have examples for a analyzing Ruby (ActiveRecord) and Java. There was a paper a while back about moldable development where they showed a Python debugger.</p>
]]></description><pubDate>Sun, 05 Nov 2023 22:00:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=38156076</link><dc:creator>PuercoPop</dc:creator><comments>https://news.ycombinator.com/item?id=38156076</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38156076</guid></item><item><title><![CDATA[New comment by PuercoPop in "NixOS RFC 136 approved: A plan to stabilize the new CLI and Flakes incrementally"]]></title><description><![CDATA[
<p>That is what I was trying to say by<p>> Other than using version control to determine what are the sources of the derivation<p>I don't think that defaulting to using git to list the sources when inside a git repo means that it is tightly coupled to git. If one doesn't want to commit/stage the flake files in the repo one can do `nix develop .` and it works . It will take a little longer because it will copy the entire directory to the store iiuc.</p>
]]></description><pubDate>Sun, 13 Aug 2023 01:56:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=37105922</link><dc:creator>PuercoPop</dc:creator><comments>https://news.ycombinator.com/item?id=37105922</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37105922</guid></item><item><title><![CDATA[New comment by PuercoPop in "NixOS RFC 136 approved: A plan to stabilize the new CLI and Flakes incrementally"]]></title><description><![CDATA[
<p>I use nix with flakes, have written a couple of flakes day to day use. I am not a nix power user. But based on my current understanding this statement seems incorrect<p>> Flakes are tightly coupled to Git.<p>How is it tightly coupled to Git if it supports Mercurial out of the box?<p>Other than using version control to determine what are the sources of the derivation, what does flakes lean on version control?</p>
]]></description><pubDate>Sun, 13 Aug 2023 01:34:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=37105793</link><dc:creator>PuercoPop</dc:creator><comments>https://news.ycombinator.com/item?id=37105793</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37105793</guid></item><item><title><![CDATA[New comment by PuercoPop in "Trinity Desktop Environment – a modern KDE3 fork"]]></title><description><![CDATA[
<p>Amarok was the first app in Linux that was better than the Windows counterpart. My non-technical friends would ask how could they use it. It was the killer app for the Linux Desktop at the time.<p>> Also, dcop is probably the best GUI automation tool I’ve used.<p>Everytime I have to use dbus from the CLI I think to myself, dcop died for this?!<p>To me the best GUI automation tool (in Linux at least) was Kommander, another KDE app that didn't survived the KDE3-4 transition. A pretty decent 'low-code' tool that unfortunately didn't make it to KDE4.<p>I used KDE4 up to 4.2, when it supposedly 'got good'. It wasn't bad by any means. But KDE3 was better.</p>
]]></description><pubDate>Wed, 28 Jun 2023 03:58:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=36502098</link><dc:creator>PuercoPop</dc:creator><comments>https://news.ycombinator.com/item?id=36502098</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36502098</guid></item><item><title><![CDATA[New comment by PuercoPop in "Trinity Desktop Environment – a modern KDE3 fork"]]></title><description><![CDATA[
<p>> a fork of a DE from 2002<p>Not 2002, 2008. Trinity was forked after KDE3 was EOL.<p>I'm curious if they are keeping DCOP alive or have they embraced dbus?</p>
]]></description><pubDate>Wed, 28 Jun 2023 03:52:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=36502069</link><dc:creator>PuercoPop</dc:creator><comments>https://news.ycombinator.com/item?id=36502069</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36502069</guid></item><item><title><![CDATA[New comment by PuercoPop in "Effective Rust (2021)"]]></title><description><![CDATA[
<p>It is like printf to stderr and exit(1)</p>
]]></description><pubDate>Thu, 15 Jun 2023 15:44:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=36342144</link><dc:creator>PuercoPop</dc:creator><comments>https://news.ycombinator.com/item?id=36342144</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36342144</guid></item></channel></rss>