Header logo.
Small Hallucinations
HomeArchiveTagsAboutFeed

Notes published in Q4, 2024

How Gen AI helps me in a very particular use case

I remember in late 2022, Vibhakar Sarswat told an audience of dozens of developers at a Flutter Stockholm event that he began building his mobile app with the help of GitHub Copilot after finishing a tutorial, and he described GitHub Copilot as “a good teacher.” I chuckled in disbelief.

My early impression of GitHub Copilot was that it was more clumsy than helpful, but it quickly improved and made me more productive. Now in addition to Copilot, I use ChatGPT every day and other gen AI tools quite often too.

Apart from generating code, asking technical questions, making quick queries of syntax and features, I'm using these tools for learning natural languages.

And I find ChatGPT helpful in this very particular way: ⋯

Copy and paste on Ubuntu

On a Mac, if you press Command-C while not selecting anything, nothing happens. I didn't realize this was a behavior that had been designed and implemented by someone until I did the same on Ubuntu.

On Ubuntu, what happens when you press Ctrl-C while not selecting anything is two things:

I'm saying as if this is an Ubuntu problem. But I don't really know. It is most likely handled by Gnome alongside (in my case) X11 according to Reddit.

And you would think the clipboard is a solved problem since it was invented in 1973.