Bernd Kosmahl

Results 36 comments of Bernd Kosmahl

It's common sense to install only signed packages. I may even be company policy and would increase acceptance. Don't wait for a malicious update to happen. Prevent it in the...

I upgraded from `bionic` to `focal` today (Ubuntu 20.04.3 LTS) and not much worked with `3.1.5+ds-1ubuntu1` This is however a very old install so it may be some upgrade issue....

Can reproduce w. WordPress 5.3 and SemPress theme.

For Linux PC this can be forced by adding `-force-vulkan` to the executable. It's probably the same for Windows. Mebbe you can get some testers on Windows to try it?

> Import and export localization data to XLIFF, CSV and Google Sheets. XLIFF is good. CSV is okay-ish I guess. If nothing else. Strong feelings against Google Sheets :upside_down_face:

As a [simPit](https://en.wikipedia.org/wiki/Simulation_cockpit) player I'm also highly interested in such data. IPC or Websocket would be highly appreciated so custom UI elements can be programmed. A low latency is key...

# Freetrack Here is the relevant source for a freetrack (Opentrack, FaceTrackNoIR, ...) UDP implementation: https://github.com/opentrack/opentrack/blob/master/proto-udp/ftnoir_protocol_ftn.cpp Some py code to demonstrate consumption: ``` import socket, struct sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)...

I'd like to add a second thumbs up but since this is not possible I just add this lame comment :)

@WraithKenny I took the burden on me (that was no fun at all) and brew something like this: ```jsonc { // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json...