- Work on multiple branches without switching or stashing.
- Avoids dirty working directory issues.
- Ideal for parallel development, review, testing, and fixes.
- Keeps
main
worktree clean and focused.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container container--mobile"> | |
<div class="glass-container glass-container--rounded glass-container--large"> | |
<div class="glass-filter"></div> | |
<div class="glass-overlay"></div> | |
<div class="glass-specular"></div> | |
<div class="glass-content"> | |
<div class="player"> | |
<div class="player__thumb"> | |
<img class="player__img" src="https://images.unsplash.com/photo-1619983081593-e2ba5b543168?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wzMjM4NDZ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NDk1NzAwNDV8&ixlib=rb-4.1.0&q=80&w=400" alt=""> | |
<div class="player__legend"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* My Portable RAG | |
* $ pnpm add sqlite-vec @ai-sdk/google ai | |
* SQLite Vector Search + Google AI Embeddings | |
* | |
* Required environment variables: | |
* GOOGLE_GENERATIVE_AI_API_KEY=your-api-key | |
* | |
* Usage: | |
* # Index text content |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I'm told that there are people claiming to "tokenize" my git repositories with my approval. | |
I just want to clarify that that is not the case. I do not believe in monetizing my repositories. | |
If you believe crypto-currencies are anything but a scam, I have a bridge to sell you. | |
But I'm not selling source code. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
As there isn’t much movement here anymore, and I also feel that I’m repeating myself in many comments, I decided to do one last comment here to wrap this conversation up. It was very interesting and also valuable for me, but of course, at least partly, not very fun as well—mainly not because of the criticism toward my views and persona but because I think it’s a pity that there are such strong opinions and projections on something that should be mainly fun and connecting rather than dividing. And of course, the most emotional aspects of the conversation have been related to things that are much bigger than my plugin or anything I do business-wise. As you can imagine, spending a vast majority of my time developing and researching Artificial Intelligence—and based on the assumption that I’m not a horrible person who wants to trick people into giving me money, and that I’m actually focused on creating value for others (which, of course, also leads to money and is not charity work)—I have strong concerns regardin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
curl https://mise.run | sh | |
~/.local/bin/mise --version | |
# output 👉 mise 2024.x.x | |
# bash install | |
echo 'eval "$(~/.local/bin/mise activate bash)"' >> ~/.bashrc | |
# local install (for the current .mise.toml) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"env": { | |
"browser" : true, | |
"node" : true, | |
"commonjs": true, | |
"es6" : true | |
}, | |
"extends": "eslint:recommended", | |
"parser" : "babel-eslint", | |
"parserOptions": { |
NewerOlder