• 0 Posts
  • 7 Comments
Joined 10 months ago
cake
Cake day: December 1st, 2023

help-circle

  • Ok, so I heard a thing a long time ago about information density in languages, and that there’s a specific amount of information conveyed per second which is pretty consistent across languages, even when the number of sounds is higher or lower.

    This is true.

    Which means that a single word in English, for instance, would convey more information than a single word in Hindi.

    I don’t think that’s the right interpretation. There are words in English that would require sentences to be made for each if conveyed in a different language. But the same is true vice-versa.

    Have a look at subtitles for movies from one language to any other. Translators struggle conveying what should be paragraph long sentences of context behind a single word for one language. Do not get me started on double speak.



  • I am all for having more people, but being an obscure “site” is a good filter imo.

    The Voyager App has some bugs, but for what it is, I’m amazed by the polish.

    On Reddit, all I did was look at memes from the top subreddits, spending my day filtering through the vastly unfunny majority. It’s also through memes that I kept up to date with the news.

    On Lemmy, I decided to not fall into that sort of doom scrolling again. I blocked all meme communities. I browse through “All” to find any obscure community that peaks my interest, block the ones that don’t and add the ones that do to “Home” or “Favourites”.

    This means my feed is much more curated than the slop I was ingesting on Reddit. I still doom scroll sometimes 😅, but it’s better now than it was before, I think.


  • I’m interested in a long time investment that will grow as I will

    As long as you pick up shortcuts from any editor you’re used to and can implement them or something similar in any hackable editor, you’re growing long term.

    Emacs and (Neo)Vim have passed the test of time and I honestly don’t think they’ll cease to exist in the upcoming decades

    Neovim will exist on account of being a lightweight refresh on Vim that, due to issues with the Vim owner, was able to gain enough momentum to take off.

    Emacs I’m not so sure. If you’ve checked the news anytime for Doom Emacs, you can see the maintainer mentioning how it’s become progressively difficult to maintain the project. I’d imagine it’s a similar story for plugins and other derivatives. People have attempted remaking Emacs from scratch, but there was not enough momentum for it, so that went under.

    There are a lot of beautiful plugins for both Emacs and Vim that personally, I wish could exist as programs separate from these editors. Have you had a look at the design philosophy behind Kakoune?

    “Kakoune is expected to run on a Unix-like system alongside a lot of text-based tools, and should make it easy to interact with these tools. For example, sorting lines should be done using the Unix sort command, not with an internal implementation.”

    This would stop so many tears being shed for deprecated plugins if they just focused on being a separate program that can interact with whatever code editor you want, be it VSCode, Vim, Emacs, etc.

    I also recommend reading this article here that goes more in-depth on this point and has a comparison of vim, helix and kakoune.