Alexandria Catalogue - Articles

In Progress Refresh

Browse and read Markdown articles (kind 30023) from Nostr relays.

Relays used: wss://nostr.land, wss://thecitadel.nostr1.com, wss://theforest.nostr1.com, wss://orly-relay.imwald.eu, wss://nostr21.com, wss://relay.damus.io, wss://christpill.nostr1.com, wss://nostr.sovbit.host
(Default relays)
Clear Clear

Note: Relay field is for this search only and does not affect the cache.

Showing 5501-5550 of 6373 articles

Title Author Created ↓
What Counts as an Observable: Invariants After Pullback
What Counts as an Observable: Invariants After Pullback
This post defines observables in Geometric Unity: quantities that are invariant under transport symmetry and stable under pullback.
Learning From My Son
Learning From My Son
How My Son’s Relationship With Me Illuminates My Relationship With God
Salt: A Silent Ingredient That Shapes Our Health
Salt: A Silent Ingredient That Shapes Our Health
This article explores how a simple dietary change can have a powerful impact on cardiovascular health. It explains why everyday nutritional habits matter, who benefits the most, and how better health decisions can be guided by science—without sacrificing flavor or daily routines.
Claude: Speed up responses with fast mode
Claude: Speed up responses with fast mode
Claude: Speed up responses with fast mode (https://code.claude.com/docs/en/fast-mode) New "research preview" from Anthropic today: you can now access a faster version of their frontier model Claude
How I Built a $0/Month NIP-05 Service Using Cloudflare Workers + Lightning
How I Built a $0/Month NIP-05 Service Using Cloudflare Workers + Lightning
Build a fully automated NIP-05 verification service with zero hosting costs using Cloudflare Workers, D1, and LNbits
OpenClaw: Building in the Blast Radius
OpenClaw: Building in the Blast Radius
A fully isolated, disposable, tightly controlled build environment is the only reliable way to use OpenClaw without exposing your real systems to its supply-chain risks.
Vibe Coding at One: From Meme to Movement
Vibe Coding at One: From Meme to Movement
One year ago, Andrej Karpathy coined 'vibe coding.' It became a dictionary word. At Soapbox, we've spent that year building the tools to make it work—not just for throwaway projects, but for real applications that matter.
Building Pathos: From Hackathon to Real-World Activism
Building Pathos: From Hackathon to Real-World Activism
We built a censorship-resistant platform for activists in 48 hours. Within hours, Venezuelan activists were using it to organize against authoritarianism.
The Great Suppression: Why Bitcoin Falls as the Financial System Collapses
The Great Suppression: Why Bitcoin Falls as the Financial System Collapses
ETFs, paper currency, and fear narratives: how banks are redirecting global liquidity to prevent the adoption of the only sovereign currency they cannot control.
Dynamic reverse proxy using nginx in Kubernetes
Dynamic reverse proxy using nginx in Kubernetes
OK, first of all, let me make sure that you understand what we are trying to do here. Let us say that I have a lot of kubernetes services with names like below. This list may grow or shrink
Auto shutdown VM if no active SSH connections
Auto shutdown VM if no active SSH connections
Here is a simple workflow that I have extracted out into a blog. I generally have a VM on standby to offload some tasks over to that VM instead of running things on my laptop. One main example of
Mounting S3 bucket in docker containers on kubernetes
Mounting S3 bucket in docker containers on kubernetes
Another installment of me figuring out more of kubernetes. Full code available at meain/s3-mounter (https://github.com/meain/s3-mounter) So, I was working on a project which will let people login
A simpler method for a reactive UI
A simpler method for a reactive UI
Hola¡ I have been doing frontend for a long time. I started off with vanilla JS, then used jQuery and after that moved directly onto using pretty much React. I have tried out a lot of others and
What exactly are stock options?
What exactly are stock options?
So yeah, this is me trying to write a non technical blog. Not sure how this will end up. This is just an intro, very basics of what I wished I knew when I started off. I am not someone who really
Completely remove a file from git history
Completely remove a file from git history
UPDATE: I did run into some pretty good documentation from GitHub here (https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository). One
Copy file opened in macOS preview to working directory
Copy file opened in macOS preview to working directory
Another random script I pieced together recently. I generally have a bunch of temp folders that I keep around for files to go in. And at times, I have pull some files into the current folder I am
Floating scratch terminal in tmux
Floating scratch terminal in tmux
Hi, Just another one off blog. I have been using tmux for a while and one main thing I always wanted to have in tmux is a floating scratch terminal. I got so used to this during my time with i3 and
What you need might not be Kubernetes
What you need might not be Kubernetes
Let me get this out first. There is small chance that what you need is Kubernetes, but it is highly unlikely. What you need is not Kubernetes. What you need is scaleable deployments. If you haven't
Der Weg zum besten Bitcoin-Preis: Börse und Orderbuch einfach erklärt
Der Weg zum besten Bitcoin-Preis: Börse und Orderbuch einfach erklärt
Dieser Artikel erklärt einfach und verständlich die Funktionsweise von Bitcoin-Börsen, inklusive wichtiger Konzepte wie Orderbuch, Spread und Liquidität. Du lernst, wie du durch den Einsatz von Limit-Orders Gebühren sparst und so deutlich günstiger an deine Sats kommst als bei herkömmlichen Brokern.
Voluntary stories
Voluntary stories
The narrative we run in our head is a choice. It might or might not be based on objective reality and verified history. Doesn’t matter, it’s still a choice. There are millions of ways we can
How to make Vim and Tmux friends with system clipboard
How to make Vim and Tmux friends with system clipboard
Fist of all, a small apology. The tmux solution is a bit specific and works only if you are using macOS and iTerm as your terminal emulator. Get Vim to play nice #
How Emacs took over my Vim life
How Emacs took over my Vim life
Edit: I am back to using neovim. I was a fanatic Vim user for about two years and use to believe that Vim is the only text editor that was cool. But, now I use Emacs. My emacs
Ehh, Webassembly?
Ehh, Webassembly?
Well, hey. So, what is Webassembly? # (https://blog.meain.io/2017/ehh-webassembly/#well%2C-hey.-so%2C-what-is-webassembly%3F) To be blunt and simple it is just assembly on the web. What you do is
Creating a tic-tac-toe game in Clojurescript using Reagent
Creating a tic-tac-toe game in Clojurescript using Reagent
Whoosh, I am tired of JS all day long, let me try out something else. And yeah, I ended up here. Actually I was kinda playing around with Haskell before I reached here. It feels pretty good to have a
Take a picture of you every time you open your laptop
Take a picture of you every time you open your laptop
Take a photo every time the lid is open using the laptop camera. Hey, ever seen those time-lapse videos of plants growing up in a BBC documentary and thought wish I could do that for me. You
Connecting `Redux` to `React`, simplified
Connecting `Redux` to `React`, simplified
So, you have been working on your React project. Maybe you have heard about Redux and how it can make it all better and need some help getting started. What is Redux? #
Quickly go to project root
Quickly go to project root
Let us say you went deep in to a highly nested project structure and want to get back to the project root. Sure you could go cd ../<TAB>, nah not here cd ../../<TAB>, not here either ..... But there
John Locke – Freiheit, Eigentum und die Grenzen der Macht
John Locke – Freiheit, Eigentum und die Grenzen der Macht
John Locke legte das Fundament moderner Freiheit. Der Artikel zeigt, wie seine Ideen zu Eigentum, Selbstbestimmung und begrenzter Macht bis heute unsere politischen und gesellschaftlichen Debatten prägen.
Your voice on the open network
Your voice on the open network
Nostr it’s an open protocol where you control your identity, your words, and your digital presence. Here’s how to participate with clarity, privacy, and purpose.
OpenClaw Agents, Bitcoin & Nostr
OpenClaw Agents, Bitcoin & Nostr
Things are getting weird and awesome.
How Central Banks deliberately cause crises and inflation
How Central Banks deliberately cause crises and inflation
Central Banks under-inject liquidity by however much they want, whenever they want, to rug-pull whoever they want and bail out whoever they want.
Just flip a coin
Just flip a coin
A simple life hack that I use a lot. I just wanted to mention why I always use a coin toss to choose if I can't decide between two options. There is only two scenarios I am in when I can't decide
Releasing gh-issues-to-rss
Releasing gh-issues-to-rss
Project Url: https://github.com/meain/gh-issues-to-rss (https://github.com/meain/gh-issues-to-rss) Yet another package release coming your way. This is more of a scratch my own itch kinda entry.
Docker basics
Docker basics
Hi, the idea here is to introduce you to how docker works in very basic terms. We will go through how to create a docker file and how to run it and stuff like that. But just the basics, just enough
Publishing a console application to pypi
Publishing a console application to pypi
Let's say you have a very useful python script that you use and think other people might have some use out of it. One way is to just share the python snippet, but nah, that is too old school. Let us
A really simple nginx config
A really simple nginx config
This is another installment of "this is not a blog but a note for my future reference". Here, I will introduce you to writing a very simple nginx config file. The use case I will go over here
Understanding Rust macros
Understanding Rust macros
Yo, I have been working on Rust for some time now. It is a great language and a refreshment coming from a primarily Python and Javascript background. I feel like the compiler has got my back even
How to do server side autocompletion (networking parts)
How to do server side autocompletion (networking parts)
So, recently I had to create an autocompletion for a chat app at work. We did not need anything fancy for the first cut. Sounded like a simple project. This was in React I initially thought of
A bit more about configuring nginx (rewrite and alias)
A bit more about configuring nginx (rewrite and alias)
We went through some basic stuff you need to understand to configure nginx in an old blog (https://blog.meain.io/2019/a-really-simple-nginx-conf/). After writing that I had to work on another project
Automatically list files after cd
Automatically list files after cd
Almost everybody does an ls after they cd into a folder. So why not get your shell to automatically do it? The simple way # (https://blog.meain.io/2019/automatically-ls-after-cd/#the-simple-way)
Beginners guide to tensorflow serving
Beginners guide to tensorflow serving
tf-serving if you don't know is a tool that Google has built to serve model built using tensorflow. Even keras models with a tensorflow backend should do just fine. Even thought there are a lot of
Understanding Kubernetes (Basics)
Understanding Kubernetes (Basics)
So yeah, you have an amazing app(I am gonna assume it is in python) that you would like to deploy. You know how to deployment works. You spin up an instance on gcloud or aws or azure or somewhere
Setting local files as New Tab page in Firefox
Setting local files as New Tab page in Firefox
This will not work as of Firefox 72 So, I was going through r/startpages and checking out the startpages there. A lot of them looked pretty awesome and I decided to create one. And create, I did
Git never forgets, well kinda. `git-reflog`
Git never forgets, well kinda. `git-reflog`
Hi, I am gonna let you in on a little secret. Git never forgets what you do, you can mess up however you want and you will still have all your data available*. * as long as you have committed you
Accessing Kubernetes API from a Pod (RBAC)
Accessing Kubernetes API from a Pod (RBAC)
This article describes in general how to set up permission for a Pod so that it will have access to Kubernetes API. My exact use case was that, I wanted to run a Pod which will watch a redis queue
Making sure you won't commit conflict markers
Making sure you won't commit conflict markers
Recently I made a mistake of committing a conflict marker and pushing that code to Github. That is when I thought that I could have a easily avoided this if I had added a git-hook to warn me if the
How to create a SVG blob thingy in HTML Canvas
How to create a SVG blob thingy in HTML Canvas
You might have seen a lot of colorful blobs everywhere these days. It is simple and looks pretty without much effort. You even have tools like blobmaker.app (https://www.blobmaker.app/) to help you