Index Investing 是「Risk」對「Return」的最佳化 Travel Hacking 是「成本」對「旅遊爽度」的最佳化 Frugal Living 是「花費」對「生活快樂」的最佳化
interesting
Index Investing 是「Risk」對「Return」的最佳化 Travel Hacking 是「成本」對「旅遊爽度」的最佳化 Frugal Living 是「花費」對「生活快樂」的最佳化
interesting
a lot of programs implement a timeout for escape codes
why we couldn't "type" the control command
What about Alt? From my experimenting (and some Googling), it seems like Alt is literally the same as “Escape”, except that pressing Alt by itself doesn’t send any characters to the terminal and pressing Escape by itself does. So:
alt has same code as escape while only press alt wouldn't send any signal but pressing escape would
sent: "l" recv: "l" sent: "s" recv: "s" sent: "\r"
pretty cool the character you type in terminal is actually an echo from terminal