~martijnbraam

The Netherlands

https://brixit.nl/

I do computer stuff

~martijnbraam/openatem

Last active a month ago

~martijnbraam/public-inbox

Last active a month ago

~martijnbraam/boarddb

Last active 11 months ago

~martijnbraam/fathub

Last active 1 year, 4 months ago

~martijnbraam/pts-devel

Last active 2 years ago

~martijnbraam/pts-announce

Last active 2 years ago

~martijnbraam/postmarketos

Last active 2 years ago

~martijnbraam/rptr-devel

Last active 3 years ago

~martijnbraam/rptr-announce

Last active 3 years ago

~martijnbraam/ofonoctl

Last active 4 years ago
View more

Recent activity

Re: [PATCH logbookd] Close /dev/kmsg after getting EINVAL 6 months ago

From Martijn Braam to ~martijnbraam/public-inbox

Oh I would've thought /dev/kmesg would be from the 2.7 era and I did not 
check this.

Thanks for the patch, it has been applied.

On 4/6/24 13:25, Karol Kosek wrote:
> Polling /dev/kmsg on older linuxes makes the kernel very excited to tell
> you that it has something for you to read()!
> Unfortunately, that's EINVAL.[1]
>
> Ignoring these errors only makes the kernel even more excited, so let's
> close /dev/kmsg immediately after getting EINVAL to get out of
> a constant error loop and let the cpu calm down.
>

[PATCH gamja] Prevent zalgo in IRC messages 6 months ago

From Martijn Braam to ~emersion/public-inbox

the overflow: auto; rule is enough to prevent zalgo from drawing over
other IRC messages containing it to a single line.
---
 style.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/style.css b/style.css
index 2e7728c..dd41582 100644
--- a/style.css
+++ b/style.css
@@ -388,6 +388,7 @@ details summary[role="button"] {
}
#buffer .logline {
	white-space: pre-wrap;
[message trimmed]

Re: [PATCH] More Blackmagic Converters and Github Mirror 8 months ago

From Martijn Braam to ~martijnbraam/openatem

Hi Peter,

Sorry for the late response, this kinda got snowed under.

I've merged your added converter code, it seems good but I don't have 
any Teranex hardware to verify any of it of course. This code is now 
also in the 0.10 release.

For the mirror, I don't really like GitHub and I try to support that 
platform as little as I can. I have set up a GitLab mirror though now at 
https://gitlab.com/MartijnBraam/pyatem so people used to forking 
workflows can use that.

Greetings,

Re: [PATCH lsip6] Consider CDC NCM for possible interfaces 10 months ago

From Martijn Braam to ~martijnbraam/public-inbox

Applied

On 12/4/23 19:52, Luca Weiss wrote:
> ---
>   lsip6/__main__.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lsip6/__main__.py b/lsip6/__main__.py
> index bdafadd..24acf38 100644
> --- a/lsip6/__main__.py
> +++ b/lsip6/__main__.py
> @@ -66,7 +66,7 @@ def find_possible_interfaces():
>       for path in glob.glob('/sys/class/net/*/device/interface'):
>           with open(path, 'r') as handle:

Re: [PATCH logbookd] Fix -g option 10 months ago

From Martijn Braam to ~martijnbraam/public-inbox

Thanks, applied

On 12/7/23 23:09, Clayton Craft wrote:
> Without this, the falls through to the next case and throws an
> error.
>
> All credit goes to Caleb Connelly for spotting this!
> ---
>   main.c | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/main.c b/main.c
> index b617bfc..9335c17 100644
> --- a/main.c

Re: [[PATCH lsplug] 1/2] Restore accidentally deleted line 1 year, 1 month ago

From Martijn Braam to ~martijnbraam/public-inbox

Thanks, I've applied the patches. I modified the README update to drop 
the brackets from the subjectPrefix since that corrupts the header.

On 8/16/23 13:13, Hugo Osvaldo Barrera wrote:
> See: https://git.sr.ht/~martijnbraam/lsplug/commit/2f175185620fc948603721ff22ab4acc9e278aaf
> ---
>   setup.py | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/setup.py b/setup.py
> index 3cf115a..d63adce 100644
> --- a/setup.py
> +++ b/setup.py
> @@ -7,6 +7,7 @@ setup(name='lsplug',

Re: macros implementation 1 year, 2 months ago

From Martijn Braam to ~martijnbraam/openatem

Hello Cristian,

Yes the macro functionality is quite lacking in the pyatem module at the 
moment. The Macros in the ATEM protocol is a complete seperate set of 
commands to the normal switcher control. So for having full coverage of 
the the ATEM macros everything has to be implemented twice (and for xml 
import/export everything has to be implemented for a third time). None 
of these things have an actual 1-to-1 mapping or way to do automatic 
translation.

Actually triggering the macros from OpenSwitcher is something that's 
easier implement. Only thing missing is the TriggerMacro command and a 
bit of UI work.

Re: [PATCH webflash 1/6] Print exception to console when "Flasher failed" 1 year, 4 months ago

From Martijn Braam to ~martijnbraam/public-inbox

Applied the series and updated the production installation :)

On 6/7/23 20:14, Luca Weiss wrote:
> Otherwise errors such as trying to use a non-sparse image for flashing
> fails without printing the error.
> ---
>   flasher.js | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/flasher.js b/flasher.js
> index 5b0bec9..b3d9c42 100644
> --- a/flasher.js
> +++ b/flasher.js
> @@ -238,6 +238,7 @@ async function runScript(device, di, image, script) {

Re: [PATCH thumbdrives v2] install appdata to metainfo 1 year, 7 months ago

From Martijn Braam to ~martijnbraam/public-inbox

Thanks, applied :)

On 2/13/23 17:14, psykose wrote:
> from https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#spec-component-location :
>
>   Upstream projects can ship one or more metainfo files in /usr/share/
>   metainfo/%{id}.metainfo.xml,
> ---
>
> apparently reading is hard- the filename gets renamed too.
>
>   data/meson.build                                            | 6 +++---
>   ...appdata.xml.in => nl.brixit.Thumbdrives.metainfo.xml.in} | 0
>   2 files changed, 3 insertions(+), 3 deletions(-)

Re: [PATCH numberstation 0/1] Fix appstream data validation 1 year, 7 months ago

From Martijn Braam to ~martijnbraam/public-inbox

Thanks, applied :)

On 2/2/23 16:42, ~lihis wrote:
> Appstream data validation fails with "appstream-util validate-relax
> --nonet" as there is two <release>'s with same version. This patch
> removes the duplicate entry thus making the validation to pass.
>
> Tomi Lähteenmäki (1):
>    Remove duplicate version from appstream data
>
>   data/org.postmarketos.Numberstation.appdata.xml | 10 +---------
>   1 file changed, 1 insertion(+), 9 deletions(-)
>