Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MI
Posts
1
Comments
173
Joined
2 yr. ago

  • He is probably going to be epstein-ed during the trial if it looks like he's going to lose. I can imagine these people with their heads up their own arses would have a metric ton of kompromat on each other, and drumpf looks like the type that would squeal like a little piggy when necessary.

  • In my entire social and family circle that comprises hundreds of people, I can count with one hand the number of people who are even close to proficient enough with a computer to be assured of a decent experience with *nix systems, (excluding macOS, naturally).

    My litmus test is “will you be comfortable with opening a terminal and typing in a bunch of text commands?”

    If not, I’d only recommend Windows or macOS. I don’t want to play tech support for hours to my parents or granny or my in-laws at 11pm on Saturday night guiding them to through a tutorial to fix their borked computer because they “accidentally clicked something but they can’t remember what and now it doesn’t load facebook”.

  • Unfortunately, it wouldn't be a great legal strategy. You could end up losing in the court of public opinion, and giving the cheetoh more ammunition to play the victim. A watertight, calibrated and swift prosecution that gets him the maximum amount of time in prison with the least likelihood of getting his case overturned is probably the best strategy (disclaimer: IANAL)

  • I did exactly this last year to monitor my cats at home while I was on holiday.

    I bought two of these - REOLINK RLC-811A: https://www.amazon.com/gp/product/B09873G7X3

    I assigned static IPs to both of these, and blocked all of their outgoing traffic to the public internet (in case Chairman Xi or Strongman Putin wants to also see what my cats are up to).

    I then spun up a local motioneye container: https://github.com/motioneye-project/motioneye

    The cameras by default (I think) provide rtsp streams, so I added the two streams (rtsp://somehostname.local:554/h265Preview_01_main) to motioneye and verified that I was able to view the camera streams on my local LAN.

    The last step was simply to use cloudflare to as an authentication frontend to proxy my local motioneye container to my public domain name. Worked a treat!

    Hope this helps, cheers.