Slashdot Mirror


User: Hentes

Hentes's activity in the archive.

Stories
0
Comments
3,315
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,315

  1. Re:It's all about the tools on Why New Programming Languages Succeed Or Fail · · Score: 1

    The tools don't necessarily have to be written in the language itself, and while the bar of a language has been raised, developing an IDE have also become much easier. Nowadays it's trivial to write an Eclipse plugin for a language.

  2. Modularity on Why New Programming Languages Succeed Or Fail · · Score: 2

    I find that the most important feature of a language is modularity. Have a big standard library, make it easy to use third-party libraries, including foreign ones and make it easy to create libraries.

  3. Re:It's all about the tools on Why New Programming Languages Succeed Or Fail · · Score: 1

    If the language is popular enough, people will write the tools for it.

  4. Re:Compatibility or conversion on Why New Programming Languages Succeed Or Fail · · Score: 1

    Most new languages have some sort of foreign function interface so compatibility not that important.

  5. Re:It's only a committee on European Parliament Blocks Copyright Reform With 113% Voter Turnout · · Score: 3, Interesting

    Easy: it's impossible to purchase. You either sell the stuff, or lose the right to it.

  6. Re:Math on European Parliament Blocks Copyright Reform With 113% Voter Turnout · · Score: 4, Insightful

    Because if the temparature is above that, it rains. If below, it snows.

  7. Re:It was the right thing to do on Stolen iPad's Reported Location Not Enough To Warrant Search, Say Dutch Police · · Score: 1

    But those ways only work after the device has been found. The article is about issuing a search warrant, which also requires some sort of proof.

  8. Re:It was the right thing to do on Stolen iPad's Reported Location Not Enough To Warrant Search, Say Dutch Police · · Score: 1

    The only thing these prove is that he had an iPad. That it has been stolen by a guy living in a certain address is just a claim.

  9. doing things that I know make me happy

    Some people enjoy collecting data, calculating statistics and drawing graphs.

  10. Re:Smart people can be dumb on George "geohot" Hotz Arrested In Texas For Posession of Marijuana · · Score: 1

    From the article it seems quite effective, so it might not be a completely ridiculous idea.

  11. Re:It was the right thing to do on Stolen iPad's Reported Location Not Enough To Warrant Search, Say Dutch Police · · Score: 1

    So how do they know the serial number of "THAT" device if it was stolen? It's easy to prove after they searched the address and found the device, but you can't know that the thief is really the one the owner claims without searching him.

  12. It was the right thing to do on Stolen iPad's Reported Location Not Enough To Warrant Search, Say Dutch Police · · Score: 2, Insightful

    Having a tracking software on your device is means next to nothing, as there is no way you can prove the police that it really is your device and it really is there. The only thing they have is your word, or maybe isn't even that, because you don't have control over the device anymore: the thief could just as well submit fake data. If this was enough for a search there would be hundreds of ways to misuse it to cause harm to someone, and people here would cry fascism and police brutality. But when there is a shiny Apple device at stake, civil liberties doesn't seem to be that important all of a sudden.

  13. You are mixing up cause and effect. Americans have guns exactly because of the high crime rate. It's a barbaric solution, but sometimes it's needed.

  14. Re:Fails in Chrome - works in Firefox on Google Introduces Programming Challenge In Advance Of GoogleIO · · Score: 1

    It might be just overcrowded now.

  15. Re:Good can exist without evil on Internet Crime Focus of Black Hat Europe · · Score: 1

    But danger is not necessarily human-caused.

  16. Re:Mark Cuban: still clueless on Yahoo's Own Lash Out At Company Over "Weaponized" Patents · · Score: 2

    In democracy, a large number of social media supporters worth more than a handful of fanatics.

  17. Re:Take into account human nature on Multiword Passwords Secure Or Not? · · Score: 1

    Using random words is strong, but using quotes might not be.

  18. Why is math so hard? on Multiword Passwords Secure Or Not? · · Score: 1

    If you have a decent vocabulary, you can choose between about 10000 words. So, even against a dictionary attack, a password of 4 words is 53 bits strong, a password of 5 words is 66bits strong (strong enough for everyday use), and a password of 6 words is 79 bits strong (uncrackable today).

  19. Re:Obligatory xkcd on Multiword Passwords Secure Or Not? · · Score: 0

    And you didn't bother to read the comic. It does assume that the attacker tries a dictionary.

  20. Gravitational anomaly on Nomad Planets: Stepping Stones To Interstellar Space? · · Score: 2

    Galaxies having a gravity apparently bigger than their visible mass is not news, but that this effect is caused entirely by planets is unlikely. The extraordinary numbers they got are not "surprising results", but rather proof that their initial assumption was wrong. There ratio of heavy elements is too low for that many planets to form.

  21. Bad tool on Camera Gun Would Let Hunters Get Killer Wildlife Shots · · Score: 1

    Wildlife photography is not a new thing, but this is a shitty tool for it.

  22. Every government on New 'Enemies of the Internet' Listed In Reporters Without Borders Study · · Score: 3, Interesting

    Governments of Earth tend to view the Internet as a threat to their power.

  23. Re:Injustice on How To Crash the US Justice System: Demand a Trial · · Score: 2

    It's a lose-lose situation.

    The real lose-lose situation is when they continue with a trial that costs all parties more than it's worth.

  24. Climate change is not because of humans on Solving Climate Change By Bioengineering Humans? · · Score: 0

    Even if climate change is caused by human CO2 emissions, the majority of these emissions is because of trnsportation, electricity and other uses of energy. Basic human needs contribute little to the problem.

  25. Re:The most needed thing... on How To Contribute To Open Source Without Being a Programming Rock Star · · Score: 1

    True, but stuff should be documented by the people who wrote it, they are the ones who know how it works.