Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
shariqm
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
shariqm
2y ago
if you can't view the video in the link from your location, it's on youtube too: https://www.youtube.com/watch?v=sHKopqVI_cw
2.
▲
by
shariqm
3y ago
We're building hearing aids that work in noisy places (AudioFocus[1], YC S19). We use novel machine learning and microphone array design to help patients hear better in loud restaurants, weddings, & family gatherings better than an
3.
▲
by
shariqm
3y ago
Those are pretty cool screen reader add-ons. Do you use JAWS, NVDA, or something else?
4.
▲
by
shariqm
5y ago
AudioFocus | Oakland, CA | Hardware Design Co-Founder | Full-time AudioFocus (YC S19) makes hearing aids that work in noisy places like bars. We use a combination of an in-house built auralization framework and deep learning models to accom
5.
▲
by
shariqm
5y ago
Thought this paragraph was particularly interesting: “The notion that any risk assessment instrument can account for bias ignores the racial disparities in current and past policing practices.” There are abundant theoretical and empirical r
6.
▲
Big Tech's influence on “Ethical AI” policy (2019)
(theintercept.com)
1 points
by
shariqm
5y ago
|
1 comments
7.
▲
by
shariqm
5y ago
I agree it's still not going to win the cost-benefit tradeoff in most markets. OTOH - I imagine making your software support more OSs is much more expensive than designing your website to be more accessible, at most $1M/year. If y
8.
▲
by
shariqm
5y ago
Ah yeah it does say that here: https://www.eeoc.gov/laws/guidance/ada-primer-small-business Good to know
9.
▲
by
shariqm
5y ago
I see some people are feeling conflicted trying to balance 1) Making the web more accessible with 2) Increasing business/startup costs. It's important to remember making websites more accessible often benefits everyone in some way
10.
▲
by
shariqm
5y ago
Yeah, this isn't the first time: https://dralegal.org/case/national-federation-of-the-blind-o...
11.
▲
by
shariqm
5y ago
Uber settled a case similar to this in 2016 [1,2] and agreed to "Require that drivers provide equal service to people with disabilities who travel with service animals." Seems like they haven't learned their lesson, and this
12.
▲
by
shariqm
6y ago
Very cool! I like the idea of a longer period (1-year) to develop your idea, good science takes time.
13.
▲
by
shariqm
6y ago
A big hurdle for doing this is latency, every time you hop from one device to another you're adding at least ~10ms of latency if it's over anything like bluetooth. There might a clever way to do it, it's something I'm th
14.
▲
by
shariqm
6y ago
In this demo there is only one microphone on the phone. But we're working on stereo (2) microphones now. That will help make it more reliable, lower latency, and give you spatial awareness (awareness of the direction of sound). Glad yo
15.
▲
by
shariqm
6y ago
I agree! We're working on this at AudioFocus (YC S19). You can see an old demo here: https://www.audiofocus.io/demo There are a lot of challenges with putting this in a hearing aid: low latency inference (10ms), small
16.
▲
by
shariqm
6y ago
I would definitely call that low power. Our entire brains only use 20 watts of power, compare that to the 85,000 Watts IBM's Watson uses.
17.
▲
by
shariqm
6y ago
As someone with a PhD in neuroscience I like the sentiment of this post but it’s off the mark in some key ways. From a high level @foone is right, our eyes and visual system are nothing like a camera. Our visual system constructs an interna
18.
▲
by
shariqm
6y ago
As someone who was often distracted from grad school research to work on grant applications this is great news. I would caution against making the NSF more like DARPA though. DARPA definitely breathes down your neck asking for monthly updat
19.
▲
by
shariqm
7y ago
Yeah, the OTC (over-the-counter) hearing aid act passed in 2017 [1]. It says the FDA has to release reduced regulations for the sale of hearing aids OTC by August 2020. There will be a bunch of new players, e.g. Bose HearPhones and maybe ev
20.
▲
by
shariqm
7y ago
The most common type of hearing loss is age related hearing loss. This type of hearing loss makes it difficult to hear high frequencies. The main thing a hearing aid does is compensate for this by adjusting the volume of high frequencies. B
21.
▲
by
shariqm
7y ago
There's plenty of hearing aid apps on iOS and Android. They haven't really taken off because of the delay introduced by the mobile OS and the wireless transmission (> 10ms) causing you to hear an annoying echo effect.
22.
▲
by
shariqm
14y ago
Sorry, I'm not following. If you have 2 rows storing how much money you have in 1 account then your data isn't normalized and serializability isn't going to solve your problem, if you could be (even) more explicit, I might be ab
23.
▲
by
shariqm
14y ago
"MVCC can't stop two competing transactions debiting the same account pair (i.e., I have two linked accounts A & B with $100 in each and I launch two simultaneous transactions to transfer $150 away from both: afterwards, I'll end up wit
24.
▲
by
shariqm
14y ago
Clustrix says it provides repeatable-read because it complies with the ANSI spec. In truth we actually provide something closer to snapshot-isolation by default. Snapshot isolation in summary is a guarantee that all reads made in a transact