Live data from Hacker News

If you're interested in eye-tracking, I'm interested in funding you

twitter.com

181–190 of 236 posts

Re: If you're interested in eye-tracking, I'm interested in funding you

#181
post #58

Earlier quoted context omitted.

I should clarify that is not my repo. I just received the Mind Trainers and am in the process of finding suitable EEG pads.

I guess I'm just interested in more information. Do people who aren't NASA have this working? I am just learning this sci-fi feature from Ender's universe is possibly a reality, and if I can check it out, I want to. Got any jumping off points?

TBH, other than the NASA resources, I'm building it from scratch. Goal would be to record the signal while prompting a user to say/think a subset of words. Afterwards the HOPE is that I will be able to train a simple- functional- model based on those inputs.

EDIT: User `tbenst` linked their thesis above[1].

1. https://neuroscience.stanford.edu/research/funded-research/s...

Re: If you're interested in eye-tracking, I'm interested in funding you

#182

So, guy who has deployed eye-scanning machines all over Africa and has found that many of them have been hacked and are giving incorrect responses suddenly has a friend with ALS and is willing to fund better quality eye tracking? Either: - Part of the whole world-coin thing was privately trying to get the data to help his friend - He doesn't want to say "looking to develop eye tracking tech for my world-coin scam", s…

I believe you may be mixing up Paul Graham and Sam Altman. Easy to do because they both ran YC at different times, but WorldCoin is from Sam Altman and this tweet is from PG.

Re: If you're interested in eye-tracking, I'm interested in funding you

#183

My three partners and I have be developing and selling multi-camera arrays specifically for eye tracking as well as measuring other physiological features for several years now. Our main customers are a couple university research groups, a human factors group in Lockheed, and just recently the US Air Force. In fact we just returned from a trip to Wright-Patterson installing an array in a hypobaric chamber to perform…

How expensive is your system?

Do you have software that converts internal tracking info into pixel coordinates? Multiple screens?

Re: If you're interested in eye-tracking, I'm interested in funding you

#184

I worked on eye tracking hardware for Microsoft HoloLens. Several AR headsets offer decent eye tracking, including Hololens 2 and Magic Leap's ML2. I think Tobii's eye tracking glasses are probably better as a stand-alone solution though: https://www.tobii.com/products/eye-trackers/wearables/tobii-...

How much do Tobii glasses cost?

Re: If you're interested in eye-tracking, I'm interested in funding you

#185
I found this tool to be interesting to play with and seems to work pretty well assuming you stay in the same position: https://gazerecorder.com/

I'm guessing a combination of projection mapping, built in lighting, and some crowdsourced data will get accuracy to very usable levels

Re: If you're interested in eye-tracking, I'm interested in funding you

#186

Earlier quoted context omitted.

Those are unrelated topics. Not developing the technology is not going to help those kids’ quality of life.

But building it as we currently are is directly putting them at risk of poisoning, dying buried alive when their cobalt mining tunnels collapse, etc.

[deleted]

Re: If you're interested in eye-tracking, I'm interested in funding you

#187
post #182

So, guy who has deployed eye-scanning machines all over Africa and has found that many of them have been hacked and are giving incorrect responses suddenly has a friend with ALS and is willing to fund better quality eye tracking? Either: - Part of the whole world-coin thing was privately trying to get the data to help his friend - He doesn't want to say "looking to develop eye tracking tech for my world-coin scam", s…

I believe you may be mixing up Paul Graham and Sam Altman. Easy to do because they both ran YC at different times, but WorldCoin is from Sam Altman and this tweet is from PG.

> Easy to do

It's not 'easy' to mix up people who you are accusing of lying about having a friend with ALS for profit.

Worldcoin also has nothing to do with eye-tracking, unless you purposefully play with English words. The request is optimizing software & eye tracking. Eye tracking itself is a solved problem, maybe more is needed for disabilities but that is not Worldcoin.

And since the request is for the Bay Area to meet the friend with ALS, what was the game plan here, invite them in and trap them in his lair instead?

