Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment How about making the Canvas tag not suck (Score 1) 289

How about making the Canvas tag not suck?
Seriously, you can give it the most simple test (draw an image every frame, or fill a rectangle), and it will run unacceptably slow. For comparison, a simple Win32 program that changes the background color of a maximized window once per frame has very low CPU usage, but a simple Javascript program that flashes a canvas red and blue every other frame uses 100% CPU usage if the canvas is 1024x768.
Until the canvas isn't the bottleneck anymore, Javascript graphical programs will continue to suck, and no amount of ASMJS magic will help with that bottleneck.

Comment Old version of PcHelpware (Score 1) 116

I use a custom build of the old version of PcHelpware, from the creators of UltraVnc. Not the new version, but the old version. The old version of PcHelpware lets me pick the port number, so I can get through restrictive firewalls that only allow well-known port numbers.

However, it's still a bit buggy on Vista/Windows 7, specifically, it crashes whenever a UAC prompt appears. I made a workaround for this, I replaced the main EXE with a stub version that disables UAC when you run it, and reenables UAC after it exits. I also got rid of the Login and Password prompt, because it's completely nonsensical and worthless.

When you want to support a PC, you just tell someone to download the EXE from your website, and run it. And guide them through the process of adding it to Norton's or Mcafee's exclusion list, reassuring Internet Explorer that it's okay to open EXE files, etc.

Comment Non-centering joystick (Score 1) 139

So for several of the games, the left trackpad seems to be equivalent to a non-centering joystick or Turbo Touch 360 (touch-sensitive gamepad for NES/Genesis, etc).
The non-centering joystick of the Atari 5200 got really bad reviews, and the Turbo Touch 360 was rated the 9th worst video game controller of all time by IGN.

Comment My speed (Score 1) 101

I'm getting 7-9 MB/sec with my 802.11ac adapter, whether on the 2.4GHz band or the 5GHz band. So at least the theoretical speed of wireless G is finally real.
It is much faster than the 2.5MB/sec I was getting on the so-called "a/b/g/n" adapter.

For comparison, on actual gigabit ethernet, I get about 88-100MB/sec.

Announcements

Come Try Out Slashdot's New Design (In Beta) 1191

Slashdot's biggest redesign effort ever is now in beta and you're invited to help guide it. This redesign has been shaped by feedback from community members over the past few months (a big thanks to those of you who participated in our alpha testing phase!), and we'd like your thoughts on it, too. This new design is meant to be richer but also simpler to use, while maintaining the spirit of what Slashdot is all about: News for Nerds. Stuff that matters. Read on for the details of what's included, or read this blog post. Update: 10/02 19:16 GMT by T : Since this post went live, we've been reading through the comments below as well as your (hundreds!) of emails. These are all valuable, as we continue to implement our current features into the Beta. Keep 'em coming; we love the feedback. Please keep in mind that this is called Beta for a reason; we've still folding in lots of improvements. One important thing to bear in mind is that the images are optional: check out the Classic mode by clicking on the view selection widget (just above the stories) on the Beta page.

Comment So it's basically an inferior SWF (Score 0) 246

SWF is a much better file format for animated raster images. You can define an image, put it on the stage multiple times, and move it around and apply affine transformations to it. You don't need to store tons of raw pixel data.
It's also an inferior version of video, since if you're using an animated image to store short video clips, you don't get the benefit of motion compensation and strong compression.

Slashdot Top Deals

Solutions are obvious if one only has the optical power to observe them over the horizon. -- K.A. Arsdall

Working...