HackerTrans
トップ新着トレンドコメント過去質問紹介求人

faheel

no profile record

投稿

Vehicle Routing Open-Source Optimization Machine

github.com
2 ポイント·投稿者 faheel·2 年前·0 コメント

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

amazon.science
3 ポイント·投稿者 faheel·3 年前·0 コメント

Decentralized Storage Alliance

dsalliance.io
3 ポイント·投稿者 faheel·4 年前·0 コメント

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

github.com
10 ポイント·投稿者 faheel·4 年前·7 コメント

Unfolded – Geospatial Analytics Platform

unfolded.ai
3 ポイント·投稿者 faheel·4 年前·0 コメント

Software engineering estimates are garbage

infoworld.com
1 ポイント·投稿者 faheel·4 年前·0 コメント

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

skycoolsystems.com
1 ポイント·投稿者 faheel·4 年前·0 コメント

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

forbesindia.com
2 ポイント·投稿者 faheel·4 年前·0 コメント

[untitled]

1 ポイント·投稿者 faheel·4 年前·0 コメント

Gitlab's front end development guidelines for Vuex

docs.gitlab.com
1 ポイント·投稿者 faheel·5 年前·0 コメント

コメント

faheel
·4 年前·議論
For me, and many others on Twitter, updating the DNS worked (I used 1.1.1.1). Though I'm not sure why.
faheel
·4 年前·議論
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
·4 年前·議論
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
·4 年前·議論
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
·4 年前·議論
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
·4 年前·議論
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
·4 年前·議論
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
·5 年前·議論
For seeding Big Buck Bunny of course. And Linux distros too. That's all :)
faheel
·5 年前·議論
I'm going to build a repl.it clone too this weekend. Seems like a fun project!