Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Setting the law aside (Score 1) 81

Primarily because blocked users aren't notified when they are blocked. If something simply doesn't pop up on their feed, they won't think to continue their assault and create a new account. That said, it really only makes sense to hide it from their feed. Hiding the public tweets from direct lookup and viewing is a weird idea.

Right, that's partially why I'm confused - hiding it when you visit the URL directly is a big tip-off that you're blocked. Seems to undermine the first part there. Also from a general tech/security standpoint, giving a logged-in user less privilege than an unauthenticated connection just seems like a bizarre design choice.

Comment Re: Yes (Score 1) 147

The problem is that the requirements are almost never right, because translating human requirements into programmatic requirements is a skill in its own right. You need domain knowledge to point out that the requirements/specs have gaps where they don't actually support the use case.

Comment Re:talking about piracy is illegal now? (Score 1) 36

I know reading TFA isn't popular around these parts (and to be fair, other articles explain it better), but the issue is that the copyright cops are trying to establish that it was an open secret that RCN let infringers off easy. They're not going after the anonymous users for any sort of infringement, they're effectively just witnesses.

Comment Re:No descriptive app text on the taskbar? (Score 2) 66

Yeah, this. It's garbage for ANY number of apps, unless you never open more than one window of any app. The windows taskbar works so well because it recognizes that windows are what matter. Switching between "apps" only makes sense on phones because windows are one-to-one with apps.

Comment Re:Will this change behavior? (Score 1) 193

That's not quite the issue. These are a case of dependencies that you pull in, rather than a platform that you run on which might be updated and deployed independently of your software. However, some dependency management and deployment systems (imo, foolishly) allow for a version range rather than fixed version (e.g. "latest 2.x" rather than "2.1.3.4"). This means that while you might test against 2.1.3.4, as soon as 2.1.3.5 is released, any new deployments would grab the new version despite the fact that you never tested against it.

The solution? ONLY allow dependency versions that you have actually built and tested against to be deployed. You wouldn't deploy a version of your own software that hasn't been tested, and you shouldn't do that with dependencies either. It's just people trading security and stability for convenience (similar to the recent log4j debacles).

To the other reply:

I think I'd add a step that tests all the stuff, OSS or otherwise, before it got incorporated in a new release.

That's generally done passively - if you update a dependency version, you have to build and deploy a new version of your software to actually make that change. The problem is that if you use version ranges, you effectively bypass that.

Comment Re:two separate PCs?? does that messup other softw (Score 1) 74

Plus, as much as it sucks, it just needs to slow down the people cracking it long enough for the initial sales.

100% true. Unfortunately, once there *is* a crack out in the wild, it serves no beneficial purpose whatsoever. Companies should be patching out the DRM once a crack is circulated.

Comment Re:Uncomprehensible Serial Bus (Score 1) 87

Not just cables. It's the same problem with the ports in general. Is this just a USB port? Perhaps it can also charge the laptop? Could it drive a display? Can it do Thunderbolt? There's no easy way out. They can't mandate that every port do everything, because it would increase costs beyond a reasonable degree.

Comment Re:Holy diminishing returns batman (Score 3, Insightful) 163

I don't think that's really a good way to look at it. If you pay 50% more for a gas car, you don't expect 50% more range. At some point, it's "enough" range, and the value comes from other aspects. After all, by that same logic, there's no reason to buy a model S, because it's only 15% more range than the model 3, despite costing 80% more.

Comment Re:Sooo Samsung can brick products remotely eh? (Score 1) 161

Should you be required to carry proof of purchase for every product that you control? Who has the right to demand it, me, or a company? What should their market cap be to enjoy this power?

Technical opportunity does not change this, in my opinion

I disagree, because it seems like those anti-theft tags in clothing stores. It's just a "one-time activation" when the cashier removes it and deters theft.

I would be jailed immediately and it is an aberration that corporations get special rights and powers.

Well, these aren't mutually exclusive. I can say that corporations do bad things while still not wanting my TV stolen or having people looting businesses.

Slashdot Top Deals

As long as we're going to reinvent the wheel again, we might as well try making it round this time. - Mike Dennison

Working...