< Notes...

“there really are no uninteresting things...”

Found 273 notes tagged as “tech”, as shown below. All notes in chronological order.

See all available tags...

amazon4 apple87 appletv6 architecture2 art17 birthdays11 brutalism1 claudine15 cryptography12 css6 design25 disney+2 elders5 family32 finances16 fonts22 food34 friends39 games38 george15 github5 google20 hbomax1 health46 help7 holidays15 horsie45 html3 hugo35 hulu6 humans30 humour60 interesting49 japan37 kdramas9 lawn21 life149 llm41 manga9 martin9 me101 memes1 movies48 mum21 music11 netflix25 nyc9 oobie20 paramount1 philosophy46 politics112 prime3 quotes23 random71 rants163 re9 ring2 science8 selfhost15 series53 social44 staticgen4 tech273 tesla6 themet4 thoughts144 travels10 tubes85 unix19 via61 videos17 weather49 woodblock5 work69 wwdc3 youtube18

10 Jul 2025 @ 11:13:58

Because I work using Ubuntu, and do personal stuff using macOS, I am always confused and going nuts with keyboard shortcuts. From copying and pasting, to closing windows, to locking the machines. So. Very. Hard! I need to find a solution that will make Ubuntu (Gnome, actually) mimic macOS keyboard shortcuts.

tech
10 Jul 2025 @ 08:58:38

It looks like Grok (Musk’s own LLM and chatbot) is doing “great”. It seems that Musk, just like the Biblical god, is molding it to his own image. That will end up well, I am sure.

llm tech
09 Jul 2025 @ 17:42:28
grep -i passwd *.log | awk {'print $7'}
...
/etc/passwd
/..%5c..%5c..%5c..%5c..%5cetc%5cpasswd
/....//....//....//etc/passwd
/..%2f..%2f..%2fetc%2fpasswd
/.htpasswd
/config/.htpasswd
/.env.passwd
/backup/.htpasswd
...

With almost 2,000 different tries—of which the above is a small sample—it seems someone is hell-bent on finding a passwd of some sorts. I don’t have one, OK?!

tech unix
03 Jul 2025 @ 10:52:42

It has been almost 14 years since Mark Pilgrim disappeared akin to what has been described as an “infosuicide”. I still miss his writings, and hold the hope that he may, one day, come back. I hope and wish all is well with him, and family.

tech tubes
02 Jul 2025 @ 13:52:27

I don’t think I have noted about this before, it doesn’t come up on the few searches I have run. I have been procrastinating a move to a newer VPS. This one has been running since Ubuntu 16.04, and it is now at 22.04. It is running out of space, and I truly need to replace it. Hmm…

I figure the only way to get me moving is by renting the new server, and then having to worry about paying double expenses. Then my partner will make sure I do something about it! 😂

horsie selfhost tech
02 Jul 2025 @ 13:22:11

I am starting to wonder if 17 pixels is a tad too small of a font size for these notes. Under macOS the font size looks fairly legible, but under Ubuntu it seems a tad too small. I will need to check, and make sure screen resolution is the same for both, before doing any further fiddling.

Update: 03 Oct 2025 @ 21:08:04

My main mistake is to use pixels for font sizes. This evening I will be changing them all to use rem/em instead. Still, everything will look smaller at higher resolutions.

hugo tech
27 Jun 2025 @ 12:17:15

Microsoft’s “Blue Screen of Death” (BSOD) is sunsetting in the near future. Soon it will change colours to become the “Black Screen of Death” (BSOD). Get it? LOL.

“The simplified BSOD looks a lot more like the black screen you’d see during a Windows update. But it will list the stop code and faulty system driver that you wouldn’t always see during a crash dump.”

I dont think the change is enough. The message should be something more substantial, specific, and clear.

random tech
25 Jun 2025 @ 19:58:06

Project Indigo is a pretty neat camera. As a “toy”, it is something I have installed, and probably use to compare photos from time to time. Yet, installing apps that duplicate features available out of the box on iOS/macOS is something I do not like to do.

