<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: eminence32</title><link>https://news.ycombinator.com/user?id=eminence32</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 09 Jul 2026 01:15:33 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=eminence32" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by eminence32 in "EVE Online's Carbon engine is now open source: Fenris Creations explains why"]]></title><description><![CDATA[
<p>There's been some new features in the past few years.  But you're right that the general pace of new features is slow.  There's only about 0.8 developers working on the game.<p>However, if you're the type of person that likes to work on spreadsheets to calculate profit margins and market trends, Prosperous Universe is worth checking out.</p>
]]></description><pubDate>Wed, 08 Jul 2026 18:45:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=48835787</link><dc:creator>eminence32</dc:creator><comments>https://news.ycombinator.com/item?id=48835787</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48835787</guid></item><item><title><![CDATA[New comment by eminence32 in "Grit: Rewriting Git in Rust with agents"]]></title><description><![CDATA[
<p>But libgit2 exists, right?  It may not have 100% feature parity with git, but that's a linkable library that gives you a lot of functionality when working with git repos.</p>
]]></description><pubDate>Wed, 10 Jun 2026 02:43:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=48470715</link><dc:creator>eminence32</dc:creator><comments>https://news.ycombinator.com/item?id=48470715</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48470715</guid></item><item><title><![CDATA[New comment by eminence32 in "Claude Opus 4.8"]]></title><description><![CDATA[
<p>I bet someone shares this link every time you post about bicycles, but since I didn't see anyone share it yet in this thread, I'll take the opportunity to do so:<p><a href="https://www.gianlucagimini.it/portfolio-item/velocipedia/" rel="nofollow">https://www.gianlucagimini.it/portfolio-item/velocipedia/</a><p>Turns out even humans can be pretty bad at drawing bicycles :)</p>
]]></description><pubDate>Thu, 28 May 2026 20:30:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=48315019</link><dc:creator>eminence32</dc:creator><comments>https://news.ycombinator.com/item?id=48315019</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48315019</guid></item><item><title><![CDATA[New comment by eminence32 in "Android now stops you sharing your location in photos"]]></title><description><![CDATA[
<p>> But it is just so tiresome that Google never consults their community. There was no advance notice of this change that I could find. Just a bunch of frustrated users in my inbox blaming me for breaking something.<p>I get it.  This unequivocally sucks.  It's a clear loss of functionality for a group of people who are educated about the advantages and disadvantages of embedded EXIF data.  But I don't honestly think Google could have consulted their community.  It's just too big.  So when the author says:<p>> Because Google run an anticompetitive monopoly on their dominant mobile operating system.<p>I don't think the problem here is that Google is anticompetitive (though that's a problem in other areas).  I think it's just too big that they can't possibly consult with any meaningful percentage of their 1 billion customers (or however many Android users are out there).  They may also feel it's impossible to educate their users about the benefits and dangers of embedded location information (just thinking about myself personally, I'm certain that I'd struggle to convey they nuances of embedded location data to my parents).<p>I will note that Google Photos seems to happily let you add images to shared albums with embedded location information.  I can't recall if you get any privacy-related warnings or notices.</p>
]]></description><pubDate>Mon, 13 Apr 2026 12:48:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47751222</link><dc:creator>eminence32</dc:creator><comments>https://news.ycombinator.com/item?id=47751222</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47751222</guid></item><item><title><![CDATA[New comment by eminence32 in "Apple randomly closes bug reports unless you "verify" the bug remains unfixed"]]></title><description><![CDATA[
<p>> It might be true that you'll never fix a given bug, but shouldn't there be a record of the "known defects", or "errata" as some call them?<p>Yes, fully agreed.  But closing a bug doesn't preclude that. A closed bug isn't refutation or denial of a defect.  It's just an indication that there is no plan to fix the bug.  Not every bug system works like this though.  My bug tracker works like this, and I should have more clearly described what a "closed bug" is in my earlier posts.</p>
]]></description><pubDate>Thu, 26 Mar 2026 02:01:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47525851</link><dc:creator>eminence32</dc:creator><comments>https://news.ycombinator.com/item?id=47525851</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47525851</guid></item><item><title><![CDATA[New comment by eminence32 in "Apple randomly closes bug reports unless you "verify" the bug remains unfixed"]]></title><description><![CDATA[
<p>I used to think that there is no harm in keeping the bug open.  I think if you honestly feel that you have the time and resources to go back to the bug and fix it, then by all means keep it open.<p>But I find that sometimes I can tell from experience that the IR is not actionable and that it will never be fixed.  Some examples:<p>* There's not enough info to reproduce the issue and the user either can't or won't be able to reproduce it themselves.  Intermittent bugs generally fall into this category.
* The bug was filed against some version of the software that's no longer in production (think of the cloud context where the backend service has been upgraded to a newer version).<p>Sometimes the cost to investigate a bug is so high relative to the pain caused that it just closed as a WONTFIX.  These sometimes suck the most because they are often legitimate bugs with possible fixes, but they will never be prioritized high enough to get fixed.<p>Or sometimes the bug is only reproducible using some proprietary data that I don't have access to and so you sometimes have no choice but to ask the bug filer "can you still reproduce this?".<p>Computer systems are complicated.  And real-world systems consisting of multiple computer systems are even more complicated.</p>
]]></description><pubDate>Wed, 25 Mar 2026 20:53:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47523063</link><dc:creator>eminence32</dc:creator><comments>https://news.ycombinator.com/item?id=47523063</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47523063</guid></item><item><title><![CDATA[New comment by eminence32 in "Apple randomly closes bug reports unless you "verify" the bug remains unfixed"]]></title><description><![CDATA[
<p>I don't work at Apple, so I can't comment on that.  But that doesn't always help.  There's been plenty of times where I have a full HAR file from the user and I can clearly see that something went wrong, but that doesn't always mean I can reproduce the issue.  (I recognize a HAR file doesn't represent the complete state of the world, but it's often one of the best things a backend developer can get)</p>
]]></description><pubDate>Wed, 25 Mar 2026 20:32:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47522787</link><dc:creator>eminence32</dc:creator><comments>https://news.ycombinator.com/item?id=47522787</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47522787</guid></item><item><title><![CDATA[New comment by eminence32 in "Apple randomly closes bug reports unless you "verify" the bug remains unfixed"]]></title><description><![CDATA[
<p>I recognize that this is annoying from a user perspective, but I do understand it.  Not all bugs are easily reproducible (and even if they are 100% reproducible for the user, it's not always so easy for the developers).  Also sometimes you make a change to the code that you think might be in a related area, and so sometimes the most "efficient" thing is just to ask the user to re-test.<p>When I close an old bug that is not actionable, I do feel bad about it.  But keeping the bug open when realistically I can't really do anything with it might be worse.</p>
]]></description><pubDate>Wed, 25 Mar 2026 20:27:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47522711</link><dc:creator>eminence32</dc:creator><comments>https://news.ycombinator.com/item?id=47522711</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47522711</guid></item><item><title><![CDATA[New comment by eminence32 in "Nano Banana Pro"]]></title><description><![CDATA[
<p>> Generate better visuals with more accurate, legible text directly in the image in multiple languages<p>Assuming that this new model works as advertised, it's interesting to me that it took this long to get an image generation model that can reliably generate text. Why is text generation in images so hard?</p>
]]></description><pubDate>Thu, 20 Nov 2025 15:19:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=45993500</link><dc:creator>eminence32</dc:creator><comments>https://news.ycombinator.com/item?id=45993500</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45993500</guid></item><item><title><![CDATA[New comment by eminence32 in "SIMA 2: An agent that plays, reasons, and learns with you in virtual 3D worlds"]]></title><description><![CDATA[
<p>This is obviously just a research project, but I do wonder about the next steps:<p>* After exploring an learning about a virtual world, can <i>anything</i> at all be transferred to an agent operating in the real world?  Or would an agent operating in the real world have to be trained exclusively or partially in the real world?<p>* These virtual worlds are obviously limited in a lot of important ways (for example, character locomotion in a game is absolutely nothing like how a multi-limbed robot moves).  Does there eventually need to be more sophisticated virtual worlds that more closely mirror our real world?<p>* Google seems clearly interested in generalized agents and AGI, but I'm actually somewhat interested in AI agents in video games too.  Many video games have companion NPCs that you can sort of give tasks to, but in almost all cases, the companion NPCs are nearly uncontrollable and very limited in what they can actually do.</p>
]]></description><pubDate>Thu, 13 Nov 2025 17:53:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=45918095</link><dc:creator>eminence32</dc:creator><comments>https://news.ycombinator.com/item?id=45918095</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45918095</guid></item><item><title><![CDATA[New comment by eminence32 in "Exploring a space-based, scalable AI infrastructure system design"]]></title><description><![CDATA[
<p>Just run your AI calculations on your favorite Cryoarithmetic Engine, no problem.</p>
]]></description><pubDate>Tue, 04 Nov 2025 18:00:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=45813925</link><dc:creator>eminence32</dc:creator><comments>https://news.ycombinator.com/item?id=45813925</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45813925</guid></item><item><title><![CDATA[New comment by eminence32 in "USDA Threatens Stores Giving Discounts to People on Food Stamps"]]></title><description><![CDATA[
<p>Relevant links:<p><a href="https://www.fns.usda.gov/snap/ebt/retailer/retailer-notice/reminder-snap-equal-treatment" rel="nofollow">https://www.fns.usda.gov/snap/ebt/retailer/retailer-notice/r...</a><p><a href="https://www.fns.usda.gov/snap/fr-022124" rel="nofollow">https://www.fns.usda.gov/snap/fr-022124</a><p>> Coupons shall be accepted for eligible foods at the same prices and on the same terms and conditions applicable to cash purchases of the same foods at the same store except that tax shall not be charged on eligible foods purchased with coupons.<p>Obviously lawyers are going to be involved in interpreting these rules.  But as a lay person,  I wonder:  a store cannot charge a different price to someone who is buying food with a SNAP coupon.  But for someone who has SNAP benefits, but isn't using a SNAP coupon to buy food (you know... because the government isn't funding the program), do these rules still apply?</p>
]]></description><pubDate>Tue, 04 Nov 2025 17:24:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=45813519</link><dc:creator>eminence32</dc:creator><comments>https://news.ycombinator.com/item?id=45813519</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45813519</guid></item><item><title><![CDATA[New comment by eminence32 in "Hard Rust requirements from May onward"]]></title><description><![CDATA[
<p>FWIW, I've used KeePass for years and have never used its browser integration...</p>
]]></description><pubDate>Sun, 02 Nov 2025 16:21:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=45791393</link><dc:creator>eminence32</dc:creator><comments>https://news.ycombinator.com/item?id=45791393</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45791393</guid></item><item><title><![CDATA[New comment by eminence32 in "Waymo runs over beloved neighborhood cat in Mission District"]]></title><description><![CDATA[
<p>I remember vividly a childhood experience when a car I was in ran over a dog -- it ran towards the side of the car and went under the rear wheels of the car.  I'm not sure there's any reaction time (human or otherwise) that would have prevented that from happening.</p>
]]></description><pubDate>Tue, 28 Oct 2025 23:08:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=45740496</link><dc:creator>eminence32</dc:creator><comments>https://news.ycombinator.com/item?id=45740496</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45740496</guid></item><item><title><![CDATA[New comment by eminence32 in "What we talk about when we talk about sideloading"]]></title><description><![CDATA[
<p>> just how Apple cannot block their developer tools from being able to transfer apps onto an iPhone.<p>If I recall correctly (I might be wrong, because this was 10+ years ago), but Apple did exactly this when the iPhone was first released.  When the iPhone first came out, Apple released its XCode devtools for free, including an iOS emulator that you could use to test your iPhone app.   But you had to pay a $99 USD per year "developer program" free in order to use the devtools to test the app on your physical device.<p>If Google is also blocking preventing you from loading your own software onto your own phone with adb unless you pay a free, then this would be a very important thing to call out explicitly.</p>
]]></description><pubDate>Tue, 28 Oct 2025 22:50:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=45740320</link><dc:creator>eminence32</dc:creator><comments>https://news.ycombinator.com/item?id=45740320</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45740320</guid></item><item><title><![CDATA[New comment by eminence32 in "Notes on switching to Helix from Vim"]]></title><description><![CDATA[
<p>I really enjoy Helix, but I can't install it everywhere, and so I end up going back and forth between Helix and Vim depending on what machine I'm working on.  This puts a lot of pressure on my muscle memory -- I often type a vim keybinding while in Helix or a Helix keybinding while in vim.</p>
]]></description><pubDate>Fri, 10 Oct 2025 16:42:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=45540905</link><dc:creator>eminence32</dc:creator><comments>https://news.ycombinator.com/item?id=45540905</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45540905</guid></item><item><title><![CDATA[New comment by eminence32 in "Answering questions about Android developer verification"]]></title><description><![CDATA[
<p>I'm not an android developer, so I'm missing some context and key information. But I have a question:  When Google is asking developers to "register" their apps as part of this new program, are they just trying to keep a mapping from some code signing key to a government ID?   Or are they trying to do a code review process that is similar to submitting to an app store?<p>I know both are objectionable in their own way, but these two scenarios are quite different and I want to understand this better.</p>
]]></description><pubDate>Sat, 04 Oct 2025 07:26:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=45471360</link><dc:creator>eminence32</dc:creator><comments>https://news.ycombinator.com/item?id=45471360</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45471360</guid></item><item><title><![CDATA[New comment by eminence32 in "Iroh: A library to establish direct connection between peers"]]></title><description><![CDATA[
<p>Some years ago, "iroh" was supposed to a replacement for ipfs.  However since then, they (very smartly, in my opinion) dropped those ambitions and are just focused on being a high-quality library for anyone writing a P2P app (like ipfs).<p>I often see projects attempting to be a universe tool to solve every possible problem, and I think the iroh folks were smart to scale back and narrow their focus</p>
]]></description><pubDate>Wed, 25 Jun 2025 20:19:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=44381460</link><dc:creator>eminence32</dc:creator><comments>https://news.ycombinator.com/item?id=44381460</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44381460</guid></item><item><title><![CDATA[New comment by eminence32 in "Photon transport through the entire adult human head"]]></title><description><![CDATA[
<p>First paragraph of the "4. Discussion and Conclusion" section<p>> We speculate that the participant’s fair skin and lack of hair were significant factors that reduced the attenuation of light to feasibly detect a signal. In addition to the participant wherein a signal was observed, the experiment also included trials on seven other subjects. The details of the subject pool are as follows: two females and six males; 25 to 35 years old; 14.5 to 15.5 cm head diameter; Fitzpatrick skin types: 3 type I, 4 type II, and 1 type V; hair types: 1 bald, 4 short and light-colored, and three dense and dark-colored. We did not observe any significant time-correlated signals above background noise for the seven other subjects.</p>
]]></description><pubDate>Tue, 17 Jun 2025 17:34:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=44301604</link><dc:creator>eminence32</dc:creator><comments>https://news.ycombinator.com/item?id=44301604</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44301604</guid></item><item><title><![CDATA[New comment by eminence32 in "Canyon.mid"]]></title><description><![CDATA[
<p>I remember this media player from back in the day :)<p>Looking at it now, I love how they used a scroll bar as the UI widget to represent playback progress.</p>
]]></description><pubDate>Sun, 15 Jun 2025 16:09:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=44283054</link><dc:creator>eminence32</dc:creator><comments>https://news.ycombinator.com/item?id=44283054</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44283054</guid></item></channel></rss>