Sebastian Parschauer
Sebastian Parschauer
bme: Double all screen sizes The original screen size is definitely too small for all modern computers. For the standard FHD displays even quad size is required. The display zoom...
I've fixed **several** mice at upstream Linux kernel with `HID_QUIRK_ALWAYS_POLL` (`0x00000400`) already. So please **let me know if your mouse disconnects** every x seconds or every minute when no user-space...
Maybe it is only the **Mir** display server. But I've noticed that Ubuntu has issues with **aperiodic mouse disconnects** if there is a PixArt IC with faulty Logitech FW and...
It seems like usbcore quirks for **AMD chipsets** which involve PixArt mice can cause trouble that the mouse does not work properly after resume from suspend any more. There is...
maps: Get stack end as stack load address Using the start of the stack region as load address does not provide a useful match offset. The actual stack end is...
The initial scan segfaults for me at searching for `0` in 1500 * 1024 * 1024 bytes allocated by `calloc()` on my laptop. It runs out of memory. Catching `SIGSEGV`...
This is about: https://github.com/opentracing-contrib/nginx-opentracing/blob/111a491446be502b943e6d919a9971fa51640a96/opentracing/src/ngx_http_opentracing_module.cpp#L55 This uses the unparsed URI. But the parsed URI `$scheme://$http_host$uri` is required for (auth) subrequests. Got NGINX Plus R24 and the Instana tracer with patched defaults...
Follow up on #79 and add related documentation.
I've found the biology secrets required to do real-life health cheating and this also involves stepping down on time at computers and software projects. So now I'm looking for a...
`ugstackdisc` is the POC for implementing the stack value discovery in C. This should be added to `scanmem` to automatically determine the stack end from `/proc/$pid/stat` and to show forward...