Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Really??? (Score 1) 267

This has to be the dumbest fucking story I have ever read on this site. I can't tell if this article is serious or meant for a laugh. Sadly I think it is serious.

As I write this, there is a nearby access point named "CIA Surveillance Van". You think that is the fucking CIA? Should submit a story about that?

Jesus fucking christ. This is a new low for this site.

Comment Re:VNC and RDP (Score 2) 177

Even issh for that matter (still haven't figured out how to consistently copy in that app)?

I'd say RDP, the program, has some of the gestures figured out. Two finger tap = right click. Double tap= double click. The problem is how to translate things like "click, hold and drag" or "Slide the slider". A lot of that might be the protocol itself (doesn't windows have accessibility hooks so things know "this widget should behave like a scrollbar"?

I dunno. It is one of the reasons flash is not supported—those were designed for a mouse. A touch interface is a whole new ballgame that is uncharted water. There is no mouse, but there are perhaps ten fingers that can control an interface.

I think the game makers will be the ones to figure out how to exploit the possibilities. I have tons of games that would never work with a mouse.

Comment This begs the question... (Score 2) 1200

How are most of these cheesy CSI-type programs created? I would assume they are done in flash. Are they usually interactive, in other words if the actor presses a button it does some predefined animation, or is the whole thing one long animation that the actor needs to time against?

Somebody here has to have created one of these...

Comment It isn't that simple (for now) (Score 1) 376

In playing with IPv6 at home, the the biggest problem has been firewalling. Vista and windows 7 assume you are either on a public IP (aka in a coffee shop) or some kind of NAT'd or external fire walled environment (aka on a slightly more trusted IP).

At home, my little LAN is fully trusted. I like to keep all my gear open, full sharing, no passwords. Anything more is a hassle.

The problem is, with IPv6 you open your LAN to the outside world. That is okay *if* you have a firewall on your router. My router (d-link DIR-825) doesnt support firewalls for IPv6. neither does OpenWRT, which can run on that box too.

Until they make low-cost consumer routers that support comprehensive IPv6 firewalling, I can't really justify running IPv6 at home.

Comment XNA? (Score 1) 331

If you are doing mainly drawing, and not GUI (ie traditonal GUI widgets on a traditional window with with traditional GUI events) you might want to look into XNA. It is basically a managed version of DirectX. Because it is .NET you can hook into winforms and WPF to create the occasional "traditonal" GUI.

Otherwise, if it is a windows app, there is no better choice than WPF. It is intimidating at first because with WPF you can easily reskin just about any uielement (and create UIelements from any class you create). But once you realize how classes and the actual UI are separate concerns that are joined only through very sophisticated data binding, you will be in love.

Complicated little beast though and if you come from a winforms background be prepared to do some major unlearning as how you bind data and events to the GUI is conceptually different. If you simply bind to "Button_OnClick" like you did in winforms you are doing it wrong. If you find yourself writing this.textbox1.text = myData.price in your code you are doing it very, very wring.

Comment Re:Nice, now why (Score 1, Flamebait) 314

Now you are trolling. I'll pull this out of my ass but most of us are lucky to get above 3mbit. Here in Seattle, I can't get more though DSL.

If you can't see why people would want to burst to 150mbit and beyond, you have a serious lack of imagination. Here, I will use mine with tangible things i could do better if I could burst above 150mbit:

1) better VPN into work. It would be quicker to check the source code repository out.
2) faster online backup, and more important, backups that down slow down the Internet for everything else.
3) Uploading stuff to client FTP sites would be orders of magnitude faster.
4) software distribution would be faster thus people would do it more.

Nobody will be saturating their Internet, but the fact that everybody will be able to burst to speeds approximating that of a LAN will open many new doors and enable things that were not feasable before. I don't understand what is so hard to imagine about that.

Comment Re:So why is my lower tier so expensive? (Score 1) 314

That is only true if your SLA promises you can saturate that sweet ass gig link you have in your home. A business class account might have that kind of thing, but a residential account does not. If 100 residential people download something at the same time, combined they might saturate the backhaul, but their downloads would each be 1gb/100=10mb. And 10mbit is still better than what most of us shmucks get.

Basically, they charge $200 because they can. It has nothing to do with the actual cost of service.

Comment Re:Nice, now why (Score 2, Insightful) 314

Because people who buy an OC3 are actually using the capacity of their link. The end user—us Joe Shmoe's in our apartments, we barely use it at all. But when we do use it (say to watch an HD Netflix movie) we want it delivered fast.

So really, per gig used, $200 is very, very, very expensive if you pull down a dozen gigs a month (which is probably within reason for a netflix user)

Comment Re:Kinda pricy (Score 1) 314

I'll pay actual use if it is reasonable. Better would be to pay the same way Internet providers charge each other—95th percentile billing. Charge something like 50/mo for 1mbit. Give me a gigabit port, and 95% of the time I and most people wont go anywhere near that amount.

The problem is anybody but people who buy "real" Internet know what 95th percentile billing is—and even if they did they wouldn't understand it (nor should they need to, honestly). That is why most consumer grade Internet is either flat rate with five pages of small print, or it is charged per gig used.

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...