| [ Main ] [ Home ] [ Work ] [ Code ] [ Rants ] [ Readings ] [ Links ] |
|
|
|
|
[2026] [2025] December November October September August July June May April March February January [2024] [2023] [2022] [2021] [2020] [2019] [2018] [2017] [2016] [2015] [2014] [2013] [2012] [2011] [2010] [2009] [2008] [2007] [2006] [2005] [2004] [2003] |
On how the Internet "rewired" work and what that tells us about AI and jobs, according to the Wall Street Journal
[Tue Nov 25 19:56:03 CST 2025]
I noticed this a couple of days ago on Slashdot, but didn't have the time to write about it here. The Wall Street Journal wrote about how the Internet rewired work and the implications for the current AI dilemma regarding jobs. The argument has two parts. First of all, about the impact of the Internet on the labor market: Then, they consider what the lessons might be for a potentially AI-centric labor market: Or, to put it a different way, we tend to overestimate how disruptive our present is, mainly because, of course, the past already occurred and the future hasn't happened yet, so the present is the only thing that can truly have an impact. Thus, we tend to forget the lessons from the past, even our most recent past. In this case, as the Wall Street Journal argues, I'd have to agree that the Internet also introduced a significant amount of disruption back in the late 1990s and early 2000s, including its own hype and financial bubble. Yet, although it undoubtedly destroyed some jobs, it also created others and, above all, transformed most. It sounds reasonable to expect that AI will have a similar effect on the labor market. Especially since, as the newspaper argues, LLMs can currently do certain tasks, but always with human supervision and initiative. {link to this entry} Firefox adds AI features; some users push back really hard
[Sat Nov 15 11:19:20 CST 2025]
Firefox recently added a new AI window feature that, to be honest, doesn't look too bad to me. Chances are I have no use for it. But other people may. It just adds the capability to open a new window to interact with AI, the same way one can now open a new private window. But, as far as I can tell, some users have been complaining quite vocally about it. I'm not sure I understand them, to be clear. When it comes to AI, I don't agree with the AI-hype side nor the AI-is-evil side. As it tends to happen on most topis, I see myself somewhere in between. In this case, closer to the AI skeptic side than the AI fan side. But still somewhere in the middle. But, in particular, I don't understand why these users are complaining so much when, as far as I can tell, Mozilla is doing things right. Not only are they using local AI but, on top of that, the features are always opt-in. Sometimes, I get the feeling that certain people out there have taken a partisan approach to AI the same way other people are taking an overly partisan approach to politics. It's almost as if being pro or against AI is an intrinsic part of their identity. As Jolie Huang, senior staff product manager at Mozilla, recently explained: Let's be clear, folks. AI is here to stay. No, it won't save the world. No, it won't take us right away to a scifi utopia. And yes, it will have plenty of negative side-effects. It's already having them. But it will also be useful forcertain taks. I think it's silly to approach this with a religious mindset. {link to this entry} Problems with good old scp?
[Mon Nov 10 13:55:02 CST 2025]
Using scp when copying files remotely is so ingrained in me, as well as the idea that it comes with the trusted OpenSSH suite, that I never worried much about it. Yet, today, while reading an article on It's FOSS about deprecated Linux commands, I was quite surprised to learn that there are quite a few issues —even security issues!— involving scp. The gory details can be found in this other article by Linux Weekly News. From the looks of it, it's not something extremely dangerous. But it may be a good idea to get into the habit of using either sftp or even rsync as a replacement. {link to this entry} Nvidia bets on a hybrid future when it comes to quantum computing
[Mon Nov 10 06:55:29 CST 2025]
Clever. I read today that Nvidia connects AI GPUs to early quantum processors as a way to guarantee it still has a future if quantum computing spreads. If I understood this correctly, instead of betting on a full court migration to quantum computing, Nvidia is betting on a long transition that will be hybrid, which sounds like a very smart move to me. Also, I'm not sure if I'm understanding this other part correctly, but perhaps they are also using their GPUs and their software to aid in the badly needed error correction of quantum chips. Again, a pretty smart move in case the long expected quantum revolution happens in the next decade or so. {link to this entry} AI and learning
[Fri Nov 7 09:05:47 CST 2025]
I recently read an article on The Register about how using AI for learning truly doesn't appear to work: Oh, surprise! To learn, one needs to do some work. Put some effort. Isn't that pretty much traditional wisdom? Interestingly enough, this is true even when AI is just used to do the research: Again, none of that should truly surprise us. Said that, I remain convinced that few things in this life are purely good or bad, I think I may have recently come across an instance where using AI for learning makes sense: to dig deeper into a book. Let me be clear. I'm not talking about using AI to summarize the book for us. Rather, what I'm talking about is asking AI to share some analysis (as opposed to a mere summary) chapter by chapter as we read. I've applied this method while reading Neuromancer and Count Zero recently, and I feel as if it was quite useful. It helped me gain a more in-depth view of the books than with traditional reading, which I had done before with both books. {link to this entry} Mathematical proof that our universe cannot be a simulation
[Wed Nov 5 14:33:10 CST 2025]
Now, some of this is way over my head. Still, it's sort of interesting. Apparently, according to a recently publilshed scientific paper there is now clear mathematical proof that our universe cannot be a simulation. Along the way, we learn a few interesting tidbits of information about the nature of our universe.
In other words, together with a matrix-like world, we should also forget about a purely computable universe. Or at least that's how I read it. I could be wrong, of course. As I said, I don't pretend to be able to understand all of it. But there is one more reason to be suspicious of a purely computable universe, I think. As a matter of fact, there may even be a reason to be suspicious of the idea that information underlies our whole universe, as the authors of the paper appear to accept. Sometimes I wonder if perhaps we're just too immmersed in our own paradigm (used here in the sense used by Thomas S. Kuhn), and due to an inherent bias everything around us looks like information. We life in a digital age, after all. {link to this entry} A couple of issues with neovim after upgrading to Debian 13 (trixie)
[Mon Nov 3 11:05:35 CST 2025]
I upgraded my laptop to Debian 13 (trixie) over the weekend and, for the most part, everything went fine. The actual upgrade was easy enough, and I didn't run into any issues. Today, as I started using it, I ran into a couple of issues with neovim. First of all, I used to be able to right-click on any URL inside a neovim session on the previous release of Debian, and easily click on "Copy URL". However, that feature appeared to be missing now. The fix for this issue was easy: from now on, simply hold down the Shift key while right-clicking on the URL to see the default context menu from the terminal allowing you to copy the URL. The second issue is merely aesthetic, but a bit annoying. For whatever reason, nvim now overrides the default theme from the terminal, and it uses its own background color. This other issue I managed to fix by adding the following line to my configuration file: highlight Normal guibg=NONE guifg=NONE ctermbg=NONE ctermfg=NONE{link to this entry} Proton's Data Breach Observatory
[Sun Nov 2 16:56:50 CST 2025]
I've been using Proton's services for quite a few years now. Almost from the beginning. I've seen their ecosystem grow to its current point, where it's almost a pretty good replacement for the Google suite of applications. Yes, sure, it's not as feature-rich. But I can use them on a daily basis without missing good-old Google, to be honest. I may have less features, and the experience may not be as polished. But, in exchange, I don't have a big fat corporate agent breathing down my neck and stealing all my personal information on a daily basis. In any case, they announced a new cool service this week: the Data Breach Observatory. They are going directly to the dark web to capture and share leaks in real time. That's a pretty cool idea, I think. It's amazing that nobody came up with it before. Here is to hoping that the Proton folks continue their great work and manage to survive in this crazy digital world of ours. {link to this entry} Upgraded to Debian 13 (trixie)
[Sat Nov 1 21:45:33 CDT 2025]
Tonight, I decided to bite the bullet and upgrade to Debian 13 (trixie). I've been running Debian for about 20 years now. But, in the past, instead of performing an actual upgrade to go to the new release, I opted for reinstalling from scratch while keeping my old home partition intact. I mainly did this as a way to clean up house, so to speak. However, this time around, I chose to perform a regular upgrade. Although by now there are many tutorials available on the Web explaining how to do this, I chose to follow the procedure documented in the official Debian 13 (trixie) release notes, and it worked fine. I'm now in the phase where I must run all my daily applications to make sure everything is working as expected. So far, so good. However, I noticed that the Telegram desktop application had been removed during the upgrade process. It didn't take long to find out why. As it turned out, the package itself had been removed from the Debian repos. I'm not sure why. I didn't bother to check. Going to the Telegram website and downloading their software for Linux was easy enough anyways. Next, I'll have to test and see if I can connect to the network at work, and perhaps migrate from the Nouveau drivers to the Nvidia drivers. I'm still not sure about that last one. In any case, that will have to wait until tomorrow. It's sort of getting late. {link to this entry} |