I’ve been using other apps than Obsidian for notes and sharing, so this is nice to read and consider. But isn’t Obsidian an electron app or whatever? Electron has always seemed resource intensive and not native. JavaScript has never struck me as “secure”. Am I just out of touch?
anon7000|5 months ago
The problem with supply chain attacks is specifically related to npm, and not related to JS. npm as an organization needs to be taking more responsibility for the recent attacks and essentially forcing everyone to use more strict security controls when publishing their dependencies.
asgraham|5 months ago
It’s maybe a nit-pick, since most JS is run sandboxed, so it’s sort of equivalent. But it was explicitly what GP asked for. Would it be more accurate to say Electron is secure, not JS?
0manrho|5 months ago
burnt-resistor|5 months ago
I almost fell out of my chair laughing. Thanks for the comedic relief.
system7rocks|5 months ago
dghlsakjg|5 months ago
It runs on a majority of computers and basically all phones. There will be many security issues that get discovered b y virtue of these facts.
What makes you think that "native" apps are any more secure?
burnt-resistor|5 months ago
CuriouslyC|5 months ago
codazoda|5 months ago
I’d love to try it, but speaking of security, this was the first thing I saw:
sh <(curl https://create.tauri.app/sh)
da_chicken|5 months ago
I'd also be forced to ask... what exactly are you doing with a markdown note-taking application such that performance is a legitimate concern?
But, I mean, maybe you're reading this in a Lynx session on your ThinkPad 701C.
eviks|5 months ago
Launching it and expecting a fast startup.
GabeIsko|5 months ago
tester457|5 months ago
It's not a problem on pc, but an obsidian vault with thousands of notes can have a laggy startup on mobile, even if you disable plugins.
Users sidestep this issue with quick capture plugins and apps, but I wish there was a native stripped-down version of obsidian.
SilverSlash|5 months ago
otabdeveloper4|5 months ago
Let's fix private key leakage and supply chain issues before worrying about C++ haxxors p0wning your machines.