Slashdot Mirror


User: Anonymuous+Coward

Anonymuous+Coward's activity in the archive.

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

Comments · 116

  1. Re:Sounds like derp. on Should Patients Have the Option To Not Know Their DNA? · · Score: 1

    Camouflage is security through obscurity.

    If the enemy is using (effectively) some kind of thermal detection, then yes, camouflage shares all the characteristics of security through obscurity.

    Including but not limited to stupidly complicating the task of corpse recovery.

  2. Re:Sounds like derp. on Should Patients Have the Option To Not Know Their DNA? · · Score: 1

    I like to think of it it his way. A soldier wears camoflage in the field to help protect

    Stop playing silly semantic games and equivocation fallacies.

    What's next? Arguing that 'security through obscurity' is obscure in Jude the Obscure's way?

    Pretending that adding an obscurity layer is effective makes just as much sense as pretending that run-length encoding a gzip file will make it smaller.

  3. Re:Who says computers will take over.... on TSA Missed Boston Bomber Because His Name Was Misspelled In a Database · · Score: 5, Insightful
    This is not a case of misspelling (think Notingham) or variant spelling (think Britney vs. Brittany). There's simply no standard way of transliterating Russian names. Cyrillic "e" may be pronounced "eh", "yeh", "yo", "o" or "ih" and some people will use some kind of phonetic approximation so they don't have their names too badly garbled.

    I would have expected them to include the original cyrillic name and all the /obvious/ transliterations in their database, but that's apparently way beyond their capabilities.

  4. Re: Depends on your unicode needs... Still... Fuck on HTML5 App For Panasonic TVs Rejected - JQuery Is a "Hack" · · Score: 0

    I can see those letters fine.

    No, you don't.

    Just because you don't know Polish, don't assume that "Pchn" and "jea" are actual words.

  5. Re:Similar language, describing different things on Code Is Not Literature · · Score: 1

    Explaining quicksort to the layman.

    [...]

    Sort the names into three piles

    That is dumb.

    The big advantage of quicksort is that is able to quickly sort in place.

    Now try to convey that with your piss-poor piles and cards examples.

    Anything but mergesort (including bubbesort) looks contrived with physical objects.

  6. Re:Egocentrism on How Weather Influences Global Warming Opinions · · Score: 1
    A "central tenant of morality" is just as needed as hair in the soup.

    I find the idea that a "Central Lie" is necessary for people to act morally highly offensive, and impossible to prove in practice; but if that is really the case, then better let the whole world go to hell than having to play with and smugly pretend to believe some random bullshit.

    And if we're into real Scotsmans, for a "real" Christian, the thing is about sin and salvation, not pretending to be an idiot in the hope that the others will do the same, and so be able to go along nicely instead of killing and maiming each other.

  7. Re:Very different code on Comparing G++ and Intel Compilers and Vectorized Code · · Score: 1

    So the solution is either to turn off that specific warning (usually means it's off in all files)

    why?

    It's very easy to tailor compiler options for each source file in the Makefile.

    There's also 'pragma GCC diagnostic push/pop', even if it doesn't work for some cases (like -Wunused-function).

    For unused functions/variables/parameters it's best to conditionally define 'UNUSED__' to '__attribute__((unused))' for gcc and use that; creating dummy use cases is stupid.

  8. Re:Nice on Getting Afghanistan Online · · Score: 1

    Yes, there will still be problems, yes, there will ALWAYS be people who are willing to cause physical violence to get their way, but building interpersonal relationships is always the best way to work towards reducing problems.

    No. Many people are just rabidly, abjectly bigoted, reactionary fucks. And access to information tools only tends to exacerbate it.

    If you ever lived in one of those third-world countries, you would know that the middle-class, relatively affluent (ie exactly the people a westerner can relate to) are the ones that are falling for all that conservative or revolutionary trash. In Afghanistan, that's probably the 1.5 million with access to the internet.

    You need solid bourgeois values (foremost hypocrisy and intelectual dishonesty) and LOTS of free time to ingurgitate the amount of bullshit needed to be able to embrace any ideology.

  9. Re:But not to give them a chance to correct it fir on Google Security Expert Finds, Publicly Discloses Windows Kernel Bug · · Score: 1

    They won't -- because you are obscure -- get it?

    no.

  10. Re:Start here on White House: Use Metric If You Want, We Don't Care · · Score: 1

    15mm about half an inch

    You're way off, sooner or later you'll get into trouble with that.

    Better try something like: 25mm ~ 1'', 10cm ~~ 4'', 1.5m ~~ 5'.

  11. Re:Need Clarity on Debian GNU/Hurd 2013 Released · · Score: 1
    Come on.

    Poking the wrong bits into hardware (as in your experimental driver) will lock hard your entire system -- you won't even have the chance of a kernel panic, micro-kernel or not.

    Then, how about those video cards that have hard access to the whole memory, bypassing whatever restrictions the kernel may put in place?

    If a driver wants to 'drive' anything, he needs access to the system's interrupts, busses, locks, whatever. At that point, all bets are off.

  12. Re:Romney Kills Baby Seals on Nonpartisan Tax Report Removed After Republican Protest · · Score: 1

    Most of this is from "Genghis Khan and the Making of the Modern World" (a great read): http://www.amazon.com/Genghis-Khan-Making-Modern-World/dp /0609809644 Other pieces

    Attila and Genghis Khan were completely different historical figures -- there was like a MILLENIUM or such between them.

    And anyway, trying to interpret old history through modern prejudices and stereotypes is, to put it mildly, cringeworthy.

  13. Re:Linux virus on Criminals Distribute Infected USB Sticks In Parking Lot · · Score: 1

    Many crash-causing bugs are readily exploitable for code execution.

  14. Re:Linux virus on Criminals Distribute Infected USB Sticks In Parking Lot · · Score: 1
    Come on, it would be much easier on Linux to exploit bugs in the filesystem code - I now from experience that the code is not that hardened on that side: even accidental corruption of the fs may easily crash the system.

    Why bother with executable files and such?

    I don't know of any Unix that regards file system metadata as an attack vector -- it's assumed that the hardware (including the physical support of any non-network fs) is under the complete control of the user ;-)

  15. Re:Doesn't sound like a flaw to me on Data Breach Flaw Found In Gnome-terminal, Xfce Terminal and Terminator · · Score: 1
    What system do you use which trashes all its buffer cache from time to time, just for fun?

    Usually, a filesystem is fully synced only when it is unmounted, and that cannot happen while a process still holds a reference to a file on it.

    Instead of "sync" or "echo 3 > /proc/sys/vm/drop_caches" you can start some memory-hungry program, which will quickly eat up all your memory and force all buffers to disk (either in swap or in the filesystem). Problem solved ;-)

  16. Re:Doesn't sound like a flaw to me on Data Breach Flaw Found In Gnome-terminal, Xfce Terminal and Terminator · · Score: 1
    Sure, you're calling "sync" in order to force write all dirty buffers to disk immediately.

    Try it without the "sync".

  17. Re:Overblown on Data Breach Flaw Found In Gnome-terminal, Xfce Terminal and Terminator · · Score: 1
    And any user who has read access to /dev/mem can read everything from there, /tmp files or not.

    What's your point? Are you assuming that putting random users in the "disk" group is safe?

  18. Re:How is this *really* a problem? on Data Breach Flaw Found In Gnome-terminal, Xfce Terminal and Terminator · · Score: 1

    If you are using a persistent /tmp, 'root' is anybody who mounts the HDD...

    And in other news, the contents of memory may persist through reboots. It's not like the BIOS or the OS fill it with zeros on each reboot. You'll have to also unplug the power cord, yank the battery, etc.

  19. Re:Doesn't sound like a flaw to me on Data Breach Flaw Found In Gnome-terminal, Xfce Terminal and Terminator · · Score: 1

    Having your terminal session stored on disk mean that everything you see is suddenly on your filesystem, and staying on it if your /tmp is backed by the harddrive.

    No. If you open(O_CREAT) a file than immediately unlink it, and use the opened handle to store temporary data, that data has no more chance to hit the disk than regular memory being swapped out.

    Try to learn a bit about buffer cache and such stuff.

    This "bug" is about someone ignorant about security and how an OS works having his naive assumptions contradicted by reality.

  20. Re:Determining the best turd on Examining the Usability of Gnome, Unity and KDE · · Score: 1

    There are dozens of ways to transfer files between computers. NTFS-formatted flash drives happen to be a stupid one, as that filesystem is only 100% safe to write to on windows

    Besides, flash drives are "optimized" for FAT and will be much slower when used with another fs -- their firmware makes assumptions about the position of the FAT table, and treats writes to those addresses specially.

    You can even break them badly by repartitioning them with some general purpose tool, eg start the first partition at 63*512 as usual on hds.

    It's pretty depressing.

  21. Re:Wow on Firefox Too Big To Link On 32-bit Windows · · Score: 1

    but am unsure how I would properly connect the 32-bit system to the 64-bit one for X apps

    That's trivial -- you just have to mount /home and /tmp (either as normal partitions or with --bind) inside the chroot, and they will find the X11 socket and the .Xauthority file just fine.

    But you don't really need a chroot for that. You can install the 32bit libraries and ld-linux.so somewhere and then starting them with a script like LD_LIBRARY_PATH=/32libs /32libs/ld-linux.so "$@".

  22. Re:Tunnel to nowhere on Russia Approves Siberia-Alaska Railway · · Score: 1

    Since there is no rail link between Alaska and the rest of North America (see here), this seems like an incredibly unwise project.

    On the Russian side, there isn't even a damn road going there.

    The only way to get to Chukotka, Kamchatka, Magadan Region, etc is via boat or plane.

  23. Re:Or Not on Why People Who Make Things Should Learn Chinese · · Score: 1

    How do you measure the 'correction rate' of a natural language?

  24. Re:Or Not on Why People Who Make Things Should Learn Chinese · · Score: 1

    This is the reason why children begin communicating at an earlier age in the west than their equivalent Chinese counterparts

    [citation needed]

  25. Re:Seriously? on Computer De-Evolution: Awesome Features We've Lost · · Score: 1

    The musing about XEdit was that it could lock it's commands to only operate on a section of the document, not the whole document.

    Emacs can do that too (C-x n n = narrow-to-region)