Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment OpenStreetMap Server (Score 5, Interesting) 118

I actually pushed to add OpenStreetMap tile support to our geo-spatial stuff at work. I even went and made a VM with the world database and pre-compiled metatiles so I wouldn't hammer their official servers. It's definitely nice to have imagery (even if it isn't satellite) even if you're on a standalone network and don't have internet access.

When anyone can download a few hundred gigs and build their own maps server I see that as a good thing (TM).

Comment Dual Dell 30" 1600p (Score 1) 520

Currently at work I and all of my co-workers all have dual Dell 30" 2560x1600 monitors. I agree that screen real-estate (resolution, not directly the physical size) makes a huge difference. I wouldn't go back to a single 1200p (never 1080p) setup ever again; I have dual 28" 1200p screens at home for the same reason (not the 1600p ones because of cost at home). However, I am unsure of the 39" form factor for a single monitor; I think I'd rather have dual 30" monitors at lower res than a single 4k at 39". Though, the new 31.5" 4k screens from Dell/ASUS/etc would be a nice replacement for my 30" ones...

Comment Re:Stop with JavaScript (Score 1) 197

I had to do some JavaScript at work and talked them into letting me use Dart instead; unfortunately, Dart isn't perfect either (get rid of the dynamic typing and get Dart VM support (instead of it running dart2js) and get it out of beta and it would probably be a lot better. It's definitely a step in the right direction but still too dynamic for me. I prefer structure.

Comment Re:Stop with JavaScript (Score 1) 197

Yeah, it's so great that it'll allow you to just decide to use some member variable somewhere without declaring it and making it impossible for someone maintaining it to know that it even exists. Or the fact that there's no way to know the type of a variable without basically reverse engineering the source code in its entirety.

Slashdot Top Deals

The only possible interpretation of any research whatever in the `social sciences' is: some do, some don't. -- Ernest Rutherford

Working...