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

 



Forgot your password?
typodupeerror
×

Comment Re:Ada (Score 4, Insightful) 211

No. Ada already has a very basic syntax, which if you look at the Ada example is so much like Rust that really I fail to see any significant difference. Ada is also completely buzz-word compliant. It has also been used to make real projects, and even has a ANSI Standard since 1983. Rust can't even guarantee a feature set, nor even a stable keyword set.

Wish them luck, but frankly it's a bit like reinventing the wheel. I guess it's what hipsters do when they skip CS 102 in order to 'find themselves' - try to 'reinvent' what they should have learned in college.

Comment Re: Garbage collectors help (Score 1) 60

The death of Symbolics was in some ways the catalyst to the death of the AI industry and LISP in general. Although the company was (very) badly managed, RMS is responsible for a lot of the infighting and political grandstanding that basically killed the company. With the death of Symbolics and the consequent poison-pill of coding politics, programming in LISP just became unprofitable and eventually died out. Granted there are many other factors, but this was one of them.

I invite you to read the history of the MIT AI lab to see a bit of the shit that happened there.

RMS hasn't programmed anything for a long time. He is more of an activist than engineer - always has been, always will be.

Submission + - systemd team forks the Linux kernel (distrowatch.com)

Celarent Darii writes: The systemd developers have occasionally bumped heads with developers working on other projects, perhaps most notably Linus Torvalds, lead developer of the Linux kernel. Since systemd's init software works to bring the operating system on-line at boot time, systemd needs to work closely with the kernel and this can cause problems. In fact, some conflict and proposed solutions have resulted in at least one systemd developer getting banned from contributing to the Linux kernel.

Now it appears as though the systemd developers have found a solution to kernel compatibility problems and a way to extend their philosophy of placing all key operating system components in one repository. According to Ivan Gotyaovich, one of the developers working on systemd, the project intends to maintain its own fork of the Linux kernel. "There are problems, problems in collaboration, problems with compatibility across versions. Forking the kernel gives us control over these issues, gives us control over almost all key parts of the stack."

Submission + - Metal Engraving CNC Router PC-3040M (fastcnc.com)

An anonymous reader writes: Our Company provide you The Spindle equipment is the first brand of the world, China domestic Constant power rate metal engarving water cooling spindle.Three axes adopt imported ball screw and cirle orbit,stable working,high precision and long life time. X axis is dustproof.It makes sure the steady working performance of the machine for long-term using.

Comment Re:Only mostly dead? (Score 2) 308

Well, there's "almost dead", which Miracle Max can still cure, as opposed to "all dead" when all that's left is search their pockets for loose change.

Then there is "mostly dead" which you can have all day and still foil the plan of your adversaries.

It seems to me that the poor saps who tried to invade the NSA went from "mostly dead" to "almost dead" to "all dead" in very short succession. Thus they are a special class of "dead dead".

Comment Re:Ditch the White House (Score 1) 175

Still way too small for the size of the US Govt.

Seriously, a modern state needs some modern buildings.

Plus the so-called 'curtains' in the blue room are so tacky - they are painted on the wall. Not only is it cheap, but it looks gross.

The White House was built to try to impress the 18th century folks that we *maybe* had some class. It was cheap shit that we just sort of faked even back then. Let's build something worthy of the most powerful nation on earth.

Comment Ditch the White House (Score 4, Interesting) 175

For that kind of money it would be more economical to actually build a real work residence for the president. Why stay in a 18th century mansion when you can build a modern facility with serious infrastructure. Keep the White House for tourists and perhaps as a museum or special press meetings, but let real work take place in a secure environment that is actually designed for the modern state.

But I guess 8 million for a full-scale doll house is better for morale.

Comment Re:Alarming trend. (Score 2) 37

On the contrary, not all OSS software is immediately useful to the task at hand. Someone has to install it, maintain it, and eventually rewrite it or add to it in order that it fulfils government requirements.

This is what you do in industry, it won't be much different. Perhaps there won't be any more cubical farms of coders (thank God), but there will be work for small teams all the time to add a feature or provide a patch.

What is even better is that they will be government jobs, which are about as secure as you can get. If I could get a government job coding, I would be a very happy person.

Comment Re:Who's being censored? (Score 1) 54

You must be new here.....

On Slashdot, breaking news is at least a week late.
On Slashdot, we don't comment on the news, but on the duplicate story.
On Slashdot, we don't even read the article. It's much better trolling in comments.
On Slashdot, we already have opinions so the actual news doesn't really matter

Maybe the *ancients* could add some...

Comment MOST IMPORTANT (Score 1) 298

Code has to be AVAILABLE - this is the most important. That means it must be OPEN SOURCE.

If it is CRAPPY code, it can be MADE BETTER if it is open source.
If it is INEFFICIENT code, it can be REWRITTEN if it is open source
If it is HARD TO UNDERSTAND code, it can be COMMENTED if it is open source.

So any code that is OPEN SOURCE, even if it is crappy, inefficient and hard to understand, can be improved.

But any code that is CLOSED is absolutely useless in my opinion.

Slashdot Top Deals

For God's sake, stop researching for a while and begin to think!

Working...