Viewing profile — JoeCoder_
JoeCoder_
HN member- Joined
- Wed, Oct 01, 2014, 1:46 PM UTC
- HN karma
- 102
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About JoeCoder_
No profile information was provided.
Recent public activity
-
comment
Comment #17244315
I first read this as "a soldered-on GPU" :O
-
comment
Comment #17068422
Wouldn't an ASIC capable of executing hundreds of types of algorithms more or less just be a GPU anyway? At that point why not just use GPUs?
-
comment
Comment #17062224
To achieve asic resistance, why not switch between a large pool of different algorithms sequentially, with their order and various parameters determined by the hash of the previous…
-
comment
Comment #16908070
I doubt Adobe's content aware fill could replace someone's eye or a few of the other examples in the video.
-
comment
Comment #16904714
How long until I can use this as a Photoshop plugin?
-
comment
Comment #16433446
I'm hoping they can use some of this cash to make a better desktop client: 1. That can be minimized to the system tray. 2. That can be used when behind an http proxy server. 3. Doe…
-
comment
Comment #15822098
And turn crappy music into good music.
-
comment
Comment #15601611
No option to minimize to system tray? So I have to have a Signal App taking up room in my taskbar all the time.
-
comment
Comment #15348876
> uncompressed video file 1920x1080 at 3 bytes per pixel and 30 frames per second is 11GB for just one minute of video, and 186MB per second. That's far too big and expensive to st…
-
comment
Comment #15348554
> There's no good technical reason not to enable lossless compression Why would you want to losslessly compress audio or video? The resulting files would be huge--often too huge to…
-
comment
Comment #15302961
When a private company has a massive failure, customers have the freedom to go elsewhere and the company may go out of business. When a government agency has a massive failure, we'…
-
comment
Comment #14825090
Why not develop tox instead, which is open source, end to end encrypted, on more platforms, and seemingly further along in general?
-
comment
Comment #13472473
Why not have a "this page would like to perform work in the background [allow|block]" notification?
-
comment
Comment #12970473
You could put your propellers outside and away from the cage, with their motors inside the cage. This would also greatly reduce the size and weight of the cage.
-
comment
Comment #11940411
From the FAQ. https://github.com/Microsoft/monaco-editor#faq : "Why all these web workers and why should I care?" "A: Language services create web workers to compute heavy stuff ou…
- comment
-
comment
Comment #11543355
"changes one-letter misspellings in DNA called point mutations... it could fix misspellings in DNA that cause Tay-Sachs" I don't follow. Tay-Sachs is usually (always?) caused by a …
-
comment
Comment #11358466
The fine structure constant may not have the same value throughout the universe, but I'm still curious if its a measurement error. Changing it by much would prevent the synthesis o…
-
comment
Comment #11354132
> There is nothing in the manual that requires liquid water, gravity, a planetary surface, carbon, or any of the other ingredients that define life on Earth. On carbon, this is fro…
-
comment
Comment #11308449
I find this response rather surprising. I can't speak about law, or the way things used to be, but in software dev I've worked with several women and more men. In my own experience…
-
comment
Comment #11307744
> to get more women in CS As a single male I admit it would be nice if there were more women in CS, but ultimately why does it really matter? Men and women are interested in differ…
- comment
-
comment
Comment #10802531
How would this compare to a diagram of degrees of separation from other skill-sets?
-
comment
Comment #10782088
[Rossi] "created" a system for turning toxic waste into oil, but this turned out to be just dumping the waste into the environment Wow, he is literally the villian Captain Planet f…
-
comment
Comment #10283347
Here is the TL;DR . This regex matches Tarzan but not "Tarzan": "Tarzan"|(Tarzan) You can also include more than one case of what you don't want to match. This one also finds only …