mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-29 03:52:38 +02:00
52 lines
No EOL
2.9 KiB
HTML
52 lines
No EOL
2.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<title>python - Alexis Métaireau</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="https://blog.notmyidea.org/theme/css/main.css" type="text/css" />
|
|
<link href="https://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate"
|
|
title="Alexis Métaireau ATOM Feed" />
|
|
</head>
|
|
|
|
<body>
|
|
<section id="links">
|
|
<ul>
|
|
<li><a class="main" href="/">Alexis Métaireau</a></li>
|
|
<li><a class=""
|
|
href="https://blog.notmyidea.org/journal/index.html">Journal</a></li>
|
|
<li><a class=""
|
|
href="https://blog.notmyidea.org/code/">Code, etc.</a></li>
|
|
<li><a class=""
|
|
href="https://blog.notmyidea.org/weeknotes/">Notes hebdo</a></li>
|
|
<li><a class=""
|
|
href="https://blog.notmyidea.org/lectures/">Lectures</a></li>
|
|
</ul>
|
|
</section>
|
|
<h1>Posts with #python tag</h1>
|
|
<section class="section index">
|
|
<time datetime="2023-09-27T00:00:00+02:00">27 septembre 2023</time>
|
|
|
|
<a class='tag' href="https://blog.notmyidea.org/tag/python.html">python</a>, <a class='tag' href="https://blog.notmyidea.org/tag/llm.html">llm</a>, <a class='tag' href="https://blog.notmyidea.org/tag/bash.html">bash</a>, <a class='tag' href="https://blog.notmyidea.org/tag/sqlite.html">sqlite</a> <h1><a href="https://blog.notmyidea.org/llm-command-line-tips.html" id="page-title">llm command-line tips</a></h1>
|
|
<p>I’m using <a href="https://llm.datasette.io">llm</a> more and more, and today I had to find back prompts I used in the past. Here is a command I’ve been using, which allows me to filter the results based on what I want. It leverages <a href="https://sqlutils.datasette.io">sql-utils</a>, a cli tool which is able to …</p>
|
|
</section>
|
|
<section class="section index">
|
|
<time datetime="2023-08-17T00:00:00+02:00">17 août 2023</time>
|
|
|
|
<a class='tag' href="https://blog.notmyidea.org/tag/python.html">python</a>, <a class='tag' href="https://blog.notmyidea.org/tag/packaging.html">packaging</a>, <a class='tag' href="https://blog.notmyidea.org/tag/zsh.html">zsh</a> <h1><a href="https://blog.notmyidea.org/python-packaging-with-hatch-pipx-and-zsh-environment-variables.html" id="page-title">Python packaging with Hatch, pipx and Zsh environment variables</a></h1>
|
|
|
|
<p>It’s been a while I didn’t packaged something new. I recently remembered an old
|
|
package of mine that needed some attention :
|
|
<a href="https://gitlab.com/almet/debts">debts</a>. It’s now time to package it, so I
|
|
discovered <a href="https://hatch.pypa.io/">hatch</a></p>
|
|
<p>hatch new —init</p>
|
|
<p>This does the heavy-lifting for you, actually porting the <code>setup.py</code> files …</p>
|
|
</section>
|
|
<ul>
|
|
</ul>
|
|
</section>
|
|
|
|
</body>
|
|
|
|
</html> |