[ Main ] [ Home ] [ Work ] [ Code ] [ Rants ] [ Readings ] [ Links ] |
|
|
[2024] [2023] [2022] [2021] December November October September August July June May April March February January [2020] [2019] [2018] [2017] [2016] [2015] [2014] [2013] [2012] [2011] [2010] [2009] [2008] [2007] [2006] [2005] [2004] [2003] |
Firefox is the only alternative left
[Mon Nov 29 09:32:25 CST 2021]
I think I recently wrote about this topic. Today, I came across a blog entry by Bozhidar Batsov on why Firefox is currently the only alternative to Chrome and the Chromium rendering engine. I totally agree with the author's points. A web completely dominated by Google wouldn't be a good thing and, as far as I can see, Firefox is the only true open alternative to avoid that dystopia. {link to this entry} DuckDuckGo, Firefox & trackers
[Sun Nov 28 14:40:55 CST 2021]
Recently, while checking the technology news, I read on ArsTechnica that DuckDuckGo wants to stop apps tracking you on Android. Now, I may be getting something wrong, but I'm not sure this offers anythin that is not already present in Firefox's own tracking protection features. If anything, the news article makes it sound as if DuckDuckGo's approach will block trackers on all apps running on the device, while Firefox can only block trackers within the browser itself. However, when I downloaded and installed the DuckDuckGo browser on my own Android phone, the settings didn't appear to go as far. Perhaps the feature is only available to a limited subset of users? In any case, it may be a good idea to keep an eye on this. {link to this entry} Using the disown command, instead of nohup
[Tue Nov 23 11:43:47 CST 2021]
Interesting tip. If you start a job on the shell that seems to be taking much longer than expected (e.g., transferring a very large core file) and it's too late to use {link to this entry}server:~ # yes > /tmp/yes.txt & [1] 19898 server:~ # jobs [1]+ Running yes > /tmp/yes.txt & server:~ # disown %1 server:~ # ps auxw | grep yes root 19898 48.4 0.0 7360 648 pts/0 D 11:51 0:06 yes server:~ # exit logout Connection to server closed. (...) $ ssh root@server server:~ # ps auxw | grep yes root 19898 21.1 0.0 7360 648 ? D 11:51 0:06 yes On how it is indeed possible to avoid social media
[Wed Nov 17 14:39:22 CST 2021]
Kelly Conaboy writes how Jay-Z immediately deletes Instagram in history's first correct use of social media, and links to an older article by Alex Balk titled Stop Twitting Yourself which contains some powerful arguments: I know. Since everyone (well, almost everyone) does it, you feel scared. Although I have a Twitter account, I rarely ever did anything at all with it. Yet, I honestly feel as if I didn't miss anything at all. The world went on. Life went on. And I was still informed, at least of what mattered. As for Facebook, the same thing applies there too. I didn't post anything in a long time. Yet, I was too afraid of closing the account. Until I finally disabled it a few months back. Did anything go wrong in my life? Not really. I'm sorry to break it to you, but all these websites are just noise. Nothing else. Yes, sure, they (and their followers) make a lot of noise, and it does seems as if important stuff is happening there. In reality, nothing that matters is happening there. You are not going to miss anything if you abandon ship. {link to this entry} On the security of the Tor network
[Tue Nov 2 10:19:06 CDT 2021]
While checking Reddit today, I came across a discussion on what may be stopping the NSA from flooding the Tor network with thousands of entry nodes, relays, and exit nodes to de-anonymize the users. As expected, the answer was quite of an eye-opening to some: The same user (by the name of "Time500") later added: Morale: do not rely on Tor for illegal activities. It does provide some level of anynoymity from network and server operators but, if the governmment wants to track you, it still can do it. {link to this entry} Getting rid of ~/BluejeansHelper.log
[Tue Nov 2 07:35:13 CDT 2021]
If, at any given point, you installed the BlueJeans videoconferencing application, there is a good chance that you have started noticing the presence of the file Computer illiteracy
[Mon Nov 1 13:58:06 CDT 2021]
I think I may have written about this topic before. For some reason, there is this idea out there that people from the younger generations are very "computer literate". Just because. Because they are young and are glued to a digital device all day long, it seems. While I concede that this may be proof that they are "early adopters" and "strong uses" of the new technologies, I don't see that as being the same as "literacy". At least, that has not been my experience so far. Well, today, I read that Students don't know what files and folders are, professors say. It doesn't surprise me. Like I said, they may be "heavy users", but that is not the same as "literate". Oh, and one more thing. I disagree with the idea that it doesn't truly matter. That as long as they know how to search for things, everything is OK. First of all, because I've needed to access the filesystem on my own smartphone a few times already. Sure, it doesn't happen often. But sometimes it is necessary. And, second, because without having a clue how these things work underneath, it shouldn't surprise us if these very same people who are using the devices all day long are easy prety to hackers of all sorts. {link to this entry} Silent failure to mount NFS filesystem on RHEL
[Mon Nov 1 13:42:13 CDT 2021]
Here is a weird behavior a coworker ran into when booting a RHEL 8.0 system. He configured the mount in the
Now, to be clear, although I'm not truly very hard set in favor or against it, I must say that, overall, systemd does strike me as a giant behemoth of intricate (perhaps needless) complexity and too obscure. I mean, the fact that the |