• 0 Posts
  • 128 Comments
Joined 2 years ago
cake
Cake day: July 14th, 2023

help-circle



  • If you’re new to Linux, you won’t stay with the distro anyone recommends for more than a month. It’s a truism.

    I’m not you. You’re not me.

    That said. Ubuntu isn’t the Ubuntu of old. The real selling point is the zfs, but you have all the other NIH stuff like snap etc. I’m not a zfs fan but I appreciate that it’s got a huge fan base.

    One thing to say is that you don’t have to have a one and only. I have at least two distros I use daily for workstation stuff. I use Fedora for typing and Arch for backups, debugging, rescue, and other fiddling about stuff (because Fedora gets in the way sometimes). Every distro has the same set of commands.

    distrowatch.com is your friend.



  • What things are and what the masses choose to call them, and use them for, are usually two different things.

    Asking the masses to understand a complex subject for themselves, and ascribe to it appropriate nomenclature, when all they actually want is something that echoes what they already think with more eloquence is folly.

    Reference: social media - a method to collect personal data from the masses to use against them, which they willingly and greedily supply, without recompense.





  • Logseq to Obsidian.

    Logseq’s markdown is weird and not standard. Everything is indented and in a list, even headings. I love me some open source, but this is a hard no.

    Open your logseq files in a plain text editor and compare with the standard. I spend much of my time editing them back to Markdown.

    Syncing logseq is easy on Syncthing. The only issue being that one has to watch out for conflicts by not editing one on one instance before the other sends it/it is received, but that’s a sync issue not Logseq.



  • I started on Logseq, because I’m a contributing open source advocate. I fully intended to stay with Logseq.

    However, it seems to indent everything in the markdown including headings, bullet points and so on. When one loads a document into a markdown editor, one ends up removing all these indents before the document becomes ‘valid’. They’ve made some other unusual design choices that mean the markdown doesn’t read very well in plain text. I used Logseq for a year.

    There’s also a difficulty for me with getting help. For some reason Logseq help community seems to be based around the Discuss (sp?). It’s not easy to read because the lines are very short as it’s a messaging platform. The community is very very active though.

    I eventually got frustrated with trying to debug my Markdown outside Logseq, and went looking for another vehicle.

    Rather distressed, I installed Obsidian. It’s been designed with a more logical approach. To link to a heading in another document, the document is linked in a Wiki-like way (if you’ve chosen that format) with the heading separated by a hash symbol; in Logseq you get an unintelligible UUID plus all that indenting.

    There’s a lot of help within the Obsidian community but some of it is locked down in medium paid-for content. However, the hundreds of Obsidian YouTube channels and videos, obsidianrocks and obsidian.md sites are very well authored. AI searches augment the rest, TBF I don’t really use Google proxies anymore.

    Even though I’m a personal user, it’s worth it to me to buy a commercial licence to show my appreciation for the work that the two(?) developers have put in.

    The plugins use the published API and are all (?) open source AFAICT.

    Most of the issues I have with Obsidian are just related to my workflow. I think that there are probably plugins that will solve them.

    I don’t expect to be looking for another note-taking app anytime soon and it’s been over a year since I started with Obsidian. Understanding templates opened my world up enormously. I haven’t started data-mining in any meaningful sense yet.

    Just my tuppence.



  • The major issue is to complain to/about your provider, not mess around with the workaround solutions.

    That said once you have the list of packages, you can download them on your phone and seamlessly transfer them to your pc with Syncthing.

    Have a look at dnf-automatic to do downloads only. I’m not sure how many retries it allows.

    There is also the option of limiting your bandwidth on the PC so that it doesn’t choke.

    Ultimately the ISP has to provide a working service.






  • (half replying to other comments as well as yours)

    If you have a look at the btrfs mailing lists post that introduced RAID1c34, they were created because RAID56 were not considered viable or fixable. It’s in couched language but reasonably clear. I don’t think you’re thinking of using those (RAID56) but don’t.

    Never had any btrfs problems that weren’t self generated or date from a really sticky period in btrfs’s history (years ago, 4.13 or maybe 3.13). I’ve used RAID56 until RAID1c34 became available and RAID10 where I could.

    Haven’t tried LUKS - btrfs though, although effectively no worse than putting btrfs in a VM (which is fine if slow at the time), albeit a bit more computationally intensive.