<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for da44en</title><link>http://disqus.com/by/da44en/</link><description></description><atom:link href="http://disqus.com/da44en/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Wed, 15 Apr 2020 14:34:06 -0000</lastBuildDate><item><title>Re: UA 2020: Psionic Options Revisited Breakdown</title><link>https://www.tribality.com/2020/04/15/ua-2020-psionic-options-revisited-breakdown/#comment-4876272983</link><description>&lt;p&gt;One thing I didn't see mentioned here about the Wild Talent feat is that the Psi-Boosted Ability and Psi-Guided Strike features &lt;i&gt;only apply to the ability score you increased with the Feat&lt;/i&gt;.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">da44en</dc:creator><pubDate>Wed, 15 Apr 2020 14:34:06 -0000</pubDate></item><item><title>Re: Jayson and Mira Calton: Rich Food, Poor Food &amp;#8211; #37</title><link>https://blog.bulletproof.com/podcast-37-rich-food-poor-food/#comment-829412419</link><description>&lt;p&gt;Hey Dave, this was a great podcast, and inspired me to buy their book. Any thoughts on Nutreince? &lt;a href="http://caltonnutrition.com/nutreince.aspx" rel="nofollow noopener" target="_blank" title="http://caltonnutrition.com/nutreince.aspx"&gt;http://caltonnutrition.com/...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">da44en</dc:creator><pubDate>Thu, 14 Mar 2013 15:25:02 -0000</pubDate></item><item><title>Re: Two Things to Keep in Mind | Bertrand Russell</title><link>https://danielmiessler.com/blog/two-things-to-keep-in-mind-bertrand-russell#comment-90831272</link><description>&lt;p&gt;Is that Alan Watts interviewing him?  And, perhaps relatedly, his first point sounds like he's quoting the Kalama Sutta (&lt;a href="http://en.wikipedia.org/wiki/Kalama_Sutta#Discerning_Religious_Teachings)" rel="nofollow noopener" target="_blank" title="http://en.wikipedia.org/wiki/Kalama_Sutta#Discerning_Religious_Teachings)"&gt;http://en.wikipedia.org/wik...&lt;/a&gt;.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">da44en</dc:creator><pubDate>Wed, 27 Oct 2010 15:21:24 -0000</pubDate></item><item><title>Re: Sinus Rinsing as a Near-Perfect Treatment for Allergies</title><link>http://https://danielmiessler.com/blog/sinus-rinsing-as-a-near-perfect-treatment-for-allergies#comment-32252917</link><description>&lt;p&gt;My girlfriend introduced me to the &lt;a href="http://www.netipot.org" rel="nofollow noopener" target="_blank" title="http://www.netipot.org"&gt;NetiPot&lt;/a&gt; a few years ago and it's definitely super helpful.  However, some recent studies have suggestion caution; see, for example, &lt;a href="http://www.webmd.com/allergies/news/20091109/long-term-neti-pot-use-may-backfire" rel="nofollow noopener" target="_blank" title="http://www.webmd.com/allergies/news/20091109/long-term-neti-pot-use-may-backfire"&gt;this one&lt;/a&gt;:&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;blockquote&gt;Long-term use of a neti pot to clear stuffy noses and blocked nasal passages may actually encourage more sinus  problems rather than keep them away.&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Note that this hasn't stopped me from using it...&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">da44en</dc:creator><pubDate>Sun, 31 Jan 2010 21:10:59 -0000</pubDate></item><item><title>Re: scrypt version 1.1 released</title><link>http://www.daemonology.net/blog/2009-05-16-scrypt-version-1.1-released.html#comment-9460888</link><description>&lt;p&gt;With that change, it compiles, but I get a runtime error:&lt;/p&gt;&lt;p&gt;$ ./scrypt enc &lt;a href="http://config.h.in" rel="nofollow noopener" target="_blank" title="config.h.in"&gt;config.h.in&lt;/a&gt; config.h.in.enc&lt;br&gt;Please enter passphrase: &lt;br&gt;Please confirm passphrase: &lt;br&gt;scrypt: Error reading clocks: Invalid argument&lt;/p&gt;&lt;p&gt;(Passphrase is foo.)&lt;/p&gt;&lt;p&gt;I get the same error when trying to decrypt a file encrypted by scrypt compiled on linux.  I see that error is from main.c:230.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">da44en</dc:creator><pubDate>Sat, 16 May 2009 21:00:50 -0000</pubDate></item><item><title>Re: scrypt version 1.1 released</title><link>http://www.daemonology.net/blog/2009-05-16-scrypt-version-1.1-released.html#comment-9456682</link><description>&lt;p&gt;$ uname -a; make&lt;br&gt;SunOS keithmoon 5.10 Generic_127127-11 sun4v sparc SUNW,Sun-Fire-T200 Solaris&lt;br&gt;make  all-am&lt;br&gt;gcc -DHAVE_CONFIG_H -I.      -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c&lt;br&gt;mv -f .deps/main.Tpo .deps/main.Po&lt;br&gt;gcc -DHAVE_CONFIG_H -I.      -g -O2 -MT scryptenc.o -MD -MP -MF .deps/scryptenc.Tpo -c -o scryptenc.o scryptenc.c&lt;br&gt;mv -f .deps/scryptenc.Tpo .deps/scryptenc.Po&lt;br&gt;gcc -DHAVE_CONFIG_H -I.      -g -O2 -MT crypto_aesctr.o -MD -MP -MF .deps/crypto_aesctr.Tpo -c -o crypto_aesctr.o crypto_aesctr.c&lt;br&gt;mv -f .deps/crypto_aesctr.Tpo .deps/crypto_aesctr.Po&lt;br&gt;gcc -DHAVE_CONFIG_H -I.      -g -O2 -MT sha256.o -MD -MP -MF .deps/sha256.Tpo -c -o sha256.o sha256.c&lt;br&gt;mv -f .deps/sha256.Tpo .deps/sha256.Po&lt;br&gt;gcc -DHAVE_CONFIG_H -I.      -g -O2 -MT memlimit.o -MD -MP -MF .deps/memlimit.Tpo -c -o memlimit.o memlimit.c&lt;br&gt;memlimit.c: In function `memlimit_sysinfo':&lt;br&gt;memlimit.c:106: error: structure has no member named `totalram'&lt;br&gt;*** Error code 1&lt;br&gt;make: Fatal error: Command failed for target `memlimit.o'&lt;br&gt;Current working directory /home/darren/tmp/scrypt-1.1.1&lt;br&gt;*** Error code 1&lt;br&gt;make: Fatal error: Command failed for target `all'&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">da44en</dc:creator><pubDate>Sat, 16 May 2009 16:59:45 -0000</pubDate></item></channel></rss>