• 0 Posts
  • 42 Comments
Joined 2 years ago
cake
Cake day: June 30th, 2023

help-circle
rss



  • Thor from Pirate Software (a game studio) does this. He has his set up so that if he doesn’t log into a specific server for a year, the source code to his game will be automatically published.

    You could do the same thing. Just grab a super cheap server that checks the last login date and sends out emails.


  • You can code in Notepad in the same way you can eat off the floor with your hands. Using better tools is a nicer experience.

    As for performance, when one of the world’s most popular editor runs on Electron, it’s not that hard to see why performance could be an issue when working on large projects on older hardware.
    I’ve never personally had an issue with VSCode’s performance, but I’m also fortunate enough to be in a position where I can afford a relatively modern machine. Many others have to make do with what they have, which is why Zed might appeal to them.




  • I’d happily pay a one-time fee to be able to use my own cloud service like Google Drive, OneDrive, or iCloud.

    You can do that without paying. Obsidian vaults are just plaintext files on your disk. Just make a vault in your GDrive/OneDrive/iCloud sync folder and it’ll be synced.

    There’s likely a extra hoop or two to jump through if you want mobile access, but it’s not too much extra effort.








  • Can you be more specific?

    I may be reading this wrong, but it sounds like you think Linux requires all your files to be converted to some other format before you can use them. There is no such thing as a Windows-JPEG and a Linux-JPEG, it’s just a JPEG. All your files will still work. It’s the software that opens the files that might need to change (e.g. MS Word or Photoshop).

    Unless you’re talking about filesystems like NTFS and ext4, in which case there is no argument to be made as Linux supports NTFS already. In my experience, it “just works”.