HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mxvzr

no profile record

comments

mxvzr
·ปีที่แล้ว·discuss
https://app.bsky.cz/profile/carrigmat.bsky.social/post/3lgso...
mxvzr
·2 ปีที่แล้ว·discuss
Are there places where suicide is criminalized?
mxvzr
·2 ปีที่แล้ว·discuss
previous discussion: https://news.ycombinator.com/item?id=39373327
mxvzr
·2 ปีที่แล้ว·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 ปีที่แล้ว·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 ปีที่แล้ว·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 ปีที่แล้ว·discuss
pi-hole can still help with that, unless the client is running on android.