War and Peace vs Dune, and stuff

Reading

I finished reading Dune last week. I didn’t much like it. I thought it was boring. So if the soon-to-be-released new film adaptation isn’t great, a big reason is probably that the source material isn’t that great. I recently started reading Tolstoy’s War and Peace, and in doing so I realized one big reason I found Dune so boring: there’s no humor. Or at least there’s very little humor that I noticed. The book, and the characters in it, took themselves too seriously. Too me, lack of humor makes stories feel too fake. Not enough emotional contrast I guess.

War and Peace, on the other hand, has a good amount of humor sprinkled in, sometimes from characters, sometimes in just the way Tolstoy describes things. I’m only on page 250 of 1000+, but the reading itself is not very daunting. Tolstoy’s prose (at least the translated prose; I’m reading the Maude translation) is very dry. This happened, then this, and this. Straight to the point. No long flowery ambiguous descriptions. No Dickensian run-on sentences. (Though Dickens at least wasn’t too flowery either, for the most part. At least, as far as I remember; I haven’t read Dickens since high school, which was sixteen years ago.) So it’s very approachable, despite its age. It’s just really long. It feels very analagous to a modern TV show; it jumps around between a lot of different characters. It began as a serial back in the day, so I guess that makes sense.

One archaic phrase in this translation that annoys me though is when people “screw up their eyes.” I guess that means something like squinting or furrowing one’s brow? Definitely not something people say (or write) nowadays.

I’d like to finish the book by the end of the month, but I’m probably too slow of a reader.

TuneSage

Still working on TuneSage! I would definitely love to release the first version of it before the end of the year, even as soon as the end of September if I can. A lot of that will depend what “features” I include in the first version. It probably won’t be much at first, because I just want to get it out there. Anyway, I’m finally returning to work on the front end. There’s still a lot of stuff to do on the back end, but working on the front end will probably help me decide what features I want or don’t want for the initial release as I try to design a possible “workflow” for users.

Whatever else

I’ve uploaded more “thrift store finds” videos on my second YouTube channel; eBay flipping has been a fun side-hussle, easy and addicting. Just keep a social distance and wash your hands constantly. (And wear your mask, even though they fog up your glasses and then you have to take your glasses off and you can’t see anything.)

Startup programming update

Here’s a quick update of what I’m working on…

First I’ll admit that I’m in a bit of a mess sleep-schedule wise; I don’t know what’s going on with my brain. I’ll sleep for 10 hours then stay awake for 10 hours or less, getting suddenly really tired at seemingly random times, constantly out-of-whack with a 24-hour schedule. And I keep having weird nightmares so my subconscious must be a bit anxious about something. (Part of what makes them weird is that they’re often emotional nightmares; I’ll be really angry or sad or depressed in the dream, rather than just having bad stuff happen to me in the dream. But I can’t find much information about emotional distress within dreams; most articles talk about emotional distress in life causing nightmares, but I’ve got the opposite problem. It’s bizarre.)

Anyway, I’m taking a short break from working on TuneSage to work on a quick related project. I’m not sure what I’ll call it yet, but it’s a note-taking / note-organizing web app. I mostly just want it for myself. I know there are already dozens out there (like Evernote), but none of them work quite the way I want them to. Specifically I want an app in which I can:

  • Keep and organize random notes / ideas
  • Keep todo lists and reminders
  • Keep and organize bookmarks (similar to what I use Pinterest for)
  • Keep and organize timed sessions (such as for freelancing)
  • Keep logs of stuff (such as books owned & read, movies owned & watched, TV shows watched, etc.)

All these things can already be done with existing tools, but again, not in quite the way I want.

Anyway, the tools I’m using to create this app are tools I want to learn for use with TuneSage, so it will ultimately help with TuneSage’s development too. Plus the app itself will help me organize my notes regarding TuneSage. So I’m trying to kill a bunch of birds with one stone.

I’ll of course release it and if it gains any traction, so much the better. If no traction, it’s still something I want for myself.

As far as TuneSage goes, I’ve stopped using Rust for now, and instead switched to the older but more popular Node.js. Node.js is mainly Javascript for back-end, and it’s much easier for me to program in an easy language I already have experience with than learn a new more complicated language like Rust. (For instance, I love not having to worry about variable types… most of the time.) And since Node.js has been around for a lot longer, there are a ton of resources out there for it, which is also a huge plus.

For this new mini-sidequest of a note-keeping app, I’m learning some other tools that I think I’ll need for TuneSage anyway, so the note-keeping app will be a good learning experience. I’m currently learning React for the front-end, which helps with creating user interfaces, and Feathers for front-end to back-end communication, which is what I’m finding more confusing at the moment, mostly because it seems to have a lot of “parts”.

So that’s what I’m up to at the moment! Stay tuned for the release of the first version of the note-keeping app!

Startup School 2019 begins today!

Startup School 2019 has begun! Today we basically just got the orientation video (which is not private, so I can embed it):

They tend to make all the lectures public on YouTube, so I should be able to embed them all as they are released! And there’s still time to register, as they mention in the video. Looks like the meetup for the DC area is on August 14th! (Or the 24th? Website and video don’t agree.) I hope to make it there.

They mention that the weekly updates should include some measurable metric. Since I haven’t launched yet, I suppose my metric will be “weeks until launch”, which I am nervous to estimate because things always take longer than you think they will. However, here is my initial estimate:

To do list:

  • Set up home page to tease potential users, collect emails (today)
  • Get algorithms and GUI to a usable state (4 weeks)
  • Create user log-in system paired with payment system & user forum / guides (2 weeks)
  • Incorporate the company (1 day) and launch!

So six weeks until launch! Good luck to me. (No promises, obviously.)

One of my initial concerns is: should I limit growth to make sure the service can scale? I guess it’s too early to worry about that though.