Skip to main content

Good Morning

It's a bright new day in 2017, and I've finally decided to host some public record of my life to preserve what little scraps of me survive after my death (that is if my consciousness isn't uploaded to data center by then). Slight morbidity aside, my ambitions for world domination are intensifying daily as I sit in my chair, mumbling to myself about ideas only a few in a hundred mile radius would even care about or understand.

Current State of Affairs

Without exposing any bank account-vital security question information, I'll discuss the most easily recognizable parts of my life:
  • I live in Converse, TX, a small town of around 20,000 whose only job is to contribute to the San Antonio Metropolitan Statistical Area; basically, my municipality exists to act as a statistic.
  • I attend Samuel Clemens High School as a sophomore who can't engage in many if any extracurricular events because of the following reason.
  • During evenings, I attend my father's (master's) taekwondo school as the class leader.
  • Prolonged until my bed time, I make up for my lack of extracurricular activities by inefficiently programming the pieces of a personal companion I can talk to when I'm lonely (which I am frequently)

Yes, it's almost noon on a Tuesday; however, today's a student holiday in the SCUCISD. Although, I yearn for some more structured learning after two weeks of a lack of a bit of self-discipline.

Comments

Popular posts from this blog

What's a TSI Test?

I took the TSI test on Wednesday, but I wasn't the first one in the lab to finish. I blame my proctor's slowness at informing me on some prerequisites that Administration didn't inform me about and my own apathy to a test that didn't seem to put up much of a fight. Three other people beat me to the punch, but I still managed to finish before the end of third period. Since this test doesn't involve a non-disclosure agreement that people really don't care about anyway , I'll talk about the contents of the test. There's nothing too interesting about the test. I likely could have gotten a perfect score if I tried, and that's not just me being cocky. There was no advanced math on the test (nothing higher than algebra), but the reading sections are slightly more comprehensive than the STAAR test's. I literally mean slightly more comprehensive; the STAAR test is more fiction-oriented while the TSI's reading (I think) only consists of nonfiction pas...

Summer Break 2017, Day 5: How Hard is it to Upload a Photo to Firebase?

God help you if you ever decide to implement camera functionality in Android. I didn't have much planned today, but thank goodness I didn't. The Setup Here's the dilemma: I wanted to make a very simple app that will let me take a photo of text and have it read out to me. Using the Google Cloud Vision API ,  I can essentially scan documents and listen to their contents instead of having to use my eyes and scan the thing. It will be great for accessibility and so on, but the thing is I can't have the Cloud Vision API scan documents that I haven't taken. I want to do processing in the cloud to model common app architecture and to reduce strain on the client app. Here's the service flow: Client app takes photo Client app uploads photo to Cloud Storage for Firebase Cloud Functions scans the document for text Cloud Functions updates Firebase Database with scanned text Client app intercepts database update Client app speaks text from database The Co...

Summer Break 2017, Day 6: Internet Presence

Over the course of 15 hours, I've become very conscious of my presence on the internet, and it all began with my father unintentionally showing the reach of various actions I've taken around the web. He originally tried to show me some records of his grandfather, but he eventually showed me Google image search results of himself, and I, of course, ended up appearing in the results since my name is literally a superset of his. I soon realized that comments I've made on YouTube videos have been indexed by Google. Internet privacy is a one-way street: you can park on the side, or you can keep driving down, but going the other direction requires immense amounts of work. The farther up the street you travel, the farther you've lost your privacy. Going up the street will let you access a greater amount of destinations, but the moment you wish to hide yourself from the people you don't want to find you, you can't just switch the gear into reverse and drive up the str...