<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: nbenitezl</title><link>https://news.ycombinator.com/user?id=nbenitezl</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 01:10:23 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=nbenitezl" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by nbenitezl in "Ollama is now powered by MLX on Apple Silicon in preview"]]></title><description><![CDATA[
<p>But when using it on the cloud a LLM can consult 50 websites, which is super fast for their datacenters as they are backbone of internet, instead you'll have to wait much more on your device to consult those websites before giving you the LLM response. Am i wrong?</p>
]]></description><pubDate>Tue, 31 Mar 2026 09:51:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=47584931</link><dc:creator>nbenitezl</dc:creator><comments>https://news.ycombinator.com/item?id=47584931</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47584931</guid></item><item><title><![CDATA[New comment by nbenitezl in "Fast trigram based code search"]]></title><description><![CDATA[
<p>I use <a href="https://codesearch.debian.net/" rel="nofollow">https://codesearch.debian.net/</a> a lot, and it's based on that according to <a href="https://codesearch.debian.net/about" rel="nofollow">https://codesearch.debian.net/about</a></p>
]]></description><pubDate>Sat, 06 Dec 2025 00:18:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=46169167</link><dc:creator>nbenitezl</dc:creator><comments>https://news.ycombinator.com/item?id=46169167</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46169167</guid></item><item><title><![CDATA[New comment by nbenitezl in "Brush (Bo(u)rn(e) RUsty SHell) a POSIX and Bash-Compatible Shell in Rust"]]></title><description><![CDATA[
<p>My favourite shell written in Rust is wezterm, totally recommend it.<p><a href="https://wezterm.org/" rel="nofollow">https://wezterm.org/</a></p>
]]></description><pubDate>Wed, 07 May 2025 08:45:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=43913457</link><dc:creator>nbenitezl</dc:creator><comments>https://news.ycombinator.com/item?id=43913457</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43913457</guid></item><item><title><![CDATA[New comment by nbenitezl in "Show HN: "Git who" – A new CLI tool for industrial-scale Git blaming"]]></title><description><![CDATA[
<p>Gitlab/Github should add a feature that any submitted merge requests automatically emails the last author of the code lines being modified, to let them know about the MR and provide any feedback if needed.<p>Or maybe someone has wrote a bot/Git hook for that?</p>
]]></description><pubDate>Wed, 19 Mar 2025 13:53:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=43412029</link><dc:creator>nbenitezl</dc:creator><comments>https://news.ycombinator.com/item?id=43412029</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43412029</guid></item><item><title><![CDATA[New comment by nbenitezl in "HTTrack Website Copier"]]></title><description><![CDATA[
<p>Long time ago, HTTrack came very handy for me at work. We created a PHP/Mysql application to store data for a census of industrial sites and related info. Some day my boss tell me the customer wants this census being delivered to them in a auto-startup CD-ROM which was very fashionable at that time, I used HTTrack to download every page of our PHP database and all be browseable offline from the CD-ROM, the auto-startup just launch the browser at the index page.<p>Very handy.</p>
]]></description><pubDate>Wed, 19 Mar 2025 09:57:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=43409988</link><dc:creator>nbenitezl</dc:creator><comments>https://news.ycombinator.com/item?id=43409988</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43409988</guid></item><item><title><![CDATA[New comment by nbenitezl in "Lynx is the oldest web browser still being maintained"]]></title><description><![CDATA[
<p>Oh, this brings back memories of my first steps with Gentoo linux, when I failed at setting up the display (XFree86 back then) or configure it properly, I remember browsing Gentoo wiki pages with Lynx to bring it back.</p>
]]></description><pubDate>Sun, 16 Mar 2025 11:42:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=43378254</link><dc:creator>nbenitezl</dc:creator><comments>https://news.ycombinator.com/item?id=43378254</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43378254</guid></item><item><title><![CDATA[New comment by nbenitezl in "I still like Sublime Text"]]></title><description><![CDATA[
<p>[Thanks to be opened for suggestions]<p>- One major improvement would be to provide a button to "View blame prior to this change" like Gitlab blame does (screenshot below):<p><a href="https://drive.google.com/file/d/1BjXpQNlFgHKIJz-5SmJIxYB6fGD4_03v/view?usp=sharing" rel="nofollow">https://drive.google.com/file/d/1BjXpQNlFgHKIJz-5SmJIxYB6fGD...</a><p>Because c++ codebases nowadays are full of commits that just reformat or refactors code (clang-format, update to smart pointers, update to new api, etc) and so if I just want to find out the <i>original</i> commit which introduced that codeline (because I want to know the _original_ motivation for it), it means in Gitlab I just need to click 3 or 4 times on said button to skip all such formats/refactor commits until I get to the one I'm interested in. That is easy in Gitlab, while SublimeMerge just let me click on the SHA of the last change for the codeline, and from there I'm lost I don't know how to keep "blaming back" like Gitlab easily let me.<p>- In the same vein of easy skipping blame changes until the one you want, it would help a lot supporting the git config setting blame.ignoreRevsFile:<p><a href="https://git-scm.com/docs/git-config#Documentation/git-config.txt-blameignoreRevsFile" rel="nofollow">https://git-scm.com/docs/git-config#Documentation/git-config...</a><p>Thanks and long life to Sublime!</p>
]]></description><pubDate>Thu, 30 Jan 2025 23:01:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=42883105</link><dc:creator>nbenitezl</dc:creator><comments>https://news.ycombinator.com/item?id=42883105</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42883105</guid></item><item><title><![CDATA[New comment by nbenitezl in "I still like Sublime Text"]]></title><description><![CDATA[
<p>I'm on Linux and I just use one keystroke to switch (F2). I have F1 F2 F3 F4 keys binded to change to virtual desktops 1 2 3 4.  1 -> Console(s) 2 -> Editor (sublime) 3 -> Browser (Firefox) 4 -> Misc (File browser, other apps)</p>
]]></description><pubDate>Wed, 29 Jan 2025 13:25:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=42864633</link><dc:creator>nbenitezl</dc:creator><comments>https://news.ycombinator.com/item?id=42864633</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42864633</guid></item><item><title><![CDATA[New comment by nbenitezl in "I still like Sublime Text"]]></title><description><![CDATA[
<p>Another happy customer of Sublime Text here, but still not dare to take the step to buy SublimeMerge, I'm pretty well served in console for my git use, except for 'git blame' that I prefer to do in a UI tool, but SublimeMerge blame support is awful.</p>
]]></description><pubDate>Wed, 29 Jan 2025 10:07:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=42863336</link><dc:creator>nbenitezl</dc:creator><comments>https://news.ycombinator.com/item?id=42863336</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42863336</guid></item><item><title><![CDATA[New comment by nbenitezl in "Show HN: Tetris in a PDF"]]></title><description><![CDATA[
<p>In my case I install it from flathub.org (works from any distro):<p><a href="https://flathub.org/apps/com.adobe.Reader" rel="nofollow">https://flathub.org/apps/com.adobe.Reader</a></p>
]]></description><pubDate>Sun, 12 Jan 2025 22:14:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=42677506</link><dc:creator>nbenitezl</dc:creator><comments>https://news.ycombinator.com/item?id=42677506</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42677506</guid></item><item><title><![CDATA[New comment by nbenitezl in "Scientists uncover how the brain washes itself during sleep"]]></title><description><![CDATA[
<p>On the other side, heart delivers a lifetime service without any maintaince, that's a truly wonder of nature.</p>
]]></description><pubDate>Thu, 09 Jan 2025 17:38:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=42647940</link><dc:creator>nbenitezl</dc:creator><comments>https://news.ycombinator.com/item?id=42647940</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42647940</guid></item><item><title><![CDATA[New comment by nbenitezl in "Why pay for a search engine"]]></title><description><![CDATA[
<p>Another happy Kagi user here, I also love the fact they also give FastGPT as a bonus.</p>
]]></description><pubDate>Mon, 14 Oct 2024 08:42:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=41835518</link><dc:creator>nbenitezl</dc:creator><comments>https://news.ycombinator.com/item?id=41835518</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41835518</guid></item><item><title><![CDATA[New comment by nbenitezl in "Kagi Assistant"]]></title><description><![CDATA[
<p>Using it from Spain, and speed is good.</p>
]]></description><pubDate>Thu, 05 Sep 2024 09:02:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=41454872</link><dc:creator>nbenitezl</dc:creator><comments>https://news.ycombinator.com/item?id=41454872</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41454872</guid></item><item><title><![CDATA[New comment by nbenitezl in "Kagi Assistant"]]></title><description><![CDATA[
<p>Another happy Kagi user here.</p>
]]></description><pubDate>Thu, 05 Sep 2024 08:48:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=41454802</link><dc:creator>nbenitezl</dc:creator><comments>https://news.ycombinator.com/item?id=41454802</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41454802</guid></item><item><title><![CDATA[I just crossed $1M on GitHub Sponsors]]></title><description><![CDATA[
<p>Article URL: <a href="https://calebporzio.com/i-just-cracked-1-million-on-github-sponsors-heres-my-playbook">https://calebporzio.com/i-just-cracked-1-million-on-github-sponsors-heres-my-playbook</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41407771">https://news.ycombinator.com/item?id=41407771</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 31 Aug 2024 10:23:25 +0000</pubDate><link>https://calebporzio.com/i-just-cracked-1-million-on-github-sponsors-heres-my-playbook</link><dc:creator>nbenitezl</dc:creator><comments>https://news.ycombinator.com/item?id=41407771</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41407771</guid></item><item><title><![CDATA[New comment by nbenitezl in "Show HN: IPA, a GUI for exploring inner details of PDFs"]]></title><description><![CDATA[
<p>For exploring the inners of a PDF you also have RUPS[1] which is open source and easily installed in Linux through flathub[2].<p>[1] <a href="https://itextpdf.com/products/rups" rel="nofollow">https://itextpdf.com/products/rups</a><p>[2] <a href="https://flathub.org/apps/com.itextpdf.RUPS" rel="nofollow">https://flathub.org/apps/com.itextpdf.RUPS</a></p>
]]></description><pubDate>Wed, 28 Aug 2024 13:17:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=41379159</link><dc:creator>nbenitezl</dc:creator><comments>https://news.ycombinator.com/item?id=41379159</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41379159</guid></item><item><title><![CDATA[New comment by nbenitezl in "Fixing a bug in Google Chrome as a first-time contributor"]]></title><description><![CDATA[
<p>In 2013 I also worked as first time contributor on a bug that affected the linux version of Firefox.<p>Firefox took 2 hours to compile in my pentium dual-core Intel laptop, it was in August so warm inside the house, the 2 hours compiling at closer 100% cpu made the laptop halt due to excessive temperature before finishing. I also recall the build failed because of out-of-memory error (ram exhausted) I had 2GB and had to expand to 4 GB or something like that.<p>After overcoming the struggles I was finally happy as the fix was committed.</p>
]]></description><pubDate>Mon, 26 Aug 2024 14:05:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=41357238</link><dc:creator>nbenitezl</dc:creator><comments>https://news.ycombinator.com/item?id=41357238</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41357238</guid></item><item><title><![CDATA[How to Get Hacked by North Korea]]></title><description><![CDATA[
<p>Article URL: <a href="https://blogs.gnome.org/mcatanzaro/2024/07/29/how-to-get-hacked-by-north-korea/">https://blogs.gnome.org/mcatanzaro/2024/07/29/how-to-get-hacked-by-north-korea/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41108926">https://news.ycombinator.com/item?id=41108926</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 30 Jul 2024 13:23:15 +0000</pubDate><link>https://blogs.gnome.org/mcatanzaro/2024/07/29/how-to-get-hacked-by-north-korea/</link><dc:creator>nbenitezl</dc:creator><comments>https://news.ycombinator.com/item?id=41108926</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41108926</guid></item><item><title><![CDATA[New comment by nbenitezl in "Sioyek is a PDF viewer with a focus on textbooks and research papers"]]></title><description><![CDATA[
<p>Not what you're asking for, but something that helps with displaying in mobile devices is removing margins, you can use this open source app for that <a href="https://flathub.org/apps/com.github.arminstraub.krop" rel="nofollow">https://flathub.org/apps/com.github.arminstraub.krop</a> .</p>
]]></description><pubDate>Fri, 10 May 2024 15:45:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=40320326</link><dc:creator>nbenitezl</dc:creator><comments>https://news.ycombinator.com/item?id=40320326</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40320326</guid></item><item><title><![CDATA[New comment by nbenitezl in "Sioyek is a PDF viewer with a focus on textbooks and research papers"]]></title><description><![CDATA[
<p>Not true, PDF standard has concept of text flow, that's why when you highlight horizontally from a column all the way to next column then all text in the first column is highlighted.</p>
]]></description><pubDate>Fri, 10 May 2024 15:42:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=40320299</link><dc:creator>nbenitezl</dc:creator><comments>https://news.ycombinator.com/item?id=40320299</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40320299</guid></item></channel></rss>