Petr

Results 15 issues of Petr

Recent versions support running services under `DynamicUser`, see https://0pointer.net/blog/dynamic-users-with-systemd.html Below is my working example of such a set-up. I'm not sure if it makes sense to include it in the...

While downloading from GitHub via HTTPS gives a reasonable level of security, I'd still prefer to have the binaries verified against their respective checksum files. I propose to add a...

I'm running `f3probe` (compiled from 447e37338b23a40c28da47f33b18f7ad07707a61 )on [this AliExpress 2TB card](https://www.aliexpress.com/item/1005004336495693.html) (proved fraudulent with `f3write`/`f3read`). But it fails with a strange error: ``` $ /home/p/projects/f3/f3probe --destructive --time-ops /dev/sdc F3 probe...

Investigate

From looking at how the the parameter is used, it is obviously the size, not a seed.

The first issue I encountered was that the older version of `bufnr()` requires an argument. This can be fixed easily by ```diff diff --git a/plugin/autoformat.vim b/plugin/autoformat.vim index 2cccb7a..a743711 100644 ---...

### Description I don't want to use `zi` (because `zpmod` would be the only thing I'd use it for). And even less so `sh

documentation 📝

I wanted to use IMAP with TLS and this turned out to be quite complex. (Relates to #7.) So far, I found these solutions: - Use threads - one for...

feature

Currently various `from...`/`to...` functions work with just `[Int]`. I'd suggest to: 1. Return appropriate data types, that is `Word8` for `to/fromIPv4` and `to/fromIPv6b`, and `Word16` for `to/fromIPv6`. 2. Add variants...

Hi, I'd like to ask about the status of [HyperUPDI](../blob/master/UPDI/jtag2updi.md#hyperupdi). I wanted to build a simple shield myself for Arduino Nano to extend jtag2updi with 12V booster and an opto-switch...