<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: vinodc</title><link>https://news.ycombinator.com/user?id=vinodc</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Apr 2026 08:34:37 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=vinodc" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by vinodc in "Paged Out"]]></title><description><![CDATA[
<p>The digit recognizer that fits in one page was super insightful! Really cool concept.</p>
]]></description><pubDate>Thu, 04 Dec 2025 13:43:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=46147568</link><dc:creator>vinodc</dc:creator><comments>https://news.ycombinator.com/item?id=46147568</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46147568</guid></item><item><title><![CDATA[New comment by vinodc in "‘TikTok refugees’ flock to China's RedNote "]]></title><description><![CDATA[
<p>Comments critical of the US government do not typically get deleted from social media platforms based out of the US.</p>
]]></description><pubDate>Thu, 16 Jan 2025 22:27:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=42731715</link><dc:creator>vinodc</dc:creator><comments>https://news.ycombinator.com/item?id=42731715</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42731715</guid></item><item><title><![CDATA[New comment by vinodc in "An Unbelievable Demo"]]></title><description><![CDATA[
<p>I think the disconnect here is that Google engineers are much more likely to answer the low volume of technical "nerd-snipey" questions from other developers than the high volume of non-technical questions they'd get from the general public for something like Gmail.</p>
]]></description><pubDate>Sun, 06 Jun 2021 19:06:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=27415437</link><dc:creator>vinodc</dc:creator><comments>https://news.ycombinator.com/item?id=27415437</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27415437</guid></item><item><title><![CDATA[New comment by vinodc in "The architecture behind a one-person tech startup"]]></title><description><![CDATA[
<p>It's effective marketing for the "developer tool" app, since the content of this kind of blog post is technical.</p>
]]></description><pubDate>Fri, 09 Apr 2021 22:18:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=26756891</link><dc:creator>vinodc</dc:creator><comments>https://news.ycombinator.com/item?id=26756891</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26756891</guid></item><item><title><![CDATA[New comment by vinodc in "Anime-to-Real Clothing: Cosplay Costume Generation"]]></title><description><![CDATA[
<p>I had to google "cosplay market size" to confirm, but the paper's assertion that it's a billion-dollar industry does appear to be correct (!)<p>Two of the paper's authors work at the technology arm of Zozotown, one of Japan's largest fashion e-commerce sites, which points to how this could have practical benefits.</p>
]]></description><pubDate>Thu, 27 Aug 2020 05:47:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=24290511</link><dc:creator>vinodc</dc:creator><comments>https://news.ycombinator.com/item?id=24290511</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24290511</guid></item><item><title><![CDATA[New comment by vinodc in "First, it was Craigslist, next it's Zapier"]]></title><description><![CDATA[
<p>I feel that complex workflows are best served by dedicated integrations, but it takes time for developers to build each integration natively into a product. We launched <a href="https://kloudless.com" rel="nofollow">https://kloudless.com</a> to simplify the process for app developers to natively integrate an entire category of SaaS services at once (I'm a co-founder).<p>Ignoring platforms like Salesforce, some of the "product" apps that we see adopting native integrations instead of directing users to Zapier include apps that require:<p>1) synchronous interactive integrations and not just background automation. e.g. a user pulling a lead from Salesforce into a marketing app.<p>2) complex/multi-step integrations that offer way better UX and much lower support costs to just build natively for users.<p>3) integrations as a competitive differentiator, or without requiring users to pay for third-party tools.<p>4) integrations without an API of their own to integrate to.<p>That said, there are always a long tail of apps and use cases so I'm certain we'll see more specialized tooling pop up to handle specific complex workflows.</p>
]]></description><pubDate>Sun, 10 May 2020 01:23:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=23129590</link><dc:creator>vinodc</dc:creator><comments>https://news.ycombinator.com/item?id=23129590</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23129590</guid></item><item><title><![CDATA[New comment by vinodc in "Google Duo rolls out realtime AV1"]]></title><description><![CDATA[
<p>The critical component, MS Teams, is missing in G Suite. Google Chat feels more like posting on an internal message board, since it centers around creating threads rather than actual chatrooms. I can see why companies using G Suite, including ours, prefer Slack's UX or MS Teams' central approach to collaborate in Office 365.</p>
]]></description><pubDate>Wed, 22 Apr 2020 04:01:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=22941996</link><dc:creator>vinodc</dc:creator><comments>https://news.ycombinator.com/item?id=22941996</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22941996</guid></item><item><title><![CDATA[New comment by vinodc in "Start all of your commands with a comma (2009)"]]></title><description><![CDATA[
<p>The author has helpfully open-sourced the scripts as well, some of which are quite helpful like this one to convert dates to unix time and back: <a href="https://github.com/brandon-rhodes/homedir/blob/master/bin/%2Cdate" rel="nofollow">https://github.com/brandon-rhodes/homedir/blob/master/bin/%2...</a><p>Agree with the commit message; I've probably spent way too much time the past decade firing up a python prompt or using an online epoch converter to do this.</p>
]]></description><pubDate>Sun, 05 Apr 2020 04:31:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=22783742</link><dc:creator>vinodc</dc:creator><comments>https://news.ycombinator.com/item?id=22783742</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22783742</guid></item><item><title><![CDATA[New comment by vinodc in "555 timer teardown: inside the world's most popular IC"]]></title><description><![CDATA[
<p>Cool!<p>I was curious and looked this up on Wikipedia [0]:<p>> It has been hypothesized that the 555 got its name from the three 5 kΩ resistors used within, but Hans Camenzind has stated that the number was arbitrary. [1]<p>[0] <a href="https://en.wikipedia.org/wiki/555_timer_IC#Design" rel="nofollow">https://en.wikipedia.org/wiki/555_timer_IC#Design</a>
[1] <a href="http://www.semiconductormuseum.com/Transistors/LectureHall/Camenzind/Camenzind_Page2.htm" rel="nofollow">http://www.semiconductormuseum.com/Transistors/LectureHall/C...</a></p>
]]></description><pubDate>Sun, 21 Feb 2016 02:52:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=11143068</link><dc:creator>vinodc</dc:creator><comments>https://news.ycombinator.com/item?id=11143068</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11143068</guid></item><item><title><![CDATA[New comment by vinodc in "The Skeleton Lake of Roopkund, India"]]></title><description><![CDATA[
<p>HN tends to be popular in India at this hour.</p>
]]></description><pubDate>Mon, 27 May 2013 09:56:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=5774067</link><dc:creator>vinodc</dc:creator><comments>https://news.ycombinator.com/item?id=5774067</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=5774067</guid></item></channel></rss>