This commit is contained in:
counterweight 2026-03-21 18:52:56 +01:00
parent 122f576ce2
commit 870acc7837
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
12 changed files with 198 additions and 3 deletions

View file

@ -44,6 +44,7 @@ Para mi:
* Una comission a Pepeangelo con el catalan y su espejo reflejando al monstruo fiat * Una comission a Pepeangelo con el catalan y su espejo reflejando al monstruo fiat
Para Eli: Para Eli:
* Una visita a la Sagrada Familia
* Unas bambas güenas para correr y una carrera chula conmigo * Unas bambas güenas para correr y una carrera chula conmigo
* Airsoft/Paintball * Airsoft/Paintball
* Chuleteros/Arcos * Chuleteros/Arcos

View file

@ -0,0 +1,23 @@
Salvador
- Hacer maleta
- Libro
- [X] Cargador güeno
- [X] Cargador segundon
- [X] ID and passport
- [X] Power adapters and power bank
- [X] Headphones
- [X] Belynda's goodies
- [X] Water bottle
- [X] Dormidina
- [X] Camera
- [X] Riñonera
- [X] Hair comb
- [X] Backup yubikey
- [X] Cojín de cuello
- [X] Checkin and store it in multiple places
- [X] Pedir 500$ a Jose
- [X] Pedir instrucciones Airbnb
- [X] Aclarar con Jose rental, pedirle su codigo de vuelo
- [ ] Todo cargadito

View file

@ -0,0 +1,28 @@
Nicolas Burtey gave me the contact of Carlos Artiga, his immigration lawyer. Phone is +503 7885 7514.
I explained him our case and he guided me through the process. My understanding and questions:
The full process to naturalization has the following steps:
- Obtaining a Residencia Temporal permit.
- Spending one year under Residencia Temporal, which implies staying physically in El Salvador for nine months (may be reduced to 90 days with new law)
- Requesting a Residencia Definitiva.
- Spending one year with the Residencia Definitiva
- Then apply for naturalización, which will take some months.
Documentation required to begin requesting Residencia Temporal:
- Report of having a clear criminal record
- Proof of marriage and Sofía birth certificate
Ways to obtain residencia temporal:
- Employment contract with a Salvadorian company
- Or starting a company in El Salvador (with significant revenue happening from customers in El Salvador)
Things that are fuzzy in my mind:
- During Residencia Definitiva, what are the requirements regarding physically staying in El Salvador? Is it possible to mostly not be there?
- About obtaining the Residencia Temporal:
- Is there really no way to get it while working and invoicing foreign companies outside El Salvador?
- About the option of starting a company in El Salvador, and the requirement of having _some_ degree of revenue coming from local Salvadorian customers... where is the limit? How much should be local revenue, how much can be foreign revenue?
I should talk with these guys next: https://www.abogados.com.sv/contactenos-abogados-el-salvador-bitcoin/

Binary file not shown.

View file

@ -5,6 +5,15 @@ For now, I'll keep it at selling 1.000€ per month. A couple of 500€ or three
Tracker Tracker
- January [ ] - January [ ]
- Goal: 1.000€ - Goal: 1.000€
- Sale 1: ??? - Sale 1 (3308523): 571€
- Total: ??? - Sale 2 (VXUWB): 537€
- Total: 1108€
- February [ ]
- Goal: 892€
- Sale 1 (80050): 286€
- Sale 2 (WH9LPF): 455€
- Total: 741€
- March [ ]
- Goal: 1.151€
- Total:

Binary file not shown.

Binary file not shown.

28
scratch/20260320.md Normal file
View file

