HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bendhoefs

no profile record

comments

bendhoefs
·anno scorso·discuss
What does Rust have to do with it? You can write MIT or GPL licensed code in any language.
bendhoefs
·anno scorso·discuss
This is a bad idea. You can make Linux look like Windows on the surface but people are going to then be surprised and frustrated when it doesn't act like Windows, it will come off as cheap imitation. People get confused about the idea of something as simple as the concept of a single root file system, they will not understand that coming from a world of C, D, and E drives. It's best to make it look foreign to them so that they don't have their expectations subverted when they realize it actually is a fundamentally different operating system.
bendhoefs
·2 anni fa·discuss
I wish it would get LSP support. There are some plugins but they seem buggy/ incomplete/ abandoned. It could be a nice lightweight alternative to VSCode.
bendhoefs
·2 anni fa·discuss
I'm surprised no one's mentioned Virtualization-based security in this thread. I suspect this is responsible for a big part of the gap.

https://www.tomshardware.com/news/windows-vbs-harms-performa...
bendhoefs
·2 anni fa·discuss
What are these APIs? Why isn't this possible on standard cross platform graphics APIs?

Edit: I guess it's probably this sort of thing https://learn.microsoft.com/en-us/windows/win32/directcomp/a...
bendhoefs
·2 anni fa·discuss
Why is that the bare minimum?

I also think that doc page is a little old. The feature is over 2 years old now and hot reloading is inherently "unsafe" in any compiled language. It's just letting you know that Rust's safety guarantees might go out the window if there are bugs in the code that handles hot-reloading.
bendhoefs
·2 anni fa·discuss
What do you mean by this? Rust has multiple game engines that support hot reloading and/ or scripting.

https://fyrox-book.github.io/beginning/hot_reloading.html

https://github.com/jarkonik/bevy_scriptum
bendhoefs
·2 anni fa·discuss
On my laptop there is a noticeable keystroke delay compared to other editors.
bendhoefs
·2 anni fa·discuss
Bandcamp and RYM.
bendhoefs
·2 anni fa·discuss
It opened instantly and worked smoothly in Firefox on my 8 year old android.
bendhoefs
·2 anni fa·discuss
The code generation is certainly a build step. This kind of code generation is common for interfaces defined outside of a project's programming language.