Skip Navigation

Posts
0
Comments
198
Joined
2 yr. ago

  • I'm not who you asked, and not a user of pkgx, but one of the reasons I prefer rtx (which supports asdf plugins) to asdf is that by default it doesn't use shims, but updates the PATH instead.

    So for example, running which python will show me a clearly versioned python executable path, rather than a mysterious shim that represents a different realpath at different times.

  • No Zsh support for now, and maybe no user fonts?

    And a warning: it's got telemetry on by default.

  • Konsole is my second favorite terminal app. Wezterm may be your holy grail.

  • It seems actively developed. Is your issue in the tracker?

  • Find the wiki page for "hard mode."

  • Well I'm not experiencing the bug, so can't provide proper information. If you are, it would be helpful to report it.

  • Ah, well I love that policy (types being in code, not configs). FWIW I sometimes use it as a hand-edited document, with a small type-specifying file, to generate json/yaml/toml for other programs to load.

  • Ever tried NestedText? It's like basic YAML but everything is a string (types are up to the code that ingests it), and you never ever need to escape a character.

  • I made my account with them early on. I signed up to subscription content to eventually get around to reading, using that address. I signed up for other services, using that address, where access to that address was my only recovery option. I joined IRL community interest groups with that address.

    Then I spent a long time without checking it, and they deactivated the account and I've lost all data and messages sent there.

    And lost my discord account, too. Even though I have the correct discord credentials, discord decided to lock me out unless I can confirm I still have that tuta email address.

  • Factor!

    I mentioned it in a reply but it deserves its own top-level answer.

  • Sorry I don't know how to kbin yet. Maybe the link provided by the bot that replied to me is better?

    Are there any concatenative/stack/Factor kbin magazines you know of?

  • There are some concatenative-related discord links in the sidebar of https://programming.dev/c/concatenative you may or may not be able to stand.

    Anyway answering the main post: Factor (stack/concatenative), Nim, Roc, Zsh

  • The Wikipedia link you provide here for copyleft does not say that permissive licenses are a subset of copyleft licenses, but rather contrasts the two categories. For example, you can scroll down to the table at "Types and relation to other licenses," where you can see MIT is not in the green Copyleft column.

    If you check Wikipedia's Copyleft software licenses category, you'll see MIT is absent.

    The Wikipedia link you provide for permissive states:

    The Open Source Initiative defines a permissive software license as a "non-copyleft license . . .

  • No, I don't. I don't know the strict definition of copyleft, so I went to the source you indicated to get a better understanding. And the phrase I found there:

    Unlike copyleft software licenses, the MIT License . . .

    certainly indicates that the MIT License is not copyleft.

  • También: Siduction (derivada de Debian Sid), Alpine (Edge), Solus, Chimera Linux, OpenMandriva ROME, Gentoo/Funtoo/Exherbo, y otros en la familia de openSUSE (?).

  • I checked the wiki page you kind of linked, and the third sentence is:

    Unlike copyleft software licenses, the MIT License also permits reuse within proprietary software, provided that all copies of the software or its substantial portions include a copy of the terms of the MIT License and also a copyright notice.

  • No unfortunately I haven't tried Chimera yet, but its design is close to my ideal distro. I'd especially love to see its package repos fill up, but the selection is tight as it stands.

  • APK/Alpine is great! And the Edge repos are well stocked.

    Chimera Linux seems to be using even newer apktools than Alpine, not sure what the deal with that is. But that distro is still in early stages with limited repos for now.

    Pacman/makepkg/Arch is great too, and an obvious consideration for your usage, curiously omitted from your post.