beardcrumbs

joined 1 year ago
[–] [email protected] 1 points 1 year ago

Yup, been there, done that. They thrive on neglect. Better not show them you love them, they'll throw a hissy fit.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

Depends what do you mean by "doesn't need a large amount of light". It does need light. It can survive with little light but it will be feeble, light in colour, streched and generally weak looking. It will survive, yes, but it will love lots of light though.

[–] [email protected] 3 points 1 year ago

After having tests work on my computer but mysteriously fail on test server I discovered that test server was set to UTC and tests that depended on having test data return the same time/date failed. Since it was not critical to test those edge cases we just offset times in test cases so that they didn't overflow into next day in our test server. It never gets boring when working with time and date.