<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:cc="http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html">
    <channel>
        <title><![CDATA[Stories by Nicolas Leconte on Medium]]></title>
        <description><![CDATA[Stories by Nicolas Leconte on Medium]]></description>
        <link>https://medium.com/@lecontenicolas?source=rss-a0b2757abf89------2</link>
        <image>
            <url>https://cdn-images-1.medium.com/fit/c/150/150/0*THN_e3FIC5cCiJqc.</url>
            <title>Stories by Nicolas Leconte on Medium</title>
            <link>https://medium.com/@lecontenicolas?source=rss-a0b2757abf89------2</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Sat, 30 May 2026 17:38:49 GMT</lastBuildDate>
        <atom:link href="https://medium.com/@lecontenicolas/feed" rel="self" type="application/rss+xml"/>
        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>
        <atom:link href="http://medium.superfeedr.com" rel="hub"/>
        <item>
            <title><![CDATA[Building a Killer App Using the Bitcoin Lightning Network]]></title>
            <link>https://medium.com/series/building-a-killer-app-using-the-bitcoin-lightning-network-86583262ca75?source=rss-a0b2757abf89------2</link>
            <guid isPermaLink="false">https://medium.com/p/86583262ca75</guid>
            <dc:creator><![CDATA[Nicolas Leconte]]></dc:creator>
            <pubDate>Sun, 03 Mar 2019 05:13:36 GMT</pubDate>
            <atom:updated>2019-03-03T05:13:36.201Z</atom:updated>
            <content:encoded><![CDATA[<h3>Just a quick introduction</h3><p>In these series, I will describe some of the steps I go through while building on an idea a friend and I had while attending the Seoul Lightning Network Hackathon. For now, only him and I are involved in this project.</p><p>For now, I will remain slightly vague on some of the details for obvious reasons, but hopefully one day we’ll be able to complete the picture by giving you more details.</p><p>For now, it is sufficient to understand that we want to build an app that will benefit from the fact that the Lightning Network allows for micropayments with extremely low fees.</p><p>To go from the idea box to a working product, many hurdles will have to be taken. I have never worked on such a project so I think it will beneficial to me to journal about this journey along my way. And hopefully, it will also be of benefit for other aspiring developers that want to embark on a similar endeavor.</p><p>For now, it will be a jotting down of notes, but I will reorganize it all as it takes shape.</p><p><strong>Let’s go!</strong></p><h3>Setting up a LN Network Node on my Laptop</h3><p>We’ve had the idea for a while, we had a couple of Skypes together, but to really get things going, one needs to use his hands and open up a terminal.</p><p>My first task was to get familiar with running my own bitcoin node as well as a lightning network node to interact with it.</p><p>I’ve chosen to use the BTCD implementation for the following reasons: (i) it was the standard option while following <a href="https://dev.lightning.community/tutorial/">this tutorial </a>and (ii) it is written in Golang which presumably is better to use than C++. Also, I use <a href="https://github.com/lightningnetwork/lnd">LND.</a></p><p>I have managed to finish Stage 1 of the tutorial. This means I have a running BTCD backend interacting with the blockchain, I have LND running which queries BTCD and I created 3 wallets for Alice, Bob and Charlie on the chain and set up their respective channels in the LN. Furthermore, I made a single-hop and multi-hop payment between those three.</p><p>Difficulties encountered while doing this tutorial:</p><ul><li>Using google is not the best way to find solutions to one’s problems. It turns out it is better to join the Slack where developers have already answered many beginner questions.</li><li>Using simnet, there’s a bug preventing a new address from being created if there are no blocks yet (even though you need an address to generate a block) <a href="https://github.com/btcsuite/btcwallet/pull/602">https://github.com/btcsuite/btcwallet/pull/602</a> one workaround is to set the mining address to a blackhole, and mine a couple blocks, then `newaddress` will work and you can swap it back.</li><li>Instead of the above work-around (which seems to be temporary as it has already been flagged by the developers and a fix has been commited), I switched to Testnet. This adds the inconvenience that one needs to wait for blocks to be mined (simnet does everything instanteneously), but gives the advantage that I will be better prepared for the mainnet (using real money).</li><li>When using Testnet, you cannot quickly create BTC to use in the tutorial. Instead, you can find Faucets where you can request for testnet BTC.</li><li>I had to <a href="https://github.com/btcsuite/btcd/issues/1389">update to the last master </a>to have access to btccl.</li></ul><p>Stage 2 will be to work with the GUI Webinterface.</p><p>Hopefully see you soon.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=86583262ca75" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[My Journey to Becoming Proficient in Machine Learning]]></title>
            <link>https://medium.com/series/my-journey-to-becoming-proficient-in-machine-learning-882af36c358b?source=rss-a0b2757abf89------2</link>
            <guid isPermaLink="false">https://medium.com/p/882af36c358b</guid>
            <dc:creator><![CDATA[Nicolas Leconte]]></dc:creator>
            <pubDate>Fri, 25 Jan 2019 07:49:07 GMT</pubDate>
            <atom:updated>2019-01-26T02:03:46.612Z</atom:updated>
            <content:encoded><![CDATA[<h3>Introduction — learning a new skill to increase my market value</h3><p>Today, like already many times before, I feel a burst of motivation to <em>do something</em> with my life. I already am <em>doing something</em> with my life, and am overall very satisfied with my choices. I am happy with my job and I am excited about the family goals my wife and I have set and are pursuing.</p><p>Yet, sometimes, one wants more. Today is such as a day.</p><p>At this stage in my life, with the uncertainties inherent to a career in academia, I better put as much energy as I can in increasing my odds of finding a permanent job in academia. If simultaneously, I can increase my market value in case I ever have to find a job in a private company, that’s a welcome bonus. I think I’ve found the skills that can help me achieve this.</p><p>The first one is Machine Learning. It’s definitely something companies are looking for (let’s put aside the fact for now that many companies are interested in it because it’s popular rather than because they have a deep understanding why such tools would be useful for their company). The university I’m working in is investing a lot of money in building a center focused on Machine Learning. Professor jobs will certainly open up in the coming years in this field.</p><p>So that’s what I will focus on in the next few months. I will be journaling on this and is the focus of this Series.</p><ul><li>Take the Machine Learning class offered as a graduate course at my university</li><li>Sign up for an online course</li><li>Find a hands-on project that can be lead to a publication in my field</li><li>Do a quick introductory project with Python</li></ul><p>The second one is improving my Korean. It’s useful to find a permanent job in Korea. It’s also a good skill to have to apply for jobs back home as Korean companies are amongst the best in the world.</p><p>I’ve said it many times, but it’s always good to refuel the machine and get it going again.</p><ul><li>Sign up for regular Italki or Verbling lessons</li><li>Self-study of grammar books (Sogang books probably)</li><li>Make a video where I speak Korean</li><li>Sign up for TOPIK test</li></ul><p>The last one is working on the app I started developing during the Lightning Network Hackathon. Probably not the most useful way to use my time in the context of my physics research, but it’s definitely a useful skill to have no matter what happens in 2–3 years.</p><p>I will probably go back to these notes regularly while I journal my way to proficiency in Machine Learning.</p><p>Do you want to become proficient in Machine Learning? Why not taking this journey with me?</p><p>Credit: the image from this series comes from Upslash — Photo by <a href="https://unsplash.com/photos/ieic5Tq8YMk?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText">Chris Ried</a> on <a href="https://unsplash.com/search/photos/python?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText">Unsplash</a></p><h3>A first tutorial to get a feel of what Machine Learning is all about</h3><p>Today, I will dive into the <a href="https://blog.feedly.com/how-to-do-nlp-and-machine-learning-with-feedly/">tutorial described on the Feedly blog.</a></p><blockquote>The goal of this tutorial is to show you how to leverage the content of your Feedly feeds and boards to run machine learning and NLP experiments using the <a href="https://developer.feedly.com/">Feedly API</a> and Colaboratory.</blockquote><p>If you don’t know what Feedly is, it’s software that allows you to manage your RSS feeds. I used to use the Google RSS feed software, but when it got discontinued, I had to find an alternative and that’s where Feedly came into my life.</p><p>I must admit I don’t use it very often anymore for my research rather I follow a couple of cartoonists through there.</p><p>Anyhow, today, let’s follow this tutorial and adjust it to make a feed that contains articles that are related to my present research.</p><p>I will come back with lessons learned while doing this tutorial. Why not tagging along and doing it yourself?</p><p>PS: If you started using the tutorial yesterday, please update with the new notebook version. After a comment of mine, they updated one of the Dropbox links that wasn’t working in the initial notebook. I tested it out now, I could go through the whole notebook now. Next step, updating it to my own needs.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=882af36c358b" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[How to outsmart a smart ass]]></title>
            <description><![CDATA[<div class="medium-feed-item"><p class="medium-feed-image"><a href="https://medium.com/the-ascent/how-to-outsmart-a-smart-ass-dbe1cd8d5695?source=rss-a0b2757abf89------2"><img src="https://cdn-images-1.medium.com/max/2600/0*jKetLx9jd6iCXt2L" width="5760"></a></p><p class="medium-feed-snippet">Unpleasant life events can be a source of great fun with a proper mindset. So does Math.</p><p class="medium-feed-link"><a href="https://medium.com/the-ascent/how-to-outsmart-a-smart-ass-dbe1cd8d5695?source=rss-a0b2757abf89------2">Continue reading on Ascent Publication »</a></p></div>]]></description>
            <link>https://medium.com/the-ascent/how-to-outsmart-a-smart-ass-dbe1cd8d5695?source=rss-a0b2757abf89------2</link>
            <guid isPermaLink="false">https://medium.com/p/dbe1cd8d5695</guid>
            <category><![CDATA[mathematics]]></category>
            <category><![CDATA[korea]]></category>
            <category><![CDATA[travel]]></category>
            <category><![CDATA[science]]></category>
            <category><![CDATA[positive-thinking]]></category>
            <dc:creator><![CDATA[Nicolas Leconte]]></dc:creator>
            <pubDate>Sun, 20 Jan 2019 15:01:00 GMT</pubDate>
            <atom:updated>2019-01-20T15:01:00.785Z</atom:updated>
        </item>
        <item>
            <title><![CDATA[7 Steps to Organize a Successful Language Exchange in Korea]]></title>
            <description><![CDATA[<div class="medium-feed-item"><p class="medium-feed-snippet">If you can&#x2019;t find your perfect language exchange, create it.* Our tricks for the most popular french/Korean language exchange in Seoul.</p><p class="medium-feed-link"><a href="https://medium.com/swap-language/7-steps-to-organize-a-successful-language-exchange-in-korea-d837d873528b?source=rss-a0b2757abf89------2">Continue reading on Swap Language »</a></p></div>]]></description>
            <link>https://medium.com/swap-language/7-steps-to-organize-a-successful-language-exchange-in-korea-d837d873528b?source=rss-a0b2757abf89------2</link>
            <guid isPermaLink="false">https://medium.com/p/d837d873528b</guid>
            <category><![CDATA[language-learning]]></category>
            <category><![CDATA[meetup]]></category>
            <category><![CDATA[korea]]></category>
            <category><![CDATA[study-abroad]]></category>
            <category><![CDATA[language]]></category>
            <dc:creator><![CDATA[Nicolas Leconte]]></dc:creator>
            <pubDate>Sat, 24 Nov 2018 23:29:15 GMT</pubDate>
            <atom:updated>2019-12-12T08:52:23.225Z</atom:updated>
        </item>
        <item>
            <title><![CDATA[The Self-Sustainable Stream of Productivity Posts on Medium: to what Purpose?]]></title>
            <description><![CDATA[<div class="medium-feed-item"><p class="medium-feed-snippet">Make people actually more productive? Benefit the writers of these posts by earning them money, followers, a cult-like guru status?</p><p class="medium-feed-link"><a href="https://medium.com/@lecontenicolas/the-self-sustainable-stream-of-productivity-posts-on-medium-to-what-purpose-91a7cde5092f?source=rss-a0b2757abf89------2">Continue reading on Medium »</a></p></div>]]></description>
            <link>https://medium.com/@lecontenicolas/the-self-sustainable-stream-of-productivity-posts-on-medium-to-what-purpose-91a7cde5092f?source=rss-a0b2757abf89------2</link>
            <guid isPermaLink="false">https://medium.com/p/91a7cde5092f</guid>
            <category><![CDATA[money]]></category>
            <category><![CDATA[life-hacking]]></category>
            <category><![CDATA[productivity]]></category>
            <category><![CDATA[writing]]></category>
            <category><![CDATA[scam]]></category>
            <dc:creator><![CDATA[Nicolas Leconte]]></dc:creator>
            <pubDate>Sat, 24 Nov 2018 06:42:04 GMT</pubDate>
            <atom:updated>2018-11-24T06:42:04.593Z</atom:updated>
        </item>
        <item>
            <title><![CDATA[A Possible Advantage of the Inhumane Korean Education System]]></title>
            <description><![CDATA[<div class="medium-feed-item"><p class="medium-feed-snippet">Comparing Belgium and Korea. Free-thinking lazy youth or docile hard-working robots, what&#x2019;s better?</p><p class="medium-feed-link"><a href="https://medium.com/@lecontenicolas/a-possible-advantage-of-the-inhumane-korean-education-system-ee86b14fb4b3?source=rss-a0b2757abf89------2">Continue reading on Medium »</a></p></div>]]></description>
            <link>https://medium.com/@lecontenicolas/a-possible-advantage-of-the-inhumane-korean-education-system-ee86b14fb4b3?source=rss-a0b2757abf89------2</link>
            <guid isPermaLink="false">https://medium.com/p/ee86b14fb4b3</guid>
            <category><![CDATA[belgium]]></category>
            <category><![CDATA[phd]]></category>
            <category><![CDATA[korea]]></category>
            <category><![CDATA[work]]></category>
            <category><![CDATA[education]]></category>
            <dc:creator><![CDATA[Nicolas Leconte]]></dc:creator>
            <pubDate>Fri, 16 Nov 2018 02:44:15 GMT</pubDate>
            <atom:updated>2018-11-16T02:44:15.886Z</atom:updated>
        </item>
        <item>
            <title><![CDATA[Clean Your Desk and Clear Your Brain]]></title>
            <description><![CDATA[<div class="medium-feed-item"><p class="medium-feed-snippet">Today, it&#x2019;s all about instant gratification. No big projects, no big things.</p><p class="medium-feed-link"><a href="https://medium.com/@lecontenicolas/clean-your-desk-and-clear-your-brain-a5b2c02a7654?source=rss-a0b2757abf89------2">Continue reading on Medium »</a></p></div>]]></description>
            <link>https://medium.com/@lecontenicolas/clean-your-desk-and-clear-your-brain-a5b2c02a7654?source=rss-a0b2757abf89------2</link>
            <guid isPermaLink="false">https://medium.com/p/a5b2c02a7654</guid>
            <category><![CDATA[cleaning]]></category>
            <category><![CDATA[google]]></category>
            <category><![CDATA[work]]></category>
            <category><![CDATA[life-lessons]]></category>
            <category><![CDATA[productivity]]></category>
            <dc:creator><![CDATA[Nicolas Leconte]]></dc:creator>
            <pubDate>Fri, 09 Nov 2018 08:24:10 GMT</pubDate>
            <atom:updated>2018-11-09T08:24:10.850Z</atom:updated>
        </item>
        <item>
            <title><![CDATA[Getting Feedback on my Writing: The Cold Hard Internet]]></title>
            <description><![CDATA[<div class="medium-feed-item"><p class="medium-feed-snippet">Straight talk? It&#x2019;s awful, like really bad. That is the feedback I got on Reddit to my previous Medium post.</p><p class="medium-feed-link"><a href="https://medium.com/@lecontenicolas/getting-feedback-on-my-writing-the-cold-hard-internet-95517501d305?source=rss-a0b2757abf89------2">Continue reading on Medium »</a></p></div>]]></description>
            <link>https://medium.com/@lecontenicolas/getting-feedback-on-my-writing-the-cold-hard-internet-95517501d305?source=rss-a0b2757abf89------2</link>
            <guid isPermaLink="false">https://medium.com/p/95517501d305</guid>
            <category><![CDATA[humor]]></category>
            <category><![CDATA[writing]]></category>
            <category><![CDATA[language-learning]]></category>
            <category><![CDATA[feedback]]></category>
            <category><![CDATA[blog]]></category>
            <dc:creator><![CDATA[Nicolas Leconte]]></dc:creator>
            <pubDate>Mon, 05 Nov 2018 01:56:19 GMT</pubDate>
            <atom:updated>2018-11-05T01:56:19.117Z</atom:updated>
        </item>
        <item>
            <title><![CDATA[5-minute impromptu writing. How it can be useful.]]></title>
            <description><![CDATA[<div class="medium-feed-item"><p class="medium-feed-snippet">The following few paragraphs were written, shooting from the hip, during a 5-minute dead moment. What can I learn from it?</p><p class="medium-feed-link"><a href="https://medium.com/@lecontenicolas/5-minute-impromptu-writing-how-it-can-be-useful-6604f2ea86ed?source=rss-a0b2757abf89------2">Continue reading on Medium »</a></p></div>]]></description>
            <link>https://medium.com/@lecontenicolas/5-minute-impromptu-writing-how-it-can-be-useful-6604f2ea86ed?source=rss-a0b2757abf89------2</link>
            <guid isPermaLink="false">https://medium.com/p/6604f2ea86ed</guid>
            <category><![CDATA[bitcoin]]></category>
            <category><![CDATA[writing]]></category>
            <category><![CDATA[productivity]]></category>
            <category><![CDATA[random-thoughts]]></category>
            <dc:creator><![CDATA[Nicolas Leconte]]></dc:creator>
            <pubDate>Sat, 03 Nov 2018 07:10:54 GMT</pubDate>
            <atom:updated>2018-11-03T07:25:33.332Z</atom:updated>
        </item>
        <item>
            <title><![CDATA[A Typical Unproductive Day of a Post-Doc (or PhD, or Office Worker, or…)]]></title>
            <description><![CDATA[<div class="medium-feed-item"><p class="medium-feed-snippet">I am a Post-Doc in South-Korea.</p><p class="medium-feed-link"><a href="https://medium.com/@lecontenicolas/a-typical-unproductive-day-of-a-post-doc-or-phd-or-office-worker-or-c46224ce6f80?source=rss-a0b2757abf89------2">Continue reading on Medium »</a></p></div>]]></description>
            <link>https://medium.com/@lecontenicolas/a-typical-unproductive-day-of-a-post-doc-or-phd-or-office-worker-or-c46224ce6f80?source=rss-a0b2757abf89------2</link>
            <guid isPermaLink="false">https://medium.com/p/c46224ce6f80</guid>
            <category><![CDATA[bitcoin]]></category>
            <category><![CDATA[phd]]></category>
            <category><![CDATA[productivity]]></category>
            <category><![CDATA[research]]></category>
            <category><![CDATA[time-management]]></category>
            <dc:creator><![CDATA[Nicolas Leconte]]></dc:creator>
            <pubDate>Thu, 01 Nov 2018 21:14:43 GMT</pubDate>
            <atom:updated>2018-11-01T21:14:43.164Z</atom:updated>
        </item>
    </channel>
</rss>