• 29 Posts
  • 274 Comments
Joined 3 years ago
cake
Cake day: July 29th, 2023

help-circle



  • This. When your mass is so small, you live in a very different world than we do - momentum and gravity are tiny forces on you, but others such as air resistance and static are huge. Additionally they don’t have the sort of inner-ear positioning system we do - so no real sense of “up” and “down” that would be recognizable to us - so probably the inevitable tumbling motion as you are sucked out of the window would not be disorientating to the fly the way it would be to a big animal.

    So the answer is they will likely be fine. From their point of view the blob of air they are flying around in gets sucked out the window and they are just traveling in it. I imagine they would notice the acceleration, but it’s a tiny force on them. The sudden distortion to the block of air (being stretched out to fill the sudden low pressure zone outside of the car window) would be a big deal to the fly, but I don’t think enough to damage them.

    Source: idle speculation, and a long standing interest in cats surviving huge falls.












  • I’m a +1 on this. A secondhand Synology set up with some RAID will delay this decision for a few years and give you time to build your expertise on the other aspects without worrying much about data security. It’s a pity that you’re nearly at the limit of 8TB - otherwise I would have suggested a two bay NAS with 2x8TB, but if you’re going to use second hand drives (I do because I’m confident of my backup systems) maybe 4x6TB is better. Bigger drives are harder to come by 2nd hand - and plenty of people will not be comfortable with secondhand spinning rust anyway - if that’s you, then a 2 bay with 2x12TB might be a good choice.

    The main downside (according to me) of a Synology is no ZFS, but that didn’t bother me until I was two years in and the owner of three of them.


  • Thanks for this thoughtful write up of your process. I’m increasingly thinking about what context the model has and keeping it as focused as possible - both to reduce token usage, and to ensure it doesn’t have any cruft in it that potentially causes the model to go down an un-useful path. The prompts for this read like what I imagine a conversation with a junior developer would be when handing off a task.

    In practice, this is usually clearing the context after quite small changes and the prompting for the next one with just what I think it is going to need. I guess this is ‘context engineering’ although that sounds like too fancy a term for it.


  • Probably not what you are looking for, but I think a great place to start is Pico-8, there is an education version, but it only costs $15 to start making games in Lua with the real version on your machine. Although it’s very limited (think like Game Boy color games) you will learn a lot of the basics, there’s 1000’s of games you can look at the code of, and a good community and learning resources.

    It’s a quick easy way to get started in game creation, and if you’re new to programming it will be a while before you run out of challenges.

    Like a number of commenters have said, it depends on what type of games you want to make - Pico-8 is limited, deliberately.


  • Proxmox on the metal, then every service as a docker container inside an LXC or VM. Proxmox does nice snapshots (to my NAS) making it a breeze to move them from machine to machine or blow away the Proxmox install and reimport them. All the docker compose files are in git, and the things I apply to every LXC/VM (my monitoring endpoint, apt cache setup etc) are all applied with ansible playbooks also in git. All the LXC’s are cloned from a golden image that has my keys, tailscale setup etc.