koseq7
koseq7
  • 11
  • 1 733
Aster Whisk
This is basically a star cluster simulator, without gravity. There's no up or down, and no gimbal lock. The stars start out randomly generated, and you can move, add, and remove stars. There's no save function yet. I'm not sure what I want to do with this, but I thought it was fun enough to share, as is.
sargos7.itch.io/aster-whisk
Переглядів: 89

Відео

AI literally can't replace composers - here's why
Переглядів 923 місяці тому
All neural networks require training data. They are literally not capable of being creative, and never will be. Everything they make is completely derivative. We, as sentient beings, are capable of actually understanding what we are doing, and thinking of new ways to go about it, like coming up with a new scale that no one has used before. AI music will never replace composers, because there ar...
Star field in Desmos
Переглядів 1613 місяці тому
The camera in this graph is controlled directly by quaternions, which makes it perfect for space, flying, underwater, or anything else where you don't want gimbal lock. After making this I can finally say I'm starting to understand quaternions. Link to graph: www.desmos.com/calculator/y8kffrlt4d
RNG music using Desmos
Переглядів 7364 місяці тому
This is an ongoing project of mine that I'm trying to improve, as I learn more about music theory. Version of graph used to make video: www.desmos.com/calculator/oqnu5kc5nw Most recent version of graph: www.desmos.com/calculator/m3uq7imc2d
Z-sort on multiple objects in Desmos
Переглядів 3659 місяців тому
I'm slowly teaching myself how to do 3D graphics from scratch. Z-sort was surprisingly difficult, but I finally got it. I'm using a fisheye projection because I think it looks more natural. Next up, I need to attain a better understanding of quaternions because I not only want to use them for the angular momentum of objects (which I can kinda already do), but also for the camera controls (which...
Remote control fidget spinner
Переглядів 18Рік тому
Batteries not required
Blue pill bug
Переглядів 1252 роки тому
Found this while weeding. Now I just have to find a red one.
Easiest magnetic levitation
Переглядів 143 роки тому
This is the inverse of the other video. It stays held in place even if you flip it upside down. The shapes of the magnets don't seem to matter, as long as one is sufficiently larger/stronger than the other.
What shape is this?
Переглядів 414 роки тому
I made this with 20 sphere magnets. I don't know what shape it is. I was expecting it to make an icosahedron/dodecahedron (because 12 sphere magnets did) but this has 2 square faces.
Silent lightning
Переглядів 134 роки тому
♫Hooooly lightning ♫Aaaaaal is calm ♫Aaaaaal is bright ♫Lightning at my house, but no thunder ♫Maybe it is just high altitude ♫Nature is amaziiiiiing ♫Naaaaature is amazing There's an accidental jumpscare near the end.
Magnet trick you have to do yourself to believe.
Переглядів 795 років тому
I don't know enough to confidently explain this one. Who's willing to teach me? The simple explanation of magnetic poles doesn't explain what's happening. If opposite poles attract, then why does it switch from attracting to repelling just by moving it from the center to the edge? Why does it fly up with such force, even though it's really easy to move it to the edge? Compared to compressing an...

КОМЕНТАРІ

  • @heavthree
    @heavthree 3 місяці тому

    humans need training data too.

    • @koseq7
      @koseq7 3 місяці тому

      If that were the case then music wouldn't exist. If everyone was always only ever copying someone else, where did it come from in the first place? Humans are capable of being derivative, but AI is only capable of being derivative. Humans are capable of being creative. AI is not. Neural networks are loosely based on what we currently think we know about how groups of neurons interact with one another. It's not the other way around. Our brains don't work like neural networks. We don't have the same limitations.

    • @heavthree
      @heavthree 3 місяці тому

      this is all mostly unfounded, you know. current AI isn't great, but there's not really any reason a priori that anything you're saying is true.

    • @heavthree
      @heavthree 3 місяці тому

      furthermore, humans aren't actually generating completely new things a priori. when one makes music it is generally informed by the music you've heard before and in your surrounding culture. sound familiar?

    • @Giguv05
      @Giguv05 3 місяці тому

      I disagree. As far as I am aware the notion of consonance and dissonance in its most basic form not dependant on the cultural background. For some bizzare reason our brains like when the relationship between two frequencies is a simple fraction. Sometimes the opposite is true as well. While there definitely are genres and compositions that are more of an aquired taste than others, ultimately noone taught you to like music, to enjoy it. The capacity to derive pleasure from listening to music is just something humans happen to possess inherently. The machine can not derive pleasure from listening, let alone creating. It can not wonder why a dissonant chord plucks its heartstrings in a certain deeply melancholic way. There is no self-discovery that a LLM can embark on, no new truths about the human experience it can share though a melody. There is nothing inside but weights and biases. Would you be willing to reduce yourself to weights and biases? Admit that all your life you have done nothing but be strung along by some data you happened to be trained on? If not, I hope you can understand why art and what we now call AI do not mix well.

  • @CraigAnimates
    @CraigAnimates 3 місяці тому

    It's very accurate, it's just playing exactly how I play when trying to come up with something original.

  • @N3skaj
    @N3skaj 3 місяці тому

    wtf

  • @Kepler_B77
    @Kepler_B77 4 місяці тому

    this sounds great

  • @DDD_Dev
    @DDD_Dev 4 місяці тому

    How

  • @schewpid6141
    @schewpid6141 4 місяці тому

    i love this

  • @dsgowo
    @dsgowo 9 місяців тому

    If you're interested in quaternions, you might want to check out Geometric Algebra. I had a lot of trouble understanding quaternions until I saw the GA formulation of 3D rotations, which is super intuitive. Then you can either keep working with GA or convert to quaternions by replacing the unit bivectors with i, j, and k.

  • @Radian628
    @Radian628 10 місяців тому

    For angular momentum I'd recommend representing it as a pseudovector (axis of rotation is the vector's direction; length is how much momentum there is) rather than a quaternion.

    • @Radian628
      @Radian628 10 місяців тому

      @@koseq7 Main pro I can think of is that a pseudovector representation has less redundancy than a quaternion: A quaternion has four values; a pseudovector has three. Another positive is that they play nicely with the formula for applying torque. Torque is also often represented as a pseudovector. As for gimbal lock, that should be avoidable. Rodrigues' rotation formula lets you rotate a vector, given an axis of rotation and an angle to rotate by. All of this said though, you still probably need to use a quaternion or a matrix to represent the actual orientation of the object. IIRC matrices-based transformations tend to run slightly faster (though since this is Desmos it'll be hard to tell lol).

  • @Apt46
    @Apt46 Рік тому

    that pill bug has iridovirus. a virus certain bugs catch. the reason why it’s blue is because the virus forms colonies in such a size and shape that it can manipulate light. this is actually why opal shines like it does, the crystals in the opal are the exact same shape and size as this virus’s colonies!

  • @Flint-Dibble-the-Don
    @Flint-Dibble-the-Don Рік тому

    What part of the world did you find this poor bastard at? Just curious.

  • @electricheisenberg5723
    @electricheisenberg5723 Рік тому

    Poor guy got pillbug covid. Sad.

  • @zoomskiller
    @zoomskiller 4 роки тому

    I have no idea why this is in my recommended lol. Just saying hi. No idea what shape.