Re: If you're interested in eye-tracking, I'm interested in funding you

#188

Earlier quoted context omitted.

This is pretty much exactly why I vehemently disagree with Apple's decision to draw such a firm line in the sand preventing devs from accessing the eye/gaze data directly. I'm part of an academic spin-off start-up that specializes in analyzing gaze and movement data. Locking the gaze information outside of the app sandbox severely hampers the ability to quickly iterate design and UI patterns that could be game changi…

I don’t know much about those medical conditions, but it doesn’t take that much imagination to understand that access to eye-gaze data would pretty much give developers mind-reading abilities against whoever is wearing the headset. As the platform matures it will probably be a whole discussion around how it works, who gets access to it and for what reason. I could imagine Apple putting their weight behind developing…

I want the next generation of UIs to be so easy and natural to use that it feels like they're reading my mind.

Re: If you're interested in eye-tracking, I'm interested in funding you

#189

Earlier quoted context omitted.

Dasher https://dasher.acecentre.net/

Wow that was quick, thanks! Have imagined a music theory/improvisation practice program that looks something like Dasher + Guitar Hero.

Okay, so, your comment about a "Dasher + Guitar Hero music theory/improvisation practice program" just sent me down a huge rabbit hole...

Well, rabbit hole(s) plural, I guess, most not directly related. :D

Largely because I made the "mistake" of looking at your HN profile & discovering you're also in NZ & we seem to have somewhat overlapping interests (and an affinity for "bacon" in account names, apparently), so, some thoughts[0]... :)

# Topic 1: Nissan Leaf VSP hacking

After reading your recent posts (https://ianrrees.github.io//2023/07/03/vsp-hacking.html & https://ianrrees.github.io//2023/08/05/voltage-glitch-inject...) on this topic & noting your remark about wanting to try reverse engineering a firmware image, I found the following thesis PDF (via a brief google search for `"reverse engineer" "firmware" "Renesas"`):

* "AUTOMOTIVE FIRMWARE EXTRACTION AND ANALYSIS TECHNIQUES" by Jan Van den Herrewegen https://etheses.bham.ac.uk/id/eprint/11516/1/VandenHerrewege...

Not really what I was anticipating finding but seems relevant to your interests--I don't think it was already in your resource list.

While the thesis addresses the Renesas 78K0 rather than the Renesas 78K0R, from a brief look at the "Flash Protection" PDF Application Note in your resource list it seems there's a large overlap.

Perhaps most significantly the author presents "novel methods" that combine bootloader binary analysis with constraint-based power glitching in an effort to improve on the results described in "Shaping the Glitch".

While I haven't read the entire 186 pages :D they theorize that using their approach extracting 8kB firmware might only take ~10 hours.

And, most helpfully, they even published their source code under the GPL here: https://github.com/janvdherrewegen/bootl-attacks

So, an interesting adjacent read even if it turns out not to be directly applicable to your situation.

Given I have an interest in & a little experience with firmware reversing my original thought was to maybe provide some hopefully helpful references that more generically related to firmware reversing but more specific is good too, I guess. :)

In terms of reverse engineering tooling, I've used Rizin/Cutter/radare2 previously: https://rizin.re https://cutter.re

On the CAN tooling/info front, you might be interested in taking a look at my "Adequate CAN" list which I originally wrote-up for a client a couple years ago: https://gitlab.com/RancidBacon/adequate-can

Some other probably outdated reverse engineering tooling links of mine: https://web.archive.org/web/20200119074540/http://www.labrad...

In terms of how to approach RE, other than just "getting started & digging in" & learning by doing, I've sometimes found it informative to read other people's firmware reverse engineering write-ups to learn about potentially useful approaches/tools.

Anyway, hopefully some of this is helpful!

[0] I have a tendency to be a little... "verbose" and/or "thorough" (depending on one's POV :) ) so I'll probably split this over a couple of comments, in case I run out of steam while writing and for topic separation.

Post reply on HN