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

 



Forgot your password?
typodupeerror
×

Comment Re:I would switch to linux if the fonts (Score 2) 81

Due diligence in case you're not trolling:

What looks inferior about fonts in modern X11? I haven't found any deficiencies in font rendering over the five and a half years that I've been using Ubuntu on my primary laptop. If it's the selection of fonts, then the same fonts you buy in Windows will work if you install them in GNU/Linux.

Comment Virtual trackpad and USB or Bluetooth keyboard (Score 1) 81

Mouse
A virtual trackpad at the corner of a touch screen replicates a laptop trackpad just fine. I know of at least one Android device (Archos 43 Internet Tablet) that uses the trackpad abstraction when docked to an external display. And if that's not good enough, Android supports USB mice through an OTG cable.
Keyboard
I agree that some games are best with a keyboard because a flat sheet of glass provides no tactile feedback to line up the thumb over on-screen controls. But that's why Android supports USB keyboards through an OTG cable, Bluetooth keyboards, and clip-on Bluetooth gaming keyboards (or "gamepads" as you might call them).

Comment UMG v. MP3.com (Score 1) 60

I refuse to believe that downloading ROM dumps digitally identical to [your own] cartridges are piracy - regardless of what Nintendo's lawyers believe.

Nintendo's lawyers have nothing to do with it. The case law in the United States is UMG v. MP3.com .

Comment Incompatibility with NoScript (Score 1) 194

Sounds sort of like NoScript. Under your proposal, who would manage updates to scripts that have been approved? If you instead want browsers to require the user to download scripts first, what user interface would you have browsers provide for that? Because a browser could just display "Please load scripts" or "Please update scripts" on a white screen until the user does so.

Comment Still depends on what the video is of (Score 1) 194

sites that were built by the lowest bidder who often only work on Windows and only works on IE

All supported Windows desktop operating systems can run IE 9 or later. Besides, whether and why government employees on government equipment and government time would be watching your video still depends on what the video is of. It might be better in a specific case to download the video to watch in a native, non-web application, or to have the IT department authorize installation of a second browser for "general interest" web sites.

Comment Making a living; devkit suppliers (Score 1) 372

If you want to create something fun with simple tools THEN FREAKING DO IT! There is nothing in this world holding you back unless all you are willing to work on is what someone is paying you to do.

Then how does one "create something fun with simple tools" and still eat? Besides, even if you have an unrelated day job, how does one "create something fun with simple tools" if the tools have to interoperate with other tools that are made available only to established companies, as in the case of developing games and other applications that run on devices commonly connected to TVs?

Comment DOS had libraries too (Score 2) 372

In DOS I had to manually draw every UI element.

Only in your first couple projects. By your third DOS project, you probably would have built up your own UI library.

But the big thing that DOS did better than Windows back in the early to mid 1990s was using all the features of the VGA. DOS applications could run in low definition (Mode 13h, Mode Y, and Mode X, with resolution of 320x200 to 320x240). This allowed updating the whole screen before Windows finished updating half of a 640x480 standard-definition screen. DOS could also use hardware scrolling to pan over a large virtual area without having to do the bit shifting bullcrap that plagued standard VGA mode back then. Both of these became less relevant, however, as CPU speeds and bus speeds rose and especially as graphics cards began to incorporate 3D rasterizers.

Comment Re:Who is stopping him? (Score 1) 372

Most tools have their own APIs and many have their own DSLs. You either must learn a new sub-language or you have to program them. In every direction, complexity is an insistent reality poised to take you away from the core development activity: coding.

Here you might say that your little coding projects and hacks need to be linked properly to these various systems and that can be a pain in the ass. But again... why are you doing that manually? Write a program or a script that automatically creates the links.

The problem here is that once "a program or a script" reaches some level of generality, configuring it becomes almost as hard as just creating the links yourself. Hence the reference to application programming interfaces (APIs) and domain-specific languages (DSLs) in the article.

Slashdot Top Deals

And it should be the law: If you use the word `paradigm' without knowing what the dictionary says it means, you go to jail. No exceptions. -- David Jones

Working...