HackerTrans
TopNewTrendsCommentsPastAskShowJobs

faheel

no profile record

Submissions

Vehicle Routing Open-Source Optimization Machine

github.com
2 points·by faheel·há 2 anos·0 comments

Prime Video uses WASM to update its app for more than 8k device types

amazon.science
3 points·by faheel·há 3 anos·0 comments

Decentralized Storage Alliance

dsalliance.io
3 points·by faheel·há 4 anos·0 comments

Show HN: Flex – transpile natural language to a programming language

github.com
10 points·by faheel·há 4 anos·7 comments

Unfolded – Geospatial Analytics Platform

unfolded.ai
3 points·by faheel·há 4 anos·0 comments

Software engineering estimates are garbage

infoworld.com
1 points·by faheel·há 4 anos·0 comments

Radiative cooling materials that use the sky as a renewable resource for cooling

skycoolsystems.com
1 points·by faheel·há 4 anos·0 comments

Animall - Two IITians shunned the herd mentality to sell cattle online (2021)

forbesindia.com
2 points·by faheel·há 4 anos·0 comments

[untitled]

1 points·by faheel·há 4 anos·0 comments

Gitlab's front end development guidelines for Vuex

docs.gitlab.com
1 points·by faheel·há 5 anos·0 comments

comments

faheel
·há 4 anos·discuss
For me, and many others on Twitter, updating the DNS worked (I used 1.1.1.1). Though I'm not sure why.
faheel
·há 4 anos·discuss
It says at the bottom:

> When multiple moves have the top score, they are all top moves, even if visual markers (like move arrows) suggest the engine prefers one over the other.

Since all moves that checkmate the opponent will have the same score (M1 or -M1) they'll all be illegal.
faheel
·há 4 anos·discuss
Yes, that's a way to describe it.

One use case could be that a complete beginner to programming can enter some natural commands (e.g. "X is a list of numbers", "read 10 values in X") without worrying about the syntax and convert them to a working program in one of the target languages.

Also, the input doesn't have to be in English as it can be easily trained with samples from other languages. So people can write/speak in their native language and get it translated to working code.
faheel
·há 4 anos·discuss
At the moment it can recognise the type of statements in the training data set [1] and transpile them to Python, Java or C++ using the mappings defined here [2].

This is very different from how Codex/Autopilot work as it is trained using an NLU framework [3] which is usually used for training chatbots.

[1]: https://github.com/Flex-lang/transpiler/tree/master/transpil...

[2]: https://github.com/Flex-lang/transpiler/tree/master/transpil...

[3]: https://github.com/RasaHQ/rasa
faheel
·há 4 anos·discuss
In case you're looking for a VS Code extension to quickly preview, filter and plot data from various file formats you can check out vscode-data-preview [0]

[0]: https://marketplace.visualstudio.com/items?itemName=RandomFr...
faheel
·há 4 anos·discuss
Maybe letting the coin fall on a hard surface, so that it has a chance to bounce/spin randomly before falling flat (or staying on its side!)
faheel
·há 4 anos·discuss
It will also save the time and effort currently required for cattle trading by both sellers and buyers.

For instance, Animall (one of the companies mentioned in the article) is working towards building an online marketplace for cattle (like Amazon) rather than just a discovery platform (like eBay or OLX) and will be handling verification and logistics (think "Amazon Fulfilled"). This would solve fraud and also reduce the cost and effort for sellers/buyers in trading cattle.

P.S. I work at Animall
faheel
·há 5 anos·discuss
For seeding Big Buck Bunny of course. And Linux distros too. That's all :)
faheel
·há 5 anos·discuss
I'm going to build a repl.it clone too this weekend. Seems like a fun project!