• 3 Posts
  • 837 Comments
Joined 3 years ago
cake
Cake day: June 6th, 2023

help-circle


  • The AUR just hosts pkgbuild files, no source or built packages. The pkgbuild can point to arbitrary external sources that could update separately. Manjaro could have their own AUR that hosts old pkgbuilds, but that wouldn’t be foolproof since the external sources could change. Also, if a pkgbuild was updated for security reasons, now Manjaro is putting users at risk by continuing to serve the old version, and now that’s another problem for them to solve.




  • IMO they should have made this the official policy instead of adding optional support for the AUR in pamac.

    At the end of the day, the AUR is just a pastebin full of pkgbuild files for people who know what they’re doing. And as a distro aimed more at the average Linux user, rawdogging the AUR probably just shouldn’t be part of the equation.






  • A bunch of people who couldn’t tell their left shift from their right shoelace think you don’t know what you’re talking about lol.

    I agree, to a person who knows the machine, an AI is like a compiler: you know the output you’re going for, the tool helps you get there faster. Expecting you to do something the slow way because someone else doesn’t know how to code is nonsense. There is a massive difference between using it as a tool, and blindly taking generated code.

    If the internet existed in the 70s, I bet people would have asked for a disclaimer on compiled assembly.


  • I’ve not heard of those, but to me this is a competitor to the much more ubiquitous Obsidian. Which works great, and has a whole community of support, but is not open source.

    Personally, I don’t need my notes app not be responsible for syncing across devices either. I already have that for other file types (photos, media, etc).

    I’m not against these features being added, but this app is young, afaik it’s one person writing it, so I’d rather see their time be spent making the note taking experience as good as it can be.

    I also generally wouldn’t trust one person to properly audit the security of the networking and encryption features. If I wanted those features, I’d still give the community time to peruse the codebase.


  • I think it makes sense to handle this at a lower level. After using other notes apps, the thing I want is for it to not have some arbitrary opaque file hierarchy that locks me into it. I want a plain dir of .md files, some resources they link to, and that’s it. If I want disk encryption, there are solutions for that. I can use something like LUKs to encrypt my whole drive, or even just the notes directory.

    For android, afaik everything uses disk encryption by default.

    The unix philosophy is do one thing really well. We don’t need a note taking app that also handles encryption.