aes

  • 1 Post
  • 51 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle
  • Change who’s around you.

    Plan B, try to change how you let them affect you. Easier said than done, but very effective when pulled off.

    The perspective shift is this: if they bully you, tease you, put you down, and you get angry and sad, notice that you let them decide your feelings. Instead, view what they say, as something that says more about them than it does you.

    Source: I struggled with bullying. I’m still considered odd, but that I’m OK with that.


  • aestoRustAnnouncing Rust 1.84.1
    link
    fedilink
    arrow-up
    1
    ·
    15 days ago

    No, but that’s what it meant. Or maybe it was malicious, but it doesn’t matter, because you need to give it the best interpretation. Somebody else reading it might take that interpretation and agree, so write for them, not the original commenter. (troll or not)

















  • Sounds reasonable, but a lot of recent advances come from being able to let the machine train against itself, or a twin / opponent without human involvement.

    As an example of just running the thing itself, consider a neural network given the objective of re-creating its input with a narrow layer in the middle. This forces a narrower description (eg age/sex/race/facing left or right/whatever) of the feature space.

    Another is GAN, where you run fake vs spot-the-fake until it gets good.


  • Well, Rust has a lot of string flavors, and I like utf-8 being the norm, but there are a bunch of cases where enforcing utf-8 is a nuisance, so getting string features without the aggro enforcement is nice.

    There’s probably some fruity way to make this a security issue, but I care about ascii printables and not caring about anything else. This is a nice trade off: the technical parts are en-US utf-8, the rest is very liberal.