virgoerns
No user record in our sample, but virgoerns has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but virgoerns has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
1. Buy a domain and bind it to your email so this situation never happens again in the future. 2. Automatically forward all new emails to the new provider (gmail has an option for that somewhere). 3. Gradually change…
Emacs?
It doesn't need root if you set MANPATH.
The problem with long startups is that they break the flow. I live in CLI. I open and close terminal windows all day long, sometimes just for quick 2-3 commands to check something. 100 new interactive shells a day is my…
We're buying mice and we want 2 or 3 females. So yesterday I was searching "how to check mouse gender". Imagine my confusion when search engine recommended me a bunch of "how to sex mice" youtube videos!
FYI, ctrl-d isn't a shortcut to exit terminal. It sends EOF (end of file) character which, when reaches shell, closes stdinput file of shell. It generally closes any active interactive input, like all repls, interactive…
How do you use it so it's more ergonimic than typing arguments manually reversed? `unmv !$` ?
Podman 4.7 supports both the ordinary compose (Go implementation) and older Python podman-compose. But personally I moved to quadlets and didn't look back.
I love that you include hledger! It's amazing piece of software, even if a little obscure for people unfamiliar with plaintext accounting!
WSJ probably updated the article. Here's the newer link: https://archive.is/20250501040217/https://www.wsj.com/tech/a...
They can be configured globally with core.hooksPath or init.templatedir git config options.
Can you tell what's the usecase for creating FUSE for dokuwiki? Basically, dokuwiki is just a bunch of text files so wouldn't it be simpler and more efficient to e.g. mount them as NFS or share via Dropbox/Syncthing?
Your comment reminds me about Polish movie "Life as a Fatal Sexually Transmitted Disease", which is a story of a doctor dying from cancer. Some variations of this title were semi-popular in Poland in early 2000s.
A guitar. My first classical guitar, which I bought 20 years ago, cost 50 PLN (~$12) and it kickstarted my love for playing a music. Not only that. I spent thousands of hours practising and now music accompanies me all…
We broke our monolith ~2015. 8 years later we still have the original monolith plus the original mircoservices are now monoliths too which need splitting. Upgrades were a nightmare for first 5 years, but we solved it…
I like cheat.sh as the alternative for tldr which doesn't need to be installed as all, because it can be used with curl: $ curl cheat.sh/tar
> Services have operating costs So does ordinary, non-service software (like mentioned, Linux, gcc or vim). Hosting of their websites, mailing lists, CI, time of developers... they all cost very real money. And yet,…
> It doesn’t help that I’m relatively new to guitar. I've played for 16 years and I still have these moments. But thankfully it's so satisfying when the music finally kicks in.
> Attribution and recognition is more than enough. To be fair, they're just fulfilling they're legal requirements. Second paragraph of MIT License requires including License and copyright notice: "The above copyright…
> Kitty should just identify as xterm like every other terminal written in the last 20 years. This is not my experience at all. I'd say most of terminals, including modern ones, have unique terminfos and work miserably…
Ledger CLI is wonderful. I've been using it for over a year for budgeting (via envelope-style virtual accounts) and keeping track of my family expenses. The biggest advantage is that it's just a plain text. I can read…
It works in a single folder only. It's actually a set of the following commands: - D tells mutt to delete messages by pattern - ~= is pattern which selects all the dupes in current folder - $ finalizes the command I…
I use mutt for that which modifies local maildir so it's super fast. Commands are: "D~=$". Then it's just a matter of syncing local changes back e.g. with mbsync.
https://xkcd.com/1179/ BTW: what does "today" mean when your wall clock shows e.g. 23:25:00? Is it "today in Lisbon" or "today at your timezone"?
It's all about software licenses. 1) free as in "gratis" (freeware software) - you can download it for free, install it and use it. And that's all. Usually it's already compiled so you don't have an access to the source…