Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jbaudanza
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Show HN: Node.js native module for integrating Mediasoup with Audio AI models
(github.com)
1 points
by
jbaudanza
7mo ago
|
0 comments
2.
▲
by
jbaudanza
1y ago
I had the same problem. I think a lot of people reading this will have weak hamstrings. I think it's a natural consequence of desk work. Adding in some Romanian Deadlifts really forced me to focus on my hamstrings when doing lifts. It
3.
▲
by
jbaudanza
1y ago
3) Whisper really needs to be paired with Silero VAD, otherwise the hallucination problem makes it almost unusable.
4.
▲
by
jbaudanza
2y ago
I have a question about Mistral OCR. If I give the model a PDF that is 90% text, is it actually performing OCR on an image representation of the text? Or is it smart enough to extract the text directly and only use OCR on images?
5.
▲
by
jbaudanza
2y ago
I really like this concept, and am working on a similar product for my own self-study. I would like to see more language support. For me, I'd like to study Korean The UX around card navigation needs some work. It took me a long time to
6.
▲
by
jbaudanza
2y ago
Interesting choice of a 24kHz sample rate for PCM audio. I wonder if the model was trained on 24kHz audio, rather than the usual 8/16kHz for ML models.
7.
▲
BlockJoy raises $12M cut operating costs for businesses running blockchain nodes
(techcrunch.com)
4 points
by
jbaudanza
4y ago
|
0 comments
8.
▲
by
jbaudanza
4y ago
Righty tighty, lefty loosey
9.
▲
by
jbaudanza
4y ago
This looks interesting. Most devices have noise suppression built in. Do you use RNNoise in tandem with the hardware noise suppression, or do you disable it? Also, are there any plans to implement this with react-native on mobile? And if so
10.
▲
by
jbaudanza
4y ago
Yes! I’ve had the same experience with spaced-repetition. I’ve used Memrise.com to learn a large set of Korean vocab words. I’ve found it’s improved my general recall ability, not just for things I’ve scheduled into a spaced-repetition prog
11.
▲
by
jbaudanza
5y ago
I know this is theoretically true, but I've never found this to be the case in practice. Coinbase, in fact, has made it a rule that all things must be put in useMemo. https://attardi.org/why-we-memo-all-the-things/
12.
▲
by
jbaudanza
5y ago
I've been using react native heavily for the past 18 months. Because there's no JIT, Javascript is slow on mobile, especially on Android. I spend a lot of my creative energy trying to optimize the render function. I often times wo
13.
▲
React Native – An Update on the New Architecture Rollout
(reactnative.dev)
1 points
by
jbaudanza
5y ago
|
0 comments
14.
▲
by
jbaudanza
5y ago
Yeah. And with the soft-launch system, they can be hidden away in any house or enclosed space.
15.
▲
MBT LAW – Anti-tank weapon being used in Ukraine
(en.wikipedia.org)
5 points
by
jbaudanza
5y ago
|
3 comments
16.
▲
SF Millennium Tower Tilts Quarter Inch in Four Days
(nbcbayarea.com)
24 points
by
jbaudanza
5y ago
|
9 comments
17.
▲
by
jbaudanza
5y ago
From the useMemo docs: https://reactjs.org/docs/hooks-reference.html#usememo You may rely on useMemo as a performance optimization, not as a semantic guarantee. In the future, React may choose to “forget” some previou
18.
▲
by
jbaudanza
5y ago
The situation is much more severe with react-native, which doesn’t have a JIT compiler available.
19.
▲
DC – the oldest surviving Unix language
(en.wikipedia.org)
2 points
by
jbaudanza
5y ago
|
0 comments
20.
▲
by
jbaudanza
5y ago
So, is this thing going to fall over and kill everyone or what? Someone with engineering experience, please explain why this is hyperbolic and downvote me away. I don't know anything about construction. But I do know that bureaucrats l
21.
▲
South Korea to ban music over 120bpm in gyms, in response to Covid spike
(koreaherald.com)
42 points
by
jbaudanza
5y ago
|
114 comments
22.
▲
by
jbaudanza
5y ago
Imposing taxes on a legal entity always seemed fishy to me. Politically, it sounds great to say, "Make the corporations pay their share!", but who exactly are we targeting with these taxes? Is it the rich executives? Why not just
23.
▲
by
jbaudanza
5y ago
Came here to say this. I trained for about 7 months before Covid shut everything down. I figured maybe I would just focus on lifting from here on out. Then, 6 weeks ago someone stole my laptop from me while sitting in a cafe in San Francisc
24.
▲
by
jbaudanza
5y ago
No worries! I enjoyed checkout out your implementation! I think such a tool would be complicated to implemented. I was thinking maybe of integrating with tagged template literals somehow. Maybe something like: db.query(sql`SELECT COUNT(
25.
▲
by
jbaudanza
5y ago
I really like the idea of building TypeScript off of SQL types. But my ideal tool would be able to infer types from queries, not schemas. For example.. if I did: await db.query("SELECT user_id, COUNT(*) AS count FROM comments GROU
26.
▲
by
jbaudanza
5y ago
At first pass, this seems to be using the same `shc:/` system that is being used in Quebec. This was discussed here: https://news.ycombinator.com/item?id=27354815 I have no idea if this is a good idea or not. I think w
27.
▲
California unveils online tool for vaccine verification
(sfchronicle.com)
3 points
by
jbaudanza
5y ago
|
1 comments
28.
▲
by
jbaudanza
5y ago
This is really cool! I was looking at all the supported modals, and it looks like they are all either to or from English. Does this mean that if I go from say, Korean to Japanese, it must use English as an intermediary? https://
29.
▲
by
jbaudanza
5y ago
Is this real or parody? I could believe either way. Somehow I feel like we deserve this to be real.
30.
▲
by
jbaudanza
6y ago
I highly recommend MediaSoup for this. It’s all node based and is great for creating “rooms” from WebRTC connections.
More ›