tech
25 Jun 2025 @ 12:41:38

Really wishing more services on Ubuntu were made in Golang, or good old C/C++. Don’t get me wrong, I don’t dislike Python, and it certainly is widely used, multiplatform, etc., etc. Now having almost everything Python comes across as sheer laziness. That’s it. Ubuntu, and Python </rant>.

rants tech
24 Jun 2025 @ 17:43:47
Tesla Robotaxi
Tesla “Robotaxi” – Reuters.

Tesla launched its Robotaxi—which isn’t the Robotaxi, but a Tesla with a Robotaxi logo—service in Texas. There are just a few, all operating in a small section of the city, and with “a human safety operator in the passenger seat”. LOL. So, just a taxi.

“As expected, only a handful of vehicles are available right now, they only operate in a small part of the city and there’s a safety driver in the vehicle in case it encounters situations it cannot handle autonomously.”

A real Robotaxi should have no glass windshield, and a blocking divider between the passenger area and the “driver”. After all, it is best not to see what’s coming your way. Surprise! 😅

Read more...

friends george tech tesla
24 Jun 2025 @ 17:34:12

I have automated the process that adds a notice and timestamp when I edit a note, when adding more content to it at a later time. It works great, as it uses the git lastmod timestamp. The unfortunate side effect was, all timestamps got reset because I actually modified all notes that had an UPDATE notice. 😩

hugo tech
21 Jun 2025 @ 22:03:51

Why would Microsoft offer releases of their Edit CLI editor for Linux, and compress them using zstd? What’s wrong with tar.gz? Why the added complication? What is there to gain?

rants tech
20 Jun 2025 @ 20:46:30

This bash code is what I use to count the amount of notes per year, ever since I started babbling in here. I first move to the content/posts/ directory, then run it. It works great under macOS.

for file in *.md; do \
    head -n 5 "$file" | \
    grep 'date:' | \
    sed 's/date.*\([[:digit:]]\{4\}\).*/\1/' >> count; \
done && \
cat count | sort | uniq -c && \
rm count
hugo tech
20 Jun 2025 @ 16:10:01
Mark, Bill, Linus, and David.
Mark, Bill, Linus, and David. Via Mark’s LinkedIn.

Well, this is something you don’t see everyday day, from left to right: Mark Russinovich, Bill Gates, Linus Torvalds, and David Cutler. Bill and Linus meeting in person, and making it to the same photo. Yeah, a first?

tech tubes
19 Jun 2025 @ 20:18:04

Around 2002, and for a brief period, I kept a small weblog all handcrafted. Each page was created manually; I copied and pasted quite a bit, and I would make each page have its own uniqueness. I don’t know why I felt nostalgic thinking about it.

tech thoughts
18 Jun 2025 @ 18:59:26

I have not mentioned Headscale before, even though I use it every day. I have my iPhone (on demand), my Mac, my Linux laptop (on demand), and my two VPS connected to it. Headscale is an open source, self-hosted implementation of the Tailscale control server. You can use the Tailscale client—which is available for all platforms—to connect to it. It is amazing, and worthy—at the very minimum—of a star on its GitHub repository.

selfhost tech tubes
18 Jun 2025 @ 14:33:19

A simple test, using verses—in modified format—from Gustavo Adolfo Bécquer’s poem, “¿Qué es poesía?” I may delete this note, as it is only a test. Yes, like many, many others, I “test in production”. 😅

  • Tú:
  • ¿Qué es poesía?, dices mientras clavas en mi pupila tu pupila azul.
  • Yo:
  • ¿Qué es poesía? ¿Y tú me lo preguntas? Poesía… eres tú.
tech
18 Jun 2025 @ 07:10:07

There shouldn’t be “do-not-reply” email “addresses” (between quotes, because if they can’t be replied to, they aren’t email addresses). If an email goes out, and it’s delivered to someone, or something, it should—must—be replyable. Unattended mailbox my foot. Don’t do that!

