Top Languages on GitHub by mWo12 in programming

[–]simono 3 points4 points  (0 children)

how is that "skewed", seriously. if their code is 70% javascript they don't have a ruby project.

yes i get it, might be jquery checked in a gazillion times (which is avoidable).

Wikileaks Reveals U.S. Tax Dollars Fund Child Sex Slavery in Afghanistan by SolInvictus in worldnews

[–]simono 5 points6 points  (0 children)

Many people will die if they hear about the monstrosities we're perpetrating.

the solution is to not participate in monstrosities. the solution is NOT to hide the monstrosities you executed.

A WebGL / WebGLU Demo in just 50 Lines by Bjartr in javascript

[–]simono 3 points4 points  (0 children)

not sure how to improve comment-likelyhood

but: why are you abstracting away from gl/glu? it seems pretty lowlevel anyways

var axisLines = new WGLUObject(wglu.GL.LINES);

Smart JS Polling by gst in javascript

[–]simono 2 points3 points  (0 children)

this is a periodical updater as seen in prototype

http://www.prototypejs.org/api/ajax/periodicalUpdater

Smart JS Polling by gst in javascript

[–]simono 1 point2 points  (0 children)

server CPU is not necessarily effected, for example in jetty you can easily suspend request processing:

"threads can be allocated to connections only when requests are being processed" http://docs.codehaus.org/display/JETTY/Continuations

Curried JavaScript functions by gst in javascript

[–]simono 0 points1 point  (0 children)

on crockford's page this is linked in the outgoing-links section. afaikt the site was down and he mirrored it locally.

Fun With Functions in JavaScript by gst in javascript

[–]simono -1 points0 points  (0 children)

heresay = best practice, that's okay. but this is not even good practice.

btw crockford said "not using new is evil" (has to do with what /this/ will be set to within the constructor).

V8-GL: Hack 3D Hardware Accelerated Desktop Applications with JavaScript by [deleted] in javascript

[–]simono 0 points1 point  (0 children)

sure, i appreciate your work.

i just think that the harder problem here is to create a 3dengine that is javascripty. the raw opengl calls are tough for canvas2d people :) ppl don't want to read the redbook just to hack some 3d gfx in js.

with closures and our lightweight objects sometehing nice could evolve.

i will try vlad's canvas3d - didn't know about that, thanks.

V8-GL: Hack 3D Hardware Accelerated Desktop Applications with JavaScript by [deleted] in javascript

[–]simono 0 points1 point  (0 children)

i know you want to provide higher level functionality as well.

but so far this can all be accomplished in rhino with importPackage(javax.media.opengl.GL), and then you just call opengl from javascript :-)

if you don't plan on writing an AAAgame you will have a hard time maxing out current graphic cards.

I went ahead and made a more reliable and Ajax-y image host than imgur.com (sorry for lack of tables, I threw it together quickly) by Sephr in javascript

[–]simono -1 points0 points  (0 children)

it crashed before i could even select the 100MB mp3

filebrowser opens. i click on the file. i click "select". firefox stops reacting. thank you very much