Slashdot Mirror


User: chthon

chthon's activity in the archive.

Stories
0
Comments
1,236
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,236

  1. Re:No harm done on Drawings of Weapons Led To New Jersey Student's Arrest · · Score: 1

    I suggest you reread 'Huckleberry Finn' from beginning to end.

  2. Re:And on UK Government Changes Tack and Demands Default Porn Block · · Score: 1

    Indeed, one painter that needs to be blocked entirely is probably Rubens. All that naked flesh!

  3. Re:21 KB RAM on TI-84+C-Silver Edition: That C Stands For Color · · Score: 1

    I think both. After I read the rest of the thread, I also became aware that the thing can even be more likened to a ZX Spectrum because of the Z80, and then my nickel fell also on the resolution and the color range, 320x256x16 means a memory of 160 k bytes of RAM. With its 21 k of working memory, that means 4 times the memory of the Speccy.

    Yes, you are right.

  4. Re:Independence day. on European Data Retention Rule Could Violate Fundamental EU Law · · Score: 2

    Indeed, the big thing to work upon currently (but it seems that this is not only a EU problem) is to instil in the people of the European Commission, that it is their duty to uphold the law, and if they want to achieve something where the law blocks them, the first thing is to start up a debate about why the law is that way, not try to change the law as fast as possible.

  5. Re:21 KB RAM on TI-84+C-Silver Edition: That C Stands For Color · · Score: 1

    My ZX-Spectrum in 1984, with its 48 kB RAM was more powerful than this thing, and I had a resolution of 256x192 pixels.

  6. Re:it tells you one thing, at least on Adam Lanza Destroyed His Computer Before Rampage · · Score: 1

    If you look at the different ways Switzerland and the USA handle these issues, it just comes down to one thing: discipline. And that is the issue with the NRA: they do not want to take the responsibility of instilling a sense of discipline and duty upon their members and gun owners in general.

  7. Re:it tells you one thing, at least on Adam Lanza Destroyed His Computer Before Rampage · · Score: 1

    But in Switzerland, all gun owners are part of the army, so they are taught professionally how to handle and store guns.

    I have nothing against the availability of guns, but I think that every gun owner has a responsibility, which should be taught to him by professionals, e.g. the police or the army, or pensioned people of said services.

    Also, a distinction can be made between hunting rifles which need to be manually reloaded, and multi-cartridge weapons.

  8. Re: ZX Spectrum radiation on Current Radio Rules Mean Sinclair ZX Spectrum Wouldn't Fly Today · · Score: 1

    Yeah, where are the days if a motorcycle passed ones house, that the TV reception was jammed?

  9. Re:robot workers on Schmidt On Why Tax Avoidance is Good, Robot Workers, and Google Fiber · · Score: 3, Interesting

    But you could tax the usage of robots.

    I do not know about other countries, but here in Belgium there is a tax on power equipment, e.g. electro-motor based things, in function of the power.

  10. Let him bleed on Schmidt On Why Tax Avoidance is Good, Robot Workers, and Google Fiber · · Score: 1

    I do not think that we should repentant for us wanting him to bleed.

  11. Asterix and Obelix on Earth Avoids Collisions With Pair of Asteroids · · Score: 4, Interesting

    You know that the Gauls in Asterix are only afraid of the sky falling on their head. And their favorite exclamation is 'By Toutatis!'.

  12. Re:No contradiction. on Republican Staffer Khanna Axed Over Copyright Memo · · Score: 1

    Well, the real reason why they could not stop was because Robespierre was an idealist. After he was axed, the atrocities mostly stopped.

  13. Re:No contradiction. on Republican Staffer Khanna Axed Over Copyright Memo · · Score: 1

    The rich must bleed.

  14. Re:That's only one of the problems on The Trouble With Bringing Your Business Laptop To China · · Score: 2

    Even better, heat a samovar with it.

  15. Re:Meh. Not that big a problem. on Auto-threading Compiler Could Restore Moore's Law Gains · · Score: 2

    The problem with generalised parallel programming is that the possible interactions between all threads are on the order of O(n!). That is the big problem. That is also why coordinating parts of the program around synchronising objects makes the program easier to understand, because in the same way that O(n!) grows very fast, it also shrinks very fast if n can be reduced.

    Another problem I see is that the current core capacity is too large for running small problems.

    Take a complex mathematical expression, which can be transformed into a syntax tree with values and mathematical operations. In the set of mathematical operations, there is a big difference between additive, multiplicative and transcendent operations. Either the transcendent operations also need to be transformed into a syntax tree which can be executed on many more, much simpler nodes, or the tree must be balanced into transcendent operations, with the other simpler parts all to be run on one node with the same cost as the transcendent node.

  16. Re:The real law in play is Amdahl's on Auto-threading Compiler Could Restore Moore's Law Gains · · Score: 1

    Serial dependencies are where the problem is at. There are things that you can never do before other things, and this depends on the algorithm.

  17. Re:mutable state on Auto-threading Compiler Could Restore Moore's Law Gains · · Score: 2

    Problem is, for transparent parallelism, you need to go 100% functional / immutable

    Which comes down to re-educating programmers to learn to think about their algorithms.

    One book which does this nicely, without going to deep into theoretical computer science is How to Design Programs

  18. No loop? on How Does a Single Line of BASIC Make an Intricate Maze? · · Score: 5, Insightful

    No editors with programming experience perhaps.

    The basic definition of a loop is a GOTO to a previous address! All the rest is syntax and optimisation.

  19. Re:Censorship on Newzbin2 Closes For Good · · Score: -1

    Sugar should be as expensive as possible. Your body does not need sugar. I think that everybody who argues for the price of sugar to go down should be forced to eat sugar until he dies.

  20. Re:Hammer on Ask Slashdot: Server Room Toolbox? · · Score: 1

    Maybe a horse and some hounds.

  21. The Foundation on The World Falls Back In Love With Coal · · Score: 1

    So we are already sliding back, and we haven't even had an Empire and a Foundation.

  22. Re:I wish on EU Passes Resolution Against ITU Asserting Control Over Internet · · Score: 2

    Hm, this reminds me a little bit about non-cooperation, non-violence and peaceful resistance. These people seem too old to understand tech, and too young to understand how Ghandi obtained Indian independence.

  23. Re:How are they legally allowed to do this? on Australian Govt Pledges Action On Google Tax Evasion · · Score: 1

    Not to mention Mittal and and other multi-nationals.

    Let the rich bleed!

  24. Re:Why is this hi-tech? on UK To Use "Risk-Profiling Software" To Screen All Airline Passengers and Cargo · · Score: 1

    Indeed.

    But if one takes a look at Bayes' theorem and its implications, then it is necessary to take into account the possibility of false positives and negatives, i.e. saying about someone that he is a potential danger and it is not true, and letting someone true who is dangerous, but not flagged as such by the system.

    I think that developing the software for this system is the least problem.

    The big work is in obtaining a database about suspects and non-suspects, and then using this to flesh out the needed parameters and their probabilities to plug them into the rule of Bayes.

  25. Re:Affirmative action is not the answer. on Ask Slashdot: How Should Tech Conferences Embrace Diversity? · · Score: 1

    And brown, and some transvestites...