Skip to main content

Why Bastardize an RX-7?

During my usual window shopping runs this evening, I was thinking about the idea of purchasing a project car me and my dad (since he's a mechanic) could work on during weekends. He knows a lot about automotive technology and I think that its a good practice to pass on the knowledge to the next generation.

The first car that popped into my head when I was thinking project car and cheap was the old Beetle. A lot of people were saying that its kind of a warrior car that, until now, is still a workhorse for the Filipinos. Then I thought to myself, "heck, I'm not going to look hip and young driving those clunkers." Though it just dawned on me just now that it might be a reasonable project car because of the widely available spare parts. Considering that, I still don't want it though. 

Vintage, but reflects the youthfulness and the rebel in our generation. It seems that thinking about that made me go back to the Devil Z. It's a Nissan Fairlady S30 Z  or sometimes known as the Datsun 240Z/260Z/280Z in other markets. So I Googled and found some interesting stuff like how one is overpriced to 540,000 pesos. Come on, seriously, dont make me laugh. From what i've Googled several months ago, I saw the same model selling at less than a 100,000. Well, checking from an old conversation with a friend, it was being sold at 60,000 but with a messed up interior and a beat down engine. It was a good project car for that price but I was hoping that the engine would at least still be running. As I checked again, it was already sold.

So, what else are my options? I was thinking that, if I was going to devote time on it why not pick one from my top 5. Well, or at least an older generation of whats in my top 5. Which brings me to the topic of this post. I present to you, an ad I saw at olx.. The bastardized RX7.

An RX-7 FC3S with a toyota engine
I didn't know if I was going to get so angry or I would cry manly tears for the blasphemous butchery that has befallen this poor thing. Why the frigging heck would you swap the bread and butter of the RX-7 family, the Wankel rotary engine, to a mere Toyota engine. (which is probably just those Japan surplus used to build owner type jeeps) Seriously, WHY?

I feel sad for the most likely under-appreciation of the technological superiority of the rotary engine.

But then again, maybe the original engine was already broken or the owner thought that parts of it are hard to come by. But still, its a depressing thought.

What a waste of a good RX-7 body. 

Comments

Popular posts from this blog

Self Signed SSL Certificates

Ever wondered how to enable SSL or HTTPS on your site? If you dont want to pay for commercial SSL certificates, you could create self signed certificates for your site by following the instructions here: https://www.digitalocean.com/community/articles/how-to-create-a-ssl-certificate-on-apache-for-ubuntu-12-04 The instructions in the site above will make your default site HTTPS enabled. If you prefer having a commercial SSL, save your certificate files and key files in your server and edit the location on the /etc/apache2/sites-enabled/default to point to the directory where you stored those files.

Moving to a New Linux Web Based Torrent Client

For years, I have been using TorrentFlux (url here) as my primary torrent client situated in my Ubuntu download server. But as time went on, the developers completely abandoned the development of TorrentFlux which led to several forks which I think is still insufficient for my needs. Main GUI of TorrentFlux Ive checked several options which runs on a GUI-less environment. Since my Ubuntu server is just running on command line to save precious memory, I needed something bare, simple and is packed with features. Installing uTorrent Server is pretty straight forward. Download. Uncompress. Run. This is better than the approach of TorrentFlux which you need to setup LAMP server and create a database. More often than not, it happens to me that some of the data in the DB gets corrupted. I normally just reinstall the whole thing again. Main GUI of uTorrent Server To further elaborate on the setup process, I've gotten an excerpt from this thread which, quite simply discusses ho...

Modernizing Qwtlys Database Part 1

Its been years since I have last updated Qwtly and I was given the opportunity to play around and modernize the database for my application. I wanted to try the cloud offering of MongoDB called Atlas being that its free for a small database.  With this in mind and considering that Qwtly doesn't get traffic after I have disabled the add, edit and delete quote function along with the login, I don't see the application getting to that limit of 5GB anyway. Well, that is considering if I can even get this to work.  The first order of business was to see if we can import the MySQL export painlessly to MongoDB Atlas. I have searched for MongoDB tools, external tools, scripts, only to find old abandoned projects which would not be ideal given my situation. I have considered writing a PHP script to do it but that too would cost time. I was looking for something that consists of using existing tools or features I am familiar with along with some manual eyballing and checking. Luckily, ...