<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: calvins</title><link>https://news.ycombinator.com/user?id=calvins</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 30 Apr 2026 18:59:01 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=calvins" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by calvins in "Tetris Game Shows Promise in Reducing PTSD Symptoms"]]></title><description><![CDATA[
<p>The paper itself: <a href="https://bmcmedicine.biomedcentral.com/articles/10.1186/s12916-024-03569-8" rel="nofollow">https://bmcmedicine.biomedcentral.com/articles/10.1186/s1291...</a></p>
]]></description><pubDate>Sat, 21 Sep 2024 21:02:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=41612655</link><dc:creator>calvins</dc:creator><comments>https://news.ycombinator.com/item?id=41612655</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41612655</guid></item><item><title><![CDATA[New comment by calvins in "Show HN: Pydantic – Data validation using Python 3.6 type hinting"]]></title><description><![CDATA[
<p>What do you mean by 'out of the box'? jsonschema needs to be installed. It's not in the stdlib.</p>
]]></description><pubDate>Sat, 03 Jun 2017 18:52:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=14477840</link><dc:creator>calvins</dc:creator><comments>https://news.ycombinator.com/item?id=14477840</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14477840</guid></item><item><title><![CDATA[New comment by calvins in "LastPass release fix for DOM manipulation vulnerability"]]></title><description><![CDATA[
<p>It seems no security audit has been performed, but they plan on it at some point:  <a href="https://discussion.enpass.io/index.php?/topic/404-security-audit/" rel="nofollow">https://discussion.enpass.io/index.php?/topic/404-security-a...</a><p>Their responses in that thread do not inspire confidence in the product for me, to put it mildly.</p>
]]></description><pubDate>Sat, 01 Apr 2017 16:27:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=14012867</link><dc:creator>calvins</dc:creator><comments>https://news.ycombinator.com/item?id=14012867</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14012867</guid></item><item><title><![CDATA[New comment by calvins in "Show HN: RSA Public Key Encryption in Python"]]></title><description><![CDATA[
<p>I think you should put the disclaimer at the top of the github page, and clearly state that it is not secure.<p>The disclaimer currently is near the end of the document and says only "Purely experimental project. Designed for learning purposes not production use.".<p>Some people will miss that at the bottom of the page (after how to install, how to use, etc.), or might not realize that textbook RSA is insecure (<a href="https://crypto.stanford.edu/~dabo/courses/cs255_winter00/RSA.pdf" rel="nofollow">https://crypto.stanford.edu/~dabo/courses/cs255_winter00/RSA...</a>).</p>
]]></description><pubDate>Mon, 02 Jan 2017 19:53:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=13303870</link><dc:creator>calvins</dc:creator><comments>https://news.ycombinator.com/item?id=13303870</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13303870</guid></item><item><title><![CDATA[New comment by calvins in "Why HTTPS for Everything?"]]></title><description><![CDATA[
<p>https.cio.gov SSL Labs test result: <a href="https://www.ssllabs.com/ssltest/analyze.html?d=https.cio.gov" rel="nofollow">https://www.ssllabs.com/ssltest/analyze.html?d=https.cio.gov</a><p>Of note is that they're using a Let's Encrypt cert and running in AWS.</p>
]]></description><pubDate>Mon, 02 Jan 2017 19:29:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=13303692</link><dc:creator>calvins</dc:creator><comments>https://news.ycombinator.com/item?id=13303692</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13303692</guid></item><item><title><![CDATA[New comment by calvins in "Blox – Open Source Tools for Amazon ECS"]]></title><description><![CDATA[
<p>Not the OP, but I'd really like to be able to run containers with all unnecessary capabilities dropped:<p><a href="https://github.com/aws/amazon-ecs-agent/issues/223" rel="nofollow">https://github.com/aws/amazon-ecs-agent/issues/223</a></p>
]]></description><pubDate>Sat, 03 Dec 2016 20:39:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=13097400</link><dc:creator>calvins</dc:creator><comments>https://news.ycombinator.com/item?id=13097400</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13097400</guid></item><item><title><![CDATA[New comment by calvins in "Facebook is imposing American censorship on the rest of the world"]]></title><description><![CDATA[
<p>But doing a 360 doesn't mean doing a 180, and then sometime much later, doing another 180.</p>
]]></description><pubDate>Mon, 12 Sep 2016 17:13:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=12481553</link><dc:creator>calvins</dc:creator><comments>https://news.ycombinator.com/item?id=12481553</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12481553</guid></item><item><title><![CDATA[New comment by calvins in "Comparison of Programming Language Package Managers"]]></title><description><![CDATA[
<p>Pip has a constraints file now. Running<p><pre><code>  $ pip freeze -r requirements.txt > constraints.txt
</code></pre>
after you've installed all your packages gives you a constraints file that can be used to reinstall exactly the same versions:<p><pre><code>  $ pip install -r requirements.txt -c constraints.txt</code></pre></p>
]]></description><pubDate>Sat, 30 Jul 2016 02:39:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=12191388</link><dc:creator>calvins</dc:creator><comments>https://news.ycombinator.com/item?id=12191388</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12191388</guid></item><item><title><![CDATA[New comment by calvins in "Blue Ocean: a new user experience for Jenkins"]]></title><description><![CDATA[
<p>It's easier to disambiguate shapes and colors than just shapes or just colors -- something like a checkmark of one color, and an X of a different color.</p>
]]></description><pubDate>Sat, 28 May 2016 13:29:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=11791571</link><dc:creator>calvins</dc:creator><comments>https://news.ycombinator.com/item?id=11791571</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11791571</guid></item><item><title><![CDATA[New comment by calvins in "Ansible 2.1 Released, with Network Automation, Containers"]]></title><description><![CDATA[
<p>> if it's _truly_ agent-less why do they care about the python version on the target, I feel that python target code is the agent?<p>"Agentless" means that it works by pushing to the machine and that there isn't an agent process already running on the target. It doesn't mean that there aren't any requirements on what needs to be installed on the target already.</p>
]]></description><pubDate>Thu, 26 May 2016 15:06:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=11778469</link><dc:creator>calvins</dc:creator><comments>https://news.ycombinator.com/item?id=11778469</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11778469</guid></item><item><title><![CDATA[New comment by calvins in "Java Generics Are Turing Complete"]]></title><description><![CDATA[
<p>> it should hopefully reduce the FUD around alternatives with better type systems (Scala), if the type system is turing-complete in any case.<p>Beware of the Turing tar-pit in which everything is possible but nothing of interest is easy.<p>Alan Perlis<p><a href="https://en.wikipedia.org/wiki/Turing_tarpit" rel="nofollow">https://en.wikipedia.org/wiki/Turing_tarpit</a></p>
]]></description><pubDate>Thu, 26 May 2016 14:43:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=11778307</link><dc:creator>calvins</dc:creator><comments>https://news.ycombinator.com/item?id=11778307</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11778307</guid></item><item><title><![CDATA[New comment by calvins in "SSL Labs in 2016 and Beyond"]]></title><description><![CDATA[
<p>I'm also a happy user of SSL Labs and reader of Bulletproof SSL and TLS. One very cool thing about the book is that if you purchase the hard copy (I got it from Amazon, for example), they'll email you epub, PDF, and web versions for free. The web version is perfect for reference at work. And the book gets updates too (<a href="http://blog.ivanristic.com/2015/08/bulletproof-maintenance.html" rel="nofollow">http://blog.ivanristic.com/2015/08/bulletproof-maintenance.h...</a>).<p>Thanks Ivan!</p>
]]></description><pubDate>Tue, 17 May 2016 02:29:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=11711014</link><dc:creator>calvins</dc:creator><comments>https://news.ycombinator.com/item?id=11711014</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11711014</guid></item><item><title><![CDATA[New comment by calvins in "“I must, sadly, withdraw my endorsement of Yubikey 4 devices”"]]></title><description><![CDATA[
<p>> Either you verify from the bottom or you can't verify at all.<p>So 'curl ... | sudo -' is just fine now because we can't verify from the bottom, so there's no sense in verifying what we're piping to sudo?</p>
]]></description><pubDate>Sat, 14 May 2016 02:39:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=11694335</link><dc:creator>calvins</dc:creator><comments>https://news.ycombinator.com/item?id=11694335</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11694335</guid></item><item><title><![CDATA[New comment by calvins in "Ask HN: Good throw-away email service?"]]></title><description><![CDATA[
<p>There is spamgourmet (<a href="https://www.spamgourmet.com/index.pl" rel="nofollow">https://www.spamgourmet.com/index.pl</a>). It doesn't satisfy 4 exactly, but it's pretty close. If you give out an email like 'foo.20.myusername@spamgourmet.com' (there are other domains too), then it'll forward 20 emails to the configured email for your account, but you can always log in and set it to 0 remaining at any point, regardless of how many emails have been received.</p>
]]></description><pubDate>Fri, 29 Apr 2016 23:47:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=11599489</link><dc:creator>calvins</dc:creator><comments>https://news.ycombinator.com/item?id=11599489</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11599489</guid></item><item><title><![CDATA[New comment by calvins in "Are We Living in a Computer Simulation?"]]></title><description><![CDATA[
<p>If we were in a simulation and the simulation would fail to realize its purpose if a sufficiently large number of beings in the simulation became aware of the simulation and changed their behavior, how smart would it be to try to get more and more people interested in the issue and look for "smoking gun" evidence? ;=-)</p>
]]></description><pubDate>Mon, 11 Apr 2016 21:29:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=11475263</link><dc:creator>calvins</dc:creator><comments>https://news.ycombinator.com/item?id=11475263</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11475263</guid></item><item><title><![CDATA[Transport Layer Security (TLS) Extension to Support Code Execution]]></title><description><![CDATA[
<p>Article URL: <a href="https://gist.githubusercontent.com/anonymous/3e4d157f744c8a4f5ab0551e822db2f3/raw/502e2340050867fe8f2363665c53c60304796317/draft-yolo-tls-server-code-exec-01.txt">https://gist.githubusercontent.com/anonymous/3e4d157f744c8a4f5ab0551e822db2f3/raw/502e2340050867fe8f2363665c53c60304796317/draft-yolo-tls-server-code-exec-01.txt</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=11419622">https://news.ycombinator.com/item?id=11419622</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 04 Apr 2016 05:31:03 +0000</pubDate><link>https://gist.githubusercontent.com/anonymous/3e4d157f744c8a4f5ab0551e822db2f3/raw/502e2340050867fe8f2363665c53c60304796317/draft-yolo-tls-server-code-exec-01.txt</link><dc:creator>calvins</dc:creator><comments>https://news.ycombinator.com/item?id=11419622</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11419622</guid></item><item><title><![CDATA[New comment by calvins in "Unintuitive Things I’ve Learned about Management"]]></title><description><![CDATA[
<p>> You need to allocate at least 30 minutes per day (1 hour is better) just talking (averaged over the week) and not micromanaging.<p>What do you talk about for an hour a day, every day, that is so important that it justifies allocating 16% of all development hours to communication? I don't see how this much communication could ever be a net win (or even come close to breaking even).</p>
]]></description><pubDate>Mon, 04 Apr 2016 04:25:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=11419410</link><dc:creator>calvins</dc:creator><comments>https://news.ycombinator.com/item?id=11419410</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11419410</guid></item><item><title><![CDATA[New comment by calvins in "A Government Error Just Revealed Snowden Was the Target in the Lavabit Case"]]></title><description><![CDATA[
<p>"It is better to be a human being dissatisfied than a pig satisfied; better to be Socrates dissatisfied than a fool satisfied. And if the fool, or the pig, are of a different opinion, it is because they only know their own side of the question. The other party to the comparison knows both sides."<p>- John Stuart Mill</p>
]]></description><pubDate>Fri, 18 Mar 2016 02:06:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=11309346</link><dc:creator>calvins</dc:creator><comments>https://news.ycombinator.com/item?id=11309346</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11309346</guid></item><item><title><![CDATA[New comment by calvins in "Ten Years in the AWS Cloud"]]></title><description><![CDATA[
<p>Yes, us-west-1 has always seemed a bit of a second-class citizen. For years it has just been two availability zones, but they're named '1b' and '1c', as if there was once a third.</p>
]]></description><pubDate>Tue, 15 Mar 2016 04:19:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=11287418</link><dc:creator>calvins</dc:creator><comments>https://news.ycombinator.com/item?id=11287418</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11287418</guid></item><item><title><![CDATA[New comment by calvins in "Yann LeCun's comment on AlphaGo and true AI"]]></title><description><![CDATA[
<p>Shane Legg (a DeepMind founder) and Marcus Hutter collected and categorized 70 different definitions of intelligence: <a href="http://arxiv.org/abs/0706.3639" rel="nofollow">http://arxiv.org/abs/0706.3639</a><p>Their attempt at a definition that synthesizes all the others is:<p>> Intelligence measures an agent's ability to achieve goals in a wide range of environments.
- S. Legg and M. Hutter</p>
]]></description><pubDate>Tue, 15 Mar 2016 03:52:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=11287313</link><dc:creator>calvins</dc:creator><comments>https://news.ycombinator.com/item?id=11287313</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11287313</guid></item></channel></rss>