Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)CY
Posts
71
Comments
773
Joined
4 yr. ago

  • I wish we had a nice tagging system (and I don't think they should be hashtags) that was also in common use.

    I want to be able to search any post related a certain topic, and sometimes, these may not always be in that topic's community, because topics can overlap. For example, I might want to read posts about Ukraine war, but those might be in world news, US news, or combat footage communities. Could be a community about Ukraine in general, or Ukraine war specifically.

    I also may not want to get it from a single Ukraine community. Maybe by finding posts with the "Ukraine war" tag, I'll see several communities and join the one I want. But there needs to be a way to group them somehow.

    Such a tag system may be useful for combined topics. For example, I may want to look for posts about music software. They might not be common in the music community, or software communities. But I could filter by both tags and find what I want.

  • If you're using something like tor, and rotate on every single search, then that would be ideal.

    I assume you're not using tor. That means all your searches can still be linked to you via the network source (ip address, etc.). Google can also use your search patterns to fingerprint you.

  • As someone who is not deep into type theory or functional programming, can you please explain why you mean by "ergonomic overloading"?

    My understanding is that ocaml mitigates the need for type classes through its more advanced module system. So far I have been enjoying the use of OCaml modules, so I'm curious what exactly I'm missing out on, if any.

    Thanks for taking the time to talk with me btw!

  • I know double semicolons are a thing, but I've never had to use them. I forget what they're for, but yeah it's supposed to be an escape hatch for something that shouldn't be happening iirc.

    The curried snd uncurried functions... Maybe you are confusing with SML, because everything in ocaml is curried by default. Though admittedly the standard library could be more complete, but I personally am happy to use third party dependencies for less common things.

  • Its best to use a protocol that doesn't allow unencrypted messages

    This is an implementation thing and not a protocol thing. What protocol doesn't allow unencrypted messages? I am sure signal's protocol would still allow it, it's just that the implementation doesn't.

    And same for XMPP. Just go with the implementation that doesn't.

  • People prefer centralization, and it makes sense. The Fediverse resolves most of the issues with decentralization, but so does centralization, which came way sooner, and arguably did it better.

    Also, people seem to forget that Facebook was pretty cool back then. It had superior features, and was not the buggy mess it is today.

  • I have read that it is faster, though I have not tested it myself. Personally, my initial reason to use it was just to try something new and explore the unix world. My reason for staying is that it is a very simple init system that is pleasant to work with. It made me understand what an init system is and use it a lot more.

    Systemd is good if you just want something invisible and you do not want to mess too much with an init system unless you have to. Everything integrates with it

    OpenRC is nicer if you want to write your own init scripts. It is very well documented also.

  • For #2,

    For gaming, if you use steam, you may not face more than the following:

    • game does not work with no well known way to resolve. You can find this out by checking protonDB
    • game does not work because it needs to enable some options. Very easy to fix, and you can find the options on proton db for each game.
    • does not work because you didn't setup steam right. You often need to enable proton, which in short is steam's emulator or windows
    • does not work because your gpu drivers did not install. This depends on distro and they should all have a guide on how to do it, but usually it is just a matter of installing something.

    For programming, you will love your life because everything programming is way easier on Linux.

  • For #1, I've made the realization that most distros are lightweight skins or addons on top of another distro. Most of the time, if you start with the base distro, all you have to do is install some apps, change some configurations, and suddenly you have that other distro. It is much easier than doing a reinstallation.

    If you filter out all of these distros that only do a little on top of an existing, you're left with a quite small number actually. I'd bet it's less than 10 that are not super niche. Fedora, Arch, debian, gentoo, nixos are the big ones. There's some niche ones, like void Linux and Alpine.

    So I'd say if you try all of those, you don't need to try any more 😁

  • First time Linux user you mean?

    I wouldn't recommend it, unless you can navigate the terminal well. When you install arch, it installs no desktop environment, only the ability to talk to a terminal.

    It's technically possible and very doable with some googling, but I wouldn't recommend it.

  • Well I am speaking about users who may be picky about mastodon's features. If someone is picky, I don't imagine they'd care much about just finding a platform with their preferred features, similar to how they didn't like mastodon and found bluesky instead.

  • Linux @lemmy.ml

    Scriptable configuration (with programming language) vs data / text configuration: what are the benefits?

    Linux @lemmy.ml

    (Neo)Vim alternatives: Kakoune is great! I am surprised that Helix is more popular

    Linux @lemmy.ml

    Resources for learning Linux Networking (iptables, namespaces, firewall, NAT, interfaces...)? preferably text resources (books, articles, etc)

    Programming @programming.dev

    Alpine Linux (in lightweightness), but glibc?

    Linux @lemmy.ml

    Alpine Linux (in lightweightness), but glibc?

    Programming @programming.dev

    I wish writing SQL queries was more popular than ORMs

    Programming @programming.dev

    Podman is a daemon-less alternative to Docker, but with Rootless containers, grouping containers in pods, and systemd integration. What do you think of it?

    Programming @programming.dev

    How important is the option for dynamic linking (vs static linking) in the modern day?

    Programming @programming.dev

    (How) do you automate setting up your local development environment?

    Programming @programming.dev

    Hear me out: A scripting language that compiles to bash or sh (any suggestions?)

    Programming @programming.dev

    Modern JS libraries to use on a framework-less CRUD frontend with hybrid SSR/CSR?

    Programming @programming.dev

    Why is React, a client side rendering framework, a popular choice for server side rendering?

    Linux @lemmy.ml

    EFISTUB: If I have both CMDLINE configured in kernel, AND via efibootmgr, which one gets executed / takes precedence?

    Linux @lemmy.ml

    Opinion: Distributions that only change non-system pre-installed software or desktop environment should instead be packages or scripts

    Linux @lemmy.ml

    How to make it such that, when running command, it automatically does SOME_ENV_VAR=value command? (something cleaner than aliases?)

    Linux @lemmy.ml

    Has anyone had success cross compiling from x86_64 glibc to aarch64 musl?

    Linux @lemmy.ml

    Which bittorrent client has the best command-line interface?

    Selfhosted @lemmy.world

    Looking for self-hosted task / to-do list with custom sort and custom attributes? With command-line and Android or web client

    Selfhosted @lemmy.world

    Which to host for a single user instance: lemmy or kbin (or others)?

    Linux @lemmy.ml

    Which Tiling Window Managers do you like, and why?