@ -0,0 +1,28 @@
# 2026-03-20 Fulgur / Volcano meeting
Meeting with:
- Alexandre
- Oleg N.
- Denis
- Carlos Minero
- Next week (Friday) Impact iTech report deadline (27th March)
- Alexandre confirmed they got some "early feedback" but, decided not to share more
- Alexandre proceeds to show a Figma prototype (after asking Oleg N. for permission)
- "We all understand we won't be using Telegram, so we need something more self-serving"
- "Idea is to only work on Fixed Rate Loans and Lines of Credit"
- "Months designed to be 3-6-12 months"
- "Figma shows non-binding info"
- NB: you don't need to ask the loan purpose in the first stage.
- NB: do you have an account by the time? Conversation around whether proposals sign befor or after KYC. Apparently consensus is after KYC. But there is the fine print that "someone" is a customer only after they signed ONE customer.
- We discussed about the different options on Komainu vs Bank showing custody
- Alexandre asks for this question to be held weekly.
- Oleg N. mentioned they forked Lana to extend it when they need for their own development efforts.
- Surprised that Alexandre is running Ubuntu
-

78
scratch/coderabbit.md Normal file
View file

@ -0,0 +1,78 @@
# Coderabbit exploration
2026-03-19, I'm exploring around coderabbit.
## Auth
Our auth is tied by github.
## The funky user
I checked the user lists and there's this guy that goes by `ayushsaksena30` who appears in our user list. He's not part of our Github org and he somehow got a seat assigned. From what I understand after looking at the Subscription and Billing section, we get charged 30$ per assigned user.
I'm concerned security wise (who's this guy? how did he get in here? what power does he has as a member level user?), plus we shouldn't go around paying for seats stupidly.
I checked and he has one open PR in lana-bank: https://github.com/GaloyMoney/lana-bank/pull/4276
Does this mean anybody who opens a PR in lana-bank will get a seat automatically? Are we fine with that?
Okay, it seems this is the setting I should fiddle with: https://docs.coderabbit.ai/management/seat-assignment#manual-approval
## Local plugin
Coderabbit has plugins for Claude Code, Codex, etc.
You can install this locally, auth, and then call it with a simple command. Performs the same type of review as what we see in github. If we truly value the coderabbit suggestions, then it would be useful to run this locally before just throwing an unreviewed PR, thus making the PR review just an automated check/guardrail.
More details here: https://docs.coderabbit.ai/cli/claude-code-integration
## PR Summaries
Documented here: https://docs.coderabbit.ai/pr-reviews/summaries
Can be configured here: https://app.coderabbit.ai/organization/settings/review/summary
- They can be turned on or off
- Prompt can be modified
## PR Review
Most interesting details can be modified here: https://app.coderabbit.ai/organization/settings/review/behavior
Mostly, adapt prompts for certain codepaths, and make filters around paths and PR tags.
## Pre-merge checks
Mostly feel arbitrary stuff (Docstring coverage?), I think it's going to be more noise than help.
The only one which could be interesting is the "Assess how well the PR addresses linked issues.", but we would need to see how well it reasons out, plus think about what happens with issue-less PRs or PRs with anemic issues.
The custom checks is more interesting. It feels like a good idea for conventions that are philosophical and easy to catch through observation, but hard to nail down in specific CI scripts for checking.
One check, for example, could be that the PR updates relevant parts of the documentation alongside it.
## Coderabbit config
We can configure via file, we definetely should go for that if we stick with the tool: https://docs.coderabbit.ai/getting-started/yaml-configuration
## Learnings
Kind of a long-term memory tool. How good will depend on what it picks up. Hard to maintain if it's only manageable through web UI, will probably need curation. Exportable via CSV, but still feels quite walled-garden-ish.
It's also unclear what's the diff point between learning and code guidelines.
https://app.coderabbit.ai/learnings
## Other stuff
Parts of their own docs feel like slop, which I don't like.
For example, the sections around this link: https://docs.coderabbit.ai/knowledge-base/learnings#kpi-cards, read like slop. Purely descriptive, boring and systematic, no value in them.
I would basically look into this instead: https://code.claude.com/docs/en/github-actions

28
today.md Normal file
View file

@ -0,0 +1,28 @@
- [ ] Escribir abogado vortex
- [ ] Contabilidad
- [ ] Guardar fotos
- [ ] Revisar backups memos
- [ ] Escribir a abogado vortex
- [ ] Comprar gomas de pollo
- [ ] Coderabbit discussion and summary
- [X] K8s research
- [ ] Review Sebastien's PR
- [ ] Fulgur meeting