AnyOldName3

  • 16 Posts
  • 947 Comments
Joined 3 years ago
cake
Cake day: June 12th, 2023

help-circle


  • When it’s hot, it stinks of hot ABS, and it dissolves in acetone. I’ve read that sometimes budget filament manufacturers will use the same pigment across their whole material range, even if it’s not capable of withstanding the print temperatures of some of them, but it’s ABS+ rather than pure ABS, so it could be full of mystery additives that don’t handle heat well, too.

    There’s not much point using it as glue as I’m not going to get through a whole kilo worth of ABS glue, and produce more than enough ABS scraps from test prints and support to always make a colour-matched glue anyway.





  • The from field in an email is something that the sender sets, and they don’t have to set it to anything in particular. Unless your email client stops you (which is pretty common these days) you can just enter a made up address, another address that you’d rather receive replies through, or someone else’s address. It’s one of the reasons why phishing emails work - there’s nothing stopping a scammer impersonating anyone they want to.


  • I reckon it depends on how warm someone’s home is and how good their circulation is. If I don’t have shoes on indoors, then for half the year it feels like my feet have been stabbed because they get so cold (slippers are not enough), but I don’t wear the same shoes indoors as outdoors. I suspect that if we set the heating higher and the house wasn’t constructed in a way that makes the floor always much colder than a few inches above the floor, this wouldn’t be a problem.



  • They used ballistic gelatine dummies for a while, then decided that they weren’t a good model of most injuries, so had an episode where they designed a new dummy by buying human bones and breaking them to see how much force they could take, then picked out a material with similar properties (which surprisingly ended up being wood), and from then on, built fake skeletons to put in the gelatine dummies.

    IIRC, the bones were bought from a shop that just sold human bones. They’d ended up there nominally because their previous owners’ wills had permitted it. E.g. lots of people want their skull to be used in productions of Hamlet, so drama groups often end up owning real skulls. I’m not sure whether Mythbusters was buying things from a general-use shelf or if they counted as medical science due to doing some kind of experiment - the US military counts even if they’re just using corpses for target practice.


  • AnyOldName3toFuck AI"lessons learned"
    link
    fedilink
    arrow-up
    9
    ·
    6 days ago

    using namespace std is still an effective way to shoot yourself in the foot, and if anything is a bigger problem than it was in the past now that std has decades worth of extra stuff in it that could have a name collision with something in your code.







  • AnyOldName3toMicroblog MemesMycology
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    12 days ago

    The average person can be surprisingly dumb. The average teenager can be ludicrously much dumber. Dumb teenagers can be even dumber still. If the warning on the packet says do not eat but not do not put in mouth and warnings on packets generally tell you not to do things everyone knows would be dangerous, it doesn’t take much dumbness to come to the conclusion that it’s fine as long as you don’t swallow any.


  • AnyOldName3toMicroblog MemesMycology
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    12 days ago

    They mostly weren’t eating them, just making staged videos of themselves doing something dumb the way teenagers have ever since they got access to cameras. The problem is that biting into one and spitting it out again can be enough to kill you as laundry detergent can corrode your tongue and throat in seconds and it’s very easy to inhale liquid throat. The media reported it as teens eating tide pods, which made staging fake eating tide pod videos using a real tide pod as a prop seem like a fun idea for even more teenagers. If the media had been a little more responsible, then they could have got the message across that something more dangerous than it seemed was dangerous instead of telling people something obviously dangerous that hadn’t happened was dangerous.




  • I dug up a manual for the Windows 3.1 SDK, and it turns out that it had the same GetVersion function with the same return value as the Windows 2000 SDK, and it’s just that the live MSDN docs pretend that Windows 2000 was the first version of Windows, so show that as the earliest version that every function that came from an older version of Windows. http://bitsavers.informatik.uni-stuttgart.de/pdf/microsoft/windows_3.1/Microsoft_Windows_3.1_SDK_1992/PC28914-0492_Windows_3.1_SDK_Getting_Started_199204.pdf page 31.

    I then looked at a manual for the Windows 1.03 SDK, and it, too, has a matching GetVersion function.

    The only change to GetVersion over the entire history of Windows is that at some point it switched from returning a sixteen bit value with eight bits for the major version and eight bits for the minor version to a 32-bit value with bits split between major, build number and minor versions, and then later on, GetVersionEx was added to return those numbers as members of a struct instead. There has never been a version of Windows where string comparisons of the display name were appropriate or recommended by Microsoft.