Forgot your password?
typodupeerror

Comment Not the first nor the last (Score 2) 34

Until Apple or Samsung put their efforts into AR, I don't see anyone else being able to go to market with a VR solution. Even Google tried and failed with the Google Glass a decade ago. While I love the idea, I don't think the market is there for this yet (and might not be for a long time outside of large cities).

Comment Web Pages Use Same Imaging Model (Score 1) 227

Web pages use SVG to render vector graphics. It uses the exact same imaging model as PDF and is implemented in all modern browsers. The web in general has taken a lot of lessons from Adobe because Warnock and Geshke, in the PostScript Red Book, got so much right about how to build an image model that many GUI developers are still learning today. If you start with a PDF, it should be possible to machine-translate it to SVG and present it as a web page.

PDF exists because it is trivial to generate it from the document renderer meant for printing. Although I have once in a while run into an improperly scaled PDF meant to be printed 8-up, I'm just not

Comment We hear this every year (Score 4, Interesting) 201

There are different and distinct uses for tablets and laptops. Until we get full power-user options for tablets such as shell access and the ability to install arbitrary files, its hard to do all workflows through a tablet. Even being able to ssh into a remote service and do tests, its still not completely viable for many of my workflows. The one advantage the Microsoft Surface has is that its a full Win10 operating system on standard processors, giving me a lot of flexibility without having to root the device.

I'd love to see VSCode or similar programs take this on as a challenge and provide the ability for me to work with my git repos, and provide some remote shells to test my code in. With Azure its all within their ecosystem if they are willing to spend the time / energy.

Slashdot Top Deals

There are no data that cannot be plotted on a straight line if the axis are chosen correctly.

Working...