Skip Navigation

Posts
66
Comments
405
Joined
3 yr. ago

  • And of course the ai put rail signals in the middle.

    Chain in, rail out. Always

    !Factorio/Create mod reference if anyone is interested !<

  • Real

    Jump
  • I believe science. But that doesn't stop me from not listening to it

  • Oh really?

    Then let's accelerate climate change. I won't let those green fuckers win

  • Don't worry. People actually throwing things in the trash instead of anywhere else is uncommon

  • Good and bad use-cases for floats

    Floats can be used everywhere where it doesn’t matter that you can’t store a 100% accurate base ten representations. For example positions and speeds in 3D games and animations, “analog” values like temperatures, speed of a vehicle, geo positions with longitude and latitude, a persons weight or heart pressure. In fact if you develop games there is no way around 32 bit floats because GPUs are f32 number crunching beasts. Modern 3D games wouldn’t be possible without all those fast f32 calculations.

    You shouldn’t use binary floats if you need or expect accurate base ten calculations (addition, subtraction, multiplication, - note that divisions also introduce errors quickly in decimal types) and for dimensions that have a smallest unit that can’t be broken down, for example like money. If you need to handle money just store the amount of cents as integers and only divide by 100 in your display function.

    This is exactly my point. Don't use floats when you need to get accurate stuff, but use it when you need a "feel" for it

  • fake

    Jump
  • if true

  • ?

  • One thing for sure, not ai. Idk for the fake, but not ai

  • Corporate antivirus is so great that it restricts windows update while not connected to the main network by ethernet.

    Some of us are there once a month.

    Last windows update broke it, and now nobody can update.

    It also bring 5 seconds of load time to any website

  • Damn the first one stumped me. It is penny-wise, but it's not it

  • Copilot: written with copilot

  • Does it teleport you where you think you want to go or do you need to account for the earth 's rotation and movement?

  • What hats? I can't see them

  • Uhh 21?

  • My bad! Said open source instead of forkable + viewable. Derp is me

  • This needs to be voiced in a supervillain voice

  • I'm going to burst your bubble but GitHub doesn't allow non open source licenses on public repositories.

    Just ask winamp lol

    Edit: not open source, but at least forkable and viewable

  • And in the porygon episode (sort of)

  • "projects" is doing some megaton lifting

  • And in my mind "CE" is "Clear everything". I'm keeping OP's method