[ Main ] [ Home ] [ Work ] [ Code ] [ Rants ] [ Readings ] [ Links ] |
[2024] [2023] [2022] [2021] [2020] December November October September August July June May April March February January [2019] [2018] [2017] [2016] [2015] [2014] [2013] [2012] [2011] [2010] [2009] [2008] [2007] [2006] [2005] [2004] [2003] |
Features as an excuse to justify a product: the new "paradigm"
[Fri Jun 26 14:48:29 CDT 2020]
The Register published yesterday that Salesforce plans to write Slack integration out of the equation by rolling its own messaging and collaboration app: The thing, though, is that the feature is not truly needed at all. The existing tools do the job just fine. For starters, when one needs to initiate a conference call to discuss something, the Salesforce ticket is just a secondary piece of the story. Truly, the key is the issue one is dealing with. So, when discussing it with other coworkers, little time is actually spent on Salesforce itself. Most of the time is dedicated to something else. But, when needed, applications such as Slack, Skype or Microsoft Teams work just fine. They do what the user needs. Why bother writing yet one more application and bolting into the existing framework? As one can easily surmise, the idea is not to respond to a customer need at all but, rather, to drown the competition and increase one's own control of the user data for mining purposes. In other words, this is a business need that benefits the vendor, not the customers. The problem, unfortunately, is that we see this all the time lately. It's the norm. Companies choose to increase the complexity of their own applications (and, with it, to also increase their fragility and vulnerability to security attacks) in order to squeeze an extra dime... but always selling the idea as a way to better address customer needs, of course. It's the sign of the times, I'm afraid! {link to this entry} Python script to purge your Gmail box
[Tue Jun 23 09:39:21 CDT 2020]
I didn't try it yet, but I recently came across a Python script to purge your Gmail inbox that could be quite helpful. After all, cleaning up the different Gmail folders using the web interface is quite painful. If anything, the only problem I see is that, as with most scripts these days, one needs to install a bunch of other dependencies to get it to work. My problem is not so much with the dependencies themselves, which are reasonable, but rather with the fact that one has to use a myriad different mechanisms (pip, snap, flatpak...) to satisfy dependencies for many of these scripts, which ends up creating a total system administration nightmare. But, then, a quick search turned out this other document explainiung how to clean up the trash and spam folders using the web interface. As it happens, it may very well be that the script is not even needed... which would also be, incidentally, another sign of the times we live in. Lots of noise. Lots of useless bits. {link to this entry} |