I’m using the Gnome Keyring on my Arch Linux system with Xfce desktop environment, and access its secrets from the command line with secret-tool, but I believe KeepassXC also supports the DBus Secret Service API, so that you can use secret-tool with it also.
- 0 Posts
- 30 Comments
christopherto Privacy@lemmy.ml•Is there a well-supported secondary SMS phone number service?English3·3 months agoCallcentric has Canada numbers. For their Pay Per Minute plan, there is a US$3.95 setup fee. Monthly charge of $3 for the number, plus $0.015 per minute incoming voice (outgoing charge varies by location called) and $0.01 per SMS. Probably an additional charge for 911 emergency number access if you tell them you are going to use the number from inside the USA or Canada.
You can read your text messages on their website and/or have them sent to your email address.
I got a California number from them when I was living there in 2009 or so, and added the SMS more recently (which added $1 to my previous monthly charge of $2). It has never failed me for SMS verification for banks, etc. I have not tried WhatsApp or Telegram.
christopherto Language Learning@sopuli.xyz•Have you tried talking to someone in the language you are learning?3·3 months agoBelize is an English-speaking country, but many of the innkeepers, shopkeepers, and waiters are Chinese. I asked a shopkeeper, in Chinese, where I could find a particular item, and got quite a surprised look, but was understood, and I understood his answer.
Though later on, in another shop, when I didn’t know the Chinese name of the item I was looking for, I of course came upon the person stocking shelves who spoke only Chinese.
In the same country, I was a house guest, when two men came looking for my host, who was out. They spoke at me really fast, and I had no clue what they said. Then more slowly, “Do you speak English?”
“Yes,” I answered. “But please speak slowly.” They were English speakers, but I did not understand them with their Belizean accent.
Somehow I have a problem understanding most people speaking English, except my fellow Americans (and I even have difficulty understanding some southerners there) but I can understand any accent in Spanish except the Cubans.
Though it turns out about half the people in Punta Gorda can speak Spanish as well as English, which helped me immensely.
Later, in Guatemala, I was at the grocery store asking where to find raisins. And saying not just raisins, but describing them as little black dried-up grapes. Most Guatemalans understand me, and I them (in Spanish). But now I know that is because they are accommodating me by slowing their speech. Every once in a while, I run into someone who is like me with the Belizeans and foreigners speaking English. And then there is a failure to communicate.
christopherto linux4noobs•Can anyone recommend a resource for better understanding Arch terminal commands, and the "why" behind them3·3 months agoI like to read info files when there is one (there are only hundreds of info files vs. thousands of man pages). Many are on your computer already in /usr/share/info folder. To read them, either use M-x info inside emacs, or console app info which is part of the texinfo package, or tkinfo from the AUR. The console app will show you the man page if there is no info file.
Info files tend to be organized hierarchically and be more extensive and tutorial in nature than man pages.
There are some memory techniques where you tell yourself a story about the word where you can use some particular person, action, or object to represent the gender. Though these techniques work better if you have the ability to visualize. So for words that are female gender, you could always put your sister in the story, and for the male gendered words your uncle always appears.
On my machine, neovim is visibly faster on uxterm over alacritty, another gpu-accelerated terminal emulator, so I’m not going to bother trying ghostty. Also, I don’t have gtk4 on my computer now. I don’t see the need to install it just for a terminal emulator. In addition to xterm, I also have xfce4-terminal (included with the Xfce desktop environment I’ve been using since Gnome 2 went away) for when I want font-fallback support or a drop-down terminal.
christopherto linux4noobs•Is there a good, modern, widely accepted, learning Linux resource?2·9 months agoinfo {command}
although not available for all commands will often give texts that are more tutorial in nature. If you don’t like the interface of info, you can use tkinfo instead.
Just get in the habit of checking for your keys before you go through any door. It takes no mental effort once it’s a habit. If they aren’t in your pocket (or in my case a lanyard) then they are in that room or vehicle, so you should recover them before going out. This method worked for me 100% for decades. It only failed after I got married and my wife started stealing them. But it’s usually not too hard to find her.
christopherto Learn Programming•How to go from writing code that works to writing efficient, clean code and following good practices?2·9 months ago# No else statement, shorter. def foo(x: int) -> str: if x%2: return "first" return "last"
This is easier to think about for me: am I weird? Numbers can be interpreted as boolean in C but not in Go, which came later and is presumably an improvement.
christopherto linux4noobs•How can I easily and conveniently transfer files wirelessly between my linux computer and android phone?1·11 months agoI drop files I want to share in
~/public_html/files/
as I have a webserver running on my desktop with the firewall open to the local network. Might be tough for a noob to setup though. But on my phone the file shows up in/~christopher/files/
and I have trouble remembering how to type the tilde.
I’m using this preset with pulseeffects.
To install it on emacs 29 paste this into a scratch buffer and evaluate it:
(package-vc-install '(minimpc :url "https://codeberg.org/nmtake/minimpc.el.git"))
And put this in your init.el:
(require 'minimpc)
You don’t need Vertico or Orderless. I’m using emacs’ built-in completion–it works fine.
christopherto Learn Programming•Can I learn android development in a non-javscript IDE? DAE find electron/javascript IDEs confusing?1·1 year agoI’m pretty sure Android Studio has a search function for its menus.
In case you’re on Archlinux, the thonny 4.1.4-1 package in chaotic-aur unofficial repo works for me.
For the ebook, install pandoc, then run this:
pandoc -f rst -t epub2 -o pkgsample.epub --metadata title=“nedbat/pkgsample: A simple example of how to structure a Python project” --metadata author=“Ned Batchelder” https://github.com/nedbat/pkgsample/raw/main/README.rst
Can you follow Dave Touretzky’s book? The 1990 PDF version is free.
monocles browser by default opens sites without enabling JavaScript or cookies, unless they are added to trusted sites. It also has a button to enable JavaScript temporarily per site.