Hacker News new | ask | show | jobs
by thatgurjot 553 days ago
I tried Parallels with like three different accounts :)

But I also found that a native Windows machine throws a lot more errors than a VM. For example, having a sqlite3.dll ended up being critical on the Windows 10 machine but not on the Parallels VM. Not sure why!

1 comments

SQLite is actually bundled with Windows as winsqlite. You can install your own copy if you want to take control of the version, but you usually don’t need to.