• 8 Posts
  • 114 Comments
Joined 2 years ago
cake
Cake day: June 23rd, 2023

help-circle



  • Ommigod, these kids :)

    SVG comes XML (a more coherent/simple version of the SGML that is behind HTML), and specifically from a time where people took XML and made it hyper-complicated with a flurry of extensions and specifications (look up “xml namespaces” “xslt” “xml schema”).

    The most apparent difference between SGML and XML is than in the former you write tags like <br> without a corresponding </br>, and in the latter you have to close them like <br/> (which is shorthand for <br></br>).

    So… today you learned that what you learned earlier today was close to truth, but not true :)

    PS: A lot of document formats are undercover/zipped XML (eg. the libre office documents, IIRC microsoft’s .xlsx and .docx). This is not dissimilar to how json/yaml are widely used today.


  • Based on a US distro whose versions are supported for 1 year, and “built to the requirements for the EU public sector” (because the EU public sector has one coherent set of requirements and the dev knows them, even if he doesn’t list them out).

    This is most probably good-intentioned and it is admirable how the dev sprung into action, but it’s naive at best.








  • gomp@lemmy.mltoLinux@lemmy.mlDebloating opensuse tumbleweed
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    5 months ago

    sudo zypper packages --unneded will give you a list of packages that have not been explicitly requested and are not dependencies of explicitly requested packages. As for how to remove them… IDK (I do it manually, once in a blue moon: it’s not like there’s new unneded packages every week).

    It’s been a while since I’ve used debian, but IIRC apt autoremove will leave behind config files (unless you specify --purge).

    In tumbleweed (and I think all rpm-based distros?) config files are removed per default together with packages (well, the config files installed with the package, not others that may have been created later such as the ones in your \~ - basically zypper rm is the same as apt purge).


  • Assuming you are using networkmanager, the first thing would be to check the DNS settings on your home wifi connection (assuming you are using Gnome, it should be inside “Settings” and then “Network” - sorry if that’s wrong, I don’t use Gnome).

    If you can’t locate the setting to change, you can try deleting the whole connection and connecting again (as you would to a new wifi network).





  • gomp@lemmy.mltoLinux@lemmy.mlBest "just works" mesh router for open wrt?
    link
    fedilink
    arrow-up
    23
    arrow-down
    2
    ·
    edit-2
    8 months ago

    “mesh” is a buzzword that doesn’t make much sense (to me at least) if we are talking about wired and routers… what do you mean by it? can you describe your setup?

    edit:

    Let me clarify :)

    Unless I’m mistaken, mesh means that one a bunch of devices, usually wireless access points, connected with each other (in a mesh) with possibly low-quality connections that automatically switch traffic for each other.

    If you have ethernet running from the router to the APs, you always want to use that and so you don’t want a mesh at all.