mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 19:42:37 +02:00
Update documentation
This commit is contained in:
parent
7f2ac19b28
commit
ac66544f32
143 changed files with 1637 additions and 1377 deletions
|
@ -33,6 +33,7 @@
|
|||
<section id="content" class="body">
|
||||
<dl>
|
||||
<dt>2023</dt>
|
||||
<dd><a href='https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html'>Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></dd>
|
||||
<dd><a href='https://blog.notmyidea.org/2023-semaine-41.html'>2023, Semaine 41</a></dd>
|
||||
<dd><a href='https://blog.notmyidea.org/convert-string-to-duration.html'>Convert string to duration</a></dd>
|
||||
<dd><a href='https://blog.notmyidea.org/2023-semaine-40.html'>2023, Semaine 40</a></dd>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -112,18 +118,8 @@
|
|||
<li><a href="https://github.com/bofenghuang/vigogne">Le modèle Vigogne</a> est un modèle entrainé (<em>fine-tuned</em>) avec des données en Français. Notamment <a href="https://huggingface.co/bofenghuang/vigogne-2-7b-chat/tree/v1.0">ce modèle</a>qui prends <span class="caps">LLAMA2</span> en entrée.</li>
|
||||
<li><a href="https://python.langchain.com/docs/get_started/introduction.html">LangChain</a> semble être un framework pour travailler avec les différents …</li></ul>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-19T00:00:00+02:00">19 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/gitlab.html">gitlab</a>, <a class='tag' href="https://blog.notmyidea.org/tag/docker.html">docker</a> <h1><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" id="page-title">Running the Gitlab <span class="caps">CI</span> locally</a></h1>
|
||||
|
||||
<p>Sometimes, I need to change how the continuous integration is setup, and I find
|
||||
myself pushing to a branch to test if my changes are working. Oftentimes, it
|
||||
takes me multiple commits to find the correct configuration, which is… suboptimal.</p>
|
||||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/eloge-de-lamitie.html" rel="bookmark" title="Permalink to Éloge de l’amitié">Éloge de l’amitié</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
|
|
17
author/.html
17
author/.html
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
</ul>
|
||||
</section>
|
||||
<h1></h1>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-18T00:00:00+02:00">18 octobre 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/sql.html">SQL</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlalchemy.html">SQLAlchemy</a>, <a class='tag' href="https://blog.notmyidea.org/tag/python.html">Python</a> <h1><a href="https://blog.notmyidea.org/using-distinct-in-parent-child-relationships.html" id="page-title">Using <span class="caps">DISTINCT</span> in Parent-Child Relationships</a></h1>
|
||||
How to get parent and most-recent child in a one-to-many relationship
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-10-11T00:00:00+02:00">11 octobre 2023</time>
|
||||
|
||||
|
@ -117,17 +123,8 @@ takes me multiple commits to find the correct configuration, which is… su
|
|||
<p>I discovered today <a href="https://github.com/firecow/gitlab-ci-local">Gitlab <span class="caps">CI</span>
|
||||
local</a> which makes it possible …</p>
|
||||
</section>
|
||||
<section class="section index">
|
||||
<time datetime="2023-08-18T00:00:00+02:00">18 août 2023</time>
|
||||
|
||||
<a class='tag' href="https://blog.notmyidea.org/tag/arch-linux.html">arch-linux</a> <h1><a href="https://blog.notmyidea.org/archlinux-et-mise-a-jour-du-keyring.html" id="page-title">ArchLinux et mise à jour du keyring</a></h1>
|
||||
|
||||
<p>Pour les mises à jour Arch, j’utilise <a href="https://github.com/Jguer/yay">yay</a>. Je
|
||||
ne fais les mises à jour que de manière semi-régulière, et parfois après une
|
||||
longue période je me retrouve avec des soucis de clé qui ne sont plus à jour ou manquantes.</p>
|
||||
<p>Avec une utilisation fréquente du système, aucun problème …</p>
|
||||
</section>
|
||||
<ul>
|
||||
<li><a href="https://blog.notmyidea.org/creating-an-online-space-to-share-markdown-files.html" rel="bookmark" title="Permalink to Creating an online space to share markdown files">Creating an online space to share markdown files</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/conversion-dun-fichier-svg-en-faviconico.html" rel="bookmark" title="Permalink to Conversion d’un fichier svg en favicon.ico">Conversion d’un fichier svg en favicon.ico</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/decouverte-de-nouveaux-outils-pour-le-developpement-llm-helix-et-plus.html" rel="bookmark" title="Permalink to Découverte de nouveaux outils pour le développement: LLM, Helix et plus">Découverte de nouveaux outils pour le développement: <span class="caps">LLM</span>, Helix et plus</a></li>
|
||||
<li><a href="https://blog.notmyidea.org/running-the-gitlab-ci-locally.html" rel="bookmark" title="Permalink to Running the Gitlab CI locally">Running the Gitlab <span class="caps">CI</span> locally</a></li>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue