Scratch: Difference between revisions

From Hegemon Wiki
Jump to navigation Jump to search
mNo edit summary
Line 10: Line 10:
CONTAINER_DECAY_TIME_OWNED: 500, <- WTF?
CONTAINER_DECAY_TIME_OWNED: 500, <- WTF?


global.CONTAINER_UPKEEP = CONTAINER_DECAY / REPAIR_POWER / CONTAINER_DECAY_TIME_OWNED;
global.CONTAINER_UPKEEP = CONTAINER_DECAY / REPAIR_POWER / CONTAINER_DECAY_TIME_OWNED;
global.REMOTE_CONTAINER_UPKEEP = CONTAINER_DECAY / REPAIR_POWER / CONTAINER_DECAY_TIME;
global.REMOTE_CONTAINER_UPKEEP = CONTAINER_DECAY / REPAIR_POWER / CONTAINER_DECAY_TIME;


* [https://www.reddit.com/r/screeps/comments/5l5wd2/how_important_are_containers/ Reddit info on container decay]
* [https://www.reddit.com/r/screeps/comments/5l5wd2/how_important_are_containers/ Reddit info on container decay]

Revision as of 22:39, 13 September 2019

Screeps

  • Screeps mine_container->storage distance: 12 and 35
  • 3000 every 300 ticks...
  • Road decay 100 hp every 1000 ticks (plus 1 tick reduction for each body part that uses it)
  • Repair: Repairs a structure for 100 hits per tick consuming 1 energy unit per tick.
   CONTAINER_DECAY: 5000,
   CONTAINER_DECAY_TIME: 100,
   CONTAINER_DECAY_TIME_OWNED: 500, <- WTF?
  global.CONTAINER_UPKEEP = CONTAINER_DECAY / REPAIR_POWER / CONTAINER_DECAY_TIME_OWNED;
  global.REMOTE_CONTAINER_UPKEEP = CONTAINER_DECAY / REPAIR_POWER / CONTAINER_DECAY_TIME;

Network Bandwidth

hextor->hextor: direct hdd copy = 76.07MB/s
Syncthing: hextor->ender = 4.84-9.0 MiB/s
Syncthing: phone->tablet = 5-6 MiB/s
Syncthing: hextor->tablet = 1 MiB/s


Thought Stream

  • I should write down stuff I think because I keep getting side tracked.
  • I need a way to sync my config stuff. AwesomeWM menu's for example could be stored in another way and generated at runtime. Don't want to fuck around with git checkouts/ansible.
  • Could use the same file for other window managers.
  • I want a nice web portal with quicklinks and a dashboard showing me hdd space. Service workers allow it to work when server is offline.
  • I still need that 'que move' thing so I can add files to be moved after running the mv command.
  • I want my own shell/multiplexer/wm/editor/blah... with magic and rainbows.
  • I want shit to be decentralised and distributed.
  • I need a unicode emoji inserter thing, using the wiki is too slow. Systray or something. Maybe awesomewm menu + xclip would work...