Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Re:Same old, same old. (Score 1) 78

Flash used ActionScript, which was just JavaScript with types, which modern JS can do too, and compiled it to bytecode, like WebAssembly, to be run on a VM...

I suppose the above statement is true, but the vm that hosts WebAssembly is the javascript engine.
Theoretically, I don't think you can do anything in WebAssembly that's not possible to do with Javascript.
 

Comment Re:79.99 ZX81 kit (Score 1) 49

I was a junior in college studying physics. I was putting myself through school so I bought the kit. I dumpster dived a TV and got a tape recorder at Goodwill. I coded solutions to numerical analysis problems on it before going to the lab to punch the code onto cards.
It lasted just under a year and I really missed it when it was gone.

Comment Re:That's not actually true (Score 1) 403

Computability has a couple of slightly different meanings in the literature depending on certain assumptions, but in general terms it means that the results of a computation can be done with a) a computer, b) using finite memory, and c) in a finite amount of time(*).

A Turing machine use an infinitely long tape, so I would limit the definition of computability to just a) and c). It might make a difference when talking about simulating the universe :-).

Comment Re:Actually this is the problem (Score 3, Interesting) 263

It comes from a supreme court case in 1910 when a corporation decided to pay it's workers a decent living wage, and cut margins a bit to afford that.

There is no legal duty to maximize corporate profits and 'shareholder value'.

And what supreme court case are you talking about? Dodge v. Ford Motor Co?
That was a Michigan Supreme Court case, not a US Supreme Court case. And even that case really has nothing to do with shareholder value.

Comment Re:Why is javascript being pushed as generic? (Score 1) 141

I frickin hate javascript but I've been playing with TypeScript and it's palatable. I'm ready to use TypeScript and node for writing server code that'll I'll eventually run on a RPi or C.H.I.P.. I've been a Java developer for quite a while but Java isn't handy to use on these small embedded chips. TypeScript and node can give me a decent server platform that I could use everywhere, even at work maybe.

Comment Stop implementing new features (Score 1) 210

The author challenged the readers to make a single change that would have an immediate effect without writing a single line of code. I can only think of one... immediately stop implementing new features. That would keep the open/close ratio from getting much larger without any coding. But how to make the business case for doing so? My argument would be that the graph shows that their current systems are broken and worthless. The business can recover their investment in the current systems by taking the time to fix the open issues and removing broken functionally that's not needed.

Comment Re:Speechless (Score 0) 291

I don't think you should be insulted by this. All humans, not just women, are irrational and emotional. We prefer that our detergent come in orange boxes instead of green boxes. We're attracted to people with symmetrical faces. We'll buy that fake diamond if the seller tells us it'll make our life complete. It's just the way we are..

Slashdot Top Deals

"Call immediately. Time is running out. We both need to do something monstrous before we die." -- Message from Ralph Steadman to Hunter Thompson

Working...