This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2018 | |
| My Neighbor Totoro | |
| 2019 | |
| Sleeping Beauty | |
| Beauty and the Beast | |
| Cinderella | |
| The Little Mermaid | |
| The Many Adventures of Winnie the Pooh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| No.3 Commando was very anxious to be chums with Lord Glasgow, so they offered to blow up an old tree stump for him and he was very grateful and said don't spoil the plantation of young trees near it because that is the apple of my eye and they said no of course not we can blow a tree down so it falls on a sixpence and Lord Glasgow said goodness you are clever and he asked them all to luncheon for the great explosion. | |
| So Col. Durnford-Slater DSO said to his subaltern, have you put enough explosive in the tree?. Yes, sir, 75lbs. Is that enough? Yes sir I worked it out by mathematics it is exactly right. Well better put a bit more. Very good sir. | |
| And when Col. D Slater DSO had had his port he sent for the subaltern and said subaltern better put a bit more explosive in that tree. I don't want to disappoint Lord Glasgow. Very good sir. | |
| Then they all went out to see the explosion and Col. DS DSO said you will see that tree fall flat at just the angle where it will hurt no young trees and Lord Glasgow said goodne |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bindkey -e | |
| setopt rmstarsilent # Do not query the user before executing rm * | |
| #### completion #### | |
| [[ $UID = 0 ]] && ZSH_DISABLE_COMPFIX=true | |
| zmodload -i zsh/complist | |
| WORDCHARS='' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pool: boot-pool | |
| state: ONLINE | |
| scan: scrub repaired 0B in 00:00:07 with 0 errors on Sat Feb 8 03:45:07 2025 | |
| config: | |
| NAME STATE READ WRITE CKSUM | |
| boot-pool ONLINE 0 0 0 | |
| nvd0p2 ONLINE 0 0 0 | |
| errors: No known data errors |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| During the first week of his administration, President Trump issued a number of directives concerning the federal workforce. Among those directives, the President required that employees return to in-person work, restored accountability for employees who have policy-making authority, restored accountability for senior career executives, and reformed the federal hiring process to focus on merit. As a result of the above orders, the reform of the federal workforce will be significant. | |
| The reformed federal workforce will be built around four pillars: | |
| 1) | |
| Return to Office: The substantial majority of federal employees who have been working remotely since Covid will be required to return to their physical offices five days a week. Going forward, we also expect our physical offices to undergo meaningful consolidation and divestitures, potentially resulting in physical office relocations for a number of federal workers. | |
| 2) | |
| Performance culture: The federal workforce should be comprised of the best America has to of |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| asdf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| wtf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| wtf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| That afternoon, on our way back to Sally’s, the curse of the Himalaya grabbed me, and I made a mad dash for the nearest restroom. After I’d finished, I gave the toilet bowl a quick glance before I flushed it. By then I’d learned to always check my bowel movements for blood or mucus, the telltale signs of dysentery. | |
| Oh My God! I thought, as I stared into the toilet bowl, I am going to die, and it won’t be from sweating to death or being riddled by bullets. What I saw in the toilet made my whole body feel weak. I flushed it and hurried outside. | |
| At first I didn’t say anything to Larry, because I couldn’t bring myself to accept what I’d just seen. But the mental picture of it kept flashing in my head. If my days were limited, and that seemed to be the obvious though dreaded conclusion, I should tell him right away. I knew he probably wouldn’t believe me right off; but later, when it happened again, he’d see for himself, and then we would rush to the hospital. But from what I’d just seen in the toilet, it was a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set nocp | |
| " Plugins | |
| if empty(glob('~/.vim/autoload/plug.vim')) | |
| silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim | |
| autocmd VimEnter * PlugInstall --sync | source $HOME/.vimrc | |
| endif | |
| call plug#begin('~/.vim/plugged') | |
| Plug 'vim-airline/vim-airline' | |
| Plug 'vim-airline/vim-airline-themes' |