<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: franciscop</title><link>https://news.ycombinator.com/user?id=franciscop</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 02 Sep 2026 15:08:16 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=franciscop" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by franciscop in "Stripe said to abandon $50B pursuit of PayPal"]]></title><description><![CDATA[
<p>Within Spain it has virtually dropped to zero among my friends since transfering money is trivial now:<p>- Bizum for national transfers, you just need someone's number (which you usually have through WhatsApp) representing 90% of instant payments<p>- SEPA payments also make bank transfers free and trivial for your European friends</p>
]]></description><pubDate>Fri, 28 Aug 2026 07:34:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=49475524</link><dc:creator>franciscop</dc:creator><comments>https://news.ycombinator.com/item?id=49475524</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49475524</guid></item><item><title><![CDATA[New comment by franciscop in "Bomb fishing is wreaking havoc on Indonesia's coral reefs"]]></title><description><![CDATA[
<p>I think the point is the opposite, I also expected a lot more damage from a bomb every hour</p>
]]></description><pubDate>Tue, 25 Aug 2026 15:07:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=49435460</link><dc:creator>franciscop</dc:creator><comments>https://news.ycombinator.com/item?id=49435460</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49435460</guid></item><item><title><![CDATA[New comment by franciscop in "Bun 1.4 Rust rewrite is not looking good?"]]></title><description><![CDATA[
<p>Yes, I've dealt with streams a lot and I've seen the pain. I'd say it's the 2nd biggest "compat breaking" of Node/JS after the require vs esm, but while the require vs esm is mostly gone (we all use esm nowadays, except for aham the default npm) the stream types I expect will last for a long while since that's not so "high" in the productivity list for most. Also, that's actually one of the main pains I have with Node NOT supporting Fetchable, the fact that the Body is <i>not</i> a Readable.<p>When we used to code by hand, Bun used to have an amazing list of articles on how to convert from almost any kind of streamable to almost any other type. I used it a lot, and that was when I started liking Bun so much.</p>
]]></description><pubDate>Fri, 21 Aug 2026 02:44:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=49383092</link><dc:creator>franciscop</dc:creator><comments>https://news.ycombinator.com/item?id=49383092</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49383092</guid></item><item><title><![CDATA[New comment by franciscop in "There's no such thing as a small software team anymore"]]></title><description><![CDATA[
<p>I saw the `require('gulp')` and the memories def came back. That's def how we used to do code ~10 years ago. I still don't like the multi-threaded PER PROJECT too much, I prefer having 2 projects and switching context window, I find the current tools (at least the ones I know) are a bit underwhelming for multi-threading. But I'm also trying to upgrade my knowledge.<p>A good way I've found, since I do a lot of OSS and have my own libraries, when I find a bug in one of those libraries I can work on the same project on the main window while fixing the library on another window. I normally need to tell the main one "let's skip this for now, I'm fixing the library" meanwhile or similarly.</p>
]]></description><pubDate>Fri, 21 Aug 2026 02:13:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=49382889</link><dc:creator>franciscop</dc:creator><comments>https://news.ycombinator.com/item?id=49382889</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49382889</guid></item><item><title><![CDATA[New comment by franciscop in "Bun 1.4 Rust rewrite is not looking good?"]]></title><description><![CDATA[
<p>Node.js is virtually the only platform <i>not</i> supporting the Fetchable convention:<p><a href="https://github.com/nodejs/node/issues/63096" rel="nofollow">https://github.com/nodejs/node/issues/63096</a><p><a href="https://fetchable.org/" rel="nofollow">https://fetchable.org/</a></p>
]]></description><pubDate>Wed, 19 Aug 2026 06:30:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=49357677</link><dc:creator>franciscop</dc:creator><comments>https://news.ycombinator.com/item?id=49357677</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49357677</guid></item><item><title><![CDATA[New comment by franciscop in "Bun 1.4 Rust rewrite is not looking good?"]]></title><description><![CDATA[
<p>Bun has been nothing but amazing wins for me, and I <i>really</i> like what it enabled me to do. Two examples:<p>- I have a couple of projects that handle images. I was including Sharp, but since these are side projects in a small VM, often a redeploy that recompiled Sharp just crashed the full VM (out of memory). Bun includes Bun.Image[1] natively, which is built around Sharp's API, so swapping Sharp out was very easy, and now deploys are a breeze (and swapping it in would be just as easy).<p>- Bun's JSX support is a godsend. I've replaced almost all my side projects that were backend rendered from Pug, Handlebars, and other various templates I used to have to just pure JSX. Heck, this made it <i>trivial</i> to make a side projects where the Favicon was a dynamic SVG [2]<p>[1] <a href="https://bun.com/docs/runtime/image" rel="nofollow">https://bun.com/docs/runtime/image</a><p>[2] <a href="https://stocksreader.com/portfolio?%5Egspc=10&amzn=10&msft=12&tsla=8&v=15&ko=20&spcx=10&aapl=10&period=1M" rel="nofollow">https://stocksreader.com/portfolio?%5Egspc=10&amzn=10&msft=1...</a></p>
]]></description><pubDate>Wed, 19 Aug 2026 06:22:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=49357609</link><dc:creator>franciscop</dc:creator><comments>https://news.ycombinator.com/item?id=49357609</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49357609</guid></item><item><title><![CDATA[New comment by franciscop in "How do I permanently disable random Google Photos popup to backup photos? (2024)"]]></title><description><![CDATA[
<p>> "and I do still use the google built in 'camera' app, so I'm kind of using google photos while I take pictures if that makes sense."<p>I found it quite inconvenient; you'd try to open the photos app from the photos button on the camera but it didn't work for me. Did you find a way to make the integration decent?</p>
]]></description><pubDate>Mon, 17 Aug 2026 06:43:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=49327224</link><dc:creator>franciscop</dc:creator><comments>https://news.ycombinator.com/item?id=49327224</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49327224</guid></item><item><title><![CDATA[New comment by franciscop in "Crime Pays but Botany Doesn't"]]></title><description><![CDATA[
<p>Sorry, please correct me if I'm wrong but with this follow up he's not contradicting the quote I put, but saying that despite of tha, the science is valid? Which means the bits I quoted are still stated as a matter of fact WITHOUT attacking the science of taxonomy itself. So he's still saying that using Latin in science was "backwards and goofy".</p>
]]></description><pubDate>Thu, 06 Aug 2026 09:43:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=49194557</link><dc:creator>franciscop</dc:creator><comments>https://news.ycombinator.com/item?id=49194557</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49194557</guid></item><item><title><![CDATA[New comment by franciscop in "Crime Pays but Botany Doesn't"]]></title><description><![CDATA[
<p>> "at the time, he was probably mostly thinking of “white European cultures”, and while we can acknowledge how backwards and fucking goofy this is now, we can still admit that Linnaeus’ ideology was simply flawed like his time and NOT throw out the baby with the proverbial bath water"<p>In the 18th century someone living in Europe making science books would definitely be using Latin, maybe French if you were a modernist, as that was the language of science publication and communication. I don't see how this is either backwards or goofy?<p>It's similar to use English on an internet blog post nowadays (as the author does), since there's many more Chinese or Spanish native speakers than English, but English IS the language of international communication.</p>
]]></description><pubDate>Thu, 06 Aug 2026 06:50:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=49193363</link><dc:creator>franciscop</dc:creator><comments>https://news.ycombinator.com/item?id=49193363</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49193363</guid></item><item><title><![CDATA[The age of token efficiency, the age of libraries]]></title><description><![CDATA[
<p>Article URL: <a href="https://golemui.com/blog/the-age-of-token-efficiency/">https://golemui.com/blog/the-age-of-token-efficiency/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49098459">https://news.ycombinator.com/item?id=49098459</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 29 Jul 2026 15:01:35 +0000</pubDate><link>https://golemui.com/blog/the-age-of-token-efficiency/</link><dc:creator>franciscop</dc:creator><comments>https://news.ycombinator.com/item?id=49098459</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49098459</guid></item><item><title><![CDATA[New comment by franciscop in "Show HN: I was tired of opening 2 tabs for every HN link, so I made a userscript"]]></title><description><![CDATA[
<p>I made something slightly similar ~10 years ago where you could embed HN comments in your own site. It was the opposite end of consumer though, for webdevs to embed it.<p><a href="https://news.ycombinator.com/item?id=12898366">https://news.ycombinator.com/item?id=12898366</a><p>Note: I took it down when it seemed it could degrade HN quality if people used it as normal comments, but yours is great since it's the opposite target/usage</p>
]]></description><pubDate>Wed, 29 Jul 2026 01:04:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=49092149</link><dc:creator>franciscop</dc:creator><comments>https://news.ycombinator.com/item?id=49092149</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49092149</guid></item><item><title><![CDATA[New comment by franciscop in "Everyone should know SIMD"]]></title><description><![CDATA[
<p>Agreed, I was interested and I'm prob the target audience but things escalated too fast too quickly, very similar to the infamous "how to draw an owl" meme.</p>
]]></description><pubDate>Thu, 23 Jul 2026 10:03:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=49019189</link><dc:creator>franciscop</dc:creator><comments>https://news.ycombinator.com/item?id=49019189</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49019189</guid></item><item><title><![CDATA[New comment by franciscop in "Never Enough"]]></title><description><![CDATA[
<p>I read it the opposite though; that it's the act of doing, not the (perfect) result, the thing that is valuable. e.g. it's better to paint a canvas badly <i>because</i> it's fun, than to have an AI generate a perfect image. It's not the image that is "well" that is worth it, it's you having fun while doing it that it's worth it.<p>I feel like you're conflating "having worth" (value) and "being worth doing" (it's good to do it) in here?</p>
]]></description><pubDate>Wed, 22 Jul 2026 15:02:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=49007929</link><dc:creator>franciscop</dc:creator><comments>https://news.ycombinator.com/item?id=49007929</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49007929</guid></item><item><title><![CDATA[New comment by franciscop in "Hacker wipes Romania's land registry database"]]></title><description><![CDATA[
<p>I actually think our discussion came from there! Or at least, there was a previous/later discussion about this exactly related to that.</p>
]]></description><pubDate>Mon, 20 Jul 2026 16:32:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=48981147</link><dc:creator>franciscop</dc:creator><comments>https://news.ycombinator.com/item?id=48981147</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48981147</guid></item><item><title><![CDATA[New comment by franciscop in "Hacker wipes Romania's land registry database"]]></title><description><![CDATA[
<p>This happened in a 50k people town where my father is from in 1982 with a BIG flood that destroyed the town land registry documents (among a lot of the town). Since he's a lawyer, had first hand experience and I was always curious I asked many things about this a while back. Basically, what happened is that they rebuilt it from proof of ownership and testimonies of the people. You can never get to 100% recovery like that, but everyone knows who their neighbor is, at least in a town that is small like this.<p>So they rebuilt it first from first hand proof, then by testimonies, with a period of counter claims available IIRC. For sure there were some false claims, but given the magnitude of the disaster, this is the best solution within that context.</p>
]]></description><pubDate>Mon, 20 Jul 2026 15:28:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=48980243</link><dc:creator>franciscop</dc:creator><comments>https://news.ycombinator.com/item?id=48980243</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48980243</guid></item><item><title><![CDATA[New comment by franciscop in "Show HN: Ant – A JavaScript runtime and ecosystem"]]></title><description><![CDATA[
<p>Not everyone has 200mb node_modules. Many of us, indie JS makers <i>making</i> those libraries, care in fact about the size of our projects, runtimes, installed libraries, etc. I'd even argue it's more mainstream usage (e.g. even me, when I'm at work) where that is more shipping features than spending time in crafting nice tiny libraries/package. So I'd say JS authors caring about the small binaries is very understandable.</p>
]]></description><pubDate>Sun, 12 Jul 2026 02:41:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=48877796</link><dc:creator>franciscop</dc:creator><comments>https://news.ycombinator.com/item?id=48877796</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48877796</guid></item><item><title><![CDATA[New comment by franciscop in "SpaceX wants to launch 100k more Starlink satellites for 100x the bandwidth"]]></title><description><![CDATA[
<p>I'm sorry I brought this upon you...</p>
]]></description><pubDate>Sat, 11 Jul 2026 15:54:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=48873124</link><dc:creator>franciscop</dc:creator><comments>https://news.ycombinator.com/item?id=48873124</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48873124</guid></item><item><title><![CDATA[New comment by franciscop in "SpaceX wants to launch 100k more Starlink satellites for 100x the bandwidth"]]></title><description><![CDATA[
<p>I feel that way about street advertising, beautiful European cities with historical buildings all around and suddenly a big screen/panel asking you to buy whatever.</p>
]]></description><pubDate>Sat, 11 Jul 2026 12:12:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=48871362</link><dc:creator>franciscop</dc:creator><comments>https://news.ycombinator.com/item?id=48871362</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48871362</guid></item><item><title><![CDATA[New comment by franciscop in "How do wombats poop cubes?"]]></title><description><![CDATA[
<p>Yes I understand, it's just the feeling I get is a bit odd, like the thing you get at the end of the ad like "9/10 doctors recommend this".</p>
]]></description><pubDate>Thu, 02 Jul 2026 04:26:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=48756560</link><dc:creator>franciscop</dc:creator><comments>https://news.ycombinator.com/item?id=48756560</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48756560</guid></item><item><title><![CDATA[New comment by franciscop in "How do wombats poop cubes? (2021)"]]></title><description><![CDATA[
<p>A bit of a tangent but I've read this phrase almost verbatim in another article[1] today:<p>> "This study is really good," says Sunghwan Jung, a biophysicist at Cornell University who studies the mechanics of animal movements and was not involved with the research. It shows, he says, that the guts of these animals "are very special."<p>The other article [1] quote:<p>> It’s “an impressive step,” said Jack Szostak (opens a new tab), who studies the origins of life at the University of Chicago and was not involved in the research. “I don’t know of any other effort to put together an artificial cell from biological components that has progressed so far.”<p>Are these editorial guidelines to get an independent read? Just coincidence? I don't think they are LLM bits because I expect better from these magazines, but it's too eerily similar.<p>[1] <a href="https://www.quantamagazine.org/for-the-first-time-a-cell-built-from-scratch-grows-and-divides-20260701/" rel="nofollow">https://www.quantamagazine.org/for-the-first-time-a-cell-bui...</a></p>
]]></description><pubDate>Thu, 02 Jul 2026 03:05:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=48756000</link><dc:creator>franciscop</dc:creator><comments>https://news.ycombinator.com/item?id=48756000</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48756000</guid></item></channel></rss>