Viewing profile — dsteinman
dsteinman
HN member- Joined
- Wed, Jan 30, 2019, 2:37 AM UTC
- HN karma
- 78
- Public activity
- 45 items
- HN profile
- View on Hacker News ↗
About dsteinman
Recent public activity
-
comment
Comment #29492242
This one for fictional starships is well done https://youtu.be/aTPwbVqU6lc
-
comment
Comment #29279150
Prettier has a VSCode extension to autoformat on save. https://prettier.io/docs/en/install.html
-
comment
Comment #25716733
Who gets to be the judge of speech liberties? Perhaps we need a bureau of the government to act in this manner, perhaps a ministry, who's mission is to determine whether words and …
-
comment
Comment #25710213
It seems this isn't something that Silicon Valley even thinks is a problem, and that is a very big problem.
-
comment
Comment #25527672
I wrote a chess game using StockFish, and had it play against another computer player that only made random choices. And what surprised me is how long it would take StockFish to be…
-
comment
Comment #24718518
There are some companies attempting make petroleum from air: https://www.nationalgeographic.co.uk/environment-and-conserv...
-
comment
Comment #24096918
DeepSpeech is too large to run as a browser extension.
-
comment
Comment #23968368
I was going to mention the same. It would be a childhood dream come true to talk to my computer and have it talk back to me in the TNG computer voice.
-
comment
Comment #23882174
> Login management should be built into the browsers instead. I would go even further than this, and say that a cryptocurrency might be among the best ways to build a universal log…
-
comment
Comment #23881116
This might be useful to use along side with DeepSpeech ( https://github.com/mozilla/DeepSpeech ), which doesn't work very well in noisy environments.
-
comment
Comment #23864624
I tried using this one time but unfortunately found it didn't work when I wore my reading glasses. The screen reflection off my glasses just whites out both eyes.
- story
-
comment
Comment #23759379
With Joe Rogan moving to Spotify, including video streaming, I wonder if Spotify is seriously contemplating building out a true Youtube competitor.
-
comment
Comment #23742386
The web browser extension would communicate with the electron app server, NodeJS would not be needed in that scenario (the electron app includes the nodejs server code). You can wr…
-
comment
Comment #23741950
I am attempting to bring 100% client-side speech recognition to the web: https://github.com/jaxcore/bumblebee Although the first release is not officially out yet, the NodeJS code …
-
comment
Comment #23239240
The Electron version numbers are essentially meaningless now. I have no idea what even changed between Electron 4 and 8, the changelogs are all just bug fixes that didn't necessita…
-
comment
Comment #23230630
This is turning out to be a bad decision because there's been 5 major version bumps in the past year, yet the functionality in Electron hasn't materially changed very much, mostly …
-
comment
Comment #22955177
Anyone recall how fast the G4 chips got phased out once Apple switched to Intel? It was pretty fast. Granted, they were a much smaller company at that time.
-
comment
Comment #22581363
I've been using DeepSpeech to learn to build voice controls for all sorts of things in JavaScript. And I've got a way to connect it to the web so you'll be able write speech recogn…
-
comment
Comment #22442688
Now that is an unfortunately named company.
-
comment
Comment #22426166
My last order of assembled PCB's has been on hold since late December. I don't even know of an affordable alternative that isn't also in China.
-
comment
Comment #22409662
I have been working on getting Mozilla's DeepSpeech and some additional JS libraries up to a level where it can be used (among other things) as a voice keyboard. https://github.com…
- story
-
comment
Comment #22155709
Any idea how it compares to Mozilla's DeepSpeech?
-
comment
Comment #21983670
Bluetooth LE uses substantially less battery than older Bluetooth devices do. It makes a big difference for anything that's battery powered. I was really bummed when I found out BL…