[![][HDD_gif]][HDD_link] ~ 1 minute 26 sec
[![][SSD_gif]][SSD_link] ~ 20 sec
The node_modules in this project consisted of ~16k files and ~70MB
| if {<%isfile%>} == {true} ? { | |
| if {<%disksizebytes%>} > {100000000} ? | |
| { [{leftpad{<%disksize%>}{ }{8}}] <%file%>{&br} } | |
| }:{ | |
| if {<%containsfiles%>} == {true} ? { | |
| if {<%disksizebytes%>} > {10000000000} ? | |
| { {&br}<%pathfile%> [<%disksize%>]{&br} } | |
| } | |
| } |
| const serve = require('webpack-serve'); | |
| serve({ config: {} }); |
| Windows Registry Editor Version 5.00 | |
| ; See https://superuser.com/questions/1163025/no-option-to-disable-smartsense-in-synaptics-touchpad-driver/1384982#1384982 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Synaptics\SynTP\Defaults] | |
| "PalmKms0"=dword:00000000 | |
| "PalmKms0g"=dword:00000000 | |
| "PalmKms0p"=dword:00000000 | |
| "PalmKms1"=dword:00000000 | |
| "PalmKms1g"=dword:00000000 |
| import { spawn } from 'child_process' | |
| const cp = spawn('node', ['pong.mjs'], { shell: true }) | |
| cp.stdout.pipe(process.stdout) | |
| cp.stderr.pipe(process.stderr) | |
| process.stdin.pipe(cp.stdin) |