HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mxvzr

no profile record

comments

mxvzr
·tahun lalu·discuss
https://app.bsky.cz/profile/carrigmat.bsky.social/post/3lgso...
mxvzr
·2 tahun yang lalu·discuss
Are there places where suicide is criminalized?
mxvzr
·2 tahun yang lalu·discuss
previous discussion: https://news.ycombinator.com/item?id=39373327
mxvzr
·2 tahun yang lalu·discuss
I've noticed this too. I always assumed it was meant to make price comparison more difficult for consumers.

A recent FTC lawsuit [1] made me realize it could also be meant to prevent the seller's platform from doing price comparison ("if Amazon discovers that a seller is offering lower-priced goods elsewhere, Amazon can bury discounting sellers so far down in Amazon’s search results that they become effectively invisible")
mxvzr
·4 tahun yang lalu·discuss


    json2yaml() {
        python3 -c "import json,sys,yaml; print(yaml.dump(json.load(sys.stdin)))"
    }
    export -f json2yaml

    yaml2json() {
        python3 -c "import json,sys,yaml; json.dump(yaml.safe_load(sys.stdin), sys.stdout, default=str)"
    }
    export -f yaml2json

    httping() {
        while true; do
            curl $@ -so /dev/null \
                -w "connected to %{remote_ip}:%{remote_port}, code=%{response_code} time=%{time_total}s\n" \
                || return $?
            sleep 1
        done
    }
    [[ ! $(>&/dev/null type httping) ]] && export -f httping

    redis-cli() {
        REDIS_HOST="${1:-127.0.0.1}"
        REDIS_PORT="${2:-6379}"  
        rlwrap -S "${REDIS_HOST}:${REDIS_PORT}> " socat tcp:${REDIS_HOST}:${REDIS_PORT} STDIO
    }
    [[ ! $(>&/dev/null type redis-cli) ]] && export -f redis-cli
mxvzr
·4 tahun yang lalu·discuss
France has 56 reactors, of which 29 are currently shutdown.

My understanding is that they are closed for maintenance rather than due to the on-going heatwave.

It has been described as the perfect storm: some reactors have reached the 10yr mark (so extensive maintenance is to be done on these), lockdowns have slowed the progress of regular maintenance (possibly introducing a backlog?), and finally corrosion was found in secondary cooling systems used during emergencies leading to further (12) shutdowns.
mxvzr
·4 tahun yang lalu·discuss
pi-hole can still help with that, unless the client is running on android.