[delayed]
Stock Dark Reader browser extension works well for me.
Java has many dynamic features where runtime optimization is required to remove the overhead. Virtual method calls are opt-out instead of opt-in, and there is an open world assumption. The possibility of doing stack…
Accessibility apps naturally require privileged access to other applications. Using the clipboard for accessibility is a hack though, as its intended purpose is occasional generalized data transfer. Also, Zoom isn't an…
Unfortunately making software easy to install also makes it easier for Malware to be installed. It's a classic dilemma that is only fixable by making the user think twice about running stuff from the internet: Unix…
Unless you have to run the meeting.
Even if you can gather that PGO metadata a running application won't be able to adapt to changes in that data.
It can and already does. It mostly depends on the GC. Or do you mean non-heap memory that the runtime uses?
One could also just use jlink and extract the zip file that it produces.
It would have been more precise to say O_DIRECT instead of io_uring. The point of io_uring is to avoid syscall overhead. What they were after was actually managing a page cache on their own, and it turned out to be more…
[delayed]
[delayed]
Stock Dark Reader browser extension works well for me.
[delayed]
[delayed]
[delayed]
Java has many dynamic features where runtime optimization is required to remove the overhead. Virtual method calls are opt-out instead of opt-in, and there is an open world assumption. The possibility of doing stack…
Accessibility apps naturally require privileged access to other applications. Using the clipboard for accessibility is a hack though, as its intended purpose is occasional generalized data transfer. Also, Zoom isn't an…
[delayed]
[delayed]
[delayed]
Unfortunately making software easy to install also makes it easier for Malware to be installed. It's a classic dilemma that is only fixable by making the user think twice about running stuff from the internet: Unix…
[delayed]
Unless you have to run the meeting.
[delayed]
[delayed]
Even if you can gather that PGO metadata a running application won't be able to adapt to changes in that data.
[delayed]
[delayed]
It can and already does. It mostly depends on the GC. Or do you mean non-heap memory that the runtime uses?
[delayed]
[delayed]
[delayed]
One could also just use jlink and extract the zip file that it produces.
It would have been more precise to say O_DIRECT instead of io_uring. The point of io_uring is to avoid syscall overhead. What they were after was actually managing a page cache on their own, and it turned out to be more…