Slashdot Mirror


User: tajribah

tajribah's activity in the archive.

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

Comments · 59

  1. Re:Bad headline - The Reader did not make a mistak on What Happens When Police License Plate Readers Make Mistakes? (theverge.com) · · Score: 1

    Not necessarily. Suppose that the database lookup gives erroneous results with probability (let's say) 10^-6 (for whatever reasons). Then if you are entering 1000 cars manually, you will have on average less than 1 false positive per year. If you harvest 10M license plates per day, you will be getting an average of 10 false positives *daily*. People are not going to be pleased by false accusations...

  2. Re:Oh for fuck's sake on Python Joins Movement To Dump 'Offensive' Master, Slave Terms (theregister.co.uk) · · Score: 1

    Not at all. Robot is derived from "robota", which is an old Czech word meaning just "work" (derived from "robit" meaning "to work"). In the middle ages, its meaning shifted to mean "mandatory work for the feudal lord", regardless of whether the subject was a free man or a serf (there were no slaves in Czech kingdom at that time). Contemporary meaning is just "any hard work".

  3. Re:Idea how to do robust electronic voting on Georgia Defends Electronic Voting Machines Despite 243-Percent Turnout In One Precinct (arstechnica.com) · · Score: 1

    Not exactly. Nobody but you can verify that the vote whose ID you present was really cast by you. When asked for a signed vote, you can just pick one randomly from the public log.

  4. Re:PCI Compliance on OpenSSL Support In Debian Unstable Drops TLS 1.0/1.1 Support (debian.org) · · Score: 1

    This assumes that the certificates on the devices are configurable. Alas, on many real devices they aren't - just a self signed cert generated by the device's firmware.

  5. Fine, so we finally have good motivation for the manufacturers to stop trying to trick the customers by selling different products under the same name ;-)

  6. Re:Your own website on Ask Slashdot: Advice For a Yahoo Mail Refugee · · Score: 1

    I still prefer having my e-mail dropped by sites with silly administrators to having random legitimate e-mail dropped by my GMail account just because GMail uses an over-paranoid spam filter which cannot be tuned to my needs.

  7. Re:Intentionally misleading fundraising on Wikimedia Executives Receive Six-figure Golden Handshakes (theregister.co.uk) · · Score: 1

    In 2007, Wikipedia's english site had 1.5 million articles; in 2015 it had 4.6 million. That's three times as many individual articles, with every edit to every article stored forever. The number of pieces and sheer amount of data stored and indexed is a complex, temporal function. For the number of articles, it's (time x rate[article creation]); for the number of pieces of data created, it's (time x rate[edits per article] x articles). Because the number of articles is increasing over time, you're looking at an exponential growth function. Note that it's exponential and not geometric because the rate of edits is related to a polynomial exponent of t, since the number of edits per time increases with time thus (t*(t*r)).

    Wrong. Even if I don't dispute your assumptions (constant rate of new article creations, constant rate of edits per article), the resulting function is quadratic, not exponential.

    Also, the majority of historic versions is probably seldom viewed, so they do not contribute to site load much.

  8. Re:How Big an Improvement Are We Talking Here? on Team Constructs Silicon 2-qubit Gate, Enabling Construction of Quantum Computers (phys.org) · · Score: 1

    This does not seem to be likely, though. As far as I know, there is no polynomial-time quantum algorithm for solving the Traveling Salesman Problem, or any other NP-complete problem.

  9. Re:A return to priorities? on Bugzilla Breached, Private Vulnerability Data Stolen · · Score: 1

    Well, yes and no... Within a year, almost anybody can learn to fix a garbage collector.

  10. Re:A return to priorities? on Bugzilla Breached, Private Vulnerability Data Stolen · · Score: 1

    I accept that some security bugs can be hard to fix. Still, it gives a clear message about the values held by the organization if copying Chrome's UI has higher priority than fixing security bugs.

  11. Re:A return to priorities? on Bugzilla Breached, Private Vulnerability Data Stolen · · Score: 1

    The single fact that there was a high-security bug unfixed for at least 335 days (as admitted by Mozilla's FAQ) tells that there was something very seriously wrong in Mozilla's handling of security vulnerabilities. That is the reality and it should be passed around.

  12. Re:Mailing lists on Ask Slashdot: How Useful Are DMARC and DKIM? · · Score: 1

    Unfortunately, DMARC breaks even mailing-lists which do not tamper with the contents of the messages at all. The reason is simple: SPF. Rewriting envelope senders is the proper way of forwarding mail since ages.

    If you want to have proper integrity checks of e-mail messages, use PGP, not DMARC.

  13. Re:Mailing lists on Ask Slashdot: How Useful Are DMARC and DKIM? · · Score: 2

    What they mention is not a list of solutions, but a list of silly work-arounds, which break well-established semantics of e-mail headers. Falsifying information about the author of the message (that is, the From header) for the sole sake of making the message compatible with DKIM is broken.

  14. Re:Some Sense Restored? on Debian Talks About Systemd Once Again · · Score: 1

    That's a noble goal. Do you have any examples?

  15. Re:Some Sense Restored? on Debian Talks About Systemd Once Again · · Score: 2

    A traditional init script is just a shell script, including almost invariably a couple of nasty race conditions and other subtle bugs. Starting and stopping a daemon safely is close to impossible in shell. I am not a huge fan of systemd, but init scripts written in shell are a nightmare.

  16. Re:PDF::API2 and CAM::PDF on Ask Slashdot: Best PDF Handling Library? · · Score: 1

    PDF::API2 is nice, but unfortunately it doesn't handle newer PDFs with compressed xrefs and/or object streams yet. Also, support for writing text in anything different from ASCII and maybe Latin-1 is close to missing.

  17. Re:SAT solving is NP-complete on A Mathematical Proof Too Long To Check · · Score: 1

    SAT solvers usually guarantee that their result is correct. What they don't guarantee is that they finish in reasonable time for every input.

  18. Re:Encountered this kind of thing ... on Microsoft Kills Stack Ranking · · Score: 1

    Is it more likely that:

    c) One of the groups had better teachers, so they learned more.

    Actually, this is a very common reason. In such cases, I don't see why should the better group get the same grades as the other one.

  19. I think part of the rationale is that a self-signed certificate very well might be a sign that you're the victim of a man-in-the-middle attack, and it needs to be treated as a serious potential threat.

    This sounds good in theory, but the reality is that self-signed certificates (or those signed by an authority your browser does not recognize) are several orders of magnitude more common than MiTM attacks.

    Otherwise, I agree that a big part of the problem is unusable UI for managing certificates in almost all existing browsers.

  20. I expect the browser to clearly inform the user whether the connection is safe (HTTPS with a verified certificate) or unsafe (either plain HTTP, or HTTPS with an unknown certificate). I also expect the user to check that a connection to his bank is reported as safe. If you are interested in preventing attacks against careless users, the browser might also notify the user that a site previously known to have a safe connection, no longer has one. However, I do not think this is of much help: many users just enter the domain name of their bank and rely on the bank to redirect the HTTP version to the HTTPS one, which is where a MiTM attacker can always succeed. (An interesting special case is invalid certificates: expired ones, or certificates issued for a different domain. Here, a big fat warning could be appropriate.)

  21. Re:NSA on Calif. Attorney General: We Need To Crack Down On Companies That Don't Encrypt · · Score: 5, Insightful

    Is "as bad as no encryption" a reason for yelling on the user and presenting it like the worst security problem ever? Even if I accept the premise that it is as bad as no encryption, the obvious conclusion is that the browser should present it the same as no encryption.

    Actually, it is not as bad. It still keeps you safe from passive attacks (like your ISP collecting all data for a three-letter agency, which analyses them later).

  22. Re:RTFA on IQ 'a Myth,' Study Says · · Score: 1

    Actually, people with exceptionally good problem-solving abilities seldom have exceptionally high scores in IQ tests, since they often find multiple solutions to a task, totally unexpected by the test's author.

  23. Re:IBM on Polish Researcher: Oracle Knew For Months About Java Zero-Day · · Score: 1

    Using threads with locks and other traditional synchronization primitives is a walk across a minefield. More than 90% of multi-threaded programs I've ever seen are full of race conditions and other subtle bugs, which are not easily visible, but which make the program unstable on the long term (it is not unusual that a program suddenly deadlocks after running for several months). If you really want to write something parallel, use a language which provides a better abstraction, one of the possibilities is transactional memory.

  24. Re:Thoughts from a core GNOME 1.x and 2.x develope on GNOME: Possible Recovery Strategies · · Score: 3, Insightful

    The core of the problem is that GNOME developers have the habit of releasing as 2.0 or 3.0 something, which is of beta quality at best. It's quite possible that GNOME 3 contains some great ideas, but trying to attract users to software, which will need a year or two more to reach usability of the previous version, is not going to win anybody's sympathies. Exactly this has already happened with the release of GNOME 2.0: its usability was nowhere near that of GNOME 1.x, but still, it was presented as a replacement of 1.x. The users were rightfully complaining. One would have hoped that GNOME developers have learned something from that fiasco...

    As of culture resistant to changes: For most people, the computer is a tool. And as with many complex tools, it takes time (sometimes years) to learn how to use them in the most efficient way. The learned experience is very valuable, but a part of it is necessarily lost when the tool suddenly starts behaving differently (people are not used to their screwdrivers changing shape overnight). Sure, changes are necessary for progress, but you should not ignore that changes come with a high cost to the users and radical changes of basic concepts even more so. Changing details is usually fine, removing functionality is worse, and radical changes of established products should be done only in cases, where the benefit is an order of magnitude larger than the loss. GNOME developers seem to ignore this fact of life for years.

  25. Re:Slashdot has gone batsh*t crazy on SUSE Slowly Shows UEFI Secure Boot Plan · · Score: 1

    UEFI Secure Boot solves a security problem which, while being real, is completely marginal in real world. The extra complexity with key management is simply not worth the gain. There is a zillion of places where you can improve real security of systems at much smaller cost.