Search results

  1. jangofett287

    Humor Random Comments Thread

    This technology has been practically weaponized in the UK to repel youths by taking advantage of the fact that young people can hear higher frequencies than older people.
  2. jangofett287

    Discussion area flattening experiment - SUCCESS

    I imagine you have a bit of code in there similar to this: if (distance_from_center < radius) height = target_height else height = original_height might I suggest the following: if (distance_from_center < radius) height = target_height else if (distance_from_center < (radius +...
  3. jangofett287

    Humor Random Comments Thread

    http://freefall.purrsia.com/ff1100/fv01012.htm 2004 according to the archive.
  4. jangofett287

    Humor Random Comments Thread

    I guarantee you that's not what they're doing. More likely is the update mechanism only allows the replacement of a file as a unit. You are partially correct however in that most games (and indeed all modern engines) bundle assets into one or more pack files. This usually has to be set up early...
  5. jangofett287

    News Gatwick Airport: Drone sightings cause delays

    Here's why we haven't done that: https://www.theregister.co.uk/2018/12/20/gatwick_drone_non_shootdown_reasons/
  6. jangofett287

    Gaming Hielor's Minecraft Server

    Finally got time to take a proper look at this and oh my, when you said backup you weren't kidding. This seems to be basically the entire server sans jar file. Spinning off a render of the central city as we speak. Hopefully I can find other interesting things to do with this. ---------- Post...
  7. jangofett287

    Misc Sleepy Vessels - Runway landing stabilization

    Compiles first time here under VS2017. You do have to copy it into your orbiter folder and select the x86 platform because the x64 configs don't have the additional include/library directories defined.
  8. jangofett287

    Gaming Hielor's Minecraft Server

    Wait one... ---------- Post added at 22:54 ---------- Previous post was at 22:29 ---------- Nope. I only seem to have the world before that one.
  9. jangofett287

    Humor Random Comments Thread

    If you add the "Content-Disposition: attachment" header to the thing you're downloading it should work. Basically you can't just point at something and go "download that", the other server has to say "This is meant to be downloaded."
  10. jangofett287

    Humor Random Comments Thread

    No. Large address aware means a program is capable of using the whole 4GB of virtual address space available to a 32 bit program as opposed to the 2GB Windows normally restricts you to. If any pointers in the program use signed integers instead of unsigned for some reason bad things happen. As...
  11. jangofett287

    Question What games are you playing?

    This week has been Minecraft, SS13 and the latest addition to my library, Exapunks.
  12. jangofett287

    Elev tiles in lower nodes

    I've been considering writing a tool to reprocess the 259x259 overlapped grid into a 256x256 shared edge grid, going from .elev files to .r16 or maybe a GeoTIFF. Then we could pull the files into WorldMachine or some kind of GIS program and do the editing there.
  13. jangofett287

    License Wars MEGA THREAD (now with GPL!)

    Pulled this into this thread to avoid cluttering oMMu. I'm curious. Why is it exactly you think that a GPL project can't list a non-GPL project as a dependency?
  14. jangofett287

    Humor Random Comments Thread

    Meanwhile, elsewhere on the internet... GitLab on Twitter: "We're seeing 10x the normal daily amount of repositories #movingtogitlab https://t.co/7AWH7BmMvM We're scaling our fleet to try to stay up. Follow the progress on https://t.co/hN0ce379SC and @movingtogitlab"
  15. jangofett287

    Humor Random Comments Thread

    I moved all my stuff to GitLab a while back.
  16. jangofett287

    News Mystery Stingray devices discovered in Washington

    Coincidence is not evidence. The idea that your phone is always listening and sending everything you say back to google/apple/facebook [delete as appropriate] is blatant nonsense. Even ignoring the impact this would have on battery life and data caps, suggesting this is possible shows a...
  17. jangofett287

    Internet Video Thread

    Vi Heart has teamed up with Henry Segerman to make another... thing. Make sure to watch the making of video as well. Now if you'll excuse me I think my brain has melted...
  18. jangofett287

    General Question Atlantis recompile

    Click 1. Double click 2. Check 3. Should be in mostly the same place in VS2015 IIRC.
  19. jangofett287

    Flight Question Saturn keeps hitting ground after launch

    Is "Limited Fuel" checked? Realistic rockets like the Saturn V rely on the fact they get lighter as they go up.
  20. jangofett287

    Orbiter Screenshot Thread

    Probably specular then. Try tuning it down a little? Most of these ships are painted metal and the bits that aren't are probably scratched or scorched. I shouldn't really be able to see my face in it. Be more subtle, it'll look better. Also any really reflective areas there actually are should...
Back
Top