<?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 shachar</title><link>http://disqus.com/by/shachar/</link><description></description><atom:link href="http://disqus.com/shachar/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Thu, 20 Nov 2014 15:11:54 -0000</lastBuildDate><item><title>Re: Chrome is dying, day 3</title><link>http://scripting.com/2014/11/20/chromeIsDyingDay3.html#comment-1703845399</link><description>&lt;p&gt;run Activity Monitor, find the WindowServer process, click the "x" button in toolbar, then "Force Quit".&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shachar</dc:creator><pubDate>Thu, 20 Nov 2014 15:11:54 -0000</pubDate></item><item><title>Re: Chrome is dying, day 3</title><link>http://scripting.com/2014/11/20/chromeIsDyingDay3.html#comment-1703628493</link><description>&lt;p&gt;Dave, when this happens next, try killing the WindowServer process on your Mac, and copy-paste again. If this solves it - it may be partly an Apple bug and not just a Chrome issue.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shachar</dc:creator><pubDate>Thu, 20 Nov 2014 13:07:06 -0000</pubDate></item><item><title>Re: Chrome - A pinned tab will change its favicon to a... | Little Big Details</title><link>http://littlebigdetails.com/post/78009662555#comment-1263081085</link><description>&lt;p&gt;*any* tab will have a speaker icon if there is a sound playing.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shachar</dc:creator><pubDate>Thu, 27 Feb 2014 11:19:53 -0000</pubDate></item><item><title>Re: Design challenge: paragraph-level permalinks</title><link>http://scripting.com/2014/02/23/designChallengeParagraphlevelPermalinks.html#comment-1257412681</link><description>&lt;p&gt;type this in the browser console for a quick-and-dirty demo:&lt;/p&gt;&lt;p&gt;$('&amp;lt;style&amp;gt;p:hover .divPgfPermaLink&amp;gt;a { display: block; } .divPgfPermaLink&amp;gt;a { display: none; }&amp;lt;/style&amp;gt;').appendTo($('head'));&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shachar</dc:creator><pubDate>Sun, 23 Feb 2014 13:43:36 -0000</pubDate></item><item><title>Re: Design challenge: paragraph-level permalinks</title><link>http://scripting.com/2014/02/23/designChallengeParagraphlevelPermalinks.html#comment-1257399717</link><description>&lt;p&gt;I'm the last person you would call a designer :), but I would suggest that you display the hash symbol on hover. so you only see at most one of them at any point in time, and only for the current paragraph (similar to Medium's paragraph-level comment button).&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shachar</dc:creator><pubDate>Sun, 23 Feb 2014 13:30:09 -0000</pubDate></item><item><title>Re: AWS/node.js question</title><link>http://scripting.com/2014/01/31/awsnodejsQuestion.html#comment-1226640377</link><description>&lt;p&gt;@Omar Vasquez Lima is correct. Many, many, many third-party Node.js packages break silently in mysterious ways once you conveniently forget to pass a callback, assuming they are either synchronous or return a promise. In their stead, I would design my reusable packages to throw a meaningful error if they are missing method parameters.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shachar</dc:creator><pubDate>Sat, 01 Feb 2014 09:13:05 -0000</pubDate></item><item><title>Re: Why JavaScript I/O is so awkward</title><link>http://scripting.com/2013/11/18/whyJavascriptIoIsSoAwkward#comment-1129573569</link><description>&lt;p&gt;Maybe. I wrote it for other readers' benefits as well. I am well aware you're not new to Javascript, having spent at least half an hour groking the source code for Fargo. :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shachar</dc:creator><pubDate>Tue, 19 Nov 2013 09:14:38 -0000</pubDate></item><item><title>Re: Why JavaScript I/O is so awkward</title><link>http://scripting.com/2013/11/18/whyJavascriptIoIsSoAwkward#comment-1129523034</link><description>&lt;p&gt;Dave, most of the browser is asynchronous (as you pointed out) and as such most of the I/O APIs in the browser (and in the server, in the case of Node.js) are based on callbacks.&lt;/p&gt;&lt;p&gt;basically everyone hit the same pain at some point once we cross from JS playground into actually building products. The proper/common way to do this is standardised as Promise/A+, and the most popular implementation (also bundled in Angular) is called Q : &lt;a href="http://github.com/kriskowal/q" rel="nofollow noopener" target="_blank" title="http://github.com/kriskowal/q"&gt;http://github.com/kriskowal/q&lt;/a&gt;. I would recommend your start there.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shachar</dc:creator><pubDate>Tue, 19 Nov 2013 08:41:59 -0000</pubDate></item><item><title>Re: My server JavaScript dream</title><link>http://scripting.com/2013/10/10/myServerJavascriptDream#comment-1098289721</link><description>&lt;p&gt;Dave, can you please state what is the motivation for Javascript code to run on a server when you can run it on the client, e.g. in the Markdown example there is no obvious reason. Maybe you're after server-side (persistent) state, as may be indicated by the JSON data structure feature you describe? I'm very interested. Can you expand on what usage you expect to have for such a service? (maybe more examples will clarify)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shachar</dc:creator><pubDate>Sun, 27 Oct 2013 07:01:51 -0000</pubDate></item><item><title>Re: This dialog is torturing me</title><link>http://dave.smallpict.com/2013/09/20/thisDialogIsTorturingMe#comment-1054075025</link><description>&lt;p&gt;I had the same issue on my Mac. I upgraded the hard drive to an SSD and the problem went away. Perhaps you're using a mechanical hard drive and your Chrome process(es) are swapping to/from disk heavily?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shachar</dc:creator><pubDate>Sat, 21 Sep 2013 13:47:06 -0000</pubDate></item><item><title>Re: Feature request for S3-hosted websites</title><link>http://dave.smallpict.com/2013/09/07/featureRequestForS3hostedWebsites#comment-1034236522</link><description>&lt;p&gt;Dave, re: HTTPS, I may be missing something here, but you can configure an SSL cert for your bucket and use it for using HTTPS in end-to-end encryption. not directly on-topic, but you have plenty to work with here: &lt;a href="http://stackoverflow.com/questions/3048236/amazon-s3-https-ssl-is-it-possible" rel="nofollow noopener" target="_blank" title="http://stackoverflow.com/questions/3048236/amazon-s3-https-ssl-is-it-possible"&gt;http://stackoverflow.com/qu...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shachar</dc:creator><pubDate>Sun, 08 Sep 2013 09:35:49 -0000</pubDate></item><item><title>Re: Not all big tech comes from startups</title><link>http://dave.smallpict.com/2013/09/02/notAllBigTechComesFromStartups#comment-1028218155</link><description>&lt;p&gt;great; btw - I can't follow you on twitter (I'm @shachart there), can you please unblock me? :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shachar</dc:creator><pubDate>Tue, 03 Sep 2013 10:36:39 -0000</pubDate></item><item><title>Re: Not all big tech comes from startups</title><link>http://dave.smallpict.com/2013/09/02/notAllBigTechComesFromStartups#comment-1028197948</link><description>&lt;p&gt;Bitcoin seems to fit the bill&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shachar</dc:creator><pubDate>Tue, 03 Sep 2013 10:19:32 -0000</pubDate></item><item><title>Re: TechCrunch Giveaway: A Google Chrome Cr-48 Notebook #TechCrunch</title><link>http://techcrunch.com/2011/02/11/techcrunch-giveaway-a-google-chrome-cr-48-notebook-techcrunch/#comment-144695876</link><description>&lt;p&gt;oh man, I would like one as well.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shachar</dc:creator><pubDate>Fri, 11 Feb 2011 08:04:05 -0000</pubDate></item><item><title>Re: Michael Hoisie - A warning to hackers: be careful building on Twitter's API</title><link>http://hoisie.com/post/a_warning_to_hackers_be_careful_building_on_twitters_api#comment-126587744</link><description>&lt;p&gt;Ryan,&lt;/p&gt;&lt;p&gt;What would be the best way for me to get "restricted track" or "partner track" access level on the Streaming API?&lt;/p&gt;&lt;p&gt;Thanks,&lt;br&gt;Shachar&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shachar</dc:creator><pubDate>Sun, 09 Jan 2011 16:10:44 -0000</pubDate></item><item><title>Re: TechCrunch Giveaway: A Google Nexus S #TechCrunch</title><link>http://techcrunch.com/2010/12/24/giveaway-nexus-s/#comment-118517054</link><description>&lt;p&gt;hi,&lt;/p&gt;&lt;p&gt;I really, really want a nexus S from Santa. pretty please?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shachar</dc:creator><pubDate>Fri, 24 Dec 2010 17:22:01 -0000</pubDate></item><item><title>Re: Scripting News: How the Facebook "phone" can be easier an an iPhone</title><link>http://scripting.com/stories/2010/09/19/howTheFacebookPhoneCanBeEa.html#comment-79323181</link><description>&lt;p&gt;s/just can/just can't&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shachar</dc:creator><pubDate>Sun, 19 Sep 2010 17:32:53 -0000</pubDate></item><item><title>Re: Scripting News: The Big C vs the Big Zzzz</title><link>http://scripting.com/stories/2010/08/18/theBigCVsTheBigZzzz.html#comment-69932886</link><description>&lt;p&gt;Dave, have you seen Breaking Bad on AMC? the notion of basing a show on a dying character was copied verbatim from there.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shachar</dc:creator><pubDate>Thu, 19 Aug 2010 03:54:26 -0000</pubDate></item><item><title>Re: Scripting News: What's the point of the magic trackpad?</title><link>http://scripting.com/stories/2010/07/27/whatsThePointOfTheMagicTra.html#comment-64631822</link><description>&lt;p&gt;current Magic Trackpad is gestures mostly, can't really sync touch with what's on screen without an additional mouse!&lt;/p&gt;&lt;p&gt;I'm guessing the next-gen Magic Trackpad will have a screen built into the surface. thus, you can synchronize the touch location with on-screen contents. and thus the iOS will be able to run on Mac hardware.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shachar</dc:creator><pubDate>Tue, 27 Jul 2010 10:21:50 -0000</pubDate></item><item><title>Re: Scripting News: The joy of a new computer</title><link>http://scripting.com/stories/2010/07/05/theJoyOfANewComputer.html#comment-60634295</link><description>&lt;p&gt;You have a BMW in NYC? why? :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shachar</dc:creator><pubDate>Mon, 05 Jul 2010 11:41:18 -0000</pubDate></item><item><title>Re: Scripting News: Dear Canon: Time to add communications to your low-end cameras</title><link>http://scripting.com/stories/2010/06/29/dearCanonTimeToAddCommunic.html#comment-59505463</link><description>&lt;p&gt;re your PS - yeah, the EyeFi is neat, but I'd go with a WhisperNet-like model where your camera has free, unlimited 3G access to a cellular network. I'd easily pay $10/month for such a service on my pocket camera. Hell, I wish I had this kind of service (with some basic retouching features) on my DSLR.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shachar</dc:creator><pubDate>Tue, 29 Jun 2010 07:32:17 -0000</pubDate></item><item><title>Re: Question about Apache/Windows. (Scripting News)</title><link>http://www.scripting.com/stories/2010/04/18/questionAboutApachewindows.html#comment-45402560</link><description>&lt;p&gt;You can use "piped logs" and log rotation (see &lt;a href="http://httpd.apache.org/docs/2.0/programs/rotatelogs.html)" rel="nofollow noopener" target="_blank" title="http://httpd.apache.org/docs/2.0/programs/rotatelogs.html)"&gt;http://httpd.apache.org/doc...&lt;/a&gt;. once you do that, the log rotator ensures maximum file size, max file count, etc.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shachar</dc:creator><pubDate>Sun, 18 Apr 2010 15:41:23 -0000</pubDate></item><item><title>Re: More iPad thoughts. (Scripting News)</title><link>http://www.scripting.com/stories/2010/01/30/moreIpadThoughts.html#comment-32165146</link><description>&lt;p&gt;During the presentation by Apple, I also felt the iPad seemed rushed. But then I thought - why rush it? yes, there's the possibility of competition almost launching, but frankly unless it's as ludicrous as the CrunchPad, I don't buy it. My take - they want it to seem rushed. Someone in the strategy role in Apple wants the competition to be underwhelmed. so underwhelmed that they will start thinking that if THIS is what Apple thinks will make do for this form factor, then perhaps they shouldn't compete. maybe they should wait and see if this actually sells.&lt;/p&gt;&lt;p&gt;And while they're sitting on the fence, I will bet you Apple is rallying up every iphone developer they can, every flash developer (via Adobe's CS5 flash-to-iphone/ipad convertor), while also making deals with Salesforce and few dozen Enterprise software vendors. I'm guessing this will be the next MID the Fedex guys are carrying around, and you will be signing for your package with your finger.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shachar</dc:creator><pubDate>Sat, 30 Jan 2010 15:26:16 -0000</pubDate></item><item><title>Re: Where can I get some no-frills hosting? (Scripting News)</title><link>http://www.scripting.com/stories/2010/01/17/whereCanIGetSomeNofrillsHo.html#comment-30103600</link><description>&lt;p&gt;try out &lt;a href="http://nearlyfreespeech.net" rel="nofollow noopener" target="_blank" title="http://nearlyfreespeech.net"&gt;http://nearlyfreespeech.net&lt;/a&gt;. they have a decade on the competition.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shachar</dc:creator><pubDate>Sun, 17 Jan 2010 16:51:56 -0000</pubDate></item><item><title>Re: FasterWeb Gets Investment &amp;#8211; Pushed To Go Faster</title><link>http://www.blonde2dot0.com/blog/2009/07/19/fasterweb-gets-investment-pushed-to-go-faster/#comment-12942316</link><description>&lt;p&gt;I am not part of FW nor affiliated with them. I heard about their technology a few months ago, is all.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shachar</dc:creator><pubDate>Mon, 20 Jul 2009 03:22:08 -0000</pubDate></item></channel></rss>