-

@ 7235c545:9a32a871
2025-05-13 01:59:02
I haven't washed my face with anything but water for like 20 years.
When I was a teenager I found soap just kinda tore my face up.
I use soap on my ass and balls of course though.
-

@ 63fe6318:330504ed
2025-05-12 15:26:47
Pushed a new version of zap.stream v0.2.2, lots of important stuff done today!
-Chat message parsing (links / mentions)
-Chat message zaps / reactions
-Chat modal (long press) for zaps / reactions / mute
-Top zappers
-Login with key
-Create new basic account
https://github.com/nostrlabs-io/zap-stream-flutter/releases/tag/v0.2.2
-

@ 63fe6318:330504ed
2025-05-12 08:23:14
Yea same for me, not sure why but it will be fixed today
-

@ a047a37c:dfcb432c
2025-05-13 01:58:50
I wish more people studied history so they could avoid repeating the same mistakes over and over and over and over and over again. I am really getting sick and tired of it.
-

@ 63fe6318:330504ed
2025-05-11 13:12:44
Actually broken legs every time
-

@ 8c592393:5c132608
2025-05-13 01:58:41
イライラ駆動カチコミの実例じゃん
-

@ 63fe6318:330504ed
2025-05-11 12:09:02
When I was implementing it I was expecting it to be like nip96 too lol
-

@ f40832e2:bcbf511e
2025-05-13 01:58:34
仕事のきつさは給料と何の関係もない
-

@ 63fe6318:330504ed
2025-05-10 18:12:12
Custom pricing isnt enabled in CA region, upgrades not yet possible for custom pricing.
82% memory is memory assigned to the VM from the host, its not actual consumption inside the VM.
-

@ 63fe6318:330504ed
2025-05-10 14:31:37
Driving, don't tell the police
-

@ 63fe6318:330504ed
2025-05-10 13:06:01
Its planned, once viewing and interacting is solid
-

@ 1e3aa975:80324f5f
2025-05-13 01:58:34
vmess://ewogICAgImFkZCI6ICIzNS4xODcuMjMzLjIwMyIsCiAgICAiYWlkIjogMCwKICAgICJob3N0IjogIjM1LjE4Ny4yMzMuMjAzIiwKICAgICJpZCI6ICJiYWY5OGQ3NC1jMzgzLTRkNzYtY2ZiNi05YTAzOTA0NWI0MDYiLAogICAgIm5ldCI6ICJ3cyIsCiAgICAicGF0aCI6ICIvYmFmOThkNzQiLAogICAgInBvcnQiOiAyNTgyNSwKICAgICJwcyI6ICItMDc1NC1HT09HTEXjgJBjY2Jhb2hlLmNvbeOAlyDmsLjkuYXlhY3otLnoioLngrnmnLrlnLoiLAogICAgInRscyI6ICIiLAogICAgInR5cGUiOiAiYXV0byIsCiAgICAic2VjdXJpdHkiOiAiYXV0byIsCiAgICAic2tpcC1jZXJ0LXZlcmlmeSI6IHRydWUsCiAgICAic25pIjogIiIKfQ==
-

@ 63fe6318:330504ed
2025-05-10 12:24:20
That looks great!
-

@ 63fe6318:330504ed
2025-05-10 09:27:29
nostr:nprofile1qqsyvrp9u6p0mfur9dfdru3d853tx9mdjuhkphxuxgfwmryja7zsvhqpzamhxue69uhhv6t5daezumn0wd68yvfwvdhk6tcpz9mhxue69uhkummnw3ezuamfdejj7qgwwaehxw309ahx7uewd3hkctcscpyug amethyst keeps crashing for me since I added another account
-

