There were plenty of those, including commercial ones. It's pretty hard to find but ~25 years ago I was using Xi Graphics Accelerated-X which had 3D acceleration long before Xfree86. Update: but yes I imagine it had…
How come there are still no 4K 60fps KVM devices? Software solutions like Moonlight/Sunshine have been able to do that with near-zero latency for a long time and they are not even the first. Phones have chips capable of…
Can it help with the annoying macos bug that about half the time disconnecting and reconnecting external screen to my MacBook does not move windows back to external screen?
The C++ plugin is included in Android Studio which is essentially a distribution of IntelliJ. There seems to be no technical reason for not allowing it in full IntelliJ.
With some work on better tooling it could've been used to detect and thwart supply chain attacks, which are a growing concern. Process level sandboxing is too coarse.
You can embed JVM with JNI_CreateJavaVM(): https://docs.oracle.com/javase/7/docs/technotes/guides/jni/s... It is used used by projects like Postgres PL/Java, LibreOffice and various native Java launchers/wrappers
Sounds like the only way out of this is to design language agnostic tooling protocols that anybody can implement.
Where do you see pattern matching in Kotlin?
Worked fine in a window but too slow when fullscreen on my Surface Pro 8. Should have dynamic resolution to maintain FPS.
So why is it still pretty slow for file operations on DevDrive (no filters, async antivirus)? I found the performance improvement not that significant.
Doesn't it (Windows VFS layer) also lack the equivalent of dentry cache, making all metadata lookups slow?
I meant to reply to GP about partial updates rather than parent post about keeping connection open.
This is how AJAX in Java Server Faces used to work nearly 2 decades ago. There were even more fancy technologies like https://www.icesoft.org/wiki/display/ICE/Direct-to-DOM+Rende... I bet ASP had something similar too…
It's not open source and hasn't been in a very long time. Still very useful though.
The feature built into windows (even after recent update) is a lot slower
Lacks ferries and availability of e-bikes. Google maps has both.
It still sort of is but you can create Dev Drive which is based on ReFS
If you go with sharding proxy design why not use Apache ShardingSphere? It follows the same approach but is far more sophisticated and mature.
It's not really clear from OP that it's about rate. Cumulative limit would still fulfill requirement of stopping while(true) from exhausting resources. But if you need rate there's this: JOB_OBJECT_…
I'm not an expert on the subject but just happen to know this was possible since XP: https://learn.microsoft.com/en-us/windows/win32/api/winnt/ns... See JOB_OBJECT_LIMIT_PROCESS_MEMORY and JOB_OBJECT_LIMIT_PROCESS_TIME.…
Is the GraalVM sandboxing only applicable to polyglot runtime or also to JVM itself?
Why not combine zero width character with visible character, i.e. use 2 characters for separators? ,<FS> for fields \n<RS> for records This removes ambiguity in parsing and remains user readable. It's also relatively…
Better cross-platform would be nice but it will succeed regardless given resources and level of commitment from Apple.
That's also the behavior on Windows
It also works great with almost but not-quite HiDPI screens such as commonly available and cheap 4K 27" monitors. You can scale them at 150% and with ClearType it looks as good as super expensive 6K Mac screen. In fact…
There were plenty of those, including commercial ones. It's pretty hard to find but ~25 years ago I was using Xi Graphics Accelerated-X which had 3D acceleration long before Xfree86. Update: but yes I imagine it had…
How come there are still no 4K 60fps KVM devices? Software solutions like Moonlight/Sunshine have been able to do that with near-zero latency for a long time and they are not even the first. Phones have chips capable of…
Can it help with the annoying macos bug that about half the time disconnecting and reconnecting external screen to my MacBook does not move windows back to external screen?
The C++ plugin is included in Android Studio which is essentially a distribution of IntelliJ. There seems to be no technical reason for not allowing it in full IntelliJ.
With some work on better tooling it could've been used to detect and thwart supply chain attacks, which are a growing concern. Process level sandboxing is too coarse.
You can embed JVM with JNI_CreateJavaVM(): https://docs.oracle.com/javase/7/docs/technotes/guides/jni/s... It is used used by projects like Postgres PL/Java, LibreOffice and various native Java launchers/wrappers
Sounds like the only way out of this is to design language agnostic tooling protocols that anybody can implement.
Where do you see pattern matching in Kotlin?
Worked fine in a window but too slow when fullscreen on my Surface Pro 8. Should have dynamic resolution to maintain FPS.
So why is it still pretty slow for file operations on DevDrive (no filters, async antivirus)? I found the performance improvement not that significant.
Doesn't it (Windows VFS layer) also lack the equivalent of dentry cache, making all metadata lookups slow?
I meant to reply to GP about partial updates rather than parent post about keeping connection open.
This is how AJAX in Java Server Faces used to work nearly 2 decades ago. There were even more fancy technologies like https://www.icesoft.org/wiki/display/ICE/Direct-to-DOM+Rende... I bet ASP had something similar too…
It's not open source and hasn't been in a very long time. Still very useful though.
The feature built into windows (even after recent update) is a lot slower
Lacks ferries and availability of e-bikes. Google maps has both.
It still sort of is but you can create Dev Drive which is based on ReFS
If you go with sharding proxy design why not use Apache ShardingSphere? It follows the same approach but is far more sophisticated and mature.
It's not really clear from OP that it's about rate. Cumulative limit would still fulfill requirement of stopping while(true) from exhausting resources. But if you need rate there's this: JOB_OBJECT_…
I'm not an expert on the subject but just happen to know this was possible since XP: https://learn.microsoft.com/en-us/windows/win32/api/winnt/ns... See JOB_OBJECT_LIMIT_PROCESS_MEMORY and JOB_OBJECT_LIMIT_PROCESS_TIME.…
Is the GraalVM sandboxing only applicable to polyglot runtime or also to JVM itself?
Why not combine zero width character with visible character, i.e. use 2 characters for separators? ,<FS> for fields \n<RS> for records This removes ambiguity in parsing and remains user readable. It's also relatively…
Better cross-platform would be nice but it will succeed regardless given resources and level of commitment from Apple.
That's also the behavior on Windows
It also works great with almost but not-quite HiDPI screens such as commonly available and cheap 4K 27" monitors. You can scale them at 150% and with ClearType it looks as good as super expensive 6K Mac screen. In fact…