Spyke

Replies

privacy

Comment on

Recommendations for private tracker for keys?

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.

Comment on

What got you into coding ? (aside from money)

My middle school algebra teacher sparked my interest in coding.

Due to moving around a lot, I never learned any mathematics, not even basic arithmetic before middle school. In the seventh grade, I was put in a class where the teacher just handed out worksheets with arithmetic problems, and then usually left the classroom until the end of the hour. On the rare occasions when she stayed, I asked her to teach me arithmetic, but she didn't believe I couldn't do it, so she never taught me and I failed the class.

But in the eighth or ninth grade, they allowed me to sign up for the Algebra for dummies class, which taught in two semesters what the normal class taught in one. My new teacher taught me arithmetic the first day, and I was his star pupil from that point.

He invited me and some other students to stay after school to learn FORTRAN. We did not have a computer at the middle school--it was at the university. We didn't even have a card punching machine. So we had cards that looked like punch cards, but instead of punching holes in them, we coded the Hollerith code in them by filling bubbles with a number 2 pencil. Then we sent the cards on a mail truck to the university and got back a printout a week later.

c_lang

Comment on

input handling in c

A free book is Modern C, Third Edition, which covers C23. You will want to use section 3 only as a reference. Because that last section covers advanced topics such as threading where you will probably choose another language rather than implement your program in C. But this book covers some essentials not in K&R, such as unicode.

Comment on

Can anyone recommend a resource for better understanding Arch terminal commands, and the "why" behind them

I 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.

Comment on

I hope language learning memes are okay

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.

Comment on

Have you tried talking to someone in the language you are learning?

Belize 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.

golang

Comment on

News website to read the latest news about Go?

I have these in my RSS feeds. The one from golangweekly puts its full articles in the feed (but thier articles are links with short summaries. The other two only have summaries or maybe just links in thier feeds (I'm not sure which, as I have liferea configured to automatically follow the links.)

linux

Comment on

How to create a menu entry for booting into the command line from GRUB.

It might be possible to boot into a bootable image from grub so you don't need to set up another bootable partition.

Or you could disable your display manager in systemd. This will start in console, then if you want X just run startx.

Or you could change your display manager to Lemur, which supports X, Wayland, and TTY sessions.

Or you could just press control-alt-F2 at the login screen to switch to a console.

emacs

Comment on

Wrote minimal minibuffer-centric MPD client

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.

linux

Comment on

Ghostty terminal is out!

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.

privacy

Comment on

Is there a well-supported secondary SMS phone number service?

Callcentric 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.