Skip to main content

Vanilla Rice



 There is no quintessential rice field, just as there is no quintessential rice. There are commonalities such as submerged flats, but the real variation lies in surroundings. They nestle between Japanese mountains and bridges to nowhere, Malayan jungles, and terraced fields in many other regions.


Unable to faithfully reproduce either, one solution is a combination. This is not without difficulty. Terraces and railways do not mix, and lighting appropriate for one may not be so for another. Making something generic means cutting corners.

So, much care has been taken to isolate reproducible elements and place them where their interfaces are less jarring (mostly in the corners).

This is far easier in video games than in landscapes. When appreciating paintings you can change your objective position - you are always looking outside-in - and so can always step back and look at the 'big picture'. In a game, however, you are looking inside-out. Your focus is limited. Changing perspective within a video game often requires in-game travel to another location. This is not only more immersive, it also enables control over what is visible at any moment. You may have to work on the inside and outside of the house, but at least you don't have to present both views at once.

Common across Asia is rural nostalgia. The heartland, the Furusato, the Kampung. Indeed, the house in my map is based heavily on Lat's Kampung Boy house. Also common across Asia is a recent history of post-colonial modernisation. I think the two are related. The agrarian past is often viewed as a devil-you-know. Okay, they didn't have headcrabs, but I'm sure you'll agree that the best way to stop romanticising the countryside is to live there.

BanGenKei 7 of 12: Paddy field and Kampung house.

Comments

Popular posts from this blog

Transcode to PSP using Handbrake

Source: Handbrake 0.9.9.5530 64-bit edition Target: (Phat) Playstation Portable PSP-1000 , System Software: 6.60 Many internet articles on how to transcode video to PSP using Handbrake have not worked for me. Even the most helpful are incomplete. I hope this post will help fill in the blanks. There is no longer any PSP preset for Handbrake, but from what I can gather, the preset had only limited success as the x264 encoder would change syntax and settings between versions. Other presets that may have worked before, like 'iPod' and 'Apple-Universal' now do not. Here is what worked for me, step by step:

Firefox History Statistics - Extracting from Places.sqlite

If you want to take a look at Firefox surfing activity, the about:me add-on is a good start. However, it presents only one view of data and is thus limited in its ability to present more detailed statistics. We will view that data in a different program. So let's first extract it from the browsing history stored in the Places.sqlite file into a CSV file using a Firefox add-on. Step 1 - Locate and copy Places.sqlite to a working location On Windows machines, Places.sqlite is found in a directory similar to: C:\Users\User1\AppData\Roaming\Mozilla\Firefox\Profiles\ .default\places.sqlite Copy the file to another location. The database will be locked while using Firefox, and the SQLite plugin we will use to open it.

Bloomberg JSON data into Libreoffice Calc

LibreOffice Calc has no inbuilt stock market functions, and a popular plugin which offered those has stopped working along with changes to Yahoo Finance. Luckily, we can get the latest quotes from Bloomberg. [2018-12-15] Bloomberg Finance is, understandably, blocking multiple simultaneous requests. A more flexible solution is using a Python Stock Scraper .