<?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 foresmac</title><link>http://disqus.com/by/foresmac/</link><description></description><atom:link href="http://disqus.com/foresmac/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Sun, 02 Jun 2019 06:38:03 -0000</lastBuildDate><item><title>Re: New &amp;#8211; Data API for Amazon Aurora Serverless</title><link>https://aws.amazon.com/blogs/aws/new-data-api-for-amazon-aurora-serverless/#comment-4486204310</link><description>&lt;p&gt;I’d expect `records` to look more like:&lt;br&gt;```json&lt;br&gt;{&lt;br&gt;    “records”: [&lt;br&gt;        {&lt;br&gt;            “id”: 1,&lt;br&gt;            “user_id”: “jeffbarr”,&lt;br&gt;            “first_name”: “Jeff”,&lt;br&gt;            “last_name”: “Barr”&lt;br&gt;        },&lt;br&gt;        ...&lt;br&gt;    ]&lt;br&gt;}&lt;br&gt;```&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">foresmac</dc:creator><pubDate>Sun, 02 Jun 2019 06:38:03 -0000</pubDate></item><item><title>Re: New &amp;#8211; Data API for Amazon Aurora Serverless</title><link>https://aws.amazon.com/blogs/aws/new-data-api-for-amazon-aurora-serverless/#comment-4486201201</link><description>&lt;p&gt;You mentioned something along the lines of “production code would symbolically access data using column metadata.” Actually, I would expect the API to return rows as JSON objects where the keys are the column names already. That it doesn’t already do so means I need to write some custom function to transform the data to use such access.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">foresmac</dc:creator><pubDate>Sun, 02 Jun 2019 06:31:39 -0000</pubDate></item><item><title>Re: 
The Aquabats! Super Show!: Season One!
</title><link>https://www.shoutfactory.com/product/the-aquabats-super-show-season-one#comment-3868571556</link><description>&lt;p&gt;I don't see a Blu-ray option, nor Season 2. Are either forthcoming?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">foresmac</dc:creator><pubDate>Mon, 23 Apr 2018 15:46:37 -0000</pubDate></item><item><title>Re: Parallelism in one line - Blogomatono</title><link>http://chriskiehl.com/article/parallelism-in-one-line/#comment-3859561289</link><description>&lt;p&gt;Since &lt;a href="http://ThreadPool.map" rel="nofollow noopener" target="_blank" title="ThreadPool.map"&gt;ThreadPool.map&lt;/a&gt; is blocking, there's no need to call &lt;code&gt;pool.join()&lt;/code&gt;. You can even do it as a context manager:&lt;br&gt;&lt;/p&gt;&lt;pre&gt;&lt;code&gt;&lt;br&gt;with ThreadPool() as pool:&lt;br&gt;    pool.map(func, iterable)&lt;br&gt;&lt;/code&gt;&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">foresmac</dc:creator><pubDate>Tue, 17 Apr 2018 11:46:06 -0000</pubDate></item><item><title>Re: How to Make an HTML Signature in Apple Mail for Sierra OS X 10.12</title><link>https://matt.coneybeare.me/how-to-make-an-html-signature-in-apple-mail-for-sierra-os-x-10-dot-12/#comment-3559563852</link><description>&lt;p&gt;Quick question: does &lt;a href="http://Mail.app" rel="nofollow noopener" target="_blank" title="Mail.app"&gt;Mail.app&lt;/a&gt; support multi-part sigs? In other words, could there be something you could add to the signature that would display a simple text sig if the email  in question is plain text?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">foresmac</dc:creator><pubDate>Mon, 09 Oct 2017 17:57:49 -0000</pubDate></item><item><title>Re: Now Available &amp;#8211; Amazon Linux AMI 2017.09</title><link>https://aws.amazon.com/blogs/aws/now-available-amazon-linux-ami-2017-09/#comment-3550124291</link><description>&lt;p&gt;I'm not sure I understand how this new AMI "includes" Python 3.6 when you still have to `yum install` it. Couldn't I `yum install` the latest Python 3.x anytime I wanted?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">foresmac</dc:creator><pubDate>Wed, 04 Oct 2017 10:19:11 -0000</pubDate></item><item><title>Re: New &amp;#8211; Slack Integration Blueprints for AWS Lambda</title><link>https://aws.amazon.com/blogs/aws/new-slack-integration-blueprints-for-aws-lambda/#comment-2455970182</link><description>&lt;p&gt;Speaking of Slack integration, it would be super useful if the AWS blog system were updated to write out useful metadata for services like Slack (or Facebook, or whatever) to build a useful preview when posting a link to a particular post.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">foresmac</dc:creator><pubDate>Wed, 13 Jan 2016 15:53:21 -0000</pubDate></item><item><title>Re: Optimizing Slow Django Rest Framework Performance</title><link>http://localhost:4000/2015/11/23/optimizing-slow-django-rest-framework-performance/#comment-2393688847</link><description>&lt;p&gt;Any reason why you can't add the `prefetch_related()` and/or `select_related()` calls to your `get_queryset()` That's where we usually pet them, and it certainly seems more idiomatic than tacking it on the serializer.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">foresmac</dc:creator><pubDate>Fri, 04 Dec 2015 15:21:28 -0000</pubDate></item><item><title>Re: See sklearn trees with D3</title><link>http://planspace.org/20151129-see_sklearn_trees_with_d3/#comment-2393675717</link><description>&lt;p&gt;Missing a open quote on the filename in your open() call.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">foresmac</dc:creator><pubDate>Fri, 04 Dec 2015 15:13:09 -0000</pubDate></item><item><title>Re: Django Logging Configuration: How the Default Settings Interfere with Yours</title><link>http://www.caktusgroup.com/blog/2015/01/27/Django-Logging-Configuration-logging_config-default-settings-logger/#comment-2295237169</link><description>&lt;p&gt;This is helpful in that it explains why things aren't always working as expected. However, do you have any pointers or advice to set up logging from scratch? For instance, if DEBUG=True, I want to be able to see the django.db logs. Do you have some best practice that you have found useful?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">foresmac</dc:creator><pubDate>Wed, 07 Oct 2015 15:45:45 -0000</pubDate></item><item><title>Re: Print on-the-fly with Polaroid’s new Zip mobile printer</title><link>http://www.imaging-resource.com/news/2015/04/20/print-on-the-fly-with-polaroids-new-zip-mobile-printer#comment-1978430353</link><description>&lt;p&gt;Is it compatible with iPhones? Why isn't there a link to the product page?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">foresmac</dc:creator><pubDate>Mon, 20 Apr 2015 20:01:29 -0000</pubDate></item><item><title>Re: ‪The ‬B‪attle ‬O‪ver New Generation TV‬:‪ 4K,‬ ‪HDR - The Future Trust‬</title><link>http://thoughtleadership.technicolor.com/en/future-trust/immersive-experiences/battle-over-new-generation-tv-4k-hdr-future-trust#comment-1652185527</link><description>&lt;p&gt;RED _cameras_ record a raw data stream without compression. REDRAY player can use REDRAY wavelet compression, and yes that can result in compression artifacts. But I have seen 4K content displayed at 80" right in front of my face and compression artifacts were not visible. I'm highly sensitive to them, too—ask anyone in my family who has to listen to me complain about content from our DirecTV.&lt;/p&gt;&lt;p&gt;I mean, a 20MP JPEG is still a 20MP image that can be printed easily at sizes like 12x18" without visible artifacts. Likewise, a 4K uncompressed source video compressed to a lower bitrate can carry as much detail as needed to reveal little, if any, visible artifacts at 24 or 30fps.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">foresmac</dc:creator><pubDate>Fri, 24 Oct 2014 16:08:49 -0000</pubDate></item><item><title>Re: 
	  
		Simple Interactive Data Analysis with Python
	  
	</title><link>http://pbpython.com/simple-data-analysis.html#comment-1641140351</link><description>&lt;p&gt;I think there is an error in the last code snippet:&lt;/p&gt;&lt;p&gt;``` python&lt;br&gt;t = pd.DataFrame(report)&lt;br&gt;t.to_excel('report.xlsx', sheet_name='Sheet1')&lt;/p&gt;&lt;p&gt;```&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">foresmac</dc:creator><pubDate>Fri, 17 Oct 2014 14:30:43 -0000</pubDate></item><item><title>Re: 10 new movies reveal roadmap for DC Comics&amp;#8217; cinematic universe</title><link>http://www.cultofmac.com/299685/10-new-movies-reveal-roadmap-dc-comics-cinematic-universe/#comment-1639056974</link><description>&lt;p&gt;"The 2017 release of Wonder Woman will be the first major superhero movie based entirely on a female character."&lt;/p&gt;&lt;p&gt;That simply isn't true.&lt;/p&gt;&lt;p&gt;Even if you discount Cathy Lee Crosby's starring role as Wonder Woman in a classic made-for-TV movie in 1974, Helen Slater starred as Supergirl in 1984 and Jennifer Garner starred in Elektra in 2005. That's just off the top of my head.&lt;/p&gt;&lt;p&gt;Now, I'll grant you that female heroes are portrayed far less often than male heroes, but give some credit where credit is due.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">foresmac</dc:creator><pubDate>Thu, 16 Oct 2014 11:05:10 -0000</pubDate></item><item><title>Re: 10 new movies reveal roadmap for DC Comics&amp;#8217; cinematic universe</title><link>http://www.cultofmac.com/299685/10-new-movies-reveal-roadmap-dc-comics-cinematic-universe/#comment-1637813928</link><description>&lt;p&gt;Um, Cathy Lee Crosby starred as Wonder Woman in 1974: &lt;a href="http://www.imdb.com/title/tt0072419/" rel="nofollow noopener" target="_blank" title="http://www.imdb.com/title/tt0072419/"&gt;http://www.imdb.com/title/t...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Granted, that was a made-for-TV movie, which inspired the 70s TV series starring Lynda Carter.&lt;/p&gt;&lt;p&gt;So, even if you discount that, Elektra had her own movie in 2005: &lt;a href="http://www.imdb.com/title/tt0357277/" rel="nofollow noopener" target="_blank" title="http://www.imdb.com/title/tt0357277/"&gt;http://www.imdb.com/title/t...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">foresmac</dc:creator><pubDate>Wed, 15 Oct 2014 15:53:13 -0000</pubDate></item><item><title>Re: Karns Online|Bower unable to connect to github</title><link>http://karnsonline.com/view/bower-unable-to-connect-to-github#comment-1633427121</link><description>&lt;p&gt;That second code snippet appears to also reconfigure git globally.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">foresmac</dc:creator><pubDate>Mon, 13 Oct 2014 11:50:10 -0000</pubDate></item><item><title>Re: ‪The ‬B‪attle ‬O‪ver New Generation TV‬:‪ 4K,‬ ‪HDR - The Future Trust‬</title><link>http://thoughtleadership.technicolor.com/en/future-trust/immersive-experiences/battle-over-new-generation-tv-4k-hdr-future-trust#comment-1611355011</link><description>&lt;p&gt;@KB3M: Yes, 720p movies projected on a 40' looked like shit. You don't remember me complaining, but rest assured I did.&lt;/p&gt;&lt;p&gt;@Ken3580: Movies are already produced at 4K. They are down sampled to 1080p for Blu-ray, and further compressed (with plenty of artifacts) by the likes of Comcast/DirecTV for delivery to your home. You can get 4K content from Sony or Red right now.&lt;/p&gt;&lt;p&gt;@harshcritic1966: "viewed at the correct distance" varies for the viewer, since visual acutance is not an absolute. Rest assured native 4K content looks amazing on a 60" screen, even at a distance of 10'.&lt;/p&gt;&lt;p&gt;For some reference, I wrote this report at CES almost 2 years ago: &lt;a href="http://arstechnica.com/gadgets/2013/01/red-has-a-4k-player-for-the-coming-wave-of-4k-ultra-hd-tvs/" rel="nofollow noopener" target="_blank" title="http://arstechnica.com/gadgets/2013/01/red-has-a-4k-player-for-the-coming-wave-of-4k-ultra-hd-tvs/"&gt;http://arstechnica.com/gadg...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">foresmac</dc:creator><pubDate>Mon, 29 Sep 2014 14:44:43 -0000</pubDate></item><item><title>Re: Open Sourcing Our Go Libraries</title><link>https://tech.dropbox.com/2014/07/open-sourcing-our-go-libraries/#comment-1466828595</link><description>&lt;p&gt;It's fast, relatively easy to pick up as a language, has a quickly growing dev community, and is built for web services.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">foresmac</dc:creator><pubDate>Thu, 03 Jul 2014 11:23:15 -0000</pubDate></item><item><title>Re: 
        Please. Don't Patch Like An Idiot.
    </title><link>http://williamdurand.fr/2014/02/14/please-do-not-patch-like-an-idiot/#comment-1461611700</link><description>&lt;p&gt;I have never, ever worked on an API where a client could remove a property from a model. That would only work with a NoSQL DB, and most frameworks wouldn't allow you to remove properties from a model anyhowways. So, I get the point you're trying to make, but practically speaking using PATCH the way everyone uses it is not only technically valid but a de defacto standard.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">foresmac</dc:creator><pubDate>Mon, 30 Jun 2014 11:13:49 -0000</pubDate></item><item><title>Re: 
        Please. Don't Patch Like An Idiot.
    </title><link>http://williamdurand.fr/2014/02/14/please-do-not-patch-like-an-idiot/#comment-1432056618</link><description>&lt;p&gt;"You can use whatever format you want as [description of changes], as far as its semantics is well-defined."&lt;/p&gt;&lt;p&gt;I just don't understand why I can't define the semantics to be that a list of keys and values means to "patch" the existing keys of a resource with the values provided. It just sounds like you're are trying to suggest there's some difference between doing that and listing the changes as a more verbose, complicated set of JSON Patch or some other thing. If the RFC said "PATCH must use a list of changes in JSON Patch format," I'd agree that you have a point. Since the RFC leaves it up to individuals to decide how that [description of changes] is formatted, I see no logical or semantic reason that list of changes can't be key-value pairs.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">foresmac</dc:creator><pubDate>Thu, 12 Jun 2014 10:41:24 -0000</pubDate></item><item><title>Re: Losing our collective mind</title><link>http://www.indianaforefront.com/losing-our-collective-mind/#comment-1428444454</link><description>&lt;p&gt;There is almost the start of a thesis here. Why you stopped short of actually making a point I do not understand. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">foresmac</dc:creator><pubDate>Tue, 10 Jun 2014 10:04:30 -0000</pubDate></item><item><title>Re: Python to OCaml: retrospective - Thomas Leonard's blog</title><link>http://roscidus.com/blog/blog/2014/06/06/python-to-ocaml-retrospective/#comment-1423216917</link><description>&lt;p&gt;Some web benchmarks:&lt;br&gt;&lt;a href="http://www.techempower.com/benchmarks/#section=data-r9&amp;amp;hw=ec2&amp;amp;test=db&amp;amp;l=e80&amp;amp;p=xan9xb-e7" rel="nofollow noopener" target="_blank" title="http://www.techempower.com/benchmarks/#section=data-r9&amp;amp;hw=ec2&amp;amp;test=db&amp;amp;l=e80&amp;amp;p=xan9xb-e7"&gt;http://www.techempower.com/...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">foresmac</dc:creator><pubDate>Fri, 06 Jun 2014 16:56:43 -0000</pubDate></item><item><title>Re: Python to OCaml: retrospective - Thomas Leonard's blog</title><link>http://roscidus.com/blog/blog/2014/06/06/python-to-ocaml-retrospective/#comment-1423211031</link><description>&lt;p&gt;That was for only one small, trivial function.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">foresmac</dc:creator><pubDate>Fri, 06 Jun 2014 16:52:00 -0000</pubDate></item><item><title>Re: Python to OCaml: retrospective - Thomas Leonard's blog</title><link>http://roscidus.com/blog/blog/2014/06/06/python-to-ocaml-retrospective/#comment-1423097362</link><description>&lt;p&gt;I can't speak to OCaml's strengths wrt Oinstall and how it works, but I can say that IME web servers written in Go execute two orders of magnitude faster than Python. I wonder if you had targeted Go instead of OCaml if you would have gotten an even larger speed increase.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">foresmac</dc:creator><pubDate>Fri, 06 Jun 2014 15:27:03 -0000</pubDate></item><item><title>Re: 5 Hybrids Worth the Hype | hybrids - Zagat</title><link>http://www.zagat.com/b/chicago/5-hybrids-worth-the-hype#comment-1411270984</link><description>&lt;p&gt;I have to take umbrage with your assertion that chef Kevin Cuddihee “created” the “bisconut”. Anyone who grew up poor in the Midwest is likely familiar with making “white trash donuts” (aka “ghetto donuts”, with all the unfortunate racist and/or classist connotations such terms contain). Basically, you pop open a tube of Pillsbury biscuits, poke a hole in the middle of each pre-portioned slab of dough (or don’t—who cares, you’re poor!), fry them in a pan of oil, then roll in cinnamon or powdered sugar.&lt;/p&gt;&lt;p&gt;Kudos to Cuddihee for elevating this to new, innovative, even aspirational levels. It’s going a step too far to suggest he created the concept of a “bisconut”, however.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">foresmac</dc:creator><pubDate>Thu, 29 May 2014 19:29:25 -0000</pubDate></item></channel></rss>