Daniel Lo Nigro
Daniel Lo Nigro
NZBHydra is consistently reading/writing at ~60MB/s even when it's just sitting idle.  System load dropped quite a bit once I stopped my NZBHydra Docker container. - Docker container: `lscr.io/linuxserver/nzbhydra2`,...
I'm using mtr with a command like this: ``` mtr --no-dns --raw --report-cycles 100 example.com ``` mtr 0.92 (from the `mtr-tiny` Debian package) produces output like this: IPv6: ``` x...
If I run `mtr -r -c 1 --no-dns tpg.com.au` from one of my servers based in the USA, I see a route with 14 hops: ``` HOST: vps03.d.sb Loss% Snt...
**Describe the bug** When I try to enable sliding sync in the Element web UI, I get this error: > proxyHealthCheck: client using `https://matrix.example.com` but server is as `http://matrix-synapse:8008` ...
Chrome was doing an origin trial of zstd compression, and just shipped it in Chrome v123: https://chromestatus.com/feature/6186023867908096. Mozilla also just landed it in nightly builds (https://github.com/mozilla/standards-positions/issues/775#issuecomment-2049605786) zstd is faster than...
There's the following pairs with the same semantic meaning: - `htmlElementName` and `xmlName` - `htmlAttributeName` and `xmlAttribute` - `comment` and `htmlComment` - `string`, `jsonString`, `xmlAttributeValue` and `htmlAttributeValue` - `cssPropertyName` and...
- Background colour wasn't converted to HTML colour format - Sort styles by name, which also has the effect of grouping related styles together by prefix (e.g. html, json, xml)...
Examples: HTML:  CSS:  JavaScript and C# look OK.
I noticed some strange underscores in the blog post:  This was caused by incorrect markup. I've adjust the markup to fix it.
- Create IAM credentials with bare minimum amount of access - Add credentials to Travis as `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` environment variables (ideally in the UI so there's no risk of...