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/)NI
Posts
4
Comments
744
Joined
2 yr. ago

  • Also of note, she has diagnosed adhd and THAT turned into a big ordeal. To the point my wife called the diocese (it’s a catholic school, despite us being atheist) and got the principal shitcanned because of how they were treating our kid.

    The new principal was bad at first but worked with us and we came up with a plan and system for the adhd.

  • My five year old got a week out of school suspension and made to go to the kids psych ward because she pretended to shoot someone on the playground as part of a game. The other kid narced on her and it turned into a big fucking thing.

    Fuck this bullshit country.

    The psych ward doctors said “this is the stupidest thing we’ve ever dealt with”

  • INC-224, never forget.

    I am an infra engineer at a fairly large scale (not like Amazon, but we have some BIG customers) SaaS company; despite our scale, we are only like 250 people and of them only about 90 engineers. We store a bunch of data in MySQL.

    15:30:00, I get a page “MySQL table is full.” I immediately know my day is ruined, since I’ve never heard of this error before, but know it ain’t great.

    15:30:10, every Pagerduty escalation policy in the entire company gets bombarded with pages.

    I look at the database instance. The table size is “only” 16TiB, so it’s a bit confusing.

    We are hard down for several hours as we scramble to delete data or somehow free up space. Turns out, google backs ClpudSQL MySQL instances with ext4 disks instead of zfs, and the max file size on ext4 is… you guessed it, 16TiB.

    We learned a LOT of lessons from this, and are now offloading a shitload of json into either MongoDB or gcs, depending on the requirements. The largest table is down to 3TiB now :D