rants tech
17 Jun 2025 @ 20:42:47

I am trying to implement a workflow, so that I can use a graphical editor for creating new notes while in front of the computer, that is, not over an SSH connection. Let’s see how it goes.

Update: 02 Oct 2025 @ 16:49:20

Yup, it works quite well. I really don’t know why it took me this long to implement something as simple as this (I am using Obsidian now to create and edit notes if not over SSH). I guess I usually create notes on Terminal, on Bash, and didn’t have the need for anything else. Until now!

hugo tech
12 Jun 2025 @ 21:47:45

I couldn’t believe my eyes when an update notification popped up today for Snapseed and, imagine my surprise when I saw the total refresh it received. Snapseed is a unique delightful aberration, a glitch in the matrix. Acquired by Google in 2012, it is the only app I know that Google has kept alive, and standalone (that’s, not incorporated into another), and updated.

Oh, and I forgot to mention that it is an amazing app.

google tech
11 Jun 2025 @ 16:29:12

I know it is way early, but in preparation for macOS 26 I have now removed Raycast, and will soon remove Maccy. Who knows what else I will be able to remove when 26 comes. I really can’t help it.

apple tech
10 Jun 2025 @ 18:59:42

Alphabet felt like they were been left behind, so they had to do something, me thinks.

“This is the earliest Android has launched a major release in the last few years, which ensures you get the latest updates as soon as possible on your devices.”

Hmm, right. I wonder why? 😂

google tech
04 Jun 2025 @ 12:56:52

Chrome has gone nuts. Because of this note, which has two sentences in French, Chrome is prompting me whether or not I want to translate the page—not just that note!—to English. Wait until AI makes it in. Oy.

google tech
03 Jun 2025 @ 18:24:36

Today I learned that Chrome doesn’t play MOV video files. It only likes MP4, and WebM. I discovered it when looking at the note on WWDC (now an MP4), and seeing it blank. I figure MP4/WebM are smaller in size, so it doesn’t hurt using that format instead.

google tech
29 May 2025 @ 20:49:00

It is true humans can bet on just about anything. With Jesus, the rules are simple:

“This market will resolve to “Yes” if The Second Coming of Jesus Christ occurs by December 31, 2025, 11:59 PM ET. Otherwise, this market will resolve to “No”.”

Also, TIL about Polymarket, which I am finding quite interesting. It is pretty much gambling, isn’t it? Hmm.

finances tech
28 May 2025 @ 15:16:00

Using URL shortening was never a good idea. I ran my own, and it bit me really bad when I lost its backend database and with it all the shortlinks. Using Google URL shortening service—or anything Google, but I digress—was/is an even worse idea. I know, I used them too.

First they sunset Goo.gl, while stating that “all existing links will continue to redirect to the intended destination”. Then, they “transitioned” that statement to “we will be turning off Google URL Shortener”, which will finally happen comes 25 August, 2025. Lovely.

google tech
27 May 2025 @ 19:02:00

I have found myself on Nicholas’ “shoes” in quite a few occasions. Those occasions on which Hugo has changed its codebase around, and things that used to work worked no longer. I have been tempted to switch, but then what? Grass is always greener on the other side, and what brought me to it (the other side, that is) will not be the last. Time and again I ended up going to Hugo’s community, and each time I found the fix I needed.

It is my very personal opinion that nothing beats Hugo when it comes to simplicity. Nothing extra to install, just a single binary. Beyond its simplicity, it’s extremely powerful.

hugo tech
27 May 2025 @ 17:44:29
Apple’s Lisa 2 computer
Apple’s Lisa 2 computer.

Apple’s Lisa 2 computer. I know it is old, I know it is retro. My old eyes will certainly complain at the screen size and resolution, but damn, such a beautiful machine, and keyboard design! Yup, I am certainly on “boomer’s” mood.

apple tech
27 May 2025 @ 17:21:17

I miss terminal based applications. Old database driven applications that were usually accessed via VT100 terminals, and later on via IBM 3270, or emulated software, like TN3270, to access IBM mainframes. I wonder if they will ever make a return (no mainframes needed this time, of course).