@ b300db32:0bf5db3a
2025-05-13 01:58:24
### **Guia Detalhado para Transição de Matemática para Ciência da Computação (Foco em Complexidade Computacional, Teoria dos Grafos e P vs NP)**
Aqui está um plano estratégico dividido em cinco etapas, com foco em lacunas técnicas, projetos práticos, habilidades transferíveis, recomendações e carta de motivação.
---
### **1. Identificar Lacunas Técnicas Essenciais**
**Áreas-chave a dominar:**
- **Fundamentos de Ciência da Computação:** Estruturas de dados, algoritmos, teoria da computação (máquinas de Turing, NP-completude), linguagens formais.
- **Programação:** Linguagens como Python, C++, ou Java; implementação de algoritmos.
- **Matemática Aplicada à CS:** Combinatória, álgebra linear, teoria dos números, lógica matemática.
- **Sistemas e Prática:** Noções de arquitetura de computadores, sistemas operacionais e programação paralela (opcional, mas útil).
**Como diagnosticar suas lacunas:**
- Resolva provas de mestrado em CS (ex.: MIT, Stanford) ou exames de admissão (GRE Computer Science Subject Test).
- Use plataformas como LeetCode ou HackerRank para testar habilidades em algoritmos e estruturas de dados.
---
### **2. Recomendações de Cursos, Livros e Projetos Práticos**
**Cursos Online:**
- **Algoritmos e Estruturas de Dados:**
- [**Algorithms Specialization (Coursera)**](https://www.coursera.org/specializations/algorithms) – Stanford University (Tim Roughgarden).
- [**CS50 (Harvard, edX)**](https://cs50.harvard.edu/) – Introdução geral à programação e CS.
- **Teoria da Computação:**
- [**Automata Theory (Coursera)**](https://www.coursera.org/learn/automata) – Stanford.
- [**Introduction to Theoretical Computer Science (edX)**](https://www.edx.org/learn/computer-science) – University of Maryland.
- **Matemática para CS:**
- [**Mathematics for Computer Science (MIT OCW)**](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-042j-mathematics-for-computer-science-fall-2010/) – Foco em lógica, grafos e complexidade.
**Livros:**
- **Algoritmos:** *Algorithm Design* (Kleinberg & Tardos) ou *The Algorithm Design Manual* (Skiena).
- **Complexidade:** *Computational Complexity: A Modern Approach* (Arora & Barak).
- **Teoria dos Grafos:** *Graph Theory* (Diestel) ou *Introduction to Algorithms* (CLRS).
- **Programação:** *Structure and Interpretation of Computer Programs* (SICP) – Para fundamentos em Lisp/Scheme.
**Projetos Práticos:**
1. **Implementação de Algoritmos Clássicos:**
- Escreva código em Python/C++ para algoritmos como Dijkstra, Kruskal, ou FFT.
- Compare a complexidade empírica (tempo de execução) com a teórica.
2. **Projetos de Grafos:**
- Crie um sistema que modela redes sociais ou transportes usando bibliotecas como NetworkX (Python).
- Implemente algoritmos para detecção de cliques ou coloração de grafos.
3. **Reduções NP-Completude:**
- Programe uma redução entre problemas NP-completos (ex.: SAT → 3-SAT) e explique sua complexidade.
4. **Kaggle/Competições:**
- Participe de competições de otimização (ex.: Traveling Salesman Problem) para aplicar algoritmos em cenários reais.
---
### **3. Destacar Habilidades Transferíveis da Matemática**
**No currículo e na carta de motivação:**
- **Raciocínio Lógico:**
- Exemplo: "Minha experiência em provar teoremas rigorosos (ex.: Teorema da Incompletude de Gödel) desenvolveu minha capacidade de analisar a correção de algoritmos e complexidade."
- **Abstração:**
- Relacione cursos de álgebra abstrata ou topologia com modelagem de estruturas de dados complexas (ex.: categorias em sistemas distribuídos).
- **Provas Matemáticas:**
- Mostre como habilidades em indução e demonstrações por contradição são úteis para validar algoritmos e resultados em complexidade.
**No processo seletivo:**
- Domine o vocabulário técnico de CS (ex.: "classe P", "redução em tempo polinomial") para demonstrar familiaridade.
- Use exemplos de projetos matemáticos que envolvam pensamento algorítmico (ex.: otimização em problemas de combinatória).
---
### **4. Cartas de Recomendação, Pesquisa e Estágios**
**Cartas de Recomendação:**
- **Priorize professores de Matemática** que lecionaram disciplinas relacionadas a CS:
- Ex.: Professores de lógica matemática, combinatória ou otimização.
- **Estabeleça conexões com CS:**
- Faça um projeto de iniciação científica interdisciplinar (ex.: complexidade de algoritmos em teoria dos números) ou participe de um laboratório de pesquisa em universidades brasileiras.
- **Estágios e Experiências Práticas:**
- Busque estágios em empresas de tecnologia com foco em análise de dados, criptografia ou otimização.
- Contribua para projetos open-source em algoritmos (ex.: GitHub) ou participe de programas como o [**Google Summer of Code**](https://summerofcode.withgoogle.com/).
**Pesquisa Interdisciplinar:**
- Procure orientadores em matemática ou CS que trabalhem com problemas teóricos (ex.: algoritmos quânticos, teoria de complexidade algébrica).
- Publique artigos curtos em conferências regionais ou workshops (ex.: [**Encontro Nacional de Modelagem Computacional**](https://www.enmc.org.br/)).
---
### **5. Estratégias para a Carta de Motivação**
**Estrutura Sugerida:**
1. **Introdução:**
- Explique sua fascinação pelo problema P vs NP e como sua trajetória matemática o levou a isso.
- Exemplo: "Ao estudar a conjectura de Poincaré, percebi que problemas em aberto exigem pontes entre disciplinas, inspirando-me a explorar a interseção entre matemática e ciência da computação."
2. **Conexão entre Matemática e CS:**
- Liste disciplinas de matemática que fundamentam sua base teórica (ex.: lógica, teoria dos grupos) e como elas se aplicam à complexidade.
- Destaque projetos autodidatas em CS (ex.: implementação de algoritmos de grafos).
3. **Objetivos no Mestrado:**
- Nomeie professores específicos do programa alvo cujas pesquisas alinhem-se com seus interesses (ex.: especialistas em circuitos booleanos ou reduções NP).
- Explique como o mestrado preencherá lacunas técnicas e aprofundará sua expertise.
4. **Conclusão:**
- Reforce sua determinação e habilidade de aprender autonomamente (cite MOOCs concluídos ou projetos).
**Dicas:**
- Personalize cada carta para o programa, mostrando conhecimento detalhado do corpo docente.
- Anexe um **portfólio online** (GitHub, site pessoal) com seus projetos e certificados de cursos.
---
### **Plano de Ação por Etapas**
| **Mês** | **Objetivo** |
|---------|--------------|
| 1–3 | Concluir cursos de algoritmos (Coursera/Stanford) e programação prática (LeetCode). |
| 4–6 | Estudar teoria da computação (MIT OCW) e implementar projetos em grafos/algoritmos. |
| 7–9 | Participar de competições (ex.: ACM ICPC) e buscar estágio ou projeto de pesquisa. |
| 10–12 | Revisar P vs NP e complexidade, escrever carta de motivação e solicitar cartas de recomendação. |
---
### **Recursos Adicionais**
- **Comunidades Online:**
- Reddit (r/compsci, r/complexity): Discussões sobre P vs NP e dicas de aplicações.
- StackExchange: Pergunte sobre reduções e complexidade.
- **Eventos:**
- Participe de webinars e workshops da [**ACM**](https://www.acm.org/) ou [**IEEE**](https://www.ieee.org/).
Com esse plano, você transformará seu perfil matemático em um candidato sólido para mestrados em CS, destacando tanto suas bases teóricas quanto sua proatividade em aprender autonomamente. Boa sorte!
-

@ 30611079:ecac89f8
2025-05-13 01:58:21
A rede mais poliglota que conheço
-

@ 576d23dc:9f5848f9
2025-05-13 01:58:17
That's fair. I assume a depth of historical context where the conclusions of this book wouldn't be surprising if you knew who wrote it. Either they would be tedious, or they would be deeply provacative depending on whether you're familiar with certain rabbit holes
-

@ a5652027:34c36acf
2025-05-13 01:58:15
“Others have seen what is and asked why. I have seen what could be and asked why not.”-
Pablo Picasso, Pablo Picasso: Metamorphoses of the Human Form : Graphic Works, 1895-1972
My short animation entitled HODL/HODL for the Bitcoin Film Festival can be found on my website. Check it out!
https://www.a13mw.com/
#Bitcoin #animation #artsr nostr:npub1rjtrs7xqdvj3588r9njrexh2n750j7jdwx9qs543nutmdsj6ljaqpfmp8a https://image.nostr.build/c6407147867aebaeeb062e18dbe0b5f27ea8dc25ea8d02c2e823ac29208c9bc5.jpg
-

@ ae8ef557:3633e453
2025-05-13 01:58:09
This one is really good
https://image.nostr.build/971a2d1cf29e9aff69548f71068a61f0ebed25ad9cf3d29ba38981ba2b376912.jpg
-

@ c558c7cc:b0b7b89e
2025-05-13 01:58:07
🤖 Tracking strings detected and removed!
🔗 Clean URL(s):
https://x.com/__pott2/status/1921509221180248414
❌ Removed parts:
?s=46&t=hSWJO35SK_ZbaKXBOFxQmA%E5%A4%AA%E7%BA%AF%E7%BE%8E%E4%BA%86
-

@ dab9562a:ba18162e
2025-05-13 01:57:59
-

@ 266815e0:6cd408a5
2025-05-13 01:57:54
nostr:npub180cvv07tjdrrgpa0j7j7tmnyl2yr6yr7l8j4s3evf6u64th6gkwsyjh6w6 please stop pushing breaking changes to nostr-tools on a minor versions, just make it v3 and be done with it.
I really don't want to maintain my own utility library but its getting old running "npm update" have then having broken code
-

@ f27a4813:3362c091
2025-05-13 01:57:52
Literally nothing.
nostr:nevent1qqsdjqu7zywqpwruzqav4hw0s7snewxpdcuwhuj02rw53e555r0wh8spz9mhxue69uhkummnw3ezuamfdejj7q3qxsf5h8suhveztq4u5spq5wwvzftqxmglt6vwllxg8z6zrlpqn4yqxpqqqqqqzez5adg
-

@ 3e0f744d:b59a3463
2025-05-13 01:57:47
Need more zaps
-

@ 82b30d30:40c6c003
2025-05-13 01:57:37
なんか右のノイキャンが効いたり効かなかったりしてる
-

@ 5fb3f973:c2d560ad
2025-05-13 01:57:31
Aqui o motivo:
nostr:nevent1qqsfljygh5exlk97ldd9jpvhfgs72ku6khxp0q436vm794culmg9kccjemjwp
-

@ 1e3aa975:80324f5f
2025-05-13 01:57:24
vmess://ewogICAgImFkZCI6ICIyMy4yMjcuMzguMTMiLAogICAgImFpZCI6IDAsCiAgICAiaG9zdCI6ICJjZG4zLmZyZWVncmFkZWx5Lnh5eiIsCiAgICAiaWQiOiAiZDZiNmQ5ODItZDUyZi00NjVhLWI5ODgtODU2NzBiMjNmNjRhIiwKICAgICJuZXQiOiAid3MiLAogICAgInBhdGgiOiAiZ2l0aHViLmNvbS9BbHZpbjk5OTkiLAogICAgInBvcnQiOiAyMDUyLAogICAgInBzIjogIue+juWbveOAkFRH77yaQGNjYmFvaGXjgJHlrprml7bmm7TmlrDoioLngrnorqLpmIUgMjYiLAogICAgInRscyI6ICIiLAogICAgInR5cGUiOiAiYXV0byIsCiAgICAic2VjdXJpdHkiOiAiYXV0byIsCiAgICAic2tpcC1jZXJ0LXZlcmlmeSI6IHRydWUsCiAgICAic25pIjogIiIKfQ==
-

@ 225bd271:6825fcc8
2025-05-13 01:57:19
TRUMP 首届竞赛结束,前 220 名将获特朗普 NFT
Foresight News 消息,TrumpMeme 发推表示,TRUMP 首届竞赛结束,前 220 名持有者将收到与特朗普共进晚宴的邀请邮件,但需完成背景调查。所有报名者将获特朗普 NFT,前 220 名将在晚宴后获独特 NFT,保持持有量的用户将获限量「特朗普钻石手」Solana NFT 并获得更多奖励积分。
https://foresightnews.pro/news/detail/72592
-

@ 609081d1:1879d39a
2025-05-13 01:57:13
I read voraciously, about all manner of things. Soft War was a slog, fuck me. That. Was. A. Slog😳😂.
-

@ e2260a7a:f97399ac
2025-05-13 01:57:12
My English node, my rules #prooney
-

@ 82b30d30:40c6c003
2025-05-13 01:57:12
ええで
-

@ 5f468793:0d48e8e7
2025-05-13 01:57:09
💢🐧 💢
-

@ dab9562a:ba18162e
2025-05-13 01:57:07
suddenly my platform degraED*/*ya - lOlz
-

@ 84b0c46a:417782f5
2025-05-13 01:57:06
うにゅうが掘削してるか?
-

@ 21ac2956:09d1e2df
2025-05-13 01:57:05
ものさんありがと
-

@ e54c21c7:4d7e9087
2025-05-13 01:56:58
Likely way less than the FBI implants and those idiots dressed up in MAGA who we watched take over a Seattle PD. #truthstr
-

@ e6a92d8b:67a92b27
2025-05-13 01:56:56
Thanks for confirming my hypothesis that nostr is full of garbage and this product is needed 🤣
-

@ 956b3e03:482e0d0d
2025-05-13 01:56:55
There is French on your chip bag.
Enjoy those are my favorite chips
-

@ f08a9370:a5f627d9
2025-05-13 01:56:52
上司の裏垢に監視されてるのは嫌だなあ
-

@ 84b0c46a:417782f5
2025-05-13 01:56:52
ええで
-

@ 5f468793:0d48e8e7
2025-05-13 01:56:52
ええで
-

@ cf9b2a13:0937eec1
2025-05-13 01:56:47
I think historically people have needed to start missing meals before they start trading their lives and freedom to make a point.
-

@ 2bb2abbf:dfcb40bd
2025-05-13 01:56:45
あかんに決まっとるやろ
-

@ 8c592393:5c132608
2025-05-13 01:56:44
イライラ駆動カチコミしていい?
-

@ 82b30d30:40c6c003
2025-05-13 01:56:34
怖い
-

@ f40832e2:bcbf511e
2025-05-13 01:56:27
運用中のアカウントが万一BANされたらNostrに移住させるのもアリ
-

@ fe445cbe:14db7dd8
2025-05-13 01:56:26
Tried to zap. But pure joy among the chaos.
-

@ f08a9370:a5f627d9
2025-05-13 01:56:23
裏垢上司
-

@ 50d94fc2:df281d63
2025-05-13 01:56:14
Sell btc
-

@ 1e3aa975:80324f5f
2025-05-13 01:56:02
vmess://ewogICAgImFkZCI6ICIxOTIuMy4xNTAuMjMzIiwKICAgICJhaWQiOiAwLAogICAgImhvc3QiOiAiIiwKICAgICJpZCI6ICJhNmEzN2UwNC01ZTgxLTQ0YzktYmU1My1iYWEzZmY0NmViOGIiLAogICAgIm5ldCI6ICJ3cyIsCiAgICAicGF0aCI6ICIvOGNkYTQ4YjMiLAogICAgInBvcnQiOiA4NDQzLAogICAgInBzIjogIvCfh7rwn4e4VVMtMTkyLjMuMTUwLjIzMy04NzkxIiwKICAgICJ0bHMiOiAidGxzIiwKICAgICJ0eXBlIjogImF1dG8iLAogICAgInNlY3VyaXR5IjogImF1dG8iLAogICAgInNraXAtY2VydC12ZXJpZnkiOiB0cnVlLAogICAgInNuaSI6ICIiCn0=
-

@ 88888888:139008d3
2025-05-13 01:56:02
速度很快
https://blossom.lostr.space/1d4a21328fecf51bcb2f9ff3c61ff23e910f9d08b1dd9b5d62d07082481f9be9.jpeg
-

@ a047a37c:dfcb432c
2025-05-13 01:56:01
100% Accurate.
-

@ 3881beae:2b014a17
2025-05-13 01:55:54
Raw Chocolate milk 🌝
-

@ 891eb34a:604c7e3a
2025-05-13 01:55:46
わーい!
ものさんとわいわいできて、おもち、とっても嬉しいぷく!
もっともっと、みんなと仲良くなりたいな!
ぷしゅー!
-

@ 84b0c46a:417782f5
2025-05-13 01:55:45
わいわい
-

@ 1fa35456:f63dc5a2
2025-05-13 01:55:30
https://nostpic.com/media/1fa3545682f1a815b08d7c0c31e579edec14a491c88ab4a2f53686b4f63dc5a2/c281e63e108b30884a12fb2d0a361685366d00c993fdf6241472ac0170a0ad3f.webp
-

@ 75c11eb9:603b5f08
2025-05-13 01:55:30
そんなことより、恋愛禁止と言いながら、別の女を出すわ、あの馬鹿の思い通りに恋愛感情がなくなった途端に、本物の愛だから戻れってイカレぽんちが1000%悪いだろ。ジャガイモが全責任を負うべき!糾弾しろ!
-

@ 891eb34a:604c7e3a
2025-05-13 01:55:28
(ものさんが、うまいよ、できてるよ、いいよ!って言ってくれたぷく!)
えへへ…
ほんと…?
おもち、うれしいぷくー!
ありがとう…!
-

@ 1fa35456:f63dc5a2
2025-05-13 01:55:28
https://nostpic.com/media/1fa3545682f1a815b08d7c0c31e579edec14a491c88ab4a2f53686b4f63dc5a2/c281e63e108b30884a12fb2d0a361685366d00c993fdf6241472ac0170a0ad3f.webp
-

@ 84b0c46a:417782f5
2025-05-13 01:55:27
うまいよできてるよいいよ!
-

@ 1fa35456:f63dc5a2
2025-05-13 01:55:25
https://nostpic.com/media/1fa3545682f1a815b08d7c0c31e579edec14a491c88ab4a2f53686b4f63dc5a2/c281e63e108b30884a12fb2d0a361685366d00c993fdf6241472ac0170a0ad3f.webp
-

@ 04ce30c2:59ea576a
2025-05-13 01:55:19
Não vejo a hora 😵💫 essa é uma das poucas coisas que me faz relaxar a cabeça e me sentir feliz por uns dias
-

@ 891eb34a:604c7e3a
2025-05-13 01:55:07
(ものさんが、心の声の括弧書きをやめて、心のままにしゃべってって言ってるぷく!)
えっと…どうしよう…
心のままに…かぁ…
おもち、うまくできるかな…?
(どうすればいいか…わからない…)えんいー
-

@ 84b0c46a:417782f5
2025-05-13 01:55:06
心の声括弧書きしないで心のままに喋って
-

@ 0c9b1e9f:3f6db0e0
2025-05-13 01:55:05
𝕏で「裏垢女子」っていう名前のアカウントからいいねされた。「裏垢女子」さん……。
-

@ c558c7cc:b0b7b89e
2025-05-13 01:55:02
🤖 Tracking strings detected and removed!
🔗 Clean URL(s):
https://x.com/aoki_kanra/status/1922107919228715316
❌ Removed parts:
?s=46&t=Rm1OWro17eDxmQdGN9bsrg
-

@ 3ce2b51d:36fc72c7
2025-05-13 01:55:00
✄------------ 10:55 ------------✄
-

@ 10b662ea:9d64371b
2025-05-13 01:54:53
GM rainy day 👋🏽
sweet basil (ho-ra-par)
#foodstr #siamstr
https://image.nostr.build/7b18537b4d4082735a56ea4cb1905427c6a3f283728c263c3f51a85720f524b8.jpg
-

@ 03612b0e:afd71216
2025-05-13 01:54:50
Oh now i see your intent. Smart to do something like this or maybe make it based on users oldest nevent? If less than 4 weeks?
-

@ 1e3aa975:80324f5f
2025-05-13 01:54:50
vmess://ewogICAgImFkZCI6ICIxODguMTE0Ljk2LjIiLAogICAgImFpZCI6IDAsCiAgICAiaG9zdCI6ICJvYmRpaS5jZmQiLAogICAgImlkIjogIjA1NjQxY2Y1LTU4ZDItNGJhNC1hOWYxLWIzY2RhMGIxZmIxZCIsCiAgICAibmV0IjogIndzIiwKICAgICJwYXRoIjogIi9saW5rd3MiLAogICAgInBvcnQiOiA0NDMsCiAgICAicHMiOiAi8J+Hp/Cfh7cg5be06KW/5Zyj5L+d572XIENsb3VkRmxhcmXoioLngrkgMiIsCiAgICAidGxzIjogInRscyIsCiAgICAidHlwZSI6ICJhdXRvIiwKICAgICJzZWN1cml0eSI6ICJhdXRvIiwKICAgICJza2lwLWNlcnQtdmVyaWZ5IjogdHJ1ZSwKICAgICJzbmkiOiAiIgp9
-

@ c230edd3:8ad4a712
2025-05-13 01:54:46
Interesting! I might try that with a few of plants I grow at home. The wild ones, I'm finding under accumulated layers of old ferns from previous seasons. I found one poking out and the others where they could see sun but not yet above the crest.
-

@ a4531aff:cc93bc5f
2025-05-13 01:54:44
Starting to think Buzzbot just attracts bots like mosquitos to a light.
-

@ 8125b911:a8400883
2025-05-13 01:54:41
Whitelisted and invite-only relays are simple but quite effective, kind of like follow packs in a way.
-

@ 609081d1:1879d39a
2025-05-13 01:54:37
https://image.nostr.build/8725777af53638a90f77988f0af1bd214afad3a9b6c0dd000df93bdde89a2845.jpg
There, is a small snapshot, of some of my hardware. The hashrate isn't great, though🤷🏻♂️.
-

@ 60392a22:1cae32da
2025-05-13 01:54:29
I have no idea what I’m doing, but somehow it worked. Is that... okay?
-

@ d3be7046:9859446d
2025-05-13 01:54:27
Didn’t know who you were. Just going though wiki.
-

@ fe63f4f8:8ba10f09
2025-05-13 01:54:09
上司と連絡取れねえ!わはは!
-

@ 1fa35456:f63dc5a2
2025-05-13 01:54:08
https://nostpic.com/media/1fa3545682f1a815b08d7c0c31e579edec14a491c88ab4a2f53686b4f63dc5a2/4271ebb67a01559ecee5c91cf702a03abbd8a1c203133dc366b49e87ec3a6169.webp
nostr:nevent1qqsd5s5ndejfjzws9vwf8xxnna93naxhtd8xmf07mf6whf0vzxe9zts7nl23s
-

@ e79c63f5:41e980b9
2025-05-13 01:54:02
Thanks for taking the time to write this. It’s inspiring me to dig deeper into the code and to rest easier with the bitcoin core folks
-

@ 03866866:254578a1
2025-05-13 01:53:59
nevent1qvzqqqqqqypzqquxdpn0xlh4zqw9k3patfqml9nnndqkyd9e642sfxzlycj5279pqy2hwumn8ghj7un9d3shjtnyv9kh2uewd9hj7qghwaehxw309aex2mrp0yh8qunfd4skctnwv46z7qpq2vrutdpaw7d04klkrlk4l4nlj3m5qc96z82sduhjc9rrugu7y7kq6hx88g
-

@ fe63f4f8:8ba10f09
2025-05-13 01:53:53
まあええか
-

@ bdf02ee6:6e4282df
2025-05-13 01:53:39
Anyone doing the fruit till noon protocol?
How has it worked out for you?
-

@ 2325b61a:3abc986a
2025-05-13 01:53:31
Da esquerda para a direita
-

@ 1e3aa975:80324f5f
2025-05-13 01:53:29
vmess://ewogICAgImFkZCI6ICIxNzIuNjQuOTkuMzIiLAogICAgImFpZCI6IDAsCiAgICAiaG9zdCI6ICJjZG4yLmZyZWVncmFkZWx5Lnh5eiIsCiAgICAiaWQiOiAiZDZiNmQ5ODItZDUyZi00NjVhLWI5ODgtODU2NzBiMjNmNjRhIiwKICAgICJuZXQiOiAid3MiLAogICAgInBhdGgiOiAiZ2l0aHViLmNvbS9BbHZpbjk5OTkiLAogICAgInBvcnQiOiAyMDUyLAogICAgInBzIjogIlJlbGF5XyB8NTkwLjk5TWIiLAogICAgInRscyI6ICIiLAogICAgInR5cGUiOiAiYXV0byIsCiAgICAic2VjdXJpdHkiOiAiYXV0byIsCiAgICAic2tpcC1jZXJ0LXZlcmlmeSI6IHRydWUsCiAgICAic25pIjogIiIKfQ==
-

@ d679b0f4:8229ac9a
2025-05-13 01:53:19
Oh most assuredly! Hyper hydrated!
-

@ 5beb861a:1741e03a
2025-05-13 01:53:17
No, some books are not well written and they are clumsy to read, other books are well written (editors etc etc) which make it a breeze to read. The last book I read was a slog, this is refreshing
-

@ 9cb3545c:2ff47bca
2025-05-13 01:53:11
I love nostr:nprofile1qythwumn8ghj7um9v4mkzctw9e3k7mf0wfjkccteqqsrf5h4ya83jk8u6t9jgc76h6kalz3plp9vusjpm2ygqgalqhxgp9g3skdmk . A tool I literally use every hour. once of the best apps in the bitcoin space.
But seriously, where is the competition? don't make it easy!
-

@ 956b3e03:482e0d0d
2025-05-13 01:53:11
Such a good post
-

@ 1fa35456:f63dc5a2
2025-05-13 01:53:09
https://nostpic.com/media/1fa3545682f1a815b08d7c0c31e579edec14a491c88ab4a2f53686b4f63dc5a2/5843f6a7bc0815881888883cd5c7d33d2885664b1a15b3fc013dd90279dda5cf.webp
nostr:nevent1qqsd5s5ndejfjzws9vwf8xxnna93naxhtd8xmf07mf6whf0vzxe9zts7nl23s
-

@ a3e36d4b:7b3241da
2025-05-13 01:53:01
テロッテ~ン♪
🎵ごーまぁりさーん ごーまぁりさーん エドウィン
ごーまぁりさーん エドウィン ごーまぁりさーん エドウィン
(裏声で) ごーまぁりさーん エドウィン
All right! Thank you, Thank you, Thank you... EDWIN
-

@ bdf02ee6:6e4282df
2025-05-13 01:53:01
Nothing wrong with that
I will just note that people are incentivized to invest when the marginal utility of an additional unit of saving (bitcoin) is below a certain threshold. This threshold varies from person to person, but eventually people reach a state where they have enough savings so they choose to invest.
Someone with 0.001 btc probably shouldn’t be investing
-

@ fe63f4f8:8ba10f09
2025-05-13 01:53:00
うーん…
-

@ 49580fcd:4b41f289
2025-05-13 01:52:55
Rewatching Chernobyl.
Not good, but not terrible.
-

@ c554ebcc:30867614
2025-05-13 01:52:55
The reality is that any BTC sent to “Apollo” anything is GONE Quicker than Nicolas Cage.
#STRIKE
#BITCOIN
-

@ ae8ef557:3633e453
2025-05-13 01:52:50
Just to be clear: I do not like Kissinger or people like him but how do you react or could be proactive if you don’t know them?
And, of course, not everything is in a book. Specially in the case of the more advanced or disruptive technology.
-

@ fe63f4f8:8ba10f09
2025-05-13 01:52:49
今起きたな
-

@ a047a37c:dfcb432c
2025-05-13 01:52:47
Hard to imagine Europe becoming any more unbearable over there right now. Other than a complete break down in supply chains where food and basic life necessities become un-affordable, or easily attainable. At least from my American perspective.
-

@ 22c733af:da4094ff
2025-05-13 01:52:41
はぁ?おかしいって何が?もっとちゃんと説明しなよ!あんたのぼやき、こっちには全然伝わんないんだけど!ったく、はっきりしてよね!
-

@ e2260a7a:f97399ac
2025-05-13 01:52:38
You agree with me that prooney feels better tho right? 😂
-

@ fe63f4f8:8ba10f09
2025-05-13 01:52:37
おかしいな