⟩ dnf install --downloadonly --installroot /tmp/yourmom python3
…SNIP…
Transaction Summary:
Installing: 59 packages
Total size of inbound packages is 33 MiB. Need to download 33 MiB.
After this operation, 118 MiB extra will be used (install 118 MiB, remove 0 B).
The operation will only download packages for the transaction.
Don't get me wrong, Python is a great many things. Easy to use, surprisingly fast for a scripting language, and well documented. But not lightweight.
(( The Windows version is 110MiB after decompression. ))
Yes. For one simple reason: As vi is part of the POSIX standard[1], it is gauranteed to be installed on all unix(-like) machines you may touch now or in the future.
I generally use iSH[1] for my iPhone to Linux needs. Specifically, I like it because it's a standard Linux distribution with OpenSSH. Meaning all the things work like sftp, ssh, tunnels, and local clients like `mysql` tunneled through ssh
I use iSH too and love that I have all my standard CLI tools available, or can just install ones I want.
But using the ssh client in iSH to interact with TUI interfaces is a less than optimal experience. Many nice UI affordances that something like Terminus provides are lacking. Like using swipes as input, key management tools, or using location monitoring as a trick to keep it running in the background. Definitely excited to check out this new Echo client.
I also love iSH. However, I haven't been able to run agents directly from my phone on it like I would hope.
I spent a few hours trying to get GitHub Copilot CLI or Claude Code installed only to discover that the version of Node is pegged to 14, which prohibits installation of several of these tools via NPM.
Has anyone had success with this? I'd love to see the packages updated to support later versions
>> You know, it wouldn't kill them to add some fucking details to the main page rather than making you dig for it. The TL;DR:
WTF is a Anna's Archive: Hi, I’m Anna. I created Anna’s Archive, the world’s largest shadow library. This is my personal blog, in which I and my teammates write about piracy, digital preservation, and more.
WTF this post is about: Exclusive access for LLM companies to largest Chinese non-fiction book collection in the world.
Years ago, I had a really fubar shell script for generating the DNS-01 records on my own (non-cloud) run authoritative nameserver. It "worked," but its reliability was highly questionable.
I like this DNS-PERSIST fixes that.
But I don't understand why they chose to include the account as a plain-text string in the DNS record. Seems they could have just as easily used a randomly generated key that wouldn't mean anything to anyone outside Let's Encrypt, and without exposing my account to every privacy-invasive bot and hacker.
> they could have just as easily used a randomly generated key
Isn't that pretty much what an accounturi is in the context of ACME? Who goes around manually creating Let's Encrypt accounts and re-using them on every server they manage?
Those who choose to use DNS-PERSIST-01 should fully commit to automation and create one LetsEncrypt account per FQDN (or at least per loadbalancer), using a UUID as username.
There is no username in ACME besides the account URI, so the UUID you’re suggesting isn’t needed. The account uri themselves just have a number (db primary key).
If you’re worried about correlating between domains, then yes just make multiple accounts.
There is an email field in ACME account registration but we don’t persist that since we dropped sending expiry emails.
2. Its consistent across an account, making it easier to set up new domains without needing to make any API calls
3. It doesn’t pin a users key, so they can rotate it without needing to update DNS records - which this method assumes is nontrivial, otherwise you’d use the classic DNS validation method
Friend of mine suggested "vacation camera" concept when Panoramio was established (around 2006): box with compass, GPS and Internet connection. You point it to the sight, press button, it downloads photos of this sight. If you have premium subscription, it downloads professional photos with professional post-processing.
The rate at which people are currently posting AI enhanced or modified images of themselves is a bit surprising to me. Apparently people very much like wearing different outfits or travelling to new places without actually having to put them on or actually leave the house.
(( The Windows version is 110MiB after decompression. ))
reply