<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Guillaume Dev</title>
    <description>The latest articles on Forem by Guillaume Dev (@gddev).</description>
    <link>https://forem.com/gddev</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3084278%2F35e512ac-6de0-4c59-805e-e25317b70733.png</url>
      <title>Forem: Guillaume Dev</title>
      <link>https://forem.com/gddev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/gddev"/>
    <language>en</language>
    <item>
      <title>How to use Gadgetbridge on iOS?</title>
      <dc:creator>Guillaume Dev</dc:creator>
      <pubDate>Wed, 18 Mar 2026 13:09:42 +0000</pubDate>
      <link>https://forem.com/gddev/how-to-use-gadgetbridge-on-ios-59ol</link>
      <guid>https://forem.com/gddev/how-to-use-gadgetbridge-on-ios-59ol</guid>
      <description>&lt;p&gt;Hello everyone 👋&lt;/p&gt;

&lt;p&gt;For my birthday I would like a PineTime, and ChatGPT recommanded to me to flash InfiniTime on it when I’ll have it.&lt;/p&gt;

&lt;p&gt;And to take full advantage of InfiniTime, this must be paired with Gadgetbridge, but Gadgetbridge is not iOS.&lt;/p&gt;

&lt;p&gt;So I could use InfiniLink which is available on iOS but this is not as good as Gadgetbridge.&lt;/p&gt;

&lt;p&gt;What hack, alternative or setup would you recommend to me?&lt;/p&gt;

</description>
      <category>gadgetbridge</category>
      <category>hack</category>
      <category>infinitime</category>
      <category>ios</category>
    </item>
    <item>
      <title>How I used my 1,000,000,000 tokens of Mistral API in 3 days</title>
      <dc:creator>Guillaume Dev</dc:creator>
      <pubDate>Thu, 26 Feb 2026 20:51:40 +0000</pubDate>
      <link>https://forem.com/gddev/how-i-used-my-1000000000-tokens-of-mistral-api-in-3-days-17d5</link>
      <guid>https://forem.com/gddev/how-i-used-my-1000000000-tokens-of-mistral-api-in-3-days-17d5</guid>
      <description>&lt;p&gt;I don’t know how I did but I know one thing: in 3 days only I used my &lt;strong&gt;1,000,000,000&lt;/strong&gt; tokens limit for the model &lt;code&gt;mistral/devstral-2512&lt;/code&gt; on my Mistral AI API account!&lt;/p&gt;

&lt;p&gt;To do that, I used &lt;em&gt;Mistral Vibe&lt;/em&gt;. Maybe this is the cause because of the very big context (the environment, etc…) and the very big generated answers (actions in the environment, explanations on the reasoning, etc…).&lt;/p&gt;

&lt;p&gt;Happily, my limit reinitializes on March 1 which is Sunday!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>mistral</category>
      <category>programming</category>
      <category>api</category>
    </item>
    <item>
      <title>How I learn programming at 14 years old</title>
      <dc:creator>Guillaume Dev</dc:creator>
      <pubDate>Sat, 14 Feb 2026 16:14:45 +0000</pubDate>
      <link>https://forem.com/gddev/how-i-learn-programming-at-14-years-old-4fm2</link>
      <guid>https://forem.com/gddev/how-i-learn-programming-at-14-years-old-4fm2</guid>
      <description>&lt;h2&gt;
  
  
  Table of Content:
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Intro&lt;/li&gt;
&lt;li&gt;How I learn&lt;/li&gt;
&lt;li&gt;My dev setup&lt;/li&gt;
&lt;li&gt;Conclusion&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  1. Intro
&lt;/h2&gt;

&lt;p&gt;It is 2026, you have 14 years old, and AI is every where. But how to &lt;strong&gt;really learn programming&lt;/strong&gt; with AI, and &lt;strong&gt;without just copying pasting&lt;/strong&gt; what ChatGPT generates?&lt;/p&gt;

&lt;h2&gt;
  
  
  2. How I continuously learn programming
&lt;/h2&gt;

&lt;p&gt;I don’t learn with the void tutos at 40€ which doesn’t learn you anything more than what you can already find on GitHub.&lt;/p&gt;

&lt;p&gt;When I want to learn something new, &lt;strong&gt;I first have an idea&lt;/strong&gt; of project.&lt;br&gt;
Then, I often &lt;strong&gt;ask ChatGPT how to implement my idea&lt;/strong&gt; but, first of all, I don’t ask it to code my idea, I only ask it how to implement my idea.&lt;br&gt;
Next, &lt;strong&gt;I code it myself&lt;/strong&gt;. When I don’t know how to code it, and only when I don’t know, I ask ChatGPT to code my idea, but I don’t copy paste, &lt;strong&gt;I recopy the code *myself&lt;/strong&gt;*. Yes, it is long! But this allows me to be able to maintain the project myself, because while typing the code myself, I understand the code.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. My dev setup
&lt;/h2&gt;

&lt;p&gt;To learn programming, I use these tools :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ChatGPT&lt;/li&gt;
&lt;li&gt;Le Chat (Mistral AI) when I reache my limit on ChatGPT&lt;/li&gt;
&lt;li&gt;VS Code&lt;/li&gt;
&lt;li&gt;GitHub&lt;/li&gt;
&lt;li&gt;My own server&lt;/li&gt;
&lt;li&gt;WSL2 with XFCE installed&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I recommend you using Le Chat in addition to ChatGPT, because Le Chat is less bone idle than ChatGPT: if you ask something to ChatGPT, it will generates many PoC before you can have a full version. But, &lt;strong&gt;with Le Chat, you can have the full version earlier&lt;/strong&gt; because its answer limit is bigger than ChatGPT’s one, so you’ll need less messages before Le Chat to give you the full version.&lt;br&gt;
However, &lt;strong&gt;ChatGPT is slightly better in programming&lt;/strong&gt; than Le Chat.&lt;br&gt;
So I think you should use ChatGPT to debug and for technical questions, and Le Chat when you need a full code.&lt;/p&gt;

&lt;p&gt;To type the code, I use &lt;strong&gt;VS Code&lt;/strong&gt; (I suppose you too), it is a very good editor, with many extensions and plugins.&lt;br&gt;
To publish my code, I use &lt;strong&gt;GitHub&lt;/strong&gt;, it is I think the biggest git platform to publish source code.&lt;br&gt;
To host my websites, I have my &lt;strong&gt;own server&lt;/strong&gt;, auto hosted. You could also use OVH or another hosting platform.&lt;/p&gt;

&lt;p&gt;Sometimes Windows doesn’t have enough tools to dev, so I installed I think 1 year ago, &lt;strong&gt;WSL2&lt;/strong&gt;, and recently I also installed &lt;strong&gt;XFCE package&lt;/strong&gt; and an X server (I don’t know anymore which one) so to use it in Remote Desktop.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Conslusion
&lt;/h2&gt;

&lt;p&gt;So to learn programming I do 1 project for 1 new concept or techno.&lt;br&gt;
I use &lt;strong&gt;GenAI (ChatGPT and Le Chat)&lt;/strong&gt; to help me implement my project ideas, and I type code &lt;strong&gt;&lt;em&gt;myself&lt;/em&gt;&lt;/strong&gt; to understand it.&lt;br&gt;
My setup is :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ChatGPT&lt;/li&gt;
&lt;li&gt;Le Chat&lt;/li&gt;
&lt;li&gt;VS Code&lt;/li&gt;
&lt;li&gt;GitHub&lt;/li&gt;
&lt;li&gt;My own server&lt;/li&gt;
&lt;li&gt;WSL2 with XFCE installed&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>beginners</category>
      <category>learning</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
