
I thought it would be fun to program my coding assistant AI to act like Optimus Prime for the day. the results were very entertaining to say the least here’s a sample of our conversation.
Continue reading Ai DevOps With Optimus PrimeI thought it would be fun to program my coding assistant AI to act like Optimus Prime for the day. the results were very entertaining to say the least here’s a sample of our conversation.
Continue reading Ai DevOps With Optimus PrimeA space maid is a person who works as a maid in a space station, a spaceship, or a planet. A space maid wears a uniform that is similar to a traditional maid outfit, but with some modifications to suit the environment and the tasks. For example, a space maid may wear a helmet, a jetpack, or a spacesuit, depending on the situation. A space maid may also have some cybernetic enhancements or gadgets to help with cleaning, cooking, or fighting.
https://soundraw.io/edit_music?m=648ca15aa435a800126e4242
Continue reading Space MaidsHere are variations on how to rotate an object using visual scripting. For this demonstration I made two cubes rotate automatically as well as via user input. One will rotate using the XBox controller and the other one is controlled using keyboard.
This is an awesome resource to create the various Icons for your project. From the browser “Favicon” to the home screens of windows, Android and Apple devices, this will create the perfect sizes and filetypes.
HTML 5 offers some great new features for designers. No more using background images for your gradient backgrounds.
There are some exciting new developments in the world of browser based programming. WebAssembly or wasm is a new portable, size- and load-time-efficient format suitable for compilation to the web. WebAssembly is currently being designed as an open standard by a W3C Community Group that includes representatives from all major browsers.
I’m really excited to test this out. Unreal Engine 4 now supports the new WebAssembly standard (also known as WASM) for HTML5, the fastest and most efficient way to compile and run C++ for the web! They are using Mozilla’s latest Emscripten toolchain (v1.37.9).
Vectr is a free graphics software used to create vector graphics easily and intuitively. It’s a simple yet powerful web and desktop cross-platform tool to bring your designs into reality.
The coolest feature is the real time sharing. Send anyone a Vectr document for real-time collaboration without the wait. Others can watch you create and edit designs live, whether you’re in the web app or desktop version.
This site to “build and share your best 3d shaders with the world and get inspired” is awesome!
SQL server has some drastcally different techniques than one would use on MySQL. Here are the resources I have used to power through the projects I am assigned.
Truncation of insert when too large for field doesnt happen in SQL. It causes an error and the transaction is canceled.
http://www.mssqltips.com/sqlservertip/2857/silent-truncation-of-sql-server-data-inserts/
Here are the filter conditions for queries: http://msdn.microsoft.com/en-US/library/k58xx95s%28v=vs.80%29.aspx
The “text” datatype has been depriciated, need to use varchar(max)now.
to change a fields datatype definition.
ALTER TABLE dbo.YourTableHere ALTER COLUMN YourTextColumnHere VARCHAR(MAX)
Here are some great resources for getting images to use without copyright issues. NOTE: I firmly believe that if you can’t take the picture or make the graphics, then why the f are you calling yourself a designer, but in a pinch, these are available. If I were to use them in a project, I would make sure to edit them so they are not recognizable as the original free image.