<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: mathgorges</title><link>https://news.ycombinator.com/user?id=mathgorges</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 28 Apr 2026 22:14:10 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mathgorges" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mathgorges in "The Generative AI Industry Is Fraudulent, Immoral and Dangerous"]]></title><description><![CDATA[
<p>> The software has more rights and privilege than actual humans at this point.<p>That's been true for some time though, right? For example if you have a community notice board in front of your store and someone pins illegal content to it you're held to a different legal standard than if someone posts the same content to a social media platform.<p>I don’t think that’s right either, but this kind of “tech exceptionalism” has been baked into law for decades. AI is inheriting those privileges more than inventing new ones.</p>
]]></description><pubDate>Mon, 15 Dec 2025 04:59:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=46270647</link><dc:creator>mathgorges</dc:creator><comments>https://news.ycombinator.com/item?id=46270647</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46270647</guid></item><item><title><![CDATA[New comment by mathgorges in "ICE and the Smartphone Panopticon"]]></title><description><![CDATA[
<p>The code for Eyes Up seems to be public [0](although there’s no license, so presumably is copyrighted).<p>I bet that one could refactor it into a PWA.<p>[0]: <a href="https://github.com/explorealways/eyes-up" rel="nofollow">https://github.com/explorealways/eyes-up</a></p>
]]></description><pubDate>Fri, 31 Oct 2025 04:38:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=45768486</link><dc:creator>mathgorges</dc:creator><comments>https://news.ycombinator.com/item?id=45768486</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45768486</guid></item><item><title><![CDATA[New comment by mathgorges in "Self-hosting your own media considered harmful according to YouTube"]]></title><description><![CDATA[
<p>(2002) <a href="https://meyerweb.com/eric/comment/chech.html" rel="nofollow">https://meyerweb.com/eric/comment/chech.html</a></p>
]]></description><pubDate>Mon, 09 Jun 2025 01:16:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=44220632</link><dc:creator>mathgorges</dc:creator><comments>https://news.ycombinator.com/item?id=44220632</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44220632</guid></item><item><title><![CDATA[New comment by mathgorges in "Eleven v3"]]></title><description><![CDATA[
<p>"I am beer" is a pretty funny typo ;-)<p>But seriously, I wonder why this happens. My experience of working with LLMs in English and Japanese in the same session is that my prompt's language gets "normalized" early in processing. That is to say, the output I get in English isn't very different from the output I get in Japanese. I wonder if the system prompts is treated differently here.</p>
]]></description><pubDate>Fri, 06 Jun 2025 00:35:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=44196852</link><dc:creator>mathgorges</dc:creator><comments>https://news.ycombinator.com/item?id=44196852</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44196852</guid></item><item><title><![CDATA[New comment by mathgorges in "My AI skeptic friends are all nuts"]]></title><description><![CDATA[
<p>In my experience it's less about the latest generation of LLMs being better, and more about the tooling around them for integration into a programmer's workflow being waaaay better.<p>The article doesn't explicitly spell it out until several paragraphs later, but I think what your quoted sentence is alluding to is that Cursor, Cline et al can be pretty revolutionary in terms of removing toil from the development process.<p>Need to perform a gnarly refactor that's easy to describe but difficult to implement because it's spread far and wide across the codebase? Let the LLM handle it and then check its work. Stuck in dependency hell because you updated one package due to a CVE? The LLM can (often) sort that out for you. Heck, did the IDE's refactor tool fail at renaming a function again? LLM.<p>I'm remain skeptical of LLM-based development insofar as I think the enshitification will inevitably come when the Magic Money Machine breaks down. And I don't think I would hire a programmer that <i>needs</i> LLM assistance in order to program. But it's hard to deny that it has made me a lot more productive. At the current price it's a no-brainer to use it.</p>
]]></description><pubDate>Tue, 03 Jun 2025 00:28:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=44164919</link><dc:creator>mathgorges</dc:creator><comments>https://news.ycombinator.com/item?id=44164919</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44164919</guid></item><item><title><![CDATA[New comment by mathgorges in "I hacked a dating app (and how not to treat a security researcher)"]]></title><description><![CDATA[
<p>I assume SoftTalker is referring to SWEs not being Professional Engineers.<p>Professional Engineer (PE) != Engineer (in many jurisdictions)<p>> A professional engineer is competent by virtue of his/her fundamental education and training to apply the scientific method and outlook to the analysis and solution of engineering problems.<p>> He/she is able to assume _personal responsibility_ for the development and application of engineering science and knowledge, notably in research, design, construction, manufacturing, superintending, managing, and in the education of the engineer.<p>(emphasis mine)<p>[0]: <a href="https://en.wikipedia.org/wiki/Engineer#Definition" rel="nofollow">https://en.wikipedia.org/wiki/Engineer#Definition</a></p>
]]></description><pubDate>Tue, 13 May 2025 05:10:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=43969782</link><dc:creator>mathgorges</dc:creator><comments>https://news.ycombinator.com/item?id=43969782</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43969782</guid></item><item><title><![CDATA[New comment by mathgorges in "Ask HN: Real-time speech-to-speech translation"]]></title><description><![CDATA[
<p>Thanks for building this. Super stoked that the translation in on-device.<p>I'll be downlaoding it and giving it a try today!!</p>
]]></description><pubDate>Wed, 30 Oct 2024 00:47:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=41990941</link><dc:creator>mathgorges</dc:creator><comments>https://news.ycombinator.com/item?id=41990941</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41990941</guid></item><item><title><![CDATA[New comment by mathgorges in "Ask HN: Real-time speech-to-speech translation"]]></title><description><![CDATA[
<p>This hasn't been my experience with English/Japanese translation with Google Translate. For context I used Google Translate for pair programming with Japanese clients 40 hours per week for about 6 months, until I ponied up for a DeepL subscription.<p>As long as you're expressive enough in English, and reverse the translation direction every now and again to double check the output then it works fine.</p>
]]></description><pubDate>Wed, 30 Oct 2024 00:42:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=41990931</link><dc:creator>mathgorges</dc:creator><comments>https://news.ycombinator.com/item?id=41990931</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41990931</guid></item><item><title><![CDATA[New comment by mathgorges in "COBOL has been “dead” for so long, my grandpa wrote about it"]]></title><description><![CDATA[
<p>This is fascinating to me as an ex-mainframer that now works on a niche hyperscaler. I would love to learn more!<p>Will you let me know some of the names in the space so that I can research more? Some cursory searching only brings up some questionably relavent press releases from IBM.</p>
]]></description><pubDate>Wed, 02 Oct 2024 01:10:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=41716235</link><dc:creator>mathgorges</dc:creator><comments>https://news.ycombinator.com/item?id=41716235</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41716235</guid></item><item><title><![CDATA[New comment by mathgorges in "Ancient calendar, recently discovered, may document a long-ago disaster"]]></title><description><![CDATA[
<p>My general strategy is to find a community where $domainExperts hang out and figure out how they talk about $interestingThing, then refine my search from there using progressively more professional lingo.<p>Here's an example of what my first query for this topic might be: <a href="https://kagi.com/search?q=site%3Areddit.com%2Fr%2Faskhistorians+Younger+Dryas&r=us&sh=5-0E-UDPF1fgbbYs86QYtA" rel="nofollow">https://kagi.com/search?q=site%3Areddit.com%2Fr%2Faskhistori...</a></p>
]]></description><pubDate>Thu, 15 Aug 2024 05:10:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=41253272</link><dc:creator>mathgorges</dc:creator><comments>https://news.ycombinator.com/item?id=41253272</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41253272</guid></item><item><title><![CDATA[New comment by mathgorges in "You'll regret using natural keys"]]></title><description><![CDATA[
<p>That was my first thought too. But like TFA says, that still wouldn't prtect you from clerical errors.</p>
]]></description><pubDate>Wed, 05 Jun 2024 06:46:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=40582056</link><dc:creator>mathgorges</dc:creator><comments>https://news.ycombinator.com/item?id=40582056</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40582056</guid></item><item><title><![CDATA[New comment by mathgorges in "Women Who Code Closing"]]></title><description><![CDATA[
<p>Not sure why I'm being downvoted. I'm aware that VMware used to donate to a lot of causes and now Broadcom doesn't (source: I also work there :)).<p>My point is that I'm surprised that the loss of a single sponsor would make-or-break an organization like this.<p>I say this as someone that supports their mission, formerly helped run an affiliated club (shoutout EMich WiCS!) and donates annually, or used to anyway.</p>
]]></description><pubDate>Fri, 19 Apr 2024 05:12:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=40083612</link><dc:creator>mathgorges</dc:creator><comments>https://news.ycombinator.com/item?id=40083612</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40083612</guid></item><item><title><![CDATA[New comment by mathgorges in "Women Who Code Closing"]]></title><description><![CDATA[
<p>As noted elsewhere in this thread, one of their large supporters was VMware[0], which was aquired by Broadcom at the end of last year. Although I'm skeptical that the loss of a single 'community partner' would cause the whole organization to fold. There are teirs above community which presumably donate more to enjoy title[1]<p>[0]: <a href="https://news.ycombinator.com/reply?id=40082114&goto=item?id=40081761#40082114">https://news.ycombinator.com/reply?id=40082114&goto=item?id=...</a><p>[1]: <a href="https://womenwhocode.com/partners" rel="nofollow">https://womenwhocode.com/partners</a></p>
]]></description><pubDate>Fri, 19 Apr 2024 00:39:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=40082258</link><dc:creator>mathgorges</dc:creator><comments>https://news.ycombinator.com/item?id=40082258</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40082258</guid></item><item><title><![CDATA[New comment by mathgorges in "AI-generated sad girl with piano performs the text of the MIT License"]]></title><description><![CDATA[
<p>I’m not meaning to equate the level of effort or skill involved. And I’ll grant that I know very little about music composition beyond my experience in Middle School band in which the musicians’ personality and skill presents a significant constraint for the conductor/arranger :)<p>I would readily compare the experience of reading Snow Crash (one of the first SciFi books I read of my own volition) to the output that a LLM may produce from such a prompt.  My iPhone informs me that I’ve spent nearly 10 hours playing with Characters.ai in which SF storytelling characters are my favorite to interact with. When I first read Snow Crash I felt like “finally, an author that understands that part of the story that _I’m_ interested in!” and my experiences of AI driven creative writing has felt similar. Certainly it feels less “magical” since I’m aware that I’m customizing the author to my personal taste - is that “magic” of feeling connected to the artist *the* art?</p>
]]></description><pubDate>Fri, 12 Apr 2024 09:25:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=40010807</link><dc:creator>mathgorges</dc:creator><comments>https://news.ycombinator.com/item?id=40010807</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40010807</guid></item><item><title><![CDATA[New comment by mathgorges in "AI-generated sad girl with piano performs the text of the MIT License"]]></title><description><![CDATA[
<p>> sounds cool, now what can we do with that to make it into music?<p>So a human using the tools of sound production is what transforms the function output into music. (Please let me know if I’m misunderstanding you).<p>I think I see what you’re saying, but that’s already happened here hasn’t it?
I mean, it's not as though an AI made the decision to generate this all by itself, a human had an idea to create this piece and wrote a prompt which created this output.<p>The order is of events is reversed from your Ableton example, but I would contend that this kind of production is no less musical than what someone could create using a DAW, simply that the tools are more accessible<p>(and I presume there is less direct control over what the end result is going to sound like, but the same could be said of conducting an orchestra versus playing a piano.)<p>Eta: For example, some people in this thread have complained that the AI generated voice falls into the uncanny valley. I agree, and I think that’s part of the art here.</p>
]]></description><pubDate>Thu, 11 Apr 2024 09:32:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=40000243</link><dc:creator>mathgorges</dc:creator><comments>https://news.ycombinator.com/item?id=40000243</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40000243</guid></item><item><title><![CDATA[New comment by mathgorges in "Anarchy in the US (The Revolution That Almost Happened)"]]></title><description><![CDATA[
<p>Hey, I’m a born & bred Detroiter and I’m not sure what you’re referring to by “The Detroit major mass-murder”.<p>Google wasn’t helpful, but I would love to know more; can you expand on what event(s?) you’re alluding to?</p>
]]></description><pubDate>Mon, 01 Apr 2024 12:27:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=39893405</link><dc:creator>mathgorges</dc:creator><comments>https://news.ycombinator.com/item?id=39893405</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39893405</guid></item><item><title><![CDATA[New comment by mathgorges in "House passes bill to force TikTok sale from Chinese owner or ban the app"]]></title><description><![CDATA[
<p>Thanks for taking the time to share your experience.<p>Discussions like this are why I love HN <3<p>I think I’ll be chewing on your final paragraph for some time. Thank you!!!</p>
]]></description><pubDate>Thu, 14 Mar 2024 23:32:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=39710278</link><dc:creator>mathgorges</dc:creator><comments>https://news.ycombinator.com/item?id=39710278</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39710278</guid></item><item><title><![CDATA[New comment by mathgorges in "House passes bill to force TikTok sale from Chinese owner or ban the app"]]></title><description><![CDATA[
<p>That is a fair critique of my current thinking :)<p>I’ll certainly agree that the ‘red scare’ vibe to this bill makes me uncomfortable — even if I agree with the action overall.<p>I certainly am biased towards companies that operate in a way that I’m familiar with. In the companies I’ve worked in delivering value to shareholders trumps all else at the end of the day. (I don’t love it but it’s predictable)<p>As you allude to that causes some quite nefarious behavior, but it’s predictable to me for the most part.<p>To me, this is in contrast with what I see happening in the Chinese market. Again, this is colored by my experience. From the outside looking in it appears that companies based in China bend much further to appease their government than in the markets I’ve worked in (US, UK and Japan) and that makes me less inclined to trust them.</p>
]]></description><pubDate>Wed, 13 Mar 2024 17:48:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=39694805</link><dc:creator>mathgorges</dc:creator><comments>https://news.ycombinator.com/item?id=39694805</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39694805</guid></item><item><title><![CDATA[New comment by mathgorges in "House passes bill to force TikTok sale from Chinese owner or ban the app"]]></title><description><![CDATA[
<p>Every useful idiot is one kind interaction away from being a useless critical thinker :)</p>
]]></description><pubDate>Wed, 13 Mar 2024 16:40:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=39693775</link><dc:creator>mathgorges</dc:creator><comments>https://news.ycombinator.com/item?id=39693775</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39693775</guid></item><item><title><![CDATA[New comment by mathgorges in "House passes bill to force TikTok sale from Chinese owner or ban the app"]]></title><description><![CDATA[
<p>Quite a lot! There are articles ad infinitum about how specifically tailored the TikTok algorithm is for many users.<p>I certainly think that knowing very specifically what a substantial portion of a county/market’s population is interested in qualifies as intelligence.<p>How effectively you make that information  actionable is up to the creativity of your intelligence/advertising apparatus.</p>
]]></description><pubDate>Wed, 13 Mar 2024 16:35:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=39693693</link><dc:creator>mathgorges</dc:creator><comments>https://news.ycombinator.com/item?id=39693693</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39693693</guid></item></channel></rss>