Wednesday, February 28, 2018
Give Me My Keys Back!
That's Like SO Generic
Monday, February 26, 2018
Knowing IS the Battle
Fellow 80's / 90's kids already know the title's reference.
As I sit here eating cereal and watching coding videos. I'm thinking in programming knowing isn't half the battle - it IS the battle. Years and years ago I built a little C# Tetris game. I don't recall how long it took me or how much code I had to write to pull it off (Sadly the project has long since been lost - or is archived amid hundreds of old burned CDs). I am certain it took more than a couple hours and was comprised of far more than 200 lines of code. Yet had I known a better approach and a few tricks to help me out, 2hours, 200lines of code would have been completely possible.
I need to keep watching other people code. because knowing is the battle.
Saturday, February 24, 2018
Misuing Social Media
Twitter is not where I share my thoughts, or witty comments, or events in my life. No. Twitter is where I scroll through other people's links and posts and share them. Part Pinterest, part feed reader.
On Pinterest I'm not so rebellious. But I'm pretty much just a hoarder. I rarely add to the pot, but I explore what's already there and cull it into my various boards. So it's basically a free stuff bin of images, all ready to be hoarded.
Facebook is my Pinterest. When I find cool stuff I share it on Facebook, then I leave. I don't really spend much time there anymore (Thanks politics).
Friday, February 23, 2018
A Little App Shuga
I've had Jota for years now. I haven't used it since finding GnuRoot... But now it's all I use - VIM on Android just isn't there. Once I get full on Nix going again I'll be back to VIM. Until then Jota it is.
I love this app. It's clean and ad free. It's not constantly trying to get me to download other utilities *ahem esfile explorer*. With the LAN extension installed it's nice and easy to copy files to and from your computers.
I've mentioned this one before. I recently found Musicolet when my old player kept munching on my battery. This app is ad-free and doesn't even utilize your web connection so it's nice and light weight, not querying for artwork etc. And it's a great player. A little weird at first with the multiple queues thing but once you're used to it the queues are pretty cool.
I just found this one. I wasn't looking for a texting app, but in a search for open source apps, it showed up. So far it's really cool. You can tweak the look and feel quite a bit. So far it's not buggy etc. And it's open source.
Thursday, February 22, 2018
No GnuRoot No Nothin
I did searchss for files I had stored there but got no results.
Wednesday, February 21, 2018
Fast Load
Tuesday, February 20, 2018
Suggested Learning
https://youtu.be/krmV1hDybuU
https://youtu.be/ciM6wigZK0w
https://youtu.be/XFW769hqa1U
Bigger, Better, Faster, Stronger
Friday, February 16, 2018
Skipping Ahead
This is not good. I haven't finished testing the game I defined for my IntFiction and I have already begun rewriting the engine's client app. In the course of coding the engine I learned better ways to do things and am painfully aware of problems that came up late in development.
One idea I had never thought of, for some reason, is using multiple 'input listeners' (Essentially main game loop). In the original client there was one primary input loop. Any special modes like fughting or admin had to be driven by a mode variable that had to be checked all over the place.
In my new code - special modes are handled by their own inout loops, and you don't leave that loop until that mode is done with you. Each mode can easily have its own prompt and may be nothing more than a bunch of wizards or an entire sub parser in the engine.
I am also hoping to do more of an on-demand pattern for data loading. I'm hoping this will make room loading much faster than the first client.
Tuesday, February 13, 2018
Tool or Weapon
Tag Em and Bag Em
Friday, February 9, 2018
Flux Keys
Wednesday, February 7, 2018
Setting Patterns
What You Should Be Reading 2017.02.07
My VIM is utterly barebones. My vimrc just sets expanded tabs, defaults folding to indentation mode and sets line numbering and special characters to visible. But it is amazing to read about what can be done with plugins. VIM truly is the best editor evar.
I use Duck Duck Go every day, at home and at work. This breakdown of some of Google's creepery should convince you to join us :)
Tuesday, February 6, 2018
Totally Different Animal
Sunday, February 4, 2018
I'm Too Picky
Thursday, February 1, 2018
I Like It Dark
Learning By Doing
When it comes to learning, I am a do'er. I like reading books and watching videos and online courses, but I usually don't really learn until I have a task. Sometimes this is as simple as going in and cleaning up code as opposed to reading through it. I'll have a far greater understanding of the code doing tasks like that. I am able to focus, knowing that I'm doing something.
I actually like documenting as well. I've always liked toying around building help systems or large collections of notes etc. At times I will use documentation to learn about projects or systems. These notes are very useful. I tend to need my notes often.
I have even done similar to the code reformat with flow charts. I've taken an existing flow chart and recreated it with greater detail geared toward developers.
I guess, do what ya gotta do to get it done.
From Shotcut to Kdenlive
So I've been using Shotcut for a while now, for my YouTube videos... and music videos. I love the application. Slicing clips, doing fade...
-
I have been working on the text based game engine for quite a while now. Coding it and building a large demo game for it. The demo game has ...
-
I'm a fan of minimalism. I like the console, I like little to no GUI. Just give me the basics. Keep it light and flexible. Give me the ...
-
I've tried yet another window manager, Enlightenment. I'm really not sure why I keep doing this to myself, I keep my desktop so mini...