VS Code has terrible performance. Are you the one who's being sarcastic?
lol?(Windows user perspective) Unless you run it on 10 year old hardware yes, terrible performance. Notepad is better. But if you have at least an ssd and 4gb of ram, I don't see any issues.
4 year old MacBook running Windows 10. VS Code opens in a second and is smooth as silk.
That seems like an awfully convoluted way to get a text editor for Linux.
Apart from being a decent demonstration, editors are deeply personal. Some carpenters might not have a favorite hammer, but others do… There's a reason why you find emulations of most editors in history remade for "modern" systems, no matter whether that legacy system is TOPS, VM/CMS, Plan 9 or Windows.
Yes, this is the truth, thank you for saying it! I do feel phyiscal pain when having to edit something without my favorite editor =)
Wine is at least a valid way to get sweet sweet video games for Linux like KOTOR, Half-Life 2, IL-2 Sturmovik and Call of Duty (examples from my low-end Intel graphics 4000 laptop).
I mean, this is "valid" if this is the software the author wants to run, I'm just surprised anyone would go to this kind of trouble to run Notepad++, which is something like my fifth-favorite text editor.
It was very frustrating at times, I cannot lie... It's my favorite editor though, so I just HAD to do it. Now I have to compile all of the plugins I use.
VS Code has terrible performance. Are you the one who's being sarcastic?
lol?(Windows user perspective) Unless you run it on 10 year old hardware yes, terrible performance. Notepad is better. But if you have at least an ssd and 4gb of ram, I don't see any issues.
This is exactly why I prefer Notepad++, it's resource efficient, it doesn't matter where you run it on. Even on the Raspberry Pi the performance is quite decent.
That seems like an awfully convoluted way to get a text editor for Linux.
Wine is at least a valid way to get sweet sweet video games for Linux like KOTOR, Half-Life 2, IL-2 Sturmovik and Call of Duty (examples from my low-end Intel graphics 4000 laptop).
Imagine being able to play these games on ARM without emulation? This is also one of my goals, but as stated in the article, the effort to port them without source code is substantial.
Wine is at least a valid way to get sweet sweet video games for Linux like KOTOR, Half-Life 2, IL-2 Sturmovik and Call of Duty (examples from my low-end Intel graphics 4000 laptop).
Imagine being able to play these games on ARM without emulation? This is also one of my goals, but as stated in the article, the effort to port them without source code is substantial.
Isn't it possible to do a static translation of the machine code to ARM, and run native?
Imagine being able to play these games on ARM without emulation? This is also one of my goals, but as stated in the article, the effort to port them without source code is substantial.
Isn't it possible to do a static translation of the machine code to ARM, and run native?
Quite possible. In the article I mention that a Lithuanian hacker by the name of notaz statically recompiled StarCraft, Diablo 1 & 2. But it's a huge effort, of course. Even better would be to (partially) decompile to, say, C for better performance.