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
297
Joined
1 yr. ago

  • Yep. The Moscow Murders seem to be a good example of this. College student seemingly took a lot of precaution to stab 4 people to death in their rental home, left almost nothing behind, turned his cell phone off during the crime - but he’s still dinged because earlier records show him basically scoping out the house in days prior based off his cell phone location.

    I should say it’s not yet stated in a court of law whether this student actually did the killings, and courts do get those decisions wrong - but even still it’s a good example of how technology can track you essentially all the time

  • I think the lead poisoning theory is a bit overblown, personally. There’s something to it, but “all the serial killers were just brain damaged” is I think trying to put a very neat little bow around a complex package.

    I think a lot of it is simply that it’s harder to get away with murder now. I mean not to make it sound too easy but in 1982 there were a lot of ways to kill someone that basically could not be tracked back to you as long as you weren’t literally seen doing it. People aren’t stupid, they know this, and they change their patterns around it.

    Additionally, I’m sure that (potentially as a result of this) we have more spree/mass killings now, and a decent deal of spree killings have a component of sexual frustration to them as many serial killers had.

  • I mean, I haven’t tried it in any significant quality, it’s incredibly close to normal water at that concentration. Maybe a bit woody, really not sweet.

    It’s also just unprocessed tree-water you get from a bucket and I’m not an expert on the health and safety of all that but yunno, to me it’s something I’d want at least boiled first.

  • Sap itself is essentially water. You probably… could just drink it alone but don’t. It’s weird and a little gross.

    You basically just pour it all in a vat and boil it down. It boils down at a 40:1 ratio. 40 gallons of sap is about one gallon of syrup.

    You just boil it until it reaches the correct sugar concentration, or until you’re pretty satisfied

  • I make syrup out of the tree(s) in my yard.

    It’s true. It was such a weird year weather wise that I only got about 2 bottles of syrup. Normally I can get like… 8-10?

    A lot of people don’t really know how sap production works, but it really is a pretty limited window

    That being said, if you live outside of a maple tree (or some other kinds), go buy a $20 tap or whatever from Amazon. It’s fun and surprisingly piss easy to make syrup at home.

  • I make syrup out of the tree(s) in my yard.

    It’s true. It was such a weird year weather wise that I only got about 2 bottles of syrup. Normally I can get like… 8-10?

    A lot of people don’t really know how sap production works, but it really is a pretty limited window

    That being said, if you live outside of a maple tree (or some other kinds), go buy a $20 tap or whatever from Amazon. It’s fun and surprisingly piss easy to make syrup at home.

  • I imagine he might not be the first person who did, the rest are just lost to history due to lack of observable / recorded results.

    Earlier generations of people tended to have kind of a general, observation based understanding of that kind of thing where cause and effect was generally observed but people didn’t understand the why of it. People even very early on knew that if you caught a disease once you were less likely to catch it severely again, and they knew that if you quarantined a group of people the disease would eventually “die out”, but they had no real idea as to why in either case.

  • As a non-shitpost tid bit, this picture is depicting Edward Jenner, who made the first vaccine by inoculating people (first milkmaids, then anyone) against cowpox. Basically just took a scalpel and took some material from the sore on a cow with cowpox and scraped it on people.

    Turned out pretty effective - and down the line we have vaccines

  • C:TD discourse is so funny. Just apparently like the best game ever made hindered by the fact that no one outside the nerds that other nerds call nerds can be convinced to play as what is essentially a moody fairy navigating fairy politics

    And then you have things like Beast: The Primordial, which by all accounts has been actually played less than like 100 times in history just because it immediately came out that it was basically one of the main author’s domination kink made into a game.

  • I think you’re missing the forest for the trees here pretty heavily.

    Yes, Python has some goofy aspects about managing it while performing high level, in depth tasks.

    This is a post and a comment chain about pseudocode being taught to people who likely just learned what a “programming language” was several weeks ago. Essentially no one taking the GCSE knows what “bash-like scripts” even means.

  • I’m very much guessing that this is just supposed to be a type of pseudocode given the context and vagueness of it.

    It’s a big reason why I really dont like pseudocode as instruction to people learning the basics of what programming is. It made more sense 20 years ago when programming languages were on a whole a lot more esoteric and less plain text, but now with simple languages like Python there’s simply little reason to not just write Python code or whatever.

    I took an intro to programming class in College and the single thing I got dinged on the most is “incorrect pseudocode”, which was either too formal and close to real code or too casual and close to plain English.

    It’s not a great system. We really need to get rid of it as a practice