What I did today

Nice, does it work for GNU/Linux bash and Mac bash?

It should work since I didn’t use any other classes or structures. I haven’t tested on other OSes yet.

Not really related to programming at all, but my band and I are traveling up north to Detroit this weekend for an audition to be on ā€˜Americas Got Talent’! Kind of a ridiculous show, and I don’t entirely know if I think we will make it past the first round, but it’ll be lots of fun either way.

Make sure to get your performance uploaded and post a link!

Found that, for the second time now, I was mapping data to index values and not the actual data…from now on I’m checking that first. ::slight_smile:

@_basil I like the video, and the music you chose–what is the cut? The second thought was wondering if you had seen the work of ā€œFlight404ā€ (Robert Hogdin) on Vimeo, which I recommend. BTW he is a big Processing user.

For me: yesterday I bought a refurbished laptop at a pretty good price:
Dell Latitude with 14" screen and i3 processor. Pretty light-weight so I’ll be able to do some work on long BART commutes and at coffee shops (when working at home requires a change in scenery). It runs the audio programming demos I have no problem, so I now have something to take to meetups!

So far today I’ve been working on parsing heightmap images to .obj files for use as models in my game. I could render and do physics in my game using heightmap data alone, but I’m really only converting it to a model for convenience. As you can see, so far it hasn’t been working out. But at least I have it rendering in a VBO now! (Lots of array index errors in the beginning since Java counts from 0 and .obj files count from 1, and it took a bit to notice that :))

UPDATE:

I’m one step closer!

I’ve done it! I finished my heightmap --> .obj parser! Now the question is do I release the code or not :expressionless:

Not that crazy, but at work I’m getting ready to push my projects to staging and a requirement we have here is to be able to check on the ā€œhealthā€ of the application by hitting an endpoint. So, I created this little mini-service inside my service that monitors various components which you can access over the interwebs:

http://puu.sh/l9v8N/7929df0f72.png

It’s just kind of fun to make little diagnostic tools and be able to ā€œcheck upā€ on my service as it runs :slight_smile: It’s like a child monitor! Except… for code. I think this deployment is making me go a little crazy.

Just noticed ā€œpercentage of healthy connectionsā€ should indicate ā€œunhealthyā€ connections. More coffee will fix me, right?

Looking good there!

Sharing is caring so if you ask me I’ll say share it.
Of course it’s up to you in the end.

Today I pretty much worked my seat off on multiplayer. I’m only doing plain old socket programming and I’m not using any network library of any sort (except for the java.net.* & the java.io.*) so it’s pretty tough work.

Added colors to the output in TerminalWidget of SimplyCpp:

Also noticed the toolbar in the left of the widget?

Still Making Midi Player)

http://s4.postimg.org/t0lie1oxl/qqqq.jpg

So tired :frowning:
Already want finish it and throw it on forum XD
(maybe someone needs it)
And start make Big engine refactoring – because if I start it - it takes couple weeks or even month+
(want: make windows to external format like XML with color, font change etc…)

Need make in midi:

  • wait note function – to slow process song
  • connect external midi device
  • fix small bugs – Some midi maps not loads
  • GUI left as it is – no one care ^^

Is it just a midi player, or also a piano roll composer?

It’s Player like Synthesia.
to teach Piano playing using Midi
You can Play using Keyboard - but can’t save files (for now ^^)

p.s for teach Piano playing I find out only Synthesia
and some function I don’t like in it, so I make my own :wink:
(Yes i want make changes in midi file and save it - but do it later)

Its ironical - because one from reasons that i make my own Synthesia is:
unable to change midi channel notes to auto play them

  • and i don’t have file save XD, but i have channel + line auto play for now ^^

Finally got around to learning about 3D plane clipping. I moved the near plane further away from the camera so you can see the clipping in action!

Got my first sub-10 second solve, at 9.91! Very very exciting moment for me, as I think this is really the defining moment of me passing from a regular speedsolver into a nationally competitive one.

Also going in to have a talk with the director of the IT program of one of the top IT schools in the country in a few days!

Bought a projector. The bulb was fine, the take up reel even lights up a nice shade of purple

Pic

Wrote a brute force distance field generator for use on fonts.

Input:

Output:

EDIT:
MY PROFILE IMAGE BROKE Q___Q

created/finished a procedural maze generator in lwjgl today:

hopefully when I’m done it will be a maze crawler game with monsters loot etc, but for now i have to figure out 3d collision(only done 2d based collision before)
so that will be whole lot of fun. /s