Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
waleedka
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
waleedka
8y ago
Good point. If you haven’t read “They’re Made out of Meat”, you’ll find this short story very amusing: http://www.mit.edu/people/dpolicar/writing/prose/text/thinki...
2.
▲
by
waleedka
8y ago
Same here! I was going with the assumption that standard environments are going away since they haven't been updated for years.
3.
▲
by
waleedka
8y ago
I think you got it backwards. Which seems to be a fairly common mistake because, intuitively, we tend to associate the amount of work to the amount of value. In Bitcoin, and other PoW blockchains, the protocol dynamically adjusts the diffic
4.
▲
by
waleedka
8y ago
One idea you might want to consider is to create a global function, let’s call it h() and pass all your human readable strings through it, like so h(“hello world”). This function, simply returns the same string. This is more explicit than r
5.
▲
by
waleedka
8y ago
Actually I prefer standardizing on double quotes and I do that in my code on a regular basis. I know some people use a mix, sometimes single quotes and sometimes double quotes, which is fine, but I prefer consistency in this case.
6.
▲
by
waleedka
8y ago
You can now do it quicker with CTRL+Shift+V (Windows) and Option+Shift+Command+V (Mac). Both will paste without the formatting.
7.
▲
by
waleedka
8y ago
Does Swift have a large community beyond iOS apps? Last I used it was years ago, right after it was introduced by Apple. I'm curious if it has found growth in other areas.
8.
▲
by
waleedka
8y ago
> Construction of this data set consumed millions of compute hours It's great to see such datasets shared publicly. I hope it achieves the intended purpose and spurs innovation in protein folding.
9.
▲
by
waleedka
9y ago
I’m very curious about the use of such cloud finder. But, to answer your question, the Mask RCNN model would be useful if you want to identify individual clouds. As in, find clouds surrounded by empty sky. Or, for example, you want to find
10.
▲
Splash of Color: Instance Segmentation with Mask R-CNN and TensorFlow
(engineering.matterport.com)
47 points
by
waleedka
9y ago
|
5 comments
11.
▲
by
waleedka
9y ago
I don't see this flag on my version of Chrome (64.0 on Mac). Are you on the beta branch?
12.
▲
by
waleedka
9y ago
Yes, totally agree. TF is solid and it’s still my goto tool, but the API has a very low elegance score, to put it nicely. Clearly the team has a lot of brillian engineers, but they’re missing the high level sense of design (yes, APIs do nee
13.
▲
by
waleedka
9y ago
Not only the language, but have at least one line that says what this is. I can guess that it’s a hosted notebook service, but I can’t tell how it’s different from Jupyter Notebook. Is the difference in the language it uses, or are there ot
14.
▲
by
waleedka
9y ago
It gets worse, actually. People often, accidentally, click on the pen icon after highlight some text and end up highlighting that text permanently for all readers. And you, as the writer of the post, have no ability to remove that highlight
15.
▲
by
waleedka
9y ago
I do it to mark where I'm at in the post if I need to switch to something else temporarily. Makes it easier to continue from where I left of.
16.
▲
by
waleedka
9y ago
Same here. I had a movie available to me on Prime but I couldn't broadcast it to Chromecast and I didn't want to watch it on the small phone screen, so I had to buy it on YouTube.
17.
▲
by
waleedka
9y ago
Thanks! Done. Although I hope I was clear that my comment is general and not specific to the topic at hand. I just think people should share the facts but be careful about making assumptions.
18.
▲
by
waleedka
9y ago
This is a general comment not specific to the topic at hand. If you have facts to share then do so. But if you 'feel' that someone has an ulterior motive and you share it in a public forum then many people might take it as fact or
19.
▲
by
waleedka
9y ago
This architecture is optimized for accuracy rather than speed. The official paper reports 200ms inferencing time per image on a GPU. This implementation is likely a bit slower because we use Python in a couple of layers. This is easy to opt
20.
▲
by
waleedka
9y ago
Evaluation code against MS COCO is included in the repository, both for bounding boxes and segmentation masks so it should be easy to run (but takes a long time). We should publish more details, though. Thanks for bringing it up. Our implem
21.
▲
by
waleedka
9y ago
They're in the "Releases" section. It's a 250MB .h5 Keras file.
22.
▲
Portrait mode on the Pixel 2 and Pixel 2 XL smartphones
(research.googleblog.com)
3 points
by
waleedka
9y ago
|
0 comments
23.
▲
Paperclip maximizer
(wiki.lesswrong.com)
2 points
by
waleedka
9y ago
|
0 comments
24.
▲
by
waleedka
9y ago
[spoiler] I interpreted that as fighting against other civilizations that are trying to stop your progress and protect the universe.
25.
▲
by
waleedka
9y ago
Ha! Newbie. You still have 99% to go :)
26.
▲
by
waleedka
9y ago
LOL. I'm guessing you're sarcastically jabbing at Slack for the known issue that their desktop app uses a lot of memory.
27.
▲
by
waleedka
9y ago
Tip for the project lead: A quick way to lose half of the early adopters is to release a library without Python 3 support. Luckily, fixing this is easy and shouldn't take more than a day or two. And the ROI is high if your goal is wide
28.
▲
by
waleedka
10y ago
The nice thing about Python is that it's intuitive and feels natural. To that end, this syntax for defining functions is nice, and I would love to see it implemented in native Python: f(x) = x^2 + 1 But most of the other ideas
29.
▲
by
waleedka
10y ago
I'm not sure I'm following. Are you saying that using supervised learning is the wrong approach here? What would you use instead?
30.
▲
by
waleedka
10y ago
Author here. This first part is simple by design. It's targeted to those getting started in the field.
More ›