Description

This is for people who love technology.

Wednesday, June 16, 2010

Game room for the X360.

This morning I decided to get on the 360 and I found we installed Game room. So I played and here is what I have to say: I think at the start you`re like "WTF am I supposed to do?" and IF you find the store, It is actually quite fun. I was so sucked in to Lunar Lander I forgot my breakfast. XD

Tuesday, June 15, 2010

My new NXT robot!

I have made a shooterbot mod, Which I name... RoBoTRT5 2.0! (It only makes sense cause the NXT is named RoBoTRT5, which was the only robot sounding voice clip.)

 
New features:
  • Snowplow
  • Soon to be added!: Ball holder/identifier/dropper, Cargo area for loading balls!

BTW Video comin` soon

Sunday, June 13, 2010

My img.

Also for suspicious people, the magazine is Maximum PC, the code is a Lua variant, and the OS is Win 7 (Yep, I am not on Linux no more.) I will also post some of the code:

if(string.sub(msg:lower(),1,5) == "mode:") then
mode = string.sub(msg:lower(), 6)
end
if msg == "on" then
beamer.Transparency = 0.5
local cd = Instance.new("CylinderMesh")
cd.Parent = beamer
end
if msg == "off" then
beamer.Transparency = 1
end
if msg == "reset" then
player.Character:BreakJoints()
end
if(string.sub(msg:lower(),1,6) == "color:") then
color = string.sub(msg,7)
local h = Instance.new("Hint")
h.Parent = player
h.Text = "Color changed to "..color.."..."
brick.BrickColor = BrickColor.new(color)
wait(2)
h:Remove()
end
if msg == "fix" then
player.Character.Torso.CFrame = CFrame.new(0,10,0)
end



All wrote by a 9 year old. In fact, *drumroll*, THIS POST WAS WROTE BY HIM!
In fact, THIS BLOG WAS MADE BY HIM!

Wednesday, March 10, 2010

Working on blog

As you can see, I`m working on the blog layout. Comment if you like it or not... And please be specific about what you like and don`t. BTW I almost got a virus from a third-party gadget, do not trust any gadget from FreeGadget, best don`t trust ANY third-party gadget. (The offending gadget is Blogger`s Joke of the day.)

Wednesday, May 6, 2009

Physicus on Wine

I finally got Physicus working.
It didn`t take long, just the opposite of how long it took to figure out how to get it running fullscreen.



How to run Physicus in Wine fullscreen



  1. Open Configure Wine

    • Set OS to XP

    • Uncheck Emulate a Virtual Desktop(in graphics)


  2. Enjoy!





It took longer for me to figure out Step 3.