←back to thread

421 points saeedesmaili | 2 comments | | HN request time: 0.398s | source
Show context
system7rocks ◴[] No.45307929[source]
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?
replies(7): >>45307982 #>>45308069 #>>45308141 #>>45308336 #>>45308343 #>>45308406 #>>45310096 #
1. SilverSlash ◴[] No.45310096[source]
Javascript is a lot more secure than C++, since it's a memory managed language.
replies(1): >>45311009 #
2. otabdeveloper4 ◴[] No.45311009[source]
Buffer overflows are 0.001 percent of security incidents in practice.

Let's fix private key leakage and supply chain issues before worrying about C++ haxxors p0wning your machines.