PS. Video parameters “&w=800&h=500&fmt=18″
Thanks Captain Cursor!
PS. Video parameters “&w=800&h=500&fmt=18″
Thanks Captain Cursor!
There has been a while I’ve heard about volta project. Mind you jsc.meta (frontend) is now stronger than ever and taking on IL-to-IL translation and jsc (backend) is not anymore just about IL-to-javascript.
Seems like they have yet another project cooking – ripley project.
We propose Ripley, a system that uses replicated execution to automatically preserve the integrity of a distributed computation. Ripley replicates a copy of the client-side computation on the trusted server tier. Every client-side event is transferred to the replica of the client for execution.

Ripley prevents a malicious user or remote hacker from altering the behavior of code running inside a Web browser by creating an exact copy of the computational environment and running that copy on the server. Ripley then sends all of the user’s actions, including mouse clicks, keystrokes, and any other inputs, in a compressed “event stream” from the client to the server. This stream is run through the cloned client application on the server, and the behavior of that virtual doppelganger is compared to that of the application running on the user’s browser at home. If there are any discrepancies, Ripley disconnects the client.
It is very important to carefully analyze available tools and to place one self in the market. At the moment jsc is not in the business of replicating client side business logic in the server side. Yet jsc is capable of that. I will revisit this idea in the future.
If jsc solution were to implement the idea then:
Update: Come to think about it jsc solution could pursue another goal of automatic synchronization of client applications via stratus which just recently got multicast support.
Nice?
Update:
Should jsc javascript have an example for windows forms which would look this?
Update: Discussed at Ajaxian.
Update: Mentioned at CrunchGear.
What if you could write all your components within C# in Visual Studio? Soon you will!
codename: jsc solution
What does jsc do? It will tear part your .net assembly and convert components to the target language and form. Neccesary proxy glue code will be generated and injected.
Future features:
Update: The client side must be built first. Any compiled objects like javascript, assets, flash and java objects need to be embedded to server side code even just for asp.net. The second phase would then rewrite the asp.net assembly for php or java.
Source view mockup:
Disclaimer: This is a quick and dirty post.
by mxgraph
The new Pre-build event looks like this:
C:\util\jsc\bin\jsc.meta.exe ReferenceWebSource /ProjectFileName:”$(ProjectPath)”
Seriously, the other day I saw a blog post about how to make T4 download source code for you. At first I thought, thats just insane. It is a serious security liability. You will compile source code which you may have not written.
Update: I added the link. How long until the computer will automatically link to the posts by description?
5 years?
jsc.meta now supports this new command ReferenceWebSource, which basically scans your project and downloads references source files from the internet, compiles them, merges them, adds some attributes and adds the new assembly to your project as a reference. This opens up a whole new group of possibilites.
The upper projects are supposed to be external projects written by other developers. Your project is the ReferencingWebSource project. As you can see there are multiple folders in that project suffixed with WebSource. Each of those which has a references.txt file is basically a list of source codes on the web. They can point either to .vb or .cs.
ACME.X.WebSource.references.txt:
The source code could be generated by the web server on the fly. Talk about WSDL in C#
And after the downloaded code is compiled jsc.meta could apply any additional IL translation it wants to on it. It could go ahead and infer new types from existing code…
After you load your project you should do a build. This will invoke the pre build event and update the dynamic reference.
Here is an example of how I can use it in my project. Remember those Class1 types are downloaded via HTTP GET.
This feature is new and not fault tolerant. Oh and this windows forms project is also compiled to java.
Update: Future extension points:
Who comes up with the multiplayer version the fastest? Profit??:D
Motivation:
[...] We experience such pressure in casual games like Tetris
[...] For example the particular actions within a scene might have climbing tension: will I be quick enough to placethis falling block into that slot?
Update: A story.
Update: The music.
Someone like Tobey has been ceazy enough to actually go and implement Flash Player in javascript. How crazy is that? It’s awesome for multitude of reasons!
Code:
<body onload="new Gordon.Movie('trip.swf', {id: 'stage', width: 500, height: 400})">
<div id="stage"></div>
</body>
Example:
Via Ajaxian
See also:
“Life is 10% what happens to you and 90% how you respond to it.” -Charles Swindoll
PS. Video parameters “&w=800&h=500&fmt=18″
Via Adrian
It’s time to virtualize and back up your current envrionment. How do you do that?
Update:
After a few months I did not actually know how to boot into Safe mode.
The first boot was ugly. I deleted the drivers mentioned in 4.2.
The second boot had color
Error:
Standard VGA Graphics Adapter
This device cannot find enough resources that it can use (Code 12)
Am I supposed to right click on my computer in the device manager and select this?
Scan for hardware changes
Theme: Shocking Blue Green. Blog at WordPress.com.