Stories
Slash Boxes
Comments

SoylentNews is people

SoylentNews is powered by your submissions, so send in your scoop. Only 15 submissions in the queue.
posted by chromas on Monday August 13 2018, @02:22PM   Printer-friendly

Wired is reporting on a presentation given at Def Con 26 by Rachel Greenstadt, an associate professor of computer science at Drexel University, and Aylin Caliskan, Greenstadt's former PhD student and now an assistant professor at George Washington University, entitled Even Anonymous Coders Leave Fingerprints. Stylistic expression is uniquely identifiable and not anonymous, that includes code especially. There are privacy implications for many developers because as few as 50 metrics are needed to distinguish one coder from another.

The researchers don't rely on low-level features, like how code was formatted. Instead, they create "abstract syntax trees," which reflect code's underlying structure, rather than its arbitrary components. Their technique is akin to prioritizing someone's sentence structure, instead of whether they indent each line in a paragraph.


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2) by fyngyrz on Tuesday August 14 2018, @01:46AM (2 children)

    by fyngyrz (6567) on Tuesday August 14 2018, @01:46AM (#721203) Journal

    That's so I can search for " closedStyle" and find them all

    Sounds like you need a better editor. Or search algorithm. :)

    Starting Score:    1  point
    Karma-Bonus Modifier   +1  

    Total Score:   2  
  • (Score: 2) by legont on Tuesday August 14 2018, @03:59AM (1 child)

    by legont (4179) on Tuesday August 14 2018, @03:59AM (#721229)

    Nah, style got to support simplicity. If choosing between style and algorithm, algorithm is to die first.;)

    --
    "Wealth is the relentless enemy of understanding" - John Kenneth Galbraith.
    • (Score: 2) by fyngyrz on Tuesday August 14 2018, @04:13PM

      by fyngyrz (6567) on Tuesday August 14 2018, @04:13PM (#721408) Journal

      The way I see it, "simple" means not having to type a certain way so your search will actually work. Then the algorithm supports whatever you do, rather than you supporting the algorithm.

      But what do I know. :)