Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Global (Score 1) 105

We are a GLOBAL economy that is based on information. Call it Post Industrial. Information moves at the speed of light.

Pretending we Americans live in a giant castle surrounded by a huge Moat (aka Oceans) isn't going to protect us from what is happening elsewhere. Offshoring is going to kill our economy.

We have a dying generation who still sees the economy as post WWII, because that is the world we grew up in (Last of the boomers here).

We had better get used to it. Build things better, faster, cheaper.

Comment Re:By your logic, we don't need seat belts in cars (Score 1) 85

He is a liar, because he has the ability and skill necessary to check his assertions, and yet he didn't. He presented himself as knowing something that he didn't.

You, on the other hand, are an idiot, because you have no cure for your ignorance. You have no ability to recognize what kind of training Microsoft and Apple have for their programmers regarding security issues. That is something you never learned how to do.

Comment AI is a huge opportunity (Score 3, Interesting) 62

If I were in charge of a Computer Science curriculum at a university, I would address the LLM problem like this:

I would offer a class (third or fourth year class) that starts from the basics of Neural Networks, and by the end of the class the students have built their own LLM. By building their own LLM, they will deepen their understanding, have a solid foundation, and avoid a lot of the nonsense that gets propagated about LLMs. The amount of code involved is not huge, it's actually quite doable.

Comment Re:Power imbalance (Score 3, Informative) 31

Truth is a defense to libel.

The truth is an absolute defense against libel in America.

It is a weaker defense in the UK.

Another difference is that in America, the burden of proof is on the plaintiff to show the statement is false. In the UK, the BOP is on the defendant to show the statement is true.

Comment Re:Dependencies... (Score 1) 19

As an exercise, just try to develop your own code to support https fully and correctly - including common add-ons as Digest and OAuth security - you must depend upon a library to do that.

OAuth isn't an HTTP extension, it's an OSI application level protocol. Also, of all the protocols you could have picked, OAuth is a really simple one. You could code a custom implementation in an afternoon. HTTP isn't even so bad, even with the HTTP/2 modifications, you could definitely do it yourself, depending on your reading comprehension ability (reading code standards is not a skill every programmer has).

The built-in functions for Javascript (and their typical runtime environment - the browser) are minimal leading to a lot of dependence upon 3rd-party libraries.

Ever since most of JQuery functionality got added to the Javascript standard library, you mostly don't need third party libraries. Something like React can be useful if you are working on a web app with a large team because it gives you encapsulation, but even then, the number of third party library dependencies is small enough that a security team can review them all, which some companies do.

Slashdot Top Deals

No line available at 300 baud.

Working...