Originally this was a reply to this article about a Windows feature called Recall, but there’s a good argument the author’s concerns resonate far beyond Windows and Meta to proprietary generally.

  • ulterno@programming.dev
    link
    fedilink
    English
    arrow-up
    0
    ·
    6 hours ago

    Why not both?

    std::vector ulUtil {"GNU", "Alpine", "BusyBox", "Toybox"};
    int currentUtil = 0;
    do
    {
    	try
    	{
    		OS(ulUtil[currentUtil], "Linux").use();
    	}
    	catch (USER::Bored & err)
    	{
    		continue;
    	}
    }
    while ((currentUtil < ulUtil.size()) || (findMoreUtil(ulUtil)));