Scratch: Difference between revisions
Jump to navigation
Jump to search
m (→Dead Drive) |
m (→Dead Drive) |
||
| Line 14: | Line 14: | ||
* https://www.youtube.com/watch?v=CDj6JEqPkzA |
* https://www.youtube.com/watch?v=CDj6JEqPkzA |
||
* C15 Capacitor |
* C15 Capacitor |
||
==Dead C64== |
|||
* https://www.youtube.com/watch?v=Mn1keRFXX7I |
|||
=???= |
=???= |
||
Revision as of 12:08, 15 November 2019
- Pretty Prompt
- c64 gamebase64
- https://forums.launchbox-app.com/topic/49324-c64-dreams-massive-curated-c64-collection/
- https://s3.amazonaws.com/models.huggingface.co/bert/gpt2-xl-pytorch_model.bin
- python run_generation.py --model_type gpt2 --model_name_or_path gpt2-xl --length 150
- 2.5e22 EP/min
C64
- Black PSU - 5.1v/10.3v - 5.13v/10.40v
- White PSU - 5.15v/10.2v - 5.19v10.43v
Dead Drive
- https://www.lemon64.com/forum/viewtopic.php?t=64021
- https://www.youtube.com/watch?v=CDj6JEqPkzA
- C15 Capacitor
Dead C64
???
sudo lsof -i -n | egrep '\<ssh\>' sshd 2243 root 3u IPv4 35204 0t0 TCP *:ssh (LISTEN) sshd 2243 root 4u IPv6 35206 0t0 TCP *:ssh (LISTEN) sshd 2845 root 3u IPv4 41213 0t0 TCP 192.168.1.1:ssh->120.29.62.193:49880 (ESTABLISHED) sshd 2846 root 3u IPv4 41217 0t0 TCP 192.168.1.1:ssh->120.29.62.193:49882 (ESTABLISHED) sshd 2847 root 3u IPv4 40425 0t0 TCP 192.168.1.1:ssh->120.29.62.193:49884 (ESTABLISHED) sshd 3751 hegemon 3u IPv4 40425 0t0 TCP 192.168.1.1:ssh->120.29.62.193:49884 (ESTABLISHED) sshd 3752 hegemon 3u IPv4 41217 0t0 TCP 192.168.1.1:ssh->120.29.62.193:49882 (ESTABLISHED) sshd 3753 hegemon 3u IPv4 41213 0t0 TCP 192.168.1.1:ssh->120.29.62.193:49880 (ESTABLISHED) sshd 30894 root 3u IPv4 3167046 0t0 TCP 192.168.1.1:ssh->192.168.1.2:50064 (ESTABLISHED) sshd 31140 hegemon 3u IPv4 3167046 0t0 TCP 192.168.1.1:ssh->192.168.1.2:50064 (ESTABLISHED) ssh 31192 hegemon 3u IPv4 3169486 0t0 TCP 127.0.0.1:39742->127.0.0.1:webmin (ESTABLISHED) sshd 31223 root 3u IPv4 3172433 0t0 TCP 192.168.1.1:ssh->222.186.169.194:50546 (ESTABLISHED) - sshd 31224 sshd 3u IPv4 3172433 0t0 TCP 192.168.1.1:ssh->222.186.169.194:50546 (ESTABLISHED) sshd 31225 root 3u IPv4 3172481 0t0 TCP 192.168.1.1:ssh->112.85.42.88:59243 (ESTABLISHED) sshd 31226 sshd 3u IPv4 3172481 0t0 TCP 192.168.1.1:ssh->112.85.42.88:59243 (ESTABLISHED)
- https://whatismyipaddress.com/ip/120.29.62.193 Stacy]
- https://whatismyipaddress.com/ip/222.186.169.194 China 1]
- https://whatismyipaddress.com/ip/112.85.42.88 China 2]
Retro Computers
1975: MITS Altair 8800 - 8080, 2.0mhz, 256 bytes, 64K max, punch,floppy,tape 1977: Apple II (6502), Tandy TRS-80 Model I (Z80), Commodore PET 2001 (6502/1mhz, 4-8kb, upto 96kb) 1979: Atari 800 - 6502 1981: IBM Personal Computer, Model 5150 (8088, 16-bit), Commodore VIC-20 1982: Commodore 64 - 6510 1985: Commodore Amiga 500 (Motorola 68000), Atari ST (Motorola 68000)
https://github.com/MEGA65/open-roms
Screeps
- https://github.com/bonzaiferroni/screepswiki/wiki/%23cpu-clinic-faq
- https://github.com/snorrwe/xenos
- 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;
- 1 body part take 3 ticks to spawn.
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...