• 0 Posts
  • 28 Comments
Joined 1 year ago
cake
Cake day: August 3rd, 2023

help-circle






  • Because they expect you to listen to the voicemail and then call back at your convenience. If you hate it, get a visual voicemail app to transcribe them for you.

    That way, you’ll at least be able to side-eye it and consider helping when your mother calls because she has fallen in the tub.







  • Unity is trash and I’ll just leave that alone.

    Using Rust for a game engine with wgpu, unless you already know Rust intimately and have used the Vulkan API before, is going to be difficult for you. I recommend you give it a try, but last I checked wgpu expected you to be familiar with Vulkan and is missing comments on most crate types and functions.

    You might have better luck with something like macroquad or miniquad, but you’ll probably hit a wall and realize you want to do something that the developer didn’t think to expose an API to make possible. You’re also on your own for sound. Bevy has many components and I know it’s popular, but I don’t know if it has rendering. Maybe macroquad is the missing piece? Oh, and then text rendering. That’s a tough one.

    I recommend a couple options: browse lib.rs or AreWeGameYet for game engines that aim to provide a complete package.

    For non-rust, recently Relogic gave a bunch of money to Godot and FNA, so I would check those out. That’s going to be your quickest start (towards minimalism and performance) that isn’t unity.





  • I don’t know, when I got tested it seemed like they were testing the right stuff.

    I’m pretty sure it’s a well-made test that provides fairly accurate results. Even if what they claim to be measuring in each category isn’t reflected in the test, it is, at the very least measuring the abilities required to take the test and that exactly.

    It seems pretty straightforward to see how good a kid is at solving a puzzle, right?


  • spikespaz@programming.devtoMemes@lemmy.mlAstonishing
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    1 year ago

    If you took a test as a child, it was probably WISC-V.

    This assessment provides the following scores:

    • A Composite Score that represents a child’s overall intellectual ability (FSIQ)
    • Primary Index Scores that measure the following areas of cognitive functioning: Verbal Comprehension Index (VCI), Visual Spatial Index (VSI), Fluid Reasoning Index (FRI), Working Memory Index (WMI), and the Processing Speed Index (PSI).
    • Ancillary Index Scores are also provided: The Quantitative Reasoning Index (QRI) ; Auditory Working Memory Index (AWMI); Nonverbal Index (NVI); General Ability Index (GAI); and the Cognitive Proficiency Index (CPI).

    Which seems very reasonable to me. This was originally intended to be an aptitude test, not strictly to measure your intelligence.