Forgot your password?

typodupeerror

Comment: Re:Three things... (Score 1) 244

by Morth (#39397667) Attached to: Connecticut Considers Digital Download Tax

It's been on slashdot before, probably for other states, can't really remember. Frankly, as a European (Sweden to be exact), I'm still surprised you don't have taxes on internet purchases. Any online US retailer exporting to EU does have to add VAT to those transactions (which are then sent off the to EU state).

Comment: Re:Good news. (Score 2) 155

by Morth (#37647048) Attached to: Oracle To Bring Dtrace To Linux

As long as the leave strace in place. Apple replaced ktrace with dtrace and I've been hating it ever since.
It's not that dtrace is bad, it's just that they have different purposes, and dtruss has several problems ktrace/strace does not:

  • It's asynchronous. Meaning it won't output write(1, "foo\n", 4); next to the actual output of foo.
  • Sometimes stuff gets out of order, not sure why.
  • It'll only output pointer addresses, e.g. bind(3, 0x12345678, ...) instead of bind(3, {127.0.0.1, 8080}, ...)

Ok, rant over.

Comment: Re:Screws are evil (Score 1) 330

by Morth (#37148094) Attached to: Linus Thinks Virtualization Is 'Evil'

That's not different from moving a VM from one host to another, the router needs to change its ARP table in that case as well. There's no reason the IP couldn't be app bound instead of machine bound, if you're willing to assign one IP per app (IPv6 would help). But we're lacking the tools to migrate an IP from one host to another, including the TCP sessions. That's a software problem though, and could be implemented if there's demand for it.

Comment: Re:Spyware vs cookies (Score 4, Informative) 115

by Morth (#35989406) Attached to: Sweden May Mandate Opt-in For Cookie Transfer

Here's the change we are discussing (google translate).

Old text:

Electronic communications may be used to store or access information that is stored in a subscriber or user-dares terminal equipment only if the subscriber or user of the controller is informed about the purpose of treatment and opportunity to prevent such treatment. This does not prevent such storage or access needed to perform or facilitate the transfer of electronic messages via an electronic communications network or which is necessary to provide a service that the subscriber or user has requested.

will be changed to:

Data may be stored in or retrieved from a subscriber or user equipment only if the subscriber or user will have access to information about the purpose of treatment and agree to it. This does not prevent such storage or access needed to transmit an electronic message via an electronic communications network or which is necessary to provide a service the subscriber or user has explicitly requested.

Not sure I've ever seen such an ambiguous law text.

It will be advantageous to cross the great stream ... the Dragon is on the wing in the Sky ... the Great Man rouses himself to his Work.

Working...