For those who want a very similar setup but don't mind the risk of a vim-plugin going unmaintained, I can highly recommend vimwiki. Its a very simple markdown based wiki all within vim. A few features that I find particularly good:
- a 'diary' function that allows you to make a page per day. Vimwiki then produces an index page of all diary entries.
- you can go to your wiki anytime from within vim with a command ( <leader>ww )
- vimwiki can generate html files from yout wiki files
- the coolest thing in my opinon: since the whole thing is just markdown, I actually just use vimwiki as my personal website hosted on github pages. You just have to add some Jekyll related files and github can process everything else as is.
A small note on obselescence: I actually don't even know if vimwiki is in active development anymore. Haven't bothered updating it in maybe 4 years and it works fine. So maybe its fine to not roll your own.
It basically comes to it looking like Lazarus Group
The WannaCry attacks used the same command-and-control server used in the North Korean hack of Sony Pictures Entertainment in 2014, which wiped out nearly half of the company’s personal computers and servers.
...
Other digital crumbs linking the North Korean group to WannaCry include a tool that deletes data that had been used in other Lazarus attacks. The hackers behind WannaCry also used a rare encryption method and an equally unusual technique to cover their tracks.
I always assumed the breakfast phrase had its origin in Kafka's Metamorphosis:
> The washing up from breakfast lay on the table; there was so much of it because, for Gregor's father, breakfast was the most important meal of the day and he would stretch it out for several hours as he sat reading a number of different newspapers.
But then again, I guess it would have never become such a common phrase through Kafka alone. Funny would be if the above formulation only appeared in post 1944 translations.
Yep, that's what I did on my Dell 11 (wolf) with Xubuntu and almost everything working out of the box.I just created a vanilla Xubuntu USB, turned on developer mode and made a bios patch (the Dell has a bug, other Chromebooks don't require it), and installed.
After installation, I had to run something like two scripts to get the trackpad and suspend working.
Battery life is not 10+ hours as it is with chromeOS, probably closer to 7/8.
I feel like science fiction is somehow singled out in society as a special kind of crap.
Yeah, I think this is quite a common battle that many mediums/subjects have to fight. For this case, it seems like a combination a lack of interest in the themes explored in serious science fiction (the ones that get me and you excited), meaning that it does not get as much air-time in "serious" discussions; and the baseline exposure to the genre which does not grow into anything for most . For example, this is the case for me and high fantasy: I know nothing about what the genre has to offer.
I mean, I'm guessing that if I never transitioned into things like Gundam, Xenogears, Ghost in the Shell (can you tell I liked Japanese thigns as a teenager?) and onwards I would still think of sci-fi as cars with guns.
Or maybe I'm unaware of romance novels dealing with game theory and metaethics.
You are right, you probably won't find romance novels dealing with those issues, but that is not something to be surprised or annoyed by.
Each genre has some things that it is, through the tropes of the genre, naturally good at exploring. Science fiction and cyberpunk are really good at speculating about the future (and, of course, by extension, the present: everything is a mirror), because of the setting that they take place in. On the other hand, Romance novels they tend to make good mediators for dealing with different issues, such as sexuality, taboos, class, etc. Just look at Jayne Eyre.
- a 'diary' function that allows you to make a page per day. Vimwiki then produces an index page of all diary entries.
- you can go to your wiki anytime from within vim with a command ( <leader>ww )
- vimwiki can generate html files from yout wiki files
- the coolest thing in my opinon: since the whole thing is just markdown, I actually just use vimwiki as my personal website hosted on github pages. You just have to add some Jekyll related files and github can process everything else as is.
A small note on obselescence: I actually don't even know if vimwiki is in active development anymore. Haven't bothered updating it in maybe 4 years and it works fine. So maybe its fine to not roll your own.