MACHINE

PSYCHOLOGY

DANIELHAEHN.COM

Hacking the System: From Code Injection to Empowering Students

Injection

1998

2024

<canvas>

Injection

ACM Conference on 3D Web Technology, 2024

IEEE International Symposium on Biomedical Imaging, 2025

develop processing modules...

...that work with many different visualization frameworks

script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://boostlet.org/dist/boostlet.min.js";
script.onload = run;
document.head.appendChild(script);
eval(script);


function run() {
  
  // detect visualization framework
  Boostlet.init();

  image = Boostlet.get_image();

  kernel = [
    -1, 0, 1,
    -2, 0, 2,
    -1, 0, 1
  ];

  filtered = Boostlet.filter(image.data, image.width, image.height, kernel);

  Boostlet.set_image( filtered );

}

2019

if (recommendations.length < 3) {
  
  add_recommendation( name, email, ... );
  
}

It's a lifestyle!

of

Research Experience for Undergraduate Students in CS and Engineering

2023 Students

2024 Students

The Mini-PhD!

5+

7+

accepted papers

grad school applications

Paper accepted at IEEE Ethics 2025!

Brandeis Global Cybersecurity Conference

By Daniel Haehn

Brandeis Global Cybersecurity Conference

Machine Psychology at UMass Boston. See https://mpsych.org!

  • 190