Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Surprise (Score 1) 468

I find it strange to see someone discount the idea of debate calling it "the problem", and the in the same breath talk about the rigorousness of science.

A scientific treatment of these papers would include taking each at face value -- not conferring those that agree with the status quo with a special status.

I think you are part of the problem as much as anyone else.

Comment As if it matters (Score 4, Insightful) 468

Not like we have world or national governance that can do anything about it.

The US government can't make a budget or run a money system of their own creation -- yet you think they can absorb science, understand it, and react to it in an effective fashion?

Such things only exist so that there can be sides for people to join and so there can be issues to argue about.

And we should all piss our pants if someone publishes that its slightly higher or slightly lower than expected? Laughable.. argue on children.

Comment Re:It's the geek who has lost touch with reality, (Score 1) 248

A felony would almost certainly require real damages to the target, DoS or theft or the like.

Furthermore, the kid already told the school about his find and made no attempt to conceal his identity on his second connection. He had gotten no negative feedback on his first connection. For a website, any connection outside of the provided user interface is outside of the normal terms of service.

Neither of his connections to the site resulted in any action by the actual owner of the site besides perhaps a call to the school in a moment of panic.

All of the evidence supports his claims of innocence in intent, if not in action. Furthermore, he wasn't given any opportunity to give his side of the story -- if he was arrested or sued he would have been able to defend himself.

The kid should retain an attorney and sue the school for the damage to his prospects and reputation, then we will see if a jury of his peers feels he's lost touch with reality.

Comment Re:How about a petition to lower the requirement? (Score 1) 337

Im just saying, you write to most politicians and eventually a staffer or intern will write you back a pat response -- just like the ones they give you on that site.

The site is an illusion -- you can only judge it by its results and as far as Im aware, it hasnt resulted in any measure results/change.

Comment Re:Militia? (Score 1) 1591

Switzerland has no regular military and is an all-militia country via conscriptions. They give military weapons and training to most young adults. They also have 1/5th the gun homicides per capita as the United States.

Saying guns cause murders is like saying cars cause car accidents.

Comment Re:Seems perfectly reasonable (Score 1) 1591

Is a bow and arrow a toy? How about an BB gun? How about a set of darts? How about an airsoft gun? How about a nerf gun?

Just because your mommy wouldn't let you have the sharp scissors until you were 18 doesn't mean that the rest of us can't entertain ourselves with adult things responsibly. Target shooting is a fine pastime.

PS - work on your vocabulary, words sometimes have multiple connotations.

toy
noun ...
2. a thing or matter of little or no value or importance; a trifle.
3. something that serves for or as if for diversion, rather than for serious practical use. ...

Comment Re:What is Vert.x? (Score 1) 118

It's just an event driven application architecture that uses asynchronous I/O to provide efficiency. It incorporates technologies like Netty and Hazelcast to provide extremely simple, highly-concurrent applications that can handle lots of connections - so its good for building services, i.e http services.

Anyone who tells you it's not worth much doesn't know their head from a hole in ground. It's a JVM based take on an idea whose time has come. You should check out the background on Node.js to see what all the talk is about.

Comment Suck it up (Score 1) 507

If out of the 20 things he complains about, one is a good idea, you should look at it as a net positive.

Id make him pick one or two he is surest about, tell him to make a chart or document explaining whats wrong and how to fix it and make him explain it to you and his peers. Then critique him, accept or reject, and move on.

Comment Re:You don't (Score 1) 683

The number of people we can use to man a program is finite.

If our companies are anything more than trivial in size, which can't be micro-manged, we will need some of our technical staffs to step up and lead.

If you experienced guys wont step up, you don't just get to double your staff so you can keep them. If they arent leading/architecting, then why are they any better than the young kid out of school who tries hard and did his homework? They arent. They are filling the same role for twice (or 3 times) the price.

This attitude of yours may work for a place with say 20 or less employees, but once you really start growing its untenable.

Comment C reality check (Score 1) 535

All the posters saying that C is just for embedded programming are high.

Node.js's platform layer is written in C.
Perl is written in C.
Python is written in C.
Ruby is written in C.
The non-Erlang parts of Erlang are written in C.
The non-bootstrapped parts of Haskell (GHC) are largely written in C.
Some versions of Google go are written in C.
Python, Ruby, Haskell, Java, Node, Rust, Go, Perl and Erlang all are natively extended via C code (some of these offer additional options, some dont)
Most operating systems include healthy amounts of C code.
The C ABI is the defacto standard for compatibility between compilers and languages.

Your computers wouldn't be the same without modern C software.

Slashdot Top Deals

Testing can show the presense of bugs, but not their absence. -- Dijkstra

Working...