Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
JoeCoder_
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
JoeCoder_
8y ago
I first read this as "a soldered-on GPU" :O
2.
▲
by
JoeCoder_
8y ago
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?
3.
▲
by
JoeCoder_
8y ago
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 block?
4.
▲
by
JoeCoder_
8y ago
I doubt Adobe's content aware fill could replace someone's eye or a few of the other examples in the video.
5.
▲
by
JoeCoder_
8y ago
How long until I can use this as a Photoshop plugin?
6.
▲
by
JoeCoder_
9y ago
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. Doesn't require a phone to use. 4. Doesn't t
7.
▲
by
JoeCoder_
9y ago
And turn crappy music into good music.
8.
▲
by
JoeCoder_
9y ago
No option to minimize to system tray? So I have to have a Signal App taking up room in my taskbar all the time.
9.
▲
by
JoeCoder_
9y ago
> 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 stream, and outside of somewhat special circumstances
10.
▲
by
JoeCoder_
9y ago
> 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 steam. Lossy compression is what you want. I must
11.
▲
by
JoeCoder_
9y ago
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're of stuck with it, short of hoping politicians might
12.
▲
by
JoeCoder_
9y ago
Why not develop tox instead, which is open source, end to end encrypted, on more platforms, and seemingly further along in general?
13.
▲
by
JoeCoder_
10y ago
Why not have a "this page would like to perform work in the background [allow|block]" notification?
14.
▲
by
JoeCoder_
10y ago
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.
15.
▲
by
JoeCoder_
10y ago
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 outside the UI thread. Th
16.
▲
by
JoeCoder_
10y ago
"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 frameshift, not a point mutation.
17.
▲
by
JoeCoder_
10y ago
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 of carbon in stars. But are you suggesting a different
18.
▲
by
JoeCoder_
10y ago
> 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 from [a recent Astrobiology textbook]( http://book
19.
▲
by
JoeCoder_
11y ago
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 the men sometimes chide with each other to the p
20.
▲
by
JoeCoder_
11y ago
> 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 different things and most women I know just aren't very i
21.
▲
by
JoeCoder_
11y ago
How would this compare to a diagram of degrees of separation from other skill-sets?
22.
▲
by
JoeCoder_
11y ago
[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 fought in every single episode.
23.
▲
by
JoeCoder_
11y ago
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 the cases of Tarzan t
24.
▲
by
JoeCoder_
11y ago
I once worked with a programmer who would not indent any of his code. "It makes it go faster" he said. Wrote all of his code in Windows Notepad too.
25.
▲
by
JoeCoder_
11y ago
Youtube is being slow for me today. If only there were a way to compress the video smaller...
26.
▲
by
JoeCoder_
11y ago
And A is for Anti-Trust avoidance
27.
▲
by
JoeCoder_
12y ago
How much longer until we discover enough logic operations to write a full raytracer in css?