<?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 DaveEveritt</title><link>http://disqus.com/by/DaveEveritt/</link><description></description><atom:link href="http://disqus.com/DaveEveritt/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Tue, 03 Jan 2023 09:09:41 -0000</lastBuildDate><item><title>Re: Harold Cohen and AARON—A 40-Year Collaboration</title><link>https://computerhistory.org/blog/harold-cohen-and-aaron-a-40-year-collaboration/#comment-6080584027</link><description>&lt;p&gt;I was fortunate enough be working as an artist using technology at a UK university around the turn of the last century when Harold Cohen (and other pioneers) were invited to talk to a few of us independent researchers. I asked him about the programming language but only dare answer "no" when he asked if I was a programmer (I was using Apple’s HyperScript and JavaScript!) then he briefly explained why he chose LISP for the AI capabilities. His unique dedication to AARON inspired me to continue with art-tech-code projects with fresh enthusiasm.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DaveEveritt</dc:creator><pubDate>Tue, 03 Jan 2023 09:09:41 -0000</pubDate></item><item><title>Re: Ruby read json file to hash</title><link>https://rubyinrails.com/2014/04/20/ruby-read-json-file-to-hash/#comment-5523416212</link><description>&lt;p&gt;if the structure was&lt;/p&gt;&lt;p&gt;&lt;code&gt;"name" {&lt;br&gt;  "title": "Ruby In Rails",&lt;br&gt;  "url": "https://rubyinrails.com",&lt;br&gt;  "posts": {&lt;br&gt;    "1":" strftime-time-format-in-ruby",&lt;br&gt;    "2": "what-is-gemset"&lt;br&gt;  }&lt;br&gt;}&lt;/code&gt;&lt;/p&gt;&lt;p&gt;How would I access a specific post? &lt;code&gt;data_hash['name']['posts']['1']&lt;/code&gt; seems to fail?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DaveEveritt</dc:creator><pubDate>Sun, 05 Sep 2021 15:41:27 -0000</pubDate></item><item><title>Re: The Best Open Graph Image Size (Stolen From Top Websites of 2018)</title><link>https://iamturns.com/open-graph-image-size/#comment-5320671502</link><description>&lt;p&gt;Thanks! One point - is the ideal resolution 72 or 144 pixels/inch? Oh, hang on (bit of research) it does not matter: &lt;a href="https://www.photoshopessentials.com/essentials/the-72-ppi-web-resolution-myth/" rel="nofollow noopener" target="_blank" title="https://www.photoshopessentials.com/essentials/the-72-ppi-web-resolution-myth/"&gt;https://www.photoshopessent...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DaveEveritt</dc:creator><pubDate>Sat, 27 Mar 2021 12:45:29 -0000</pubDate></item><item><title>Re: Blogging with nanoc</title><link>http://mhyee.com/blog/nanoc.html#comment-5150595612</link><description>&lt;p&gt;I'm still happily using Nanoc 4 for some pretty complex sites, but found your post because I felt like starting a blog. Are you still blogging with Nanoc?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DaveEveritt</dc:creator><pubDate>Fri, 13 Nov 2020 14:24:54 -0000</pubDate></item><item><title>Re: 2020 Design Trends</title><link>https://www.uxpin.com/studio/blog/2020-design-trends/#comment-4790522743</link><description>&lt;p&gt;Please do the e-book! I share it with web design students every year, but can't do this with videos - too long and wordy. I need to cherry-pick, open the sites mentioned and show the code and functionality.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DaveEveritt</dc:creator><pubDate>Mon, 10 Feb 2020 08:18:23 -0000</pubDate></item><item><title>Re: You SHOULD Learn Vanilla JavaScript Before JS Frameworks - Snipcart</title><link>https://snipcart.com/blog/learn-vanilla-javascript-before-using-js-frameworks#comment-4539250501</link><description>&lt;p&gt;Great article, I often quote it when answering "which JavaScript framework should I learn?"-type questions on Quora. The vanilla vs JQuery example could also—to answer JQuery arguments about brevity—show a pure JS shortcut function `const quall = (slctr) =&amp;gt; { return document.querySelectorAll(slctr) };` so you can just do e.g. `quall(".mydiv")`?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DaveEveritt</dc:creator><pubDate>Sun, 14 Jul 2019 12:11:11 -0000</pubDate></item><item><title>Re: Installing MySQL-Python on OS X with brew | Blog | Blog page | Web design by Carl Topham</title><link>https://carl-topham.com/theblog/post/installing-mysql-python-os-x-brew/#comment-3879310175</link><description>&lt;p&gt;It seems mysqlclient has replaced MySQL-Python, and - from experience on a project that used to use MySQL-Python - works fine under Python 2.7. So `pip install mysqlclient` worked fine, where `pip install MySQL-Python` (which hasn't been updated for years) threw up a pile of issues.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DaveEveritt</dc:creator><pubDate>Mon, 30 Apr 2018 10:06:22 -0000</pubDate></item><item><title>Re: Cities can go completely renewable — and here’s how</title><link>http://www.eco-business.com/news/cities-can-go-completely-renewable-and-heres-how/#comment-3406180705</link><description>&lt;p&gt;There could be a map based on the Global 100% RE campaign showing which cities - based on how well they are achieving their goals - are going to be most desirable for moving to/living in over the next few decades.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DaveEveritt</dc:creator><pubDate>Sat, 08 Jul 2017 10:54:05 -0000</pubDate></item><item><title>Re: A 10 minute primer to JavaScript modules, module formats, module loaders and module bundlers</title><link>https://www.jvandemo.com/a-10-minute-primer-to-javascript-modules-module-formats-module-loaders-and-module-bundlers/#comment-3360036519</link><description>&lt;p&gt;Sure. Instead of an IFFE like this:&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;pre&gt;&lt;code&gt;&lt;br&gt;    (function(){&lt;br&gt;      'use strict';&lt;br&gt;      code_here;&lt;br&gt;    })()&lt;br&gt;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;In ES6 an unnamed 'object block' has the same effect (immediately invoked, isolating variables) and is easier to read:&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;pre&gt;&lt;code&gt;&lt;br&gt;    {&lt;br&gt;      'use strict';&lt;br&gt;      code_here;&lt;br&gt;    }&lt;br&gt;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Caveat: I can't vouch for the correctness of this approach, see &lt;a href="https://stackoverflow.com/a/44314438/123033" rel="nofollow noopener" target="_blank" title="https://stackoverflow.com/a/44314438/123033"&gt;A plain block works as an IIFE in ES6&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DaveEveritt</dc:creator><pubDate>Wed, 14 Jun 2017 08:39:26 -0000</pubDate></item><item><title>Re: Creating a Speedy UX using Skeleton Screens</title><link>https://www.sitepoint.com/?p=133399#comment-3337293101</link><description>&lt;p&gt;I was hoping for a "how-to" example. I realise this will change for various technologies/frameworks, but a very simple working example (say something using a large API e.g. &lt;a href="https://unsplash.com/developers" rel="nofollow noopener" target="_blank" title="https://unsplash.com/developers"&gt;https://unsplash.com/develo...&lt;/a&gt; ) with a skeleton screen while the data loads would be good. Our app uses spinners, but I like the subtle Facebook greyscale wireframe approach. This all works well as long as: 1. you realise it's temporary; 2. it lasts no longer than a few milliseconds.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DaveEveritt</dc:creator><pubDate>Fri, 02 Jun 2017 13:01:05 -0000</pubDate></item><item><title>Re: A 10 minute primer to JavaScript modules, module formats, module loaders and module bundlers</title><link>https://www.jvandemo.com/a-10-minute-primer-to-javascript-modules-module-formats-module-loaders-and-module-bundlers/#comment-3335508867</link><description>&lt;p&gt;After reading up on this, I just found that putting code from a former IIFE into an empty object {} has the same effect in all modern browsers that support ES6 of keeping code out of the global namespace. I wonder if this approach has a name (apart from the "empty object pattern")?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DaveEveritt</dc:creator><pubDate>Thu, 01 Jun 2017 13:07:38 -0000</pubDate></item><item><title>Re: I Love My IIFE - Greg Franko</title><link>http://gregfranko.com/blog/i-love-my-iife/#comment-3335435606</link><description>&lt;p&gt;After reading up on this, I found that putting code from a former IIFE inside an 'anonymous' object {} has the same effect in all modern browsers of keeping my code out of the global namespace. I wonder if this approach has a name (apart from the "empty object pattern") and in your opinion are there any issues with it? Ah, hang on. I just realised it's fine in ES6. No `var`s allowed :-)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DaveEveritt</dc:creator><pubDate>Thu, 01 Jun 2017 12:32:26 -0000</pubDate></item><item><title>Re: Haroopad - The Next Document processor based on Markdown</title><link>http://pad.haroopress.com/page.html?f=multimarkdown#comment-3239225906</link><description>&lt;p&gt;only one thing missing for me: definition lists from Multimarkdown. I use them all the time!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DaveEveritt</dc:creator><pubDate>Tue, 04 Apr 2017 09:27:06 -0000</pubDate></item><item><title>Re: 10 Most Common macOS Sierra Problems and How to Fix Them</title><link>http://www.iphonehacks.com/2016/09/fix-macos-sierra-problems.html#comment-2986308444</link><description>&lt;p&gt;Just updated to Sierra on my MacBook 2010. Beachball everywhere, even while sending error reports to Apple. Can't open some apps (VS Code, Atom, Shoebox. Not tried others yet). Install took hours, App store update to Xcode has been installing with '2 mins' remaining for over an hour.I don't really want to have to jump through PRAM resent hoops and the like just to keep working. It's too much. I want to die.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DaveEveritt</dc:creator><pubDate>Sat, 05 Nov 2016 12:28:46 -0000</pubDate></item><item><title>Re: Building Ember Data Apps with Firebase</title><link>http://www.danielgynn.com/using-ember-data-with-firebase/#comment-2817081338</link><description>&lt;p&gt;Nice tutorial - I've been following a similar path with emberfire but `ember install firebase` threw "Error: Cannot find module 'q'". I updated node, tried `npm cache clean` and `npm install q`, but `ember install firebase` then threw "Error: Cannot find module '../function/makeIterator_'". I finally found `npm install --save-dev ember-cli-emberfire` on the npm docs which install, using bower (long-story-short) went okay.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DaveEveritt</dc:creator><pubDate>Tue, 02 Aug 2016 11:08:06 -0000</pubDate></item><item><title>Re: JavaScript Frameworks in 2016 </title><link>http://www.clock.co.uk/blog/javascript-frameworks-in-2016?previewId=9imv4wz#comment-2751913039</link><description>&lt;p&gt;Ember not a thing? &lt;a href="https://www.discourse.org/faq/" rel="nofollow noopener" target="_blank" title="https://www.discourse.org/faq/"&gt;https://www.discourse.org/faq/&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DaveEveritt</dc:creator><pubDate>Sun, 26 Jun 2016 16:10:39 -0000</pubDate></item><item><title>Re: How Blaze Works - Meteor's Reactive Templating UI</title><link>https://meteorhacks.com/how-blaze-works.html#comment-2655580752</link><description>&lt;p&gt;This is great if you want to understand Meteor's inner workings, but for the place I'm at with Meteor it's like trying to teach me to drive by describing the internal combustion engine :-)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DaveEveritt</dc:creator><pubDate>Tue, 03 May 2016 10:13:34 -0000</pubDate></item><item><title>Re: How to Install MySQL  and the Python MySQLdb Library (on a Mac)</title><link>http://www.strangedata.ninja/2014/08/07/how-to-install-mysql-server-mac-and-python-mysqldb-library/#comment-2432758959</link><description>&lt;p&gt;With a Homebrew-installed MySQL, you could link to `libmysqlclient.dylib` which symlinks to the current versioned lib in the same directory (`/usr/local/Cellar/mysql/5.7.9/lib`), perhaps better than linking explicitly to the versioned lib?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DaveEveritt</dc:creator><pubDate>Wed, 30 Dec 2015 16:39:55 -0000</pubDate></item><item><title>Re: Scientists Can Now Make Leukemia Cells Kill Each Other</title><link>http://www.iflscience.com/health-and-medicine/scientists-can-now-make-leukemia-cells-kill-each-other#comment-2319731787</link><description>&lt;p&gt;Here's a direct link to more info: &lt;a href="http://www.scripps.edu/news/press/2015/20151019lerner.html" rel="nofollow noopener" target="_blank" title="http://www.scripps.edu/news/press/2015/20151019lerner.html"&gt;http://www.scripps.edu/news...&lt;/a&gt; (and why are people so rude to each other online, instead of being kind and helpful?)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DaveEveritt</dc:creator><pubDate>Wed, 21 Oct 2015 16:24:24 -0000</pubDate></item><item><title>Re: The death of QuarkXpress?</title><link>http://arnoldonethicalmarketing.brandrepublic.com/2013/06/04/the-death-of-quarkxpress/#comment-2161156495</link><description>&lt;p&gt;Quark XPress (9,10) is still a very good application. Although my printer uses it, I always find it easier to generate quality PDFs from Quark for them to print directly. It also handles e-books nicely. On top of all that, I'm wary about throwing my lot in with Adobe, and getting a monthly/annual licence slapped on me.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DaveEveritt</dc:creator><pubDate>Tue, 28 Jul 2015 09:32:21 -0000</pubDate></item><item><title>Re: Developers are from Mars, Designers from Venus &amp;#8211; A question of metaphors</title><link>http://000fff.org/developers-are-from-mars-designer-from-venus-a-question-of-metaphors/#comment-1919873928</link><description>&lt;p&gt;It's not such a big gap these days. Many people can handle both (I think this really took off in the RoR days) and there's often a continuum from dev to design.&lt;/p&gt;&lt;p&gt;However, the missing discipline that serves to connect the two is the information architect who appreciates both the constraints of code and the principles of good design.&lt;/p&gt;&lt;p&gt;I often look through the 'people' list of many startups, only to see: dev, dev, senior dev, ceo, designer, senior designer, finance, marketing, more marketing… and *not once* have I seen 'information architect'. Sigh.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DaveEveritt</dc:creator><pubDate>Sat, 21 Mar 2015 11:28:31 -0000</pubDate></item><item><title>Re: TDC Talk: Sean Clark and Iain Nicholls</title><link>http://interactlabs.co.uk/diary/2014/05/tdc-talk--sean-clark-and-iain-nicholls#comment-1393263016</link><description>&lt;p&gt;Is this the correct Iain Nicholls: &lt;a href="http://www.iainnicholls.com/" rel="nofollow noopener" target="_blank" title="http://www.iainnicholls.com/"&gt;http://www.iainnicholls.com/&lt;/a&gt; ?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DaveEveritt</dc:creator><pubDate>Mon, 19 May 2014 10:22:29 -0000</pubDate></item><item><title>Re: Sean Clark - The Evil Mad Scientist WaterColorBot</title><link>http://www.seanclark.me.uk/blogpost,84171.html#comment-1184027914</link><description>&lt;p&gt;Harold Cohen for the rest of us?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DaveEveritt</dc:creator><pubDate>Thu, 02 Jan 2014 05:00:33 -0000</pubDate></item><item><title>Re: Win an iPhone 5c in the Color of Your Choice</title><link>http://stacksocial.com/sales/iphone-5c-giveaway#comment-1136010281</link><description>&lt;p&gt;Uh, like, here's my comment to get an extra entry. And that.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DaveEveritt</dc:creator><pubDate>Sat, 23 Nov 2013 11:41:49 -0000</pubDate></item><item><title>Re: The iPad You Have To Hold To Believe</title><link>http://stacksocial.com/sales/the-ipad-air-giveaway--2#comment-1136006984</link><description>&lt;p&gt;Ah, I see: 'leave a comment' to get an extra entry - so this is why all the dumb, vacuous comments!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">DaveEveritt</dc:creator><pubDate>Sat, 23 Nov 2013 11:38:57 -0000</pubDate></item></channel></rss>