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

 



Forgot your password?
typodupeerror
×

Comment Re:I love Model Ms. I still have two of them. (Score 1) 304

I have never heard of a Model M keyboard damaging a computer when plugged into the PS/2 keyboard port. After all, the PS/2 keyboard port is specifically designed for PS/2 keyboards, and the Model M is like the reference implementation. When driven over USB using an adaptor, it is true that a Model M will require more current than a newer keyboard, but still within the USB spec.

Comment Re:I love Model Ms. I still have two of them. (Score 2) 304

Recycle them? Noooo! Please tell us you at least gave them to a thrift store or sold them on Ebay. FWIW, the recommended PS/2 to USB adaptor is called the 'blue cube' and works well with the Model M. There's also Soarer's Converter which you can build yourself with a Teensy programmable microcontroller, and handles a wide range of old keyboards including the M.

Comment The Model F is even better (Score 3, Informative) 304

Model Ms are great. I have about a dozen of them. But the earlier Model F (based on capacitive switches underneath buckling spring) is even better. The Model F keyboard included with the original IBM PC excels in being heavy and clicky, but it has an awkward layout. The PC-AT introduced a much better layout, and the keyboard is electrically compatible with the later PS/2 plug (you just need a $2 adaptor). I am typing on a PC-AT keyboard now.

Comment Re:Anti-aliasing (Score 1) 204

I run a mixture of Dell UP2414Q and IBM T221 monitors. The Dell has 185 pixels per inch, the T221 a bit more. Personally I find that with 200% font scaling (in Windows) there is no need for anti-aliasing and I have it turned off.

Comment Re:DPI Scaling (Score 1) 204

Have you tried Windows's DPI scaling? I am using Windows 7 with 200% font size and it works well. Before that I used Windows XP and that worked almost as well. To get a usable scaled display, pick exactly 200% so that if icons have to be scaled up they do so cleanly - I agree that odd multiples like 150% can look ugly. Next, make sure Aero is turned off and switch back to a 'classic' theme. The scaling is set in Control Panel -> Display -> Set custom text size (DPI). I use this at work and PuTTY, Firefox, Microsoft Office and sundry other tools all work fine. The only things which don't scale, annoyingly, are the command prompt window and Remote Desktop.

Comment Re:In other news: Are 4K displays worth getting ye (Score 1) 204

It depends what you do. For text-based workflow (Emacs, web browsing, possibly an IDE) 30Hz is fine. I've even gone as low as 12Hz refresh (on an early model IBM T221 connected to a laptop with only a single DVI output) and it was usable. Tip: if you do end up with 30Hz, Nvidia cards let you turn off vsync. This seems to speed up refresh a bit, making the mouse pointer smoother.

Comment Re:in the meantime : (Score 1) 204

Try turning off Aero, going back to a 'classic' (Windows XP style) theme, and setting 200% font size scaling in Control Panel 'set custom text size (DPI)'. At least, this does the trick on Windows 7 and I expect 8 would be similar.

Comment Re:In other news: Are 4K displays worth getting ye (Score 1) 204

FWIW, at work I use 24" 4k monitors with 200% font scaling on Windows 7, and pretty much every application works fine. The only thing which doesn't scale is the command prompt window. Note that I am talking about the old font size selector in Control Panel which has been there for years and years - the first thing to do is to turn off all of that Aero crap.

Comment Re:First impressions (Score 1) 220

Yes, I wonder the same thing. I use Pale Moon on a portable (Panasonic CF-U1) which has a reasonable amount of RAM (2 gigs) but the slowest hard disk you've seen since about 1988. The disk is an SSD but so slow it might as well be a floppy drive. Browsing is subject to freezes on disk activity and I guess that some of that might be due to the disk cache. Firefox's new code should help that, so it might make vanilla Firefox faster than Pale Moon on this machine.

Comment Re:Microsoft (Score 2) 267

Well, you get what you pay for I guess. But if Skype has ambitions to replace ordinary telephony, it needs to adopt some of the same attitudes. It would never be acceptable for your phone company to suddenly cut you off without warning and tell you to buy a new phone. They should have a minimum six month period in which they warn that you will need to upgrade. Mac OS 10.5 is the last version running on PowerPC; if you have an older iMac or Mac Mini then it is not that cheap to upgrade to an Intel one, even second-hand. Back in 1995 the idea of using a decade-old machine was laughable. But hardware has been at the 'fast enough' level for a while now and there is no longer so much difference between old and new machines for many applications. Sure, you wouldn't expect to run the latest games or 4k video editing on your old box, but most bread and butter things like text editing and Web browsing work just fine on older hardware. Voice-over-IP is one of those basic things nowadays (even with crappy webcam video accompanying it). I don't think it's an unreasonable expectation that your PC which was capable of making voice calls in 2004 should still be able to make them in 2014.

Comment Re:Question... -- ? (Score 1) 215

Yes, there is a workaround you can use, if you know about it and remember it every time, to enable the safe behaviour. That does *not* count as 'problem solved'. To solve the problem, the safe behaviour needs to be the default, with the funky and unsafe behaviour of treating filenames as extra switches being the one you have to enable specially. Really - what are the odds that the user or programmer *intends* for a file called --foo to be treated as an option specifier when they expand a wildcard? Conceptually the fix is not hard. Each element in argv gets an associated flag saying whether it is a filename - and if it is marked as a filename, getopt() or whatever does not treat it as an option specifier even if it begins with the - character. Alternatively, filenames beginning - could simply be disallowed.

Slashdot Top Deals

Any program which runs right is obsolete.

Working...