<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: manishyt</title><link>https://news.ycombinator.com/user?id=manishyt</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 09 Apr 2026 21:44:14 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=manishyt" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by manishyt in "Docker update ToS: Image retention limits imposed on free accounts"]]></title><description><![CDATA[
<p>(I work for Docker). Inactive official images will not be deleted. We are updating the FAQ shortly.</p>
]]></description><pubDate>Thu, 13 Aug 2020 17:25:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=24145806</link><dc:creator>manishyt</dc:creator><comments>https://news.ycombinator.com/item?id=24145806</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24145806</guid></item><item><title><![CDATA[New comment by manishyt in "Docker update ToS: Image retention limits imposed on free accounts"]]></title><description><![CDATA[
<p>(I work for Docker). We will be updating the UI to show status of each image (active or inactive). We will be updating the FAQ shortly to clarify this.</p>
]]></description><pubDate>Thu, 13 Aug 2020 17:18:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=24145717</link><dc:creator>manishyt</dc:creator><comments>https://news.ycombinator.com/item?id=24145717</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24145717</guid></item><item><title><![CDATA[New comment by manishyt in "Intro Guide to Dockerfile Best Practices"]]></title><description><![CDATA[
<p>Hello, I am one of the engineers on Docker Hub. If the image was ever pushed via a tag which must be the case if it was done via docker CLI then that image is never deleted (unless the tag is deleted from Hub UI and no other tag refer to it). This means if sha256:c34ce3c1fcc0c7431e1392cc3abd0dfe2192ffea1898d5250f199d3ac8d8720f was referred by latest tag which was pushed to another image sometime later then `FROM tomcat@sha256:c34ce3c1fcc0c7431e1392cc3abd0dfe2192ffea1898d5250f199d3ac8d8720f` will continue to work. Apologies for not having this documented. I'll work on getting this documented on <a href="https://docs.docker.com/docker-hub/" rel="nofollow">https://docs.docker.com/docker-hub/</a>.</p>
]]></description><pubDate>Tue, 09 Jul 2019 05:22:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=20389210</link><dc:creator>manishyt</dc:creator><comments>https://news.ycombinator.com/item?id=20389210</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20389210</guid></item><item><title><![CDATA[New comment by manishyt in "H-1B visa shift may favor tech companies"]]></title><description><![CDATA[
<p>I whole heartedly agree with your free market solution. However, one of the concerns is that immigrants are often ready to work on lower pay just to get in the country. So, wouldn't they bring down the overall wages of these jobs and affect citizens? Are you suggesting that they would switch jobs for better pay once they move to the US in effect balancing the job market?</p>
]]></description><pubDate>Sat, 01 Dec 2018 07:46:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=18575794</link><dc:creator>manishyt</dc:creator><comments>https://news.ycombinator.com/item?id=18575794</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18575794</guid></item><item><title><![CDATA[New comment by manishyt in "Ask HN: Do you still use browser bookmarks?"]]></title><description><![CDATA[
<p>You could use Fauxbar [1] instead of that. It indexes the history and suggests the most frequently used links.<p>[1] <a href="https://chrome.google.com/webstore/detail/fauxbar/hibkhcnpkakjniplpfblaoikiggkopka" rel="nofollow">https://chrome.google.com/webstore/detail/fauxbar/hibkhcnpka...</a></p>
]]></description><pubDate>Sat, 08 Apr 2017 04:17:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=14065282</link><dc:creator>manishyt</dc:creator><comments>https://news.ycombinator.com/item?id=14065282</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14065282</guid></item><item><title><![CDATA[New comment by manishyt in "Lessons from 3,000 technical interviews"]]></title><description><![CDATA[
<p>Cool. Thanks for your comments.</p>
]]></description><pubDate>Sat, 31 Dec 2016 06:55:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=13289914</link><dc:creator>manishyt</dc:creator><comments>https://news.ycombinator.com/item?id=13289914</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13289914</guid></item><item><title><![CDATA[New comment by manishyt in "Lessons from 3,000 technical interviews"]]></title><description><![CDATA[
<p>Just out of curiosity: how would you feel if I answered this question by using existing function [1] in stdlib? Would you consider that as (good) sign of knowing the tools or would you prefer a fresh implementation?<p>[1] <a href="https://docs.python.org/2/library/itertools.html#itertools.combinations" rel="nofollow">https://docs.python.org/2/library/itertools.html#itertools.c...</a></p>
]]></description><pubDate>Thu, 29 Dec 2016 19:32:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=13279420</link><dc:creator>manishyt</dc:creator><comments>https://news.ycombinator.com/item?id=13279420</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13279420</guid></item><item><title><![CDATA[New comment by manishyt in "Insomnia 3.0 – A simple and beautiful REST API client"]]></title><description><![CDATA[
<p>Sorry I am just going to shamelessly promote a similar CLI tool I wrote: <a href="https://github.com/manishtomar/crest" rel="nofollow">https://github.com/manishtomar/crest</a>. Help in <a href="https://github.com/manishtomar/crest/blob/master/usage.md" rel="nofollow">https://github.com/manishtomar/crest/blob/master/usage.md</a>. Please do try it out :)</p>
]]></description><pubDate>Tue, 06 Sep 2016 15:41:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=12436795</link><dc:creator>manishyt</dc:creator><comments>https://news.ycombinator.com/item?id=12436795</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12436795</guid></item><item><title><![CDATA[New comment by manishyt in "The Dropbox hack is real"]]></title><description><![CDATA[
<p>The hack is from September 2012. LinkedIn knew about it in May 2016.</p>
]]></description><pubDate>Thu, 01 Sep 2016 05:20:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=12403253</link><dc:creator>manishyt</dc:creator><comments>https://news.ycombinator.com/item?id=12403253</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12403253</guid></item><item><title><![CDATA[New comment by manishyt in "The Dropbox hack is real"]]></title><description><![CDATA[
<p>I have the same problem. Do you have any suggestions on how to handle such emails?</p>
]]></description><pubDate>Thu, 01 Sep 2016 05:03:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=12403204</link><dc:creator>manishyt</dc:creator><comments>https://news.ycombinator.com/item?id=12403204</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12403204</guid></item></channel></rss>