<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: JavierFlores09</title><link>https://news.ycombinator.com/user?id=JavierFlores09</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 14 Apr 2026 10:05:34 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=JavierFlores09" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by JavierFlores09 in "The End of Eleventy"]]></title><description><![CDATA[
<p>To my surprise, Movable Type is still being developed even today. Wonder if there's some companies still using it out inertia. I know many moved off of it back when they restricted their free tier</p>
]]></description><pubDate>Sun, 12 Apr 2026 06:04:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47736579</link><dc:creator>JavierFlores09</dc:creator><comments>https://news.ycombinator.com/item?id=47736579</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47736579</guid></item><item><title><![CDATA[New comment by JavierFlores09 in "How to build a `Git diff` driver"]]></title><description><![CDATA[
<p>my favorite online diff viewer so far is <a href="https://diffs.dev/" rel="nofollow">https://diffs.dev/</a>, very straightforward. Diff2html looks cool too given it can work in terminal</p>
]]></description><pubDate>Sat, 11 Apr 2026 20:36:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47733798</link><dc:creator>JavierFlores09</dc:creator><comments>https://news.ycombinator.com/item?id=47733798</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47733798</guid></item><item><title><![CDATA[New comment by JavierFlores09 in "Cloudflare acquires Astro"]]></title><description><![CDATA[
<p>Who's to say there's no incentive. Anthropic using Bun internally is plenty incentive to make it better even if for their own use-case. I think it is a bit of a doomer perspective to think anything being bought out means the end of the line for that project. Sure, some things might change depending on the interests of the new owners but that's not to say it'll automatically become bad. Microsoft bought Github and Mojang, they're both doing better than ever for example</p>
]]></description><pubDate>Sat, 17 Jan 2026 01:06:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=46654302</link><dc:creator>JavierFlores09</dc:creator><comments>https://news.ycombinator.com/item?id=46654302</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46654302</guid></item><item><title><![CDATA[New comment by JavierFlores09 in "Anthropic acquires Bun"]]></title><description><![CDATA[
<p>I am unsure why people feel the need to say this about Gradle. If you aren't doing anything fancy, the most you will touch is the repositories and dependencies block of your build script, perhaps add publishing or shadow plugins and configure them accordingly but that has never been simpler than it is now. Gradle breaks when you feel the need to unnecessarily update things like the wrapper version or plugins without considering the implications that has. Wrapper is bundled in so you don't have to try and make a build script work with whatever version you might have installed on your system if you have any, toolchain resolution makes it so you don't even need to install an appropriate JDK version as it does that for you.<p>If the build script being a DSL is the issue, they're even experimenting around declarative gradle scripts [0], which is going to be nice for people used to something like maven.<p>0: <a href="https://declarative.gradle.org/" rel="nofollow">https://declarative.gradle.org/</a></p>
]]></description><pubDate>Wed, 03 Dec 2025 08:05:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=46131492</link><dc:creator>JavierFlores09</dc:creator><comments>https://news.ycombinator.com/item?id=46131492</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46131492</guid></item><item><title><![CDATA[New comment by JavierFlores09 in "Java Decompiler"]]></title><description><![CDATA[
<p>if you want to an online java decompiler for a quick analysis, I recommend <a href="https://slicer.run/" rel="nofollow">https://slicer.run/</a>, it has a sleek UI and provides support for a variety of decompilers (including the likes of Vineflower, CFR, JASM, Procyon). For more in-depth analysis, <a href="https://github.com/Col-E/Recaf" rel="nofollow">https://github.com/Col-E/Recaf</a> is probably my first choice</p>
]]></description><pubDate>Thu, 27 Nov 2025 06:54:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=46066489</link><dc:creator>JavierFlores09</dc:creator><comments>https://news.ycombinator.com/item?id=46066489</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46066489</guid></item><item><title><![CDATA[New comment by JavierFlores09 in "Rating 26 years of Java changes"]]></title><description><![CDATA[
<p>Stuart Marks and Nicolai Parlog recently had a discussion about checked exceptions in the Java channel [0]. In short, while they mentioned that there are certainly some things to improve about checked exceptions, like the confusing hierarchy as well as the boilerplate-y way of handling them, they're not necessarily a failed concept. I do hope they get to work on them in the near future.<p>0: <a href="https://www.youtube.com/watch?v=lnfnF7otEnk" rel="nofollow">https://www.youtube.com/watch?v=lnfnF7otEnk</a></p>
]]></description><pubDate>Sat, 11 Oct 2025 22:02:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=45553063</link><dc:creator>JavierFlores09</dc:creator><comments>https://news.ycombinator.com/item?id=45553063</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45553063</guid></item><item><title><![CDATA[New comment by JavierFlores09 in "Diff Algorithms"]]></title><description><![CDATA[
<p>I like <a href="https://diffs.dev" rel="nofollow">https://diffs.dev</a>, it has a pretty sleek look and has an extension to make it the default diff view for github</p>
]]></description><pubDate>Wed, 01 Oct 2025 08:47:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=45435638</link><dc:creator>JavierFlores09</dc:creator><comments>https://news.ycombinator.com/item?id=45435638</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45435638</guid></item><item><title><![CDATA[New comment by JavierFlores09 in "Why We Migrated from Neon to PlanetScale"]]></title><description><![CDATA[
<p>> The counter to that argument is that it's creating an adverse effect on your most
> profitable customers, with an incentive to move to offerings that don't have free tiers (or where the free tiers are not considerably affecting your own costs).<p>> If your free tier is so lucrative that you need to 25x the cost, then your free tier is > too expansive and you need to tone it down until the economics make sense.<p>It does make sense, though. That's how almost every subsidized system works, and the benefit applies for everyone until they scale to a point where they are not legible for it. It does suck for the pool of people that just began paying the actual price of the service instead of the subsidized one, and certainly more so if they're not actually getting profit from it but then again, it isn't like they weren't benefitting from the price up to that point, otherwise they wouldn't have chosen it. Luckily enough, as far as databases go, there's a gazillion options to choose from and experiences like this are invaluable when it comes to picking one with a pricing model that fits the scaling requirements of a given project, and not only the technical merits.<p>Also as a side rant, I honestly don't think "projects of love" are a good counter argument to anything. They're clearly not of love because otherwise they would find a way to make them profitable. Most people are either lazy to, or lack the knowledge of how to turn their hobby into a marketable thing. Which is fine, nobody wants to deal with business when it comes to their hobbies, but one can't have it both ways. Either your hobby project gets successful and you find ways to cover its expenses, or you realize that your hobby project needs to be kept just a hobby project.</p>
]]></description><pubDate>Tue, 12 Aug 2025 17:45:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=44879590</link><dc:creator>JavierFlores09</dc:creator><comments>https://news.ycombinator.com/item?id=44879590</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44879590</guid></item><item><title><![CDATA[New comment by JavierFlores09 in "How Compiler Explorer Works in 2025"]]></title><description><![CDATA[
<p>I seldom use it myself, but I frequently see people sharing compiler explorer snippets to compare generated assembly on discord conversations about LLVM in just about any native language discord (but mainly the Rust official one), which may sound like a rare occasion, but it happens more often than you'd think. My impression is that it is definitely in the thousands, but it being a service that I've only seen used for quick comparisons rather than in-depth analysis, I can't tell whether it is much more than that</p>
]]></description><pubDate>Mon, 09 Jun 2025 17:56:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=44227163</link><dc:creator>JavierFlores09</dc:creator><comments>https://news.ycombinator.com/item?id=44227163</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44227163</guid></item><item><title><![CDATA[New comment by JavierFlores09 in "4o Image Generation"]]></title><description><![CDATA[
<p>it isn't Ghibli style in particular, just any style as 4o image gen is much better at maintaining a particular art style, the ghibli ones just stand out due to one tweet that blew up and people followed along</p>
]]></description><pubDate>Wed, 26 Mar 2025 14:21:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=43482580</link><dc:creator>JavierFlores09</dc:creator><comments>https://news.ycombinator.com/item?id=43482580</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43482580</guid></item><item><title><![CDATA[New comment by JavierFlores09 in "OpenAPK – open-source Apps for Android, updated weekly"]]></title><description><![CDATA[
<p>Well, for starters it is just a whole lot less work and money to distribute and maintain binaries up from the distributers' side, for the developers it comes down to a lower-barrier of entry to not have to adjust their workflow to whatever x platform may demand for building on their servers and in the end that gives the users more choices to work with. Of course, this is all in a perfect world where the chain of trust isn't broken so easily, which isn't an easy feat but given platforms like Windows thrive in spite of it, it is probably not as bad as many people may think.<p>All of that said, not particularly speaking for OpenAPK here, given their motives seems rather unclear to me. If I am to be charitable, I guess they're just trying to provide a different platform than f-droid for discoverability, but for whatever reason they seem  to be marketing the distribution-side of things more which is just odd to me, but alas.</p>
]]></description><pubDate>Mon, 10 Mar 2025 06:45:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=43317602</link><dc:creator>JavierFlores09</dc:creator><comments>https://news.ycombinator.com/item?id=43317602</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43317602</guid></item><item><title><![CDATA[New comment by JavierFlores09 in "Exploring Polymorphism in C: Lessons from Linux and FFmpeg's Code Design (2019)"]]></title><description><![CDATA[
<p>The funny thing about Java is that while its design is to be entirely nominally typed, the way it is implemented in the JVM is compatible with structural typing, but there are artificial limitations set to follow the intended design (though of course, if one were to disable these limitations then modeled type safety goes out of the window as Java was simply not designed to be used that way). One community which takes advantage of this fact is the Minecraft modding space, as it is the basis[1] of how modding platforms like Fabric work.<p>1: <a href="https://github.com/SpongePowered/Mixin/wiki/Introduction-to-Mixins---Understanding-Mixin-Architecture" rel="nofollow">https://github.com/SpongePowered/Mixin/wiki/Introduction-to-...</a></p>
]]></description><pubDate>Mon, 10 Mar 2025 03:27:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=43316730</link><dc:creator>JavierFlores09</dc:creator><comments>https://news.ycombinator.com/item?id=43316730</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43316730</guid></item><item><title><![CDATA[New comment by JavierFlores09 in "Apple Debuts iPhone 16e"]]></title><description><![CDATA[
<p>Well, in the case of Samsung, I imagine they would rather not want to in order to promote their Z Flip series instead. More compact than any Mini version would potentially be. Though I guess for the people who like their phones to be able to fit in their hand, it doesn't make much of a difference.</p>
]]></description><pubDate>Wed, 19 Feb 2025 17:20:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=43104655</link><dc:creator>JavierFlores09</dc:creator><comments>https://news.ycombinator.com/item?id=43104655</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43104655</guid></item><item><title><![CDATA[New comment by JavierFlores09 in "File Pilot: A file explorer built for speed with a modern, robust interface"]]></title><description><![CDATA[
<p>I'd like to believe any developer has more than a few pet projects around which they dedicate their time into whenever one has free time. Some get forgotten, others are overly specific to be marketed at all but maybe that one in a hundred has the opportunity to become a good investment, so it is just matter of buckling up and trying to ship it to the world. This doesn't mean it's going to make you financially successful, but actually delivering products does give you the experience of knowing what makes a successful one if anything at all. If you are lucky, you may break even in terms of time/resources spent after all the ordeal and you also get experience, though I wouldn't say that's the experience of most for the first few times, there's always a point in trying.</p>
]]></description><pubDate>Wed, 19 Feb 2025 15:05:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=43102860</link><dc:creator>JavierFlores09</dc:creator><comments>https://news.ycombinator.com/item?id=43102860</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43102860</guid></item><item><title><![CDATA[New comment by JavierFlores09 in "Javier Milei backtracks on $4.4B memecoin after 'insiders' pocket $87M"]]></title><description><![CDATA[
<p>> If he made such a blunder in finance which supposedly is one of his specialties just imagine how incompetent he and most of the government right now is on other matters.<p>This is a hasty generalization; while I agree on the fact that Milei was incompetent in promoting a memecoin as a financial instrument, that doesn't necessarily mean he is a bad economist all of the sudden, nor that the things he has done for Argentina are inherently bad, it just means he was incompetent on this matter. I am painfully aware of how divided the country is on the current government and its actions, however that doesn't invite sweeping judgments based on a single event. Criticism should be specific and supported by broader evidence rather than assuming total incompetence from one mistake.</p>
]]></description><pubDate>Mon, 17 Feb 2025 05:24:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=43075466</link><dc:creator>JavierFlores09</dc:creator><comments>https://news.ycombinator.com/item?id=43075466</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43075466</guid></item><item><title><![CDATA[New comment by JavierFlores09 in "The OBS Project is threatening Fedora Linux with legal action"]]></title><description><![CDATA[
<p>> It does not take away that this feels pretty unnecessarily hostile, as Neal already informed him to work with the packager to resolve this: <a href="https://pagure.io/releng/issue/12586" rel="nofollow">https://pagure.io/releng/issue/12586</a>. It is not clear if the reporter actually ever did.<p>Just providing context here, this is what one of the OBS maintainers said in Brodie Robertson's video [1] about this issue:<p>> Hi, Joel from OBS here, thanks for the coverage! I can confirm that we absolutely did not want to have to resort to this, but did not feel that they were taking the concerns seriously, and when they resorted to calling us "terrible maintainers" we felt they made their position clear. I'd like to also let folks know that Neal Gompa (who opened the request to remove the Flatpak in addition to ours) manages the RPM, and we do not, and have not, ever had any issues with the RPM which is packaged properly.<p>With that in context, I'd like to believe while still a bit hostile, it was necessary since they really didn't care about what's being asked here.<p>1: <a href="https://www.youtube.com/watch?v=dJJvq3dpylM" rel="nofollow">https://www.youtube.com/watch?v=dJJvq3dpylM</a></p>
]]></description><pubDate>Fri, 14 Feb 2025 04:11:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=43044757</link><dc:creator>JavierFlores09</dc:creator><comments>https://news.ycombinator.com/item?id=43044757</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43044757</guid></item><item><title><![CDATA[New comment by JavierFlores09 in "Oracle justified its JavaScript trademark with Node.js–now it wants that ignored"]]></title><description><![CDATA[
<p>it only seems right to mention them, after all they did have the most used JS implementation back in the day, even if it is barely used nowadays.</p>
]]></description><pubDate>Wed, 05 Feb 2025 15:10:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=42949514</link><dc:creator>JavierFlores09</dc:creator><comments>https://news.ycombinator.com/item?id=42949514</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42949514</guid></item><item><title><![CDATA[New comment by JavierFlores09 in "TikTok goes dark in the US"]]></title><description><![CDATA[
<p>> Citation needed - social media seems to be very bad for young people's health, if anything.<p>One would need citation for either claim honestly, there's plenty studies around the idea that social media actually doesn't have as much of an impact on mental health as people seem to believe, as well as the other way around. If we get more specific, people who have or are prone to certain psychological conditions do get aggravated by social media, but the same way that's true, it could be for anything else would there not be social media. In the end, what the comment says holds true regardless of how it may affect their long-term mental health</p>
]]></description><pubDate>Sun, 19 Jan 2025 15:44:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=42757994</link><dc:creator>JavierFlores09</dc:creator><comments>https://news.ycombinator.com/item?id=42757994</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42757994</guid></item><item><title><![CDATA[New comment by JavierFlores09 in "I deleted my social media accounts"]]></title><description><![CDATA[
<p>This kind of comment always makes me wonder, are the people doing this doing well financially to afford cutting off all those "loose" connections with people like that? Because I couldn't imagine just destroying these relationships for no reason when I myself have benefited vastly from keeping them alive, even if barely communicating at all with these people.<p>I think this advice is generally harmful to networking as someone grows, which is vital in today's society</p>
]]></description><pubDate>Mon, 13 Jan 2025 07:56:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=42681126</link><dc:creator>JavierFlores09</dc:creator><comments>https://news.ycombinator.com/item?id=42681126</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42681126</guid></item><item><title><![CDATA[New comment by JavierFlores09 in "So You Want to Write Java in Neovim"]]></title><description><![CDATA[
<p>> Surely the solution isn't to assume that JetBrains will do enough innovation in AI IDE features in the next year or two to prevent is wanting to try out all the other AI IDE innovation?<p>They kind of have been doing just that, their jetbrains AI assistant has an integration comparable to cursor's, just the model itself isn't as good which is a shame</p>
]]></description><pubDate>Sat, 28 Dec 2024 16:57:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=42532345</link><dc:creator>JavierFlores09</dc:creator><comments>https://news.ycombinator.com/item?id=42532345</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42532345</guid></item></channel></rss>