rdebath

Results 181 comments of rdebath
trafficstars

You'd need to find out why it's dropped out. But, I would guess there's something different in the setup WRT reading from the standard input when there's nothing there. So,...

One hundred thousand ``` C sha256_init(&ctx); for (idx = 0; idx < 100000; ++idx) sha256_update(&ctx, text3, strlen(text3)); sha256_final(&ctx, buf); pass = pass && !memcmp(hash3, buf, SHA256_BLOCK_SIZE); ```

Other software breaking something because they write what you read rather than what you write really doesn't seem like your problem ... In fact I suspect this should be an...

MCG is more lenient, but still has occasional issues. * Unused fields are not completely ignored; if one is duplicated it will cause the importer to fail. * If a...

Except that you do "use" it (or you should) as you load it into memory so you can preserve it when the user re-saves it. Therefor you will crash (because...

If implemented please put here: ``` ClassicWorld = { Metadata = { CPE = { SetSpawn = { SetSpawn.X = i32:2064 SetSpawn.Y = i32:1072 SetSpawn.Z = i32:2064 SetSpawn.H = i8:96...

With command line option `-NoRestorePoint` for sysprep and VMs

A lot of router/firewall boxes don't do `hairpin NAT` well, if at all; especially the cheap ones. To configure the Linux firewall (as used in various cheap boxen) involves adding...

@Hedwig7s Having both IPs available through the API would work it's been done with other "nat-punching" protocols. But it's complex. What I meant by the last two lines was to...

You may be interested in this ... I use this awk program to mess with date ranges in my [certificate script](https://github.com/rdebath/x509scripts) rather than trying to get `date` to work nicely...