Slashdot Mirror


User: segfault_0

segfault_0's activity in the archive.

Stories
0
Comments
276
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 276

  1. Growth problem is not syntantic on Twitter Turns 8; May Drop Hashtags and @replies · · Score: 1

    I actually got banned for a day for "over-replying", not to one person mind you, but just in general. Replying to peoples tweets is apparently disruptive, funny as I thought it was the point and that I was participating.

    It's a social networking site that doesn't encourage social behavior, unless it pleases, and puffs-up the poster.

    The site is ridiculous as anything but a corporate announcement site -- and this is why it's going to ultimately fail. My guess is that it will be dominated by "news" and product marketing more and more each year until it's irrelevant.

  2. They've lots of time.. on Open-Source Python Code Shows Lowest Defect Density · · Score: 1

    The code is so slow, they have lots of extra time to look for defects.

  3. Re:Seems silly.. on Chrome's Insane Password Security Strategy · · Score: 1

    Better yet, use an encrypted password safe to store your passwords and trouble yourself to make those two or three extra clicks.

  4. Re:Seems silly.. on Chrome's Insane Password Security Strategy · · Score: 1

    Good point, but seriously -- you are short circuiting security by saving the password. It seems to me this is really a case of the user being their own problem.

  5. Seems silly.. on Chrome's Insane Password Security Strategy · · Score: 2

    Why complain about this. If you're storing your passwords in your browser - im not sure how this qualifies as being significantly worse -- they can already just sit down at your browser and change your passwords - which is worse since it locks you out of your own account.

    Just dont save passwords if you cant secure your workstation i think is common sense.

  6. Re:Relevance? on Bradley Manning and the 'Hacker Madness' Scare Tactic · · Score: 1

    That kind of overselling is very common in all litigation - this is what lawyers do.

    I doubt very highly that his sentence would have been lower if it wasnt included. His crime was release of info -- just accessing the documents with wget may not have even landed him in jail if he had kept them to himself -- tho he most likely would have lost his clearances.

    Regardless, the kid was an idiot and had this coming. You dont walk up to a grizzly and poke it in the eye with a stick and then stand there smiling at it,

  7. Re:Relevance? on Bradley Manning and the 'Hacker Madness' Scare Tactic · · Score: 1

    Perhaps calling him a hacker was overkill, but cyber-espionage and cyber-attacks are a real and constant problem for the government, They spend a ton trying to prevent it and are probably still falling behind as the attacks are constant and have no consequence (for people in NKorea and China and the like).

  8. Re:NSA doesn't like the system it created??? on Bradley Manning Convicted of Espionage, Acquitted of 'Aiding the Enemy' · · Score: 1

    Of course there's the caveat of revolution -- but such are popular movements -- not the an act of an individual.

  9. Re:NSA doesn't like the system it created??? on Bradley Manning Convicted of Espionage, Acquitted of 'Aiding the Enemy' · · Score: 1

    Im sure there are some in government that would give him medals -- just no one in his own government.

  10. Re:NSA doesn't like the system it created??? on Bradley Manning Convicted of Espionage, Acquitted of 'Aiding the Enemy' · · Score: 2

    And after the pinky swear there's jail time. At some point you have to either trust some people or use robots. It's like asking someone to watch your kid or your house -- you assume they wont kidnap your kid or steal your stuff - but in the end, you're running on faith once you're on down the road.

    You don't fix government or the law by circumventing it, just like you don't fix murder by taking your own personal vengeance on the killer. Do you think Mr. Manning looked at each of those cables and decided which ones were bad and which ones were not bad? Or if they would hurt someone if they were released?

    Sometimes the courts don't work -- sometimes your vote doesn't get counted -- sometimes people in the government are dishonest -- and there is no Santa Claus. Doesn't mean you stop going to work, and start learning chinese.

  11. Re:NSA doesn't like the system it created??? on Bradley Manning Convicted of Espionage, Acquitted of 'Aiding the Enemy' · · Score: 1

    I meant whistleblowing via channels in the government -- those are the only ones that arent going to land you in jail.

    http://en.wikipedia.org/wiki/Whistleblower_Protection_Act

  12. Re:NSA doesn't like the system it created??? on Bradley Manning Convicted of Espionage, Acquitted of 'Aiding the Enemy' · · Score: 1

    Usually if someone can download a document like that it's because there are legitimate procedures under which they do so. Those documents arent just being stored but are rather a part of workflows that are defined by the mission of the installation he was at.

    This is why they try to check your background and make you take oaths.

    Both Snowden and Manning took oaths with a clear understanding that they would be severely penalized if they violated that trust. It's unfortunate they didn't use a more legitimate whistle-blowing channel - they've thrown away their lives.

  13. More like, "It would be convenient for us for this to apply to you, so now it does".

    Man, i thought NY was bad, Mass is train wreck on top of a car crash.

  14. Re:States really need revenue on Massachusetts Enacts 6.25% Sales Tax On "Prewritten" Software Consulting · · Score: 1

    Nice chart. Are we to assume that "potential GDP" is not some inflated economist machination used to make charts like this slant one way or another?

    Why would one not just select the chart that has the actual amount spent each year by those two groups on those services? Perhaps they don't make the same story you're peddling here?

  15. Re:I think... on Ask Slashdot: Node.js vs. JEE/C/C++/.NET In the Enterprise? · · Score: 1

    I think depending on the application, which garbage collector you're using, which JVM (client vs server), and any number of other facets... that you would have a hard time making the argument that one or the other was "faster". For any given application you will almost certainly have to micro-benchmark to figure out which makes more sense -- and only when you're targeting the windows platform, as mono appears to lose handily (http://benchmarksgame.alioth.debian.org/).

    I think the Dalvik bytecodes are nearly identical to normal JVM codes. It even accepts classes generated by the Scala compiler just fine. But you are correct it is a different VM -- just the same language. Then again there are more JVMs for windows/linux/etc than just the Oracle one too, so when does it stop being Java?

  16. Re:Wheel reinvented once again on Ask Slashdot: Node.js vs. JEE/C/C++/.NET In the Enterprise? · · Score: 1

    If you think it's implemented the same as J2EE and that it offers nothing new -- then its obvious you've never even spent 10 minutes on their site seeing what it does.

    Node.js is asynchronous and event driven -- and when compared to the thread-pool J2EE approach it's actually quite innovative and has the potential to produce a lot more client throughput (as it's not sitting around with 10 blocked threads waiting to fetch data from a disk or database).

    The only thing worse than churn is people running their mouths when they wont even take 15 minutes out of their precious day to evaluate something honestly.

  17. Re:My 2 cents on Node.JS on Ask Slashdot: Node.js vs. JEE/C/C++/.NET In the Enterprise? · · Score: 1

    Because V8 Javascript performance destroys Python all day and twice on sunday. Python is one of the slowest languages in regular use today.

    http://benchmarksgame.alioth.debian.org/u64/benchmark.php?test=all&lang=v8&lang2=python3&data=u64

  18. Re:I think... on Ask Slashdot: Node.js vs. JEE/C/C++/.NET In the Enterprise? · · Score: 1

    It lost ME market share to Android which is... basically Java.

    As far as performance -- I've not seen any serious benchmarks that show the CLR outperforming the JVM so handily. Got a link?

  19. Only one road to balance.. on The NSA: Never Not Watching · · Score: 1

    Their goals are in direct opposition to the maintenance of rights/privileges held by US citizens.

    The only way to balance it out is to have an element in government with as much power as them who's job it is to maintain those rights. Basically you need the ACLU with enough juice to not be afraid of the president.

    Or a president with enough nuts to do the job himself. Or a public who would vote him out if he didn't.

    It all comes back to us being misinformed douchebags with no concept of what is important in government.

  20. Re:Constitution on The NSA: Never Not Watching · · Score: 1

    Assuming that he had a supercomputer to crunch the data, knew the algorithms the NSA/FBI uses, implemented them properly, and then understood the results and what conclusions we would come to -- then yes, your supposition is reasonable.

    Otherwise, your nuts.

  21. Exactly the reason you should be immersed in your field.

    If we don't know the buzzwords and their real meaning/applicability -- we then leave it to our management to deal with them.

    Thats why you see the word cloud on anything involving more than one computer these days.

  22. If you are selling technology and you dont keep your product relevant, you company will soon be irrelevant -- if it isnt already.

  23. The average engineer on Ask Slashdot: How Do You Deal With Programmers Who Have Not Stayed Current? · · Score: 4, Insightful

    The real problem is that there is an idealized picture of an average, competent engineer.

    The reality is that the average engineer is barely competent and average companies will be full of them. Any team you end up on in such a company will almost certainly contain a handful of them, and worse will likely contain at least 1 sub-par engineer to boot. This is just a fact of life.

    The problem is not being unhappy with crappy help -- the problem is the stupid idea that you should never have to deal with crappy help. I think any good engineer should be prepared to absorb some adversity, whether it comes in the form of a tough problem, a bad team member, a bad market, or bad management.

    It's called life.

  24. Sorry, but anyone who refers to contemporary technology as "buzzwords" should most likely retire or find a different line of work.

    A great engineer pushes technology forward and leads, a good engineer stays current and keeps his company in good technical standing, and bad engineers make excuses and rest on their laurels.

    If you find that the language is changing around you and you can't keep up - you are most likely doing your company more harm than good.

  25. Re:Woohoo! yet another language on Mozilla and Samsung Collaborating to Bring New Browser Engine to Android · · Score: 1

    "It supports a mixture of imperative procedural, concurrent actor, object-oriented and pure functional styles."

    It is the only natively compiled language that I know of that tries to offer those things.