website update; added bash scripts
@ -0,0 +1,28 @@
|
|||||||
|
<!--200810-->
|
||||||
|
<h1>common tropes from media </h1>
|
||||||
|
december 10, 2020<br>
|
||||||
|
#writing<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
I like collecting common tropes from games I play. Maybe it can inspire some game beats? Here's a few of them listed with some games I've seen them in ~ <br>
|
||||||
|
<br>
|
||||||
|
If you're worried about spoilers, games mentioned are The Cat Lady, Dreamfall: The Longest Journey, Fire Emblem, Guild Wars, Guild Wars 2, Half-Life, Mass Effect, Neverwinter Nights 2, Oblivion, Persona 4, Planescape: Torment, RuneScape 2
|
||||||
|
<br>
|
||||||
|
<ul>
|
||||||
|
<li><b>amnesiac protagonist</b> - every game, especially MMOs. way overdone. </li>
|
||||||
|
<li><b>arena/tournament arc</b> - Fable, Oblivion </li>
|
||||||
|
<li><b>city building</b>Neverwinter Nights 2's Crossroad Keep, RuneScape's Miscellania + Etceteria</li>
|
||||||
|
<li><b>courtroom hearing (usually resolved with the loser pulling out the 'trial by combat' card)</b> - Guild Wars: Nightfall, Guild Wars 2, Neverwinter Nights 2, Mass Effect </li>
|
||||||
|
<li><b>elevator fight</b> - Half-Life, Metroid </li>
|
||||||
|
<li><b>fight yourself</b> - Guild Wars's Augury Rock, Mask of the Betrayer, Persona 4
|
||||||
|
<li><b>final boss is all previous bosses in one room</b> - Fire Emblem, Nightfall </li>
|
||||||
|
<li><b>infiltrate a fancy party</b> - Guild Wars 2's A Society Function, Mass Effect Kasumi DLC
|
||||||
|
<li><b>maze level</b> - Mask of the Betrayer's Skein, Planescape: Torment </li>
|
||||||
|
<li><b>minigame tournament</b> - The Witcher's Dice Poker, Eye of the North's Polymock </li>
|
||||||
|
<li><b>play as a side character</b> - The Cat Lady's cat, Mass Effect's Joker, </li>
|
||||||
|
<li><b>raise someone </b> - the original Kingmaker concept for Oblivion, The Witcher 2 </li>
|
||||||
|
<li><b>really long fetch quest</b> - Dreamfall's mulled wine </li>
|
||||||
|
<li><b>solo boss battle</b> - Guild Wars Augury Rock, Neverwinter Nights 2 </li>
|
||||||
|
<li><b>trapped for a level, especially without your stuff</b> Divine Divinity's Castle + Dungeon, Mask of the Betrayer's Planescape: Torment's Skein</li>
|
||||||
|
</ul>
|
||||||
|
<br>
|
@ -0,0 +1,13 @@
|
|||||||
|
<!--201224,200806-->
|
||||||
|
<h1>web development resources</h1>
|
||||||
|
january 21, 2021<br>
|
||||||
|
#accessibility #color #css #html #webdesign<br>
|
||||||
|
<br>
|
||||||
|
I'll collect frequently used resources for web design here. <br>
|
||||||
|
<br>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://cssgrid-generator.netlify.app/"><b>CSS Grid Generator</b></a> - build a basic CSS Grid by changing the number of columns + rows, adjusting their dimensions, and adding containers. </li>
|
||||||
|
<li><a href="https://validator.w3.org/nu/#textarea"><b>W3's Nu Html Checker</b></a> - automatically check the validity of your HTML + CSS. </li>
|
||||||
|
<li><a href="https://webaim.org/resources/contrastchecker/"><b>WebAIM's Contrast Checker</b></a> - check whether your font color contrasts well against your background color, at least in the eyes of a computer. </li>
|
||||||
|
<li><a href="https://coolors.co/75dbcd-c9dbba-dcdba8-f5cda7-faa381"><b>Coolors</b></a> - select and lock colors then generate palettes by pressing space. Click on a color to view shades + tints, so you can tweak contrast without losing hues. </li>
|
||||||
|
</ul>
|
@ -1,28 +1,18 @@
|
|||||||
<!--200810-->
|
<!--200917,201112-->
|
||||||
<h1>my favorite GDC talks </h1>
|
<h1>Writing Resources </h1>
|
||||||
january 7, 2020<br>
|
february 18, 2021<br>
|
||||||
#gamedesign #marketing<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
I really should be keeping a list of these with descriptions, so why not keep them in an article? <br>
|
Blessfrey has a story and character arcs. Let's get more confident with our story with online resources. <br>
|
||||||
<br>
|
|
||||||
<h2><a href="https://www.youtube.com/watch?v=W20t1zCZv8M">Automated Testing and Instant Replays in Retro City Rampage </a></h2><br>
|
|
||||||
Vblank Entertainment's Brian Provinciano (2015) <br>
|
|
||||||
log button inputs to replay the game, for use in preproducing bugs, sharing replays on the community leaderboard, running cutscenes, and even controlling AI. It is 100% accurate in deterministic engines but also helpful in less deterministic engines.
|
|
||||||
<br>
|
<br>
|
||||||
|
<h2>plot </h2><br>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/static/extra/SimpleInputRec.cpp">I backed up the code he shared here. </a> It is a simple example of how to record and playback button input, written in C++.</li>
|
<li><a href="https://www.youtube.com/watch?v=v-I9N5LsvPM">Ellen Brock - How to Plot Your Novel FAST | Writing Advice</a> - She takes a randomly generated story idea and builds the plot using techniques she uses with her clients. Summarize the basic idea, ask questions about what you don't know, answer the questions, make a list of all the scenes you know should be included, go back and flesh things out. </li>
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<h2>general </h2><br>
|
||||||
<h2><a href="https://www.youtube.com/watch?v=UJiv14uPOac">Empathizing with Steam: How People Shop for Your Game </a></h2><br>
|
|
||||||
Chris Zukowski (2020) <br>
|
|
||||||
tips for how to design your Steam store page based on Zukowski's screenshare and shopping diary observations of ordinary people shopping on Steam <br>
|
|
||||||
<br>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Essentially, make your gameplay genre absolutely clear within the first 4 screenshots and in the short description so that people will wishlist your game to buy during a seasonal Steam Sale. </li>
|
<li><a href="https://www.youtube.com/c/QuotidianWriter/videos">Diane Callahan - Quotidian Writer</a> </li>
|
||||||
<li>Approach your wishlisters as complete newcomers. Jazz up your Steam page before a Steam Sale. Release an update, post in your forums, put a Santa hat on your character. When wishlisters return to your page, they will see an active game and be sold on it all over again. </li>
|
<li><a href="https://tvtropes.org/">TV Tropes</a> </li>
|
||||||
<li>His conclusions are very similar to how I shop on Steam, except I could care less for the tag section. </li>
|
|
||||||
<li>The romantic indie fiction section on Amazon dwarves the indie game section on Steam. To be immediately visible to their audience, romance authors follow a clear visual language on their covers to communicate their genres and sub-genres. Zukowski uses this as an extreme method for attracting your audience using the tropes of your genre, pointing out common UI elements and the shooter guy on every FPS cover. </li>
|
|
||||||
<li>More notes @ <a href="/diary/entries/extra/gdc-design-steam-store">/diary/entries/extra/gdc-design-steam-store </a>
|
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
|
@ -0,0 +1,28 @@
|
|||||||
|
<!--200810-->
|
||||||
|
<h1>my favorite GDC talks </h1>
|
||||||
|
january 7, 2020<br>
|
||||||
|
#gamedesign #marketing<br>
|
||||||
|
<br>
|
||||||
|
I really should be keeping a list of these with descriptions, so why not keep them in an article? <br>
|
||||||
|
<br>
|
||||||
|
<h2><a href="https://www.youtube.com/watch?v=W20t1zCZv8M">Automated Testing and Instant Replays in Retro City Rampage </a></h2><br>
|
||||||
|
Vblank Entertainment's Brian Provinciano (2015) <br>
|
||||||
|
log button inputs to replay the game, for use in preproducing bugs, sharing replays on the community leaderboard, running cutscenes, and even controlling AI. It is 100% accurate in deterministic engines but also helpful in less deterministic engines.
|
||||||
|
<br>
|
||||||
|
<ul>
|
||||||
|
<li><a href="/static/extra/SimpleInputRec.cpp">I backed up the code he shared here. </a> It is a simple example of how to record and playback button input, written in C++.</li>
|
||||||
|
</ul>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<h2><a href="https://www.youtube.com/watch?v=UJiv14uPOac">Empathizing with Steam: How People Shop for Your Game </a></h2><br>
|
||||||
|
Chris Zukowski (2020) <br>
|
||||||
|
tips for how to design your Steam store page based on Zukowski's screenshare and shopping diary observations of ordinary people shopping on Steam <br>
|
||||||
|
<br>
|
||||||
|
<ul>
|
||||||
|
<li>Essentially, make your gameplay genre absolutely clear within the first 4 screenshots and in the short description so that people will wishlist your game to buy during a seasonal Steam Sale. </li>
|
||||||
|
<li>Approach your wishlisters as complete newcomers. Jazz up your Steam page before a Steam Sale. Release an update, post in your forums, put a Santa hat on your character. When wishlisters return to your page, they will see an active game and be sold on it all over again. </li>
|
||||||
|
<li>His conclusions are very similar to how I shop on Steam, except I could care less for the tag section. </li>
|
||||||
|
<li>The romantic indie fiction section on Amazon dwarves the indie game section on Steam. To be immediately visible to their audience, romance authors follow a clear visual language on their covers to communicate their genres and sub-genres. Zukowski uses this as an extreme method for attracting your audience using the tropes of your genre, pointing out common UI elements and the shooter guy on every FPS cover. </li>
|
||||||
|
<li>More notes @ <a href="/diary/entries/extra/gdc-design-steam-store">/diary/entries/extra/gdc-design-steam-store </a>
|
||||||
|
</ul>
|
||||||
|
<br>
|
@ -0,0 +1,14 @@
|
|||||||
|
<!--reading-journal-->
|
||||||
|
<h1>Drinker of Souls - Jo Clayton (1986) </h1>
|
||||||
|
january 8, 2020<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
I usually read classics or philosophy, so I thought I'd cut loose and read my first 80s science fiction novel: Drinker of Souls, from Jo Clayton's Drinker of Souls trilogy. Unfortunately, Clayton's novels are probably all out of print and won't be entering the public domain for a long, long time. I found mine at a thrift store. <br>
|
||||||
|
<br>
|
||||||
|
I just picked up a random scifi book, but apparently the Skeen Trilogy by this author is more popular. <br>
|
||||||
|
<br>
|
||||||
|
Review here
|
||||||
|
<br>
|
||||||
|
I read half of the next book, Blue Magic, but it was kind of boring and the characters were less interesting for me. It explored more parallel worlds, all with dramatically different levels of technology and magic. It had that 'wizards using computers' aesthetic that isn't done often enough. The setting reminded me of the Sigil in Planescape: Torment, how characters from all over get trapped in Brann's world. There was the guy from a futuristic trapped there with his phaser, like that number tattoo guy in the Buried Village who tells you about his cyberpunk world. <br>
|
||||||
|
<br>
|
||||||
|
|
@ -0,0 +1,132 @@
|
|||||||
|
<!---->
|
||||||
|
<h1>FlightRising badges </h1>
|
||||||
|
january 8, 2020<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
Privately hosting my collection of community badges, in case imgur goes up in flames. <br>
|
||||||
|
<br><center>
|
||||||
|
<b>Fire - Lava Bank - 1/21</b> <br>
|
||||||
|
<img src="/static/img/fr/badge/XUdWkkW.gif" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/b1AOHoJ.gif" alt="(image: FlightRising badge)"><br>
|
||||||
|
<br>
|
||||||
|
<b>Fire - Snowy Safari Zone - 1/21</b> <br>
|
||||||
|
<img src="/static/img/fr/badge/berniecg_copy.gif" alt="(image: FlightRising badge)"><br>
|
||||||
|
<br>
|
||||||
|
<b>Fire - WildFire Lottery - 1/21</b> <br>
|
||||||
|
<img src="/static/img/fr/badge/A6QWEY1.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/3ukZc7M.png.gif" alt="(image: FlightRising badge)"><br>
|
||||||
|
<br>
|
||||||
|
<b>Fire vs Light - 12/20</b> <br>
|
||||||
|
<img src="/static/img/fr/badge/yaVmX6u.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/xDr8a1W.png" alt="(image: FlightRising badge)"><br>
|
||||||
|
<br>
|
||||||
|
<img src="/static/img/fr/badge/ZVJmarp.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/tcCHz91.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/vnh3Mff.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/LYPRI6F.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/SjrQCts.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/GgpglGe.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/aaDmWw4.png" alt="(image: FlightRising badge)"><br>
|
||||||
|
<br>
|
||||||
|
<b>Arcane - 9/20</b> <br>
|
||||||
|
<img src="/static/img/fr/badge/rlMOyL9.png" alt="(image: FlightRising badge)"><br>
|
||||||
|
<br>
|
||||||
|
<b>Water - Dom Push - 9/20</b> <br>
|
||||||
|
<img src="/static/img/fr/badge/qjHFcDc3_o.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/nZVpG4qA_o.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/zizf7QON_o.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/w6nm2ozw_o.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/j8UN9lFU_o.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/jp31RUVs_o.png" alt="(image: FlightRising badge)">
|
||||||
|
<br>
|
||||||
|
<img src="/static/img/fr/badge/BQ0130S.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/kEdMEAr.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/ooqpaDf.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/TPdrafh.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/uC4Bb27.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/xQhJ1xN.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/z9l1QrF.png" alt="(image: FlightRising badge)">
|
||||||
|
<br>
|
||||||
|
<b>Fire - Flameforger's Festival - Exalts, Geyser's Grocery Games - 8/20</b> <br>
|
||||||
|
<img src="/static/img/fr/badge/xtPgVlw.png" alt="(image: FlightRising badge)"><img src="/static/img/fr/badge/JkzY8tq.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/4hr3mkF.png" alt="(image: FlightRising badge)">
|
||||||
|
<br>
|
||||||
|
<img src="/static/img/fr/badge/Ugwb1bB.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/Vsjjk1F.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/TikpO8M.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/9fWw4WY.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/aFpsZk8.png" alt="(image: FlightRising badge)">
|
||||||
|
<br>
|
||||||
|
<img src="/static/img/fr/badge/gmc2rJz.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/KBPvEjz.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/q2tTUld.png" alt="(image: FlightRising badge)">
|
||||||
|
<br>
|
||||||
|
<b>Fire - <a href="https://www1.flightrising.com/forums/adopt/2898646/1">Pyro's Kitchen Window Bonsai</a> - 8/20</b> <br>
|
||||||
|
<img src="/static/img/fr/comm/BJ41FcK.gif" alt="(image: FlightRising commission)">
|
||||||
|
<img src="/static/img/fr/comm/dNdPm9U.gif" alt="(image: FlightRising commission)">
|
||||||
|
<img src="/static/img/fr/comm/Lqh2ToP.gif" alt="(image: FlightRising commission)">
|
||||||
|
<img src="/static/img/fr/comm/upFf3lM.gif" alt="(image: FlightRising commission)">
|
||||||
|
<img src="/static/img/fr/comm/XRywlxo.png" alt="(image: FlightRising commission)">
|
||||||
|
<br>
|
||||||
|
<b>Fire - Lava Bank - 8/20</b> <br>
|
||||||
|
<img src="/static/img/fr/badge/5jRjhgz.png" alt="(image: FlightRising badge)">
|
||||||
|
<br>
|
||||||
|
<b>Lightning - Thundercrack Carnivale - 7/20</b> <br>
|
||||||
|
<img src="/static/img/fr/badge/6sma760.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/UBTHVjT.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/yNi4cd2.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/Qku4U0s.png" alt="(image: FlightRising badge)">
|
||||||
|
<br>
|
||||||
|
<b>Fire - Shocking Safari Zone - 7/20</b> <br>
|
||||||
|
<img src="/static/img/fr/badge/0QLVhCv.png" alt="(image: FlightRising badge)">
|
||||||
|
<br>
|
||||||
|
<b>Fire - Baldwin's Brew for the Bank Over 9000 - 7/20</b> <br>
|
||||||
|
<img src="/static/img/fr/badge/Cauldron1.gif" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/bm199ed.png" alt="(image: FlightRising badge)">
|
||||||
|
<br>
|
||||||
|
<b>Ice - 7/20</b> <br>
|
||||||
|
<img src="/static/img/fr/badge/ebTXM7P.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/d2Sm0UO.png" alt="(image: FlightRising badge)">
|
||||||
|
<br>
|
||||||
|
<b>Arcane - 7/20</b> <br>
|
||||||
|
personality quiz result: Starseeker <br>
|
||||||
|
<img src="/static/img/fr/badge/1532000966.png" alt="(image: FlightRising badge)">
|
||||||
|
<br>
|
||||||
|
<img src="/static/img/fr/badge/R1I3CHl.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/jy44Pp7.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/Y6Uxj5O.png" alt="(image: FlightRising badge)">
|
||||||
|
<br>
|
||||||
|
<img src="/static/img/fr/badge/p1lH9gN.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/wBDxnV5.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/t5oWqxC.gif" alt="(image: FlightRising badge)">
|
||||||
|
<br>
|
||||||
|
<b>Fire - Shining Safari Zone - 7/20</b> <br>
|
||||||
|
<img src="/static/img/fr/badge/l3XfYkQ.gif" alt="(image: FlightRising badge)">
|
||||||
|
<br>
|
||||||
|
<b>Fire - Trash for Cash - 7/20</b> <br>
|
||||||
|
<img src="/static/img/fr/badge/ASvvnTt.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/Pixel_Trash_for_Cash_v2.png" alt="(image: FlightRising badge)">
|
||||||
|
<br>
|
||||||
|
<b>Wind vs Plague - 6-7/20</b> <br>
|
||||||
|
<img src="/static/img/fr/badge/wvpfire.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/hogZwcV.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/wvpwind.png" alt="(image: FlightRising badge)">
|
||||||
|
<br>
|
||||||
|
<img src="/static/img/fr/badge/dqixKfS.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/WvP-OOF-t1.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/WvP-OOF-t2.png" alt="(image: FlightRising badge)">
|
||||||
|
<br>
|
||||||
|
<img src="/static/img/fr/badge/Kp99Tes.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/Saa8Z5q.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/G130THg.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/vhzV2z9.png" alt="(image: FlightRising badge)">
|
||||||
|
<br>
|
||||||
|
<b>Fire - Subspecies Raffle - 5-6/20</b> <br>
|
||||||
|
<img src="/static/img/fr/badge/Cake.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/Candles.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/Balloons.png" alt="(image: FlightRising badge)">
|
||||||
|
<img src="/static/img/fr/badge/PartyHat.png" alt="(image: FlightRising badge)">
|
||||||
|
<br></center>
|
||||||
|
<br>
|
||||||
|
Last updated: 1/29/21<br>
|
||||||
|
<br>
|
@ -0,0 +1,36 @@
|
|||||||
|
<!---->
|
||||||
|
<h1>reading journal </h1>
|
||||||
|
january 8, 2020<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
I'll collect summaries, thoughts, and excerpts as I read. I used to read so much more. I should read more. <br>
|
||||||
|
<br>
|
||||||
|
<b>reading now</b> <br>
|
||||||
|
<ul>
|
||||||
|
<li><b>The Goddess of Atvatabar: being the history of the discovery of the interior world, and conquest of Atvatabar</b> - William R. Bradshaw (1892) </li>
|
||||||
|
<li><b>An American Tragedy</b> - Theodore Dreiser (1925) </li>
|
||||||
|
<li><b>How Few Remain</b> - Harry Turtledove (1997) </li>
|
||||||
|
</ul>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<b>books to read next</b> <br>
|
||||||
|
<ul>
|
||||||
|
<li><b>The Divine Comedy</b> - Dante Alighieri (1320) </li>
|
||||||
|
<li><b>The Pilgrim's Progress from This World, to That Which Is to Come</b> - John Bunyan (1678) </li>
|
||||||
|
<li><b>The Faerie Queen</b> - Edmund Spenser (1590) </li>
|
||||||
|
<li><b>Waiting for Godot</b> - Samuel Beckett (1953) </li>
|
||||||
|
<li><b>Metamorphoses</b> - Ovid (8) </li>
|
||||||
|
<li><b>The Canterbury Tales</b> - Geoffrey Chaucer (1320) </li>
|
||||||
|
<li><b>Phantastes</b> - George MacDonald (1858) </li>
|
||||||
|
<li><b>The Lady of Shalott</b> - Alfred Tennyson (1833, 1842) </li>
|
||||||
|
</ul>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<b>completed books</b> <br>
|
||||||
|
<ul>
|
||||||
|
<li><b>Candide</b> - Voltaire (1759) </li>
|
||||||
|
<li><b>Drinker of Souls</b> - Jo Clayton (1986) </li>
|
||||||
|
<li><b>Making of a Bigot</b> - Rose Macaulay (1914) </li>
|
||||||
|
<li><b>Magic: A Fantastic Comedy in a Prelude and Three Acts</b> - G.K. Chesterton (1913) </li>
|
||||||
|
</ul>
|
||||||
|
<br>
|
@ -0,0 +1,7 @@
|
|||||||
|
<!--210201-->
|
||||||
|
<h1>March for Trump </h1>
|
||||||
|
january 6, 2020<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
Today, the March for Trump resulted in a Capitol break-in. The photos are like something out of a videogame. I took them from Twitter, so I can't easily credit. <br>
|
||||||
|
<br>
|
After Width: | Height: | Size: 2.7 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 33 KiB |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 81 KiB |
After Width: | Height: | Size: 64 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 4.0 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 39 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 2.4 KiB |
After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 39 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 77 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 102 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 43 KiB |
After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 68 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 8.0 KiB |
After Width: | Height: | Size: 19 KiB |
After Width: | Height: | Size: 9.5 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 144 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 43 KiB |
After Width: | Height: | Size: 16 KiB |