Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment More details (Score 4, Informative) 167

This link puts a little meat on the bones, though the story is still sketchy. Seems the law was aimed at 5 or 6 specific bloggers, though probably upwards of 500 could wind up being covered. ISPs not happy with it. Law purports to regulate Russian-language blogging, not limited by geography or physical placement. So a foreigner could theoretically run afoul of it if they publish in Russian (and become popular doing so) while a Russian could write anything they want without worry as long as they do it in another language?

Comment Re:Yay! (Score 0) 114

"That's one of the reason I stopped using Google anything. Until they do the right thing and give us back our YouTube accounts, they can go fuck themselves."

Hear hear!

That was really an act of astonishing rudeness and arrogance. A formal apology and the firing of the person responsible would not be uncalled for.

Comment Re:What's there to compare? (Score 5, Interesting) 402

So they did a text-editor roundup that excluded every serious contender in favor of 5 third-string also-rans.

I actually tried to read the text but it was too brain-numbingly stupid to get through. He's trumpeting all these wonderful features that... vi and emacs had in the 80s.

It's so true - 'those who do not remember Unix are condemned to re-invent it, poorly.'

Comment Re:Yeah, and ....? (Score 1) 240

I don't really understand what you're trying to say here. I don't know COBOL. Are you saying that if you gave me an assignment to parse a data stream in COBOL, and I couldn't do it in COBOL because I don't know COBOL, but I could both demonstrate a solution in another language and learn COBOL at a later date, I would still FAIL?

Not the same guy but I think we are on the right wavelength.

Here. Now go parse that stream using Cobol.

I dont care if you have ever heard of Cobol or not. I have never used it myself, and I havent been a working programmer in decades. But if I needed a parser written in Cobol I expect I could search for the docs first thing in the morning, find a syntax reference, and have a working if rough parser done before lunch. If this sort of work was needed by me on a regular basis I expect I would become very familiar with Cobol and a week later I would re-implement that parser in less than an hour and do a much better job.

All a computer can do is math, or if you prefer to think of it as symbolic logic, fine. But it's still all the same stuff. Any high level language you use, no matter how strange the syntax, no matter how unfamiliar the vocabulary, is still the exact same thing at core. Logic. Arithmetic. Algorithms.

A particular language may be a pleasure to work with, or it may be a pain but end of the day if you understand logic you should be able to translate your logic into any language for which you can find useful reference documentation.

Comment Re:Assembler only - One Coder - No backdoors. (Score 2) 240

How the fuck do you manage to find a job writing low level code? I thought that shit died out in the 80s!

I didn't.

And no, that shit is far from dead. You'll find lots of assembly in specialized proprietary hardware where it's easier to just implement your own code instead of using an entire suite of libraries and ready made IDE packages.

What I like about coding assembly, is that it's relatively straight forward, ok...the math really isn't as we don't have the luxury of floating points in every variable, various math function - and we need to keep track of our code jumps as the MCUs have certain limitations when it comes to branching here and there.

I usually use older MCUs too as I don't have to deal with numerous layers of special codes to access special features of the chip. I keep things on a simple I/O level - and add "shit" as I please. No need to have an AD/DA converter with every thing I come up with, so I just add the hardware layers I need and what whenever I need them. I've been thinking of moving to FPGAs...now THERE's something that would eat my time. Assembly is the simple shit. (But very gratifying and fun to do, even for beginners).

Comment Re:Strategy (Score 1) 136

This is HP through and through. They acquire a business then ruin it. We used to use a (very expensive) piece of software from a company that HP bought, immediately when HP bought the company (for a hugely overinflated amount too) the customer service turned so awful that we dropped them along with many other customers.

Slashdot Top Deals

I've noticed several design suggestions in your code.

Working...