Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Re:Has no one heard of Handbrake? (Score 4, Informative) 167

The "big deal" is things beyond simple video content.

  • * Vector animations, that would lose quality if they were rasterized and compressed.
  • * Interactive presentations; where rendering to a normal video and compressing it would strip out the interactive aspects.
  • * Old games; it was easy for people who were learning how to create games to get started with flash, and there is a huge corpus of games out there which represent an interesting segment of indie game development history.

Hopefully things like Shumway will provide a path forward for viewing old content in the future.

Comment Windows is approaching usability (Score 5, Interesting) 376

I keep a Windows laptop around, to both keep up to date with how recent updates are coming along, as well as to play old games.

Windows is approaching the point where it might be workable for day to day use.

For work purposes, I don't need much, A bunch of terminal windows, a ssh client that can handle private keys stored on a Yubikey, and a web browser.
While the terminal emulation of the Bash prompt in the Ubuntu subsystem is still very poor, I could probably manage most of what I need for work from a windows box.

For my most common hobby, I need a few more things. Good NFS performance, a working automounter, an Xserver that supports hardware accelleration, and for the OS to not intercept any function keys for its own use.

The NFS performance of Windows 10 is decent, but alas if you install autofs into the Linux subsystem, it is unable to mount files. The few attempts I've made at mounting a NFS server from inside of the Linux subsystem have all failed. It appears that all mounts need to be done from Windows itself.

There are decent Xserver options for windows, but they (along with most other programs) suffer from Windows intercepting any press of F1 and using it to pop up a useless help screen, rather than passing it to the underlying application.

As far as I can tell, any program that doesn't make the right system call to indicate that it intends to use F1, will never see those keypresses as windows will intercept them.

If the automounter was working, and if there was a way to disable Window's interception of F1, I might actually be able to use it for hobby use as well.

Until then, I mainly use it for old games, and keep any productive work on Linux, BSD, and OSX.

Comment Re:Smartcarding your SSH connection (Score 1) 148

I've considered moving my SSH private key into a YubiKey Neo; but the Neo only appears to support 2048 bit RSA keys.

I could use a larger key on a normal USB drive, but it would be vulnerable to interception when the drive was inserted. The YubiKey would eliminate that threat, but the limited key size causes me some concern.

Do people feel that the reduction in the attack surface by keeping the key secured on a dedicated hardware device outweighs the reduction in key size?

Comment Are you sure of what you are watching? (Score 2) 355

It sounds like you are watching traffic inside of your network, and not the interface between your edge router, and the ISP device.

You could be missing many things; incoming traffic that your edge router drops, retransmissions between your edge router and the ISP device, and firmware/config updates for the ISP device.

We really need more detail.

Comment Re:No Cross Database Joins (Score 1) 245

My guess is that he doesn't understand how sequences work, and expects more than just a monotonic counter.

Specifically, I think he missed this line in the documentation:

To avoid blocking concurrent transactions that obtain numbers from the same sequence, a nextval operation is never rolled back; that is, once a value has been fetched it is considered used, even if the transaction that did the nextval later aborts. This means that aborted transactions might leave unused "holes" in the sequence of assigned values.

Comment Re:I read that as... (Score 2) 104

Note that the IRS does pay (pretty good) interest, if they owe you enough.

I found that out one year when cleaning up the mess resulting from a forced stock sale (due to a takeover) and a broker that did backup withholding for the entire amount, ignoring the cost basis; but reported to me that a smaller number of shares had been sold, and that nothing had been deducted. After a few go-rounds I got the corrected paperwork in June, and filed a 1040X.

The extra check for the interest was a nice surprise.

Slashdot Top Deals

C'est magnifique, mais ce n'est pas l'Informatique. -- Bosquet [on seeing the IBM 4341]

Working...