Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Too much surplus (Score 1) 264

I meant effective measures, as in holding those in law enforcement personally accountable. Not their departments, not the city, but personally. This business of giving police officers, district attorneys, and judges near-absolute immunity for their actions needs to be looked at a lot more closely.

Comment Re:Too much surplus (Score 1) 264

Complaining about actual or alleged abuses by this or that police officer or department doesn't change the role of the police in the criminal justice system and their function of law enforcement.

It doesn't change the intended role. In reality, that role is often not adhered to, and when it's not, there is usually precious little the populace can do about it while remaining within the confines of the law.

Comment Re:Blame HR ... (Score 1) 278

They're designed to allow HR and recruiters to select the specific set of buzzwords they're looking for but have no understanding of, all while doing the minimum amount of work and the least amount of understanding.

The bolded statement sums it up. These application systems are intended to offload as much data entry work onto the candidate as possible. From the company's perspective, why should they pay HR to do data entry when they can get the candidates to do it for free?

Comment Re:What about Oregon and Washington? (Score 1) 368

If you do anything across state lines it falls to the Feds which are 1 party.

Courts have gone both ways about that. In Lane vs. CBS Broadcasting, the federal court held that in the absence of explicit stated intent to the contrary, complete federal preemption only applied in cases in which state law was less restrictive, and otherwise the state's law applied. In my state (an all-party state), I don't think your statement is something I'd want to bet a third-degree felony conviction on.

Comment Re:Not true! (Score 1) 294

I find web development rather simple in comparison to trying to write a basic thread manager for a PIC18F uC, not saying you're wrong, just different views.

I should probably elaborate on my statement - I find web development more challenging because of the variety of stuff beyond my control that I have to account for. Different OSs, different browsers, different interpretations of the HTML/CSS specs, etc., whereas in the embedded world, you generally have pretty tight control over the platform you're working with, and you can say with some degree of certainty that the processor is going to take X number of nanoseconds to run a particular block of code or respond to an interrupt. If I'm writing something to run on a microcontroller, almost any problem I have with the code not running properly is going to be the result of a something that I've screwed up myself. While I can certainly screw up in a higher level environment, there are constantly issues to deal with involving inconsistent or undocumented behavior of the platform, or component bugs not of my own doing that still have to be identified and worked around. You don't get stalled by unexpected garbage collection when working on a PIC in assembly, and you don't have to be familiar with 18 zillion frameworks just to get text out to an LCD.

I will definitely agree that embedded work demands a much more complete understanding of how the machine actually works and the ability to decompose a solution into much more detail, but it's much less fatiguing for me because there's a lot less crap getting in the way of getting stuff working. It's also a lot more fun. :-)

Comment Re:Not true! (Score 1) 294

A real programmer interfaces at the hardware level and tells a computer how to do it's job without having to use bulky objects, interfaces and abstraction.

Ah, a variation on the "No True Scotsman" fallacy. A "real" programmer is familiar with a wide set of tools and the knowledge when to use each. There are times when that tool set includes the ability to read schematics and an oscilloscope or DMM to verify proper operation of hand-written assembly, and there are times when huge enterprise projects require tons of abstraction in a high-level language in order to keep the complexity manageable.

Frankly, I find web development a hell of a lot more challenging than embedded work.

Comment Re:How do Americans' minds work? (Score 1) 117

"by zapping with electricity water bubbling through a matrix of iron oxide"

To me, the original statement implies there's a special kind of water called "electricity water", while the paraphrased version offered is merely awkward. I think a better way to phrase it would have been "by applying electricity to water bubbling through a matrix of iron oxide". [shrug]

Comment Re:Because collections agencies do not accept faul (Score 1) 570

but nothing can convince a collection agency that they were sold bad debt.

Having to explain to the judge why they're collecting when you can prove you paid it often works, and can put *their* money in your pocket to boot. Small claims court is great for this, especially when they don't bother showing up and you get a default judgment.

Comment Re:I'm probably one of them (Score 1) 570

I said no problems, just give me a copy of the invoice and we'll pay up. They said. Can't do that.

The proper response: "If you can't validate the debt, you can't legally attempt to collect it, and if you continue to do so I'll sue you for violating the applicable sections of the federal Fair Debt Collection Practices Act, in addition to whatever state laws apply. You'll be receiving a letter via certified mail saying essentially the same thing once you give me your agency's name and address."

To cut a long story short, the phone company sells anything past due date to a collection agency BUT doesn't bother to give them the supporting documentation.
How retarded is that!


It's stupid of any collection agency to fail to get the necessary documentation to prove a debt is valid, but it works very much in favor of the supposed debtor.

Comment Re:So release your own video on demand... (Score 1) 200

I don't care how big they get because they can't form the same kind of monopoly.

And this is why content providers and ISPs should be separate. This is only an issue for cable companies because they provide both bandwidth and content, and Netflix threatens their content offerings because it provides a service that people actually *want* at a reasonable price.

Comment IPv6 routers (Score 1) 146

Can anyone recommend a SOHO-level router that properly supports IPv6? Right now I've got my desktop on a Teredo (okay, stop laughing) tunnel set up to a server I have colo'd which in turn has a real /64. It works pretty well, but it was a pain to set up and counts against my colo bandwidth, and of course adds a bit of latency. Router support for IPv6 may be moot since I don't even know for sure that AT&T has IPv6 rolled out here anyway.

Slashdot Top Deals

"One lawyer can steal more than a hundred men with guns." -- The Godfather

Working...