Hmm, is this a sign of crossing—or having crossed—a certain age threshold?

tech unix
27 May 2025 @ 10:37:50

The trend for application developers to make each and every single app a subscription based one is a complete show stopper for me. If I want, or need the app, I will buy it. I will, of course, pay for upgrades on every major iOS version too, maybe? Otherwise, I am sure to find ways not to want, nor need it.

rants tech
26 May 2025 @ 17:01:59

I didn’t know about this one, but I can assure you it will add some genuine je ne sais quoi to the transition between pages within your website. In use here now, and forever. Try it!

@media screen and (prefers-reduced-motion: no-preference) {
        @view-transition {
                navigation: auto;
        }
}

➝ Via Ariel Salminen.

css tech
26 May 2025 @ 15:47:47

I thought that with RCS coming to iPhones, the old SMS/MMS problems between Android and iOS users were to be a thing of the past. Enter “spotty data coverage”. Each time a member of an RCS group goes out of mobile data coverage, the RCS group will break into two, equally named ones. A lovely royal mess.

apple tech
26 May 2025 @ 13:54:48

I often wonder what my first mum would have blurted out on notes like this, if she’d been born in this technological era. I can’t picture my dad enthusiastically participating, but mum definitely would have. My current mum would have too, if she was younger.

mum tech
26 May 2025 @ 13:43:13

This is a few days old, but still wanted to reflect it here. Pocket, which I have used extensively during travels, will be gone, so will Glitch, which I have never used. Oh well, it is what it is.

tech travels
26 May 2025 @ 11:41:46

I need to stop procrastinating, and migrate to another VPS. The one I am using now has been upgraded in place since Ubuntu 16.04, and it is full of cruft. I long, need, a newer machine. I will have to dedicate contiguous time to that which, I think, it is holding me back. I am keeping Vultr (referral link), though.

selfhost tech
26 May 2025 @ 10:18:23

Ariel is so talented! I mean, browse to her website and experience her exquisite taste and design skills. I browse around her website, and get the feeling to be experiencing Japanese aestetics: minimal, yet extremely tasteful.

I can’t pretend; I am a fan! I mean, take a look at this, and you will have but a glimpse of what I am talking about.

random tech
25 May 2025 @ 17:22:44

No, I am not going to disable my ad-blocker for your website. No, I am not going to make an exception by adding your website to an allow list, to let the adverts you are running go through. Yes, I care about independent journalism, but I can’t donate to everyone, nor donate multiple times a month to the same news site.

When forced to chose between allowing ads, or not being allowed to your content, I will simply browse away.

rants tech
24 May 2025 @ 19:53:09

John Gruber describes fluidly why the dream of making iPhones in the United States is just sheer fantasy.

“United States doesn’t have anyone with the necessary vocational skills, who would want to work tedious factory jobs at factory-job wages, and China does. That’s part of the fever-dream mad-king fantasy of this entire cockamamie endeavor by Trump: these are difficult, low-paying, long-houred jobs that Americans don’t want. That these jobs are all in China and India is proof that America is far ahead, not that we’ve fallen behind.”

Of course I agree! Asking Apple to make the iPhones in the US is rotten non-sense coming out of a necrotic mind.

apple politics tech
24 May 2025 @ 19:44:09

These are the replies and interactions of someone who truly loves Golang. I wouldn’t know, I am not a programmer, but about the “simple, minimal syntax—master the core in hours, not months”… hmm, I don’t know mon. 😅

tech tubes
23 May 2025 @ 20:49:10

There is no way in hell—figuratively speaking, of course—that I would find myself installing Microsoft Edge on my Mac. I’ll die with Safari. I am a vanillist—that is, I prefer and use the OS default apps.

Similarly, if you ever see me using Google Chrome—or any other browser, but Safari—on my Mac, kindly ask me to give you $1,000 (USD). You have my word.

rants tech
< Older Newer >