• 0 Posts
  • 45 Comments
Joined 1 year ago
cake
Cake day: January 16th, 2024

help-circle







  • Yeah I’d check for fragmentation, particularly coming from whatever was on the opposite end of this tunnel. This looks like librespeed (which is super simple to run in a container, ‘adolfintel/speedtest‘, if interested…I run some at work and it’s very useful) so I’m assuming it was running on the server at the other end of the wireguard tunnel?

    That latency and jitter are also absurd tho. Op should run a bufferbloat test on both sides. Though I don’t always trust those results from librespeed.



  • I remember getting sent to the principals office for “hacking” (pinging the computer in the next room) in like 8th grade.

    Back in 4th/5th I actually was hacking, modifying our user menu to add Windows 3.1 and a password (copying config from a teacher’s profile). Also brute-forced at least two teachers passwords.

    I’m a network architect now, so there’s that.




  • Hah, jokes on them, I don’t do anything at the office, either.

    In fact I dare say I do less, due to less efficient monitor placement and constant door-knockers. At least at home the only one knocking on my door is a 5yo asking for help in Mario.

    Oh and the pointless meetings where I have to be present in person and actually look attentive, even though realistically there’s no damn reason I even should’ve been invited.



  • JasonDJ@lemmy.ziptoAntiwork@lemmy.mlThat's all it is.
    link
    fedilink
    arrow-up
    10
    arrow-down
    3
    ·
    edit-2
    11 months ago

    Leftists really suck at marketing. Between that, antifa, and defunding the police, they really don’t seem to know how to put a name to an idea that can’t be misconstrued by an opponent with the maturity of a 5 year old (which, as luck would have it, is most opposition). I’d even argue BLM should be on that list.

    Edit to add: global warming.



  • As a network guy…open up your favorite web-managed application and open the developer console. Inspect the transactions you see and compare it to the applications REST API reference, and you’ll likely find a lot of commonality (and maybe some undocumented endpoints!).

    Backend made the API and everything that is performed by it. Front end is doing the GUI based off the response and promoting for input.