Measuring CPU speed
Monday, April 11, 2022 •
Monday, April 11, 2022 •
Saturday, March 5, 2022 •
Sunday, February 6, 2022 •
If you want to create a screenshot with Java, you usually use the robot class java.awt.Robot. This works fine most of the time and is platform independent (as it should be). However, running Java under Wayland, which is the standard compositor for desktop environments such as GNOME, the produced screenshot is just black. No error or anything.
Sunday, January 9, 2022 •
When developing a eclipse plugin, you might at some time run into dependency problems or wiring problems. This happened for me e.g. with eclipse-pmd-plugin, see #129 Couldn’t find logback. PMD logging is not available.
Sunday, December 19, 2021 •
After the last update of gnome I’ve heard some stuttering or distortions when playing audio, e.g. youtube videos. It seems, that there is some buffer underflow of audio data while transfering it to the audio hardware. And the audio hardware doesn’t get a continous stream of data and thus needs to do little pauses when playing back audio which is very annoying.
Comments
No comments yet.Leave a comment
Your email address will not be published. Required fields are marked *. All comments are held for moderation to avoid spam and abuse.