HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mattmoose21

no profile record

comments

mattmoose21
·2 maanden geleden·discuss
bad python incoming:

    digits = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"

    def base_conv(num, base):
        if num == 0:
            return "0"
        if base > 36:
            return "too big of base"
        result = ""
        while num > 0:
            result = digits[num%base] + result
            num //= base
        return result

    i = 5;
    b = 18;
    while b < 37:
        print(base_conv(4\*i,b))
        i += 1
        b += 3
results: 12 13 14 15 16 17 18

Beyond this you need to get more creative with your digit symbols.

*edit: bad formatting
mattmoose21
·5 maanden geleden·discuss
Not a huge surprise but Azure DevOps, seems to have the same issue. https://status.dev.azure.com/_event/742338411
mattmoose21
·6 maanden geleden·discuss
Many have an optional hose to pump to a drain if available.
mattmoose21
·6 maanden geleden·discuss
We have had our LG for a few years now and it uses a third of the electricity of our craigslist Kenmore. With the rebates at the time it has paid for itself already.

The big difference in day to day use for us actually comes by way of the lint trap. Not only do you have to clean the lint trap every time (as normal) you also have to clean the heat exchanger every few loads. This process is a pain in the butt, you have to lie on the ground and gently brush away wet lint off the fins while avoiding bending them. The more lint that is left on the fins the less efficient the dryer is and the longer it takes to dry a load.

This will ultimately end up causing an issue long term (know idea how long) as more and more lint makes its way past the accessible portions of the exchanger and the dryer will take longer and longer. You can in theory take these apart and power wash them but it is not user friendly in the least and probably not worth the effort of a technician.

All together we like the dryer though.
mattmoose21
·7 maanden geleden·discuss
saw the same thing, still can't access my account from the dashboard.
mattmoose21
·4 jaar geleden·discuss
Interesting to see why seiko calls their automatic line 21 jewels.