<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: anupamk</title><link>https://news.ycombinator.com/user?id=anupamk</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 11 Aug 2026 05:17:23 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=anupamk" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by anupamk in "Show HN: textlog – A quiet, text-only microblogging platform, open-source, no JS"]]></title><description><![CDATA[
<p>This is really neat!<p>The main thing that stood out to me was, unlike many other micro/minimalist blogging platforms, textlog has individual notes (as opposed to blogs) as the primary unit. I feel that this choice often makes it psychologically easier for users to post something quickly without getting stuck on managing their blog’s brand and identity. Nothing wrong with the latter, but it comes with a trade-off.<p>And I really like the visual design: very clean and minimalistic, but also pleasant.</p>
]]></description><pubDate>Fri, 07 Aug 2026 23:55:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=49217579</link><dc:creator>anupamk</dc:creator><comments>https://news.ycombinator.com/item?id=49217579</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49217579</guid></item><item><title><![CDATA[New comment by anupamk in "Taste Is All That's Left"]]></title><description><![CDATA[
<p>Oof :)<p>The irony of OP championing for “taste” in the age of mass produced slop, only to then post something that was likely produced by repeatedly reprompting with “no, again”</p>
]]></description><pubDate>Fri, 07 Aug 2026 07:11:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=49206923</link><dc:creator>anupamk</dc:creator><comments>https://news.ycombinator.com/item?id=49206923</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49206923</guid></item><item><title><![CDATA[New comment by anupamk in "Taste Is All That's Left"]]></title><description><![CDATA[
<p>> In an era of mass production, taste moves up the market, but it never quite goes away.<p>I agree with the points in your version, and the part above is the “meat and potatoes” for me.<p>I too am unsure about how much did the author intend to say something similar.<p>The main area where I disagree with the original post is this apparent fusing of subjective/personal taste driven value and market rewards driven value.<p>To summarize/clarify my view using the Aeron and Eames chair examples from your version<p>1. I agree that someone had to pursue their taste/vision for those products even when they could’ve “gotten away” with producing something mass produced and mediocre. And that pursuing their taste/vision likely became more feasible once the technology allowed them to focus on the “taste” while taking care of the boilerplate.<p>2. But, I will also add that the market actually saw value in Aeron and Eames chairs and rewarded their creators. It would’ve been incongruent for those creators to assert that their chairs were superior merely because they chose to pursue their taste/vision.</p>
]]></description><pubDate>Fri, 07 Aug 2026 05:36:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=49206246</link><dc:creator>anupamk</dc:creator><comments>https://news.ycombinator.com/item?id=49206246</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49206246</guid></item><item><title><![CDATA[New comment by anupamk in "Taste Is All That's Left"]]></title><description><![CDATA[
<p>I found this post a bit too verbose and incoherent. It does read like AI slop to me, but the bigger issue is that its core argument itself seems flawed.<p>The author seems to be advocating for choosing to "carry the burden" of one's taste (or aesthetics, judgement, standards, etc) while bemoaning that the market may not sufficiently reward for doing so.<p>IMHO, the core flaw is in mixing these two things 1) the market rewarding what it chooses to reward; and 2) individuals choosing to pursue some external/internal rewards.<p>I broadly agree with the premise that Gen AI has lowered the cost of software development and, as a result, the quality of the idea and its execution have become more salient differentiators than just the ability to bring an idea to reality. I also agree that pursuing one's own sense of taste/judgment or "objective function" is often intrinsically rewarding and worth it. But ultimately, an individual has to decide how much they want to (or need to) play for the external market rewards vs their own intrinsic rewards/motivations.<p>But I don't think it's coherent to argue that the market "ought to" reward one for their oh-so-special but mysterious, amorphous, and unmeasurable way of doing things, or that pursuing one's own taste/judgement is somehow automatically an exercise in greatness.</p>
]]></description><pubDate>Fri, 07 Aug 2026 04:26:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=49205891</link><dc:creator>anupamk</dc:creator><comments>https://news.ycombinator.com/item?id=49205891</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49205891</guid></item><item><title><![CDATA[New comment by anupamk in "Building durable workflows on Postgres"]]></title><description><![CDATA[
<p>This is definitely a feasible approach and I agree that it has some advantages, but I also think there's a noteworthy trade-off which should be considered.<p>A dedicated external orchestrator decouples application servers' API and implementation from that of the orchestrator. This comes with some advantages. It becomes easier and more natural for the application servers to organize their APIs and implementation around a stable set of domain areas (instead of operating along two different layers of abstraction -- the workflow orchestration plane, and the underlying application domain logic). It also becomes easier to understand and update workflow logic when it's managed separately as a first-class citizen as opposed it being fragmented and diffused across multiple application servers. In my experience, these advantages tend to matter more in highly distributed system involving multiple semi-independent teams owning multiple application servers and data-stores. After a certain point in terms of the size and complexity of the distributed system, the aggregate cost of handling orchestration and checkpointing workflows often starts to provide stronger justification for having dedicated centralized orchestrator.<p>So while I agree that letting go of the central orchestrator (and letting the application servers and data-store do that work on their own) can sometimes be the pragmatic/preferred option, I'd argue that the fit is context dependent and there doesn't seem to be a one-size-fits-all solution available.</p>
]]></description><pubDate>Fri, 29 May 2026 23:33:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48330742</link><dc:creator>anupamk</dc:creator><comments>https://news.ycombinator.com/item?id=48330742</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48330742</guid></item><item><title><![CDATA[Ask HN: Deep learning framework for face recognition]]></title><description><![CDATA[
<p>I want to learn about Deep Learning, and become somewhat familiar with some of the DL frameworks. I've decided to proceed by working on face-recognition project. I'm looking for some guidance on which DL frameworks will be suitable for this task. Thank you!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=13993494">https://news.ycombinator.com/item?id=13993494</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 30 Mar 2017 07:05:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=13993494</link><dc:creator>anupamk</dc:creator><comments>https://news.ycombinator.com/item?id=13993494</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13993494</guid></item><item><title><![CDATA[New comment by anupamk in "Fresh graduates joining big corporation handybook"]]></title><description><![CDATA[
<p>Good points but I wonder if this applies for all the big corporations.</p>
]]></description><pubDate>Thu, 15 Aug 2013 03:20:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=6215971</link><dc:creator>anupamk</dc:creator><comments>https://news.ycombinator.com/item?id=6215971</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=6215971</guid></item><item><title><![CDATA[New comment by anupamk in "Truffle.io - let's make meeting someone very simple"]]></title><description><![CDATA[
<p>Yeah, the current dating scene seems complicated than it needs to be. I'd love to see a minimalistic approach, and also know how you handle the matching task.</p>
]]></description><pubDate>Sun, 09 Sep 2012 21:10:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=4497008</link><dc:creator>anupamk</dc:creator><comments>https://news.ycombinator.com/item?id=4497008</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=4497008</guid></item></channel></rss>