<?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 czak</title><link>http://disqus.com/by/czak/</link><description></description><atom:link href="http://disqus.com/czak/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Tue, 15 May 2018 05:16:19 -0000</lastBuildDate><item><title>Re: A Crazy Productivity Boost: Remapping Return to Control (2017 Edition)</title><link>http://emacsredux.com/blog/2017/12/31/a-crazy-productivity-boost-remapping-return-to-control-2017-edition/#comment-3901358310</link><description>&lt;p&gt;I'm currently enjoying a similar dual-function setup - my home row keys act as modifiers when held:&lt;/p&gt;&lt;p&gt;* A =&amp;gt; Control&lt;br&gt;* S =&amp;gt; Super&lt;br&gt;* D =&amp;gt; Alt&lt;/p&gt;&lt;p&gt;* K =&amp;gt; Alt&lt;br&gt;* L =&amp;gt; Super&lt;br&gt;* ; =&amp;gt; Control&lt;/p&gt;&lt;p&gt;This gives me symmetrical modifiers with even less stretching. Needs some getting used to and I'm sometimes tripping when my keystrokes are too fast - they don't register as "holding", but as "tapping". But overall, can recommend.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Łukasz Adamczak</dc:creator><pubDate>Tue, 15 May 2018 05:16:19 -0000</pubDate></item><item><title>Re: Amazon S3 REST API with curl</title><link>http://czak.pl/2015/09/15/s3-rest-api-with-curl.html#comment-3449281071</link><description>&lt;p&gt;Ishan, can you post a gist of the command you're using? Any more information which can help us debug the issue. I'll try and help.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Łukasz Adamczak</dc:creator><pubDate>Thu, 03 Aug 2017 02:10:01 -0000</pubDate></item><item><title>Re: Amazon S3 REST API with curl</title><link>http://czak.pl/2015/09/15/s3-rest-api-with-curl.html#comment-3162104394</link><description>&lt;p&gt;I'm a bit rusty on this topic, but a few quick thoughts:&lt;/p&gt;&lt;p&gt;- Documentation on chunked uploads says there are more required headers - `Content-Encoding`, `x-amz-decoded-content-length` and `Content-Length`. See &lt;a href="http://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-streaming.html" rel="nofollow noopener" target="_blank" title="http://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-streaming.html"&gt;http://docs.aws.amazon.com/...&lt;/a&gt;&lt;br&gt;- I'm not sure why you're using `POST` and not `PUT`. What's the meaning of the `uploads` query param? Have you tried a `PUT object`&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Łukasz Adamczak</dc:creator><pubDate>Sat, 18 Feb 2017 08:54:16 -0000</pubDate></item><item><title>Re: Amazon S3 REST API with curl</title><link>http://czak.pl/2015/09/15/s3-rest-api-with-curl.html#comment-3149996557</link><description>&lt;p&gt;Hi Ludovic! Thanks for the kind words. I have not used multipart upload with S3 yet. What are the results you're getting? Can you share some output via a gist?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Łukasz Adamczak</dc:creator><pubDate>Sat, 11 Feb 2017 16:20:15 -0000</pubDate></item><item><title>Re: Amazon S3 REST API with curl</title><link>http://czak.pl/2015/09/15/s3-rest-api-with-curl.html#comment-3133581576</link><description>&lt;p&gt;Lucas, can you share your examples? It would be easier to help with specific data.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Łukasz Adamczak</dc:creator><pubDate>Thu, 02 Feb 2017 04:12:23 -0000</pubDate></item><item><title>Re: Jack, Jill &amp; building Android apps by hand</title><link>http://czak.pl/2016/05/31/handbuilt-android-project.html#comment-3005678701</link><description>&lt;p&gt;Ashish, sorry for the long radio silence. It took me a while to get this working myself.&lt;/p&gt;&lt;p&gt;The support libraries come in `.aar` format. In order for Jack to work, I had to unzip the support-v4-24.1.1.aar and refer to its `classes.jar` and `libs/internal_impl-24.1.1.jar` explicitly.&lt;/p&gt;&lt;p&gt;I got a simple case working with `android.support.v4.app.FragmentActivity`. See this branch of my repository: &lt;a href="https://github.com/czak/handbuilt-android-project/tree/support" rel="nofollow noopener" target="_blank" title="https://github.com/czak/handbuilt-android-project/tree/support"&gt;https://github.com/czak/han...&lt;/a&gt;. The Makefile will probably be of most interest to you.&lt;/p&gt;&lt;p&gt;Additional notes:&lt;/p&gt;&lt;p&gt;* If you wish to use any resources from the AARs, you will also need to refer to them explicitly and provide them to AAPT.&lt;br&gt;* You may use Jill on the JAR files to speed up subsequent compiles. But again, this isn't required and Jack handles the JARs just fine.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Łukasz Adamczak</dc:creator><pubDate>Wed, 16 Nov 2016 16:54:34 -0000</pubDate></item><item><title>Re: Using GWT with IntelliJ IDEA Community Edition</title><link>http://czak.pl/2016/04/30/gwt-with-idea-ce.html#comment-2796118092</link><description>&lt;p&gt;Thanks for your comment!&lt;br&gt;Indeed I was a bit confused about the dev/superDev difference. Thanks for the clarification.&lt;/p&gt;&lt;p&gt;Out of curiosity: what's the name of your library?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Łukasz Adamczak</dc:creator><pubDate>Thu, 21 Jul 2016 16:41:15 -0000</pubDate></item><item><title>Re: Amazon S3 REST API with curl</title><link>http://czak.pl/2015/09/15/s3-rest-api-with-curl.html#comment-2513658823</link><description>&lt;p&gt;Yes, for "GET Object" (e.g. GET /test.txt) you will also need the x-amz-content-sha256 header and it will have the exact same value as in the examples here.&lt;/p&gt;&lt;p&gt;I tried it a few minutes ago on my own bucket and successfully CURL-ed a file from my bucket. See the Gist for the steps involved:&lt;br&gt;&lt;a href="https://gist.github.com/czak/0c103ebfaea294b3b532" rel="nofollow noopener" target="_blank" title="https://gist.github.com/czak/0c103ebfaea294b3b532"&gt;https://gist.github.com/cza...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Łukasz Adamczak</dc:creator><pubDate>Sun, 14 Feb 2016 16:11:16 -0000</pubDate></item><item><title>Re: Amazon S3 REST API with curl</title><link>http://czak.pl/2015/09/15/s3-rest-api-with-curl.html#comment-2510308758</link><description>&lt;p&gt;Hi Jp&lt;/p&gt;&lt;p&gt;What S3 request are you performing? Unless you're uploading to S3, you may not have any payload and you will use the exact same hash as my example here. If you ARE uploading though, you will need to calculate the SHA256 digest of your file and that (as a hexadecimal string) will become the "&amp;lt;hashedpayload&amp;gt;".&lt;/p&gt;&lt;p&gt;Let me know if this helps.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Łukasz Adamczak</dc:creator><pubDate>Fri, 12 Feb 2016 13:28:25 -0000</pubDate></item><item><title>Re: 10 non-technical self-improvement ideas that may inspire you</title><link>http://pawelnguyen.github.io/2015/01/22/self-improvement_ideas/#comment-1819292834</link><description>&lt;p&gt;I try to pick one of those up every winter. The most interesting so far was an acting class recommended to me by a friend. I'll admit I did not complete the whole course, but the few classes I did take were worth it. It put me outside of my comfort zone more than anything I remember. I could almost hear my mind expanding ;)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Łukasz Adamczak</dc:creator><pubDate>Tue, 27 Jan 2015 05:01:38 -0000</pubDate></item><item><title>Re: capybara with :method =&amp;gt; :delete</title><link>http://yarb.pl/post/415942530#comment-37347638</link><description>&lt;p&gt;@emulate_rails_javascript is now the default behavior for rack-test (as of cucumber-rails 0.3.0) and no longer required&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Łukasz Adamczak</dc:creator><pubDate>Sun, 28 Feb 2010 09:14:27 -0000</pubDate></item><item><title>Re: Tomash corner

/ Rails Tricks, part 1: Searchlogic</title><link>http://tomash.wrug.eu/2009/10/04/rails-tricks-part-1-searchlogic.html#comment-18549913</link><description>&lt;p&gt;Searchlogic also plays really well with Jose Valim's inherited_resources (&lt;a href="http://github.com/josevalim/inherited_resources)" rel="nofollow noopener" target="_blank" title="http://github.com/josevalim/inherited_resources)"&gt;http://github.com/josevalim...&lt;/a&gt;. Just use e.g.&lt;/p&gt;&lt;p&gt;has_scope :title_like&lt;/p&gt;&lt;p&gt;...and name your search text field "title_like" and it just works. You'll get rather verbose query strings, but I don't mind.&lt;/p&gt;&lt;p&gt;Good article btw :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Łukasz Adamczak</dc:creator><pubDate>Mon, 05 Oct 2009 05:18:33 -0000</pubDate></item></channel></rss>