• 0 Posts
  • 40 Comments
Joined 2 years ago
cake
Cake day: June 6th, 2023

help-circle




  • Obsidian is not FOSS, but you can switch to it for now because the whole idea is that it’s just a folder of markdown files. I recommend shopping around by pointing each app at the same markdown folder, so you can see your same notes without having to worry about complex migration. Being able to look at all your notes gives you a better idea of what will suit you.

    Also, I recommend Pandoc for translating between document formats. It’s not not absolutely perfect, but it is wildly good at dealing with the complex problem of translating.

    The simplest thing you can use, IMO, is Marktext. It’s basically Notepad for markdown – no file manager, no special features on top of the markdown syntax, etc. Beyond that you start getting into what features you want on top, at which point you really do just have to test them out for your use case.

    As far as options go, you have basically two options as far as systems go:

    • A built-in sync in the program between the desktop and phone version of the same app (i.e. obsidian, Joplin)
    • Use a tool like syncthing for sync between devices, which allows you to use any app you want for actual note-taking, and allows you to use different apps on phone vs. desktop. I do the latter, and use Zettlr on desktop (more document than note-centric) and Markor on android. The issue with the former is that a great desktop app might not have the best phone version. Also, the apps that do sync typically use an internal database that you can export as a folder of markdown files (i.e. Joplin), and don’t actually just look at a folder of files. This makes testing out different editors kinda hard, unfortunately.

    The other wierd variable is that some apps are literally just a WYSIWYG markdown editor (Marktext, etc.), whereas most of them are markdown editors with Other Stuff On Top™ (Obsidian, Zettlr, LogSeq, etc.). Not all apps implement the same flavor of markdown (which can be maddening, but you can use pandoc to change markdown flavor), but if you rely on a specific app’s special flavor of garnish on top of markdown, it becomes harder to switch to another app in the future if you prefer its functionality or UI. Just something to keep in mind.

    For me personally, one of the make or break traits is a good table creator. Making tables by hand in Markdown is a maddening, so having a GUI way to do it makes a huge difference if you end up needing to make a lot of tables. That is really hard to find because it is hard to automate Markdown table formatting in a foolproof way. As far as I know, the table plugin in Obsidian is the best way to do that by far at the moment. The Zettlr devs are working hard on rewriting theirs from scratch to be way more robust, but that is WIP.

    tl;dr Just pick a Markdown editor, and you can shop from there as long as they store their files in a simple folder.













  • I assumed that Linux was not really under the control of the US, but I guess the Foundation is incoporated in the US as a 501©(6) and the kernel org itself is a 501©(3), so that does give Congress more levers on the kernel than I expected.

    Not to mention that most (all?) of the major corporate funders of the kernel are US-based…

    I really hope the kernel doesnt get (geo)politicized.

    Edit: based on @RobotToaster’s link, yeah it looks like every major “employer” contributor to the kernel other than Huawei, Linaro, Arm, and Suse are American. Arm is probably working mostly on support for its architecture, so I guess it’s Linaro (UK) and Suse(DE).

    That’s not to downplay the role of independent contributors, but it seems like a good indicator of the “power of the purse strings”.

    Edit 2: here’s a more recent set of development statistics from LWN. Looks like the ordering has changed quite a bit since 2022, or it varies a lot with each kernel version




  • I’m getting that with Gmail and 2 google sheets open (just as an example workload), my system says Zen uses 899 MB of memory, while Firefox uses 1261 MB. However, the way they split tasks into different processes (or at least the way my system monitor groups them) seems to be different, so I’m not sure how much of that difference is real.

    Looking at the browsers task manager, they report about the same amount of memory by the browser itself, and for tab handling FF seems to grab more memory when opened, then decrease over time, whereas Zen seems to have a more consistent memory consumption. Sheets tabs use equivalent memory in both, and Gmail uses about 20% more memory in Zen. Both use an insignificant amount of CPU, of course.

    Zen does feel more responsive, but it’s not a dealbreaker. Good to know the customizations aren’t causing catastrophic resource usage though.

    Edit: My only other thing I find wierd is that its kinda hard to close tabs. You have to use the right-click menu – even using the ‘c’ keyboard shortcut only selects it, and hitting it again moves to another option!