HN user

jdkanani

1,046 karma
Posts115
Comments56
View on HN
jdkanani.com 1y ago

Vision

jdkanani
3pts1
davetrott.co.uk 9y ago

Strategy is sacrifice

jdkanani
1pts0
www.technologyreview.com 9y ago

Making AI More Human

jdkanani
2pts0
medium.com 9y ago

Bundling and chunking strategies using webpack

jdkanani
1pts0
energy.gov 9y ago

What “Stranger Things” Didn’t Get Quite-So-Right About the Energy Department

jdkanani
2pts0
justinkan.com 10y ago

Snapchat Pitch Competition

jdkanani
88pts47
www.buzzfeed.com 10y ago

Zenefits Co-Founder Sold Stock Months Before Scandal

jdkanani
20pts7
github.algolia.com 10y ago

GitHub Autocomplete

jdkanani
2pts0
cloud.google.com 10y ago

Google Cloud Functions

jdkanani
3pts0
www.nasdaq.com 10y ago

Why to Be a Cockroach, Not a Unicorn [video]

jdkanani
4pts0
www.bloomberg.com 10y ago

The Yoga Guru Making Colgate Sweat

jdkanani
2pts0
themacro.com 10y ago

L.'s Talia Frenkel on Turning a Concept into a Company

jdkanani
3pts0
github.com 10y ago

Commandcast: Run command on multiple hosts over SSH in Go

jdkanani
1pts0
sethgodin.typepad.com 10y ago

It's all a mistake

jdkanani
2pts1
themacro.com 10y ago

Gusto's Joshua Reeves on Startup Success That Feels Right

jdkanani
1pts0
hbr.org 10y ago

How to Fix Uber's Surge Pricing

jdkanani
1pts0
hbr.org 10y ago

Is OpenAI Solving the Wrong Problem?

jdkanani
3pts0
ben-evans.com 10y ago

Mobile Theses

jdkanani
62pts35
www.teslamotors.com 10y ago

Correction to article: "First Person to Hack iPhone Built Self-Driving Car"

jdkanani
148pts47
www.kfirlavi.com 10y ago

Defensive BASH programming

jdkanani
114pts52
lab.ejci.net 10y ago

Make use of your favicon

jdkanani
3pts0
torch.ch 10y ago

Torch – Scientific computing for LuaJIT

jdkanani
1pts0
code.facebook.com 10y ago

Facebook to open-source AI hardware design

jdkanani
4pts0
blog.bolt.io 10y ago

Kickstarter is Debt

jdkanani
10pts1
themacro.com 10y ago

The Macro

jdkanani
5pts0
blog.bolt.io 10y ago

The Illustrated Guide to Product Development

jdkanani
3pts0
blog.ycombinator.com 10y ago

YC Digest – October 3-9

jdkanani
2pts0
highscalability.com 10y ago

Uber using driver phones as a backup datacenter

jdkanani
5pts0
daringfireball.net 10y ago

Rene Ritchie's iOS 9 Review

jdkanani
3pts0
css-tricks.com 10y ago

Emoji Toggles

jdkanani
1pts0

Morphic | Frontend Engineer, Software Engineer, AI Research Engineer, Product Designer | Full Time | Remote (US, India)

Morphic is working on disrupting the entertainment industry by building AI powered tools for storytellers. Our first tool is Morphic Studio which is a intelligent canvas and end-to-end editor that helps creators to create high-quality controlled videos through advanced machine learning and user-friendly design. We are a team of experienced engineers working across platform and ML layers, while also building our foundational model for temporal consistency unseen in the industry.

We are looking for a couple of Software Engineers, who will work at the Product/Platform layer (Remote India) , an AI researcher with experience in Generative models (ideally with some exposure and understanding of Diffusion Transformer architecture) (Remote West Coast US), and a Product Designer with some past experience in designing complex interfaces for Video editors (Remote US).

Send me an email jd@morphicfilms.com to apply or if you have any questions.

Read More: [https://morphicfilms.notion.site/Join-Morphic-e80009adcf8742...

You underestimated the power of Amazon here - it's not technical prowess or recommendation engine. The war was never about technical prowess. It's Amazon's customer service which pulling Flipkart/Snapdeal down to the ground and beating them hard.

I thought the same. Tax exemption on particular kind of startups would be great - agriculture, education, etc... Tax exemption on all startups could be disaster.

First, I thought my internet connection went down while loading and half of stylesheets weren't loaded properly. Second, I didn't know where should I click first.

Language site doesn't need good UI, just provide what it is and why we should go ahead with it and minimal examples on front page.

My friend and I once wrote a python script to participate in Q&A contest (first answer will win the contest) on twitter. That running script actually prints an recent question of particular twitter handler and asks for prompt to type an answer. Once you type an answer (after googling or whatever you want), it just posts that answer in reply of that question's tweet. We also decided to hit the google search for answer and crawl answer but I think it would need some work.

Being famous for its designs, Apple should have redesign this site. I am not good at UI/UX, but this looks ugly.

I would definitely want to know how they create any announcement page. I mean, a whole process - brainstorming, designs (and tools) and UI.

I couldn't agree more. It also makes code hard to read. I have to look closely to check if that's a comment or directive. It would be problem when your code grows.

I am in favor of #TAG: DIRECTIVE or @TAG:DIRECTIVE

I think one should consider COAP or MQTT over HTTP protocol on low energy devices. May be author is using HTTP because it's simple to start with.

I like spark wifi module. But, I feel it's quiet costly (Photon $19) for some countries (Example: In India it's almost 1200Rs). Mount it on every IoT device will not be cost effective. May be that is one of the reasons, everybody is excited about it but very few are buying/using it.

Now a days, I am working with ESP8266(around $5) wifi module and found it very interesting. It is quiet new, but programming is pain on it.

Edit: ESP8266 price update

I just checked it. RapydScript generates very logical code than CoffeeScript.

CoffeeScript:

    var ref;
    (ref = [2, 1]) === [1, 2] || ref === [2, 1] || ref === [3, 5] || ref === [3, 5];
RapydScript:
    function _$rapyd$_in(val, arr) {
        if (arr instanceof Array || typeof arr === "string") return arr.indexOf(val) != -1;
        else {
            if (arr.hasOwnProperty(val)) return true;
            return false;
        }
    }
    _$rapyd$_in([2,1], [[1,2], [2,1], [3,5], [3,5]]);
One thing I worried about RapydScript is generated variables. Pre-compiler needs to be scope aware. I am not sure how difficult or feasible it would be.

I am not a fan of any pre-compiler. But, this looks better. I don't like "do while loop" though. I am not sure what prevents the author to make it something like:

    do while(a):
         print('This loop will run at least once')
And how about using ES6 generators for Python's generator?
Myself – v1.0.3 11 years ago
    We did it!    

    I mean *I* did it, but you know, whatever...
    jake albaugh definitely did not have anything 
    to do with this.

    This pen loves CodePen!       
    
    See you later!
Those lines made me happy.

Human nature of software always increases the success rate of it. That may be the reason why people don't like working for/with Enterprise softwares.

Good work!

It is always good to see open sourced icons. I have always ignored most important parts of UI/UX. It would be great if somebody can provide some insights about why material design is so important and what is so good about it?