HackerTrans
TopNewTrendsCommentsPastAskShowJobs

steerablesafe

no profile record

comments

steerablesafe
·vor 4 Jahren·discuss
I guess I can understand that from an ease of configuration standpoint. Having said that I had no trouble with setting up zerotier VPN, which is also very easy to configure.
steerablesafe
·vor 4 Jahren·discuss
Any reason you don't use some kind of VPN solution for that instead?
steerablesafe
·vor 5 Jahren·discuss
If you use a large brush with "low" quality then you have larger half-transparent areas at the beginning and end of each stroke.
steerablesafe
·vor 5 Jahren·discuss
Pretty cool! It looks like in "digital" color mode blending is done in sRGB colorspace (at least judging from the artifacts I see from blending saturated colors), while "natural" indeed looks a lot more natural.

It would help "digital" mode if colors were blended in linear space. GIMP relatively recently changed the default mode and it makes quite a difference.
steerablesafe
·vor 5 Jahren·discuss
Ok, so the key quote here: "If the colon is omitted each of the above TZ formats will be tried."

So even if someone finds this sentence somehow this is still underspecified. The full logic seems to be for a TZ that doesn't start with ':' :

1. First format tried, if it fails...

2. ...interpret TZ as filespec, if it fails...

3. ...interpret TZ as std with offset 0.

Note that there is fallback parsing of TZ that is not described at all (essentially 3rd and 4th formats), and two fallbacks, not one.
steerablesafe
·vor 5 Jahren·discuss
Let's pick apart that documentation and the actual behavior, shall we?

By the documentation "EST", "EDT" and "America/Los_Angeles" are not valid TZ environment variable values, as none of them matches any of the formats. offset doesn't seem to be optional, and within offset hours are not optional.

Ok, maybe it is too pedantic, a permissive implementation can interpret no offset as 0, right? But that's not what happens here. The implementation looks up the timezone by the provided name somewhere, and only when it doesn't find it it falls back to 0 as an offset.

This lookup behavior doesn't seem to be documented on that page. It's not described in the GNU date man page either even though it uses TZ='America/Los_Angeles' as an example.
steerablesafe
·vor 5 Jahren·discuss
why doesn't this work the same way for 'EST' then? You don't specify offset so it should just display in UTC as well, right?
steerablesafe
·vor 5 Jahren·discuss
Various behaviors when requesting time in a non-existent timezone:

sane: report an error in some hard to ignore form

less sane: ignore the provided timezone, display the time in UTC and properly mark it with "UTC"

insane: ignore the provided timezone, display the time in UTC, but then mark it with the prefix of the provided timezone anyway.

I don't care how well documented the insane behavior is, it's still insane.
steerablesafe
·vor 5 Jahren·discuss
It's absolutely right to criticize insane behavior even if said behavior is documented. LOL "helpfully" being substituted to the output is absolutely insane.