Viewing profile — asitdhal
asitdhal
HN member- Joined
- Wed, Apr 06, 2016, 2:57 AM UTC
- HN karma
- 75
- Public activity
- 48 items
- HN profile
- View on Hacker News ↗
About asitdhal
Recent public activity
-
comment
Comment #14659024
I also use Loop Habits
-
comment
Comment #14082083
Those who need Cobol use them(Core banking applications). Rust is better than C++, but it's not extremely better than C++.
-
comment
Comment #14081479
Most C++ developers won't easily develop systems in Rust because of lack of well-known libraries and a stable ecosystem(profilers, static analyzers, concurrency tools, many skilled…
-
comment
Comment #13992307
It's really great. Even if I know Qt and C++, I spent some time in ElectronJS. ElectronJS <<<<<<<<<<<< Qt + WebKit. This javascript is a weird language and killed a lot of time by …
-
comment
Comment #13958255
The only questions an interviewer can ask is how to build a graph and do graph operation(to test data structure skill). Graph Theory is too specific and many programmers never use …
-
comment
Comment #13956196
I don't know if similar things existed for C++11/14. But, it doesn't exist for C++17. I faced the similar problem. I invested some money in Effective Modern C++(Scott Mayer). It co…
-
comment
Comment #13955119
For those who wants to know c++17 features http://stackoverflow.com/questions/38060436/what-are-the-new... std::optional and std::any are one of the good things. std::apply and std…
-
comment
Comment #13881770
an awesome idea !!
-
comment
Comment #13874060
It's a good story. I know many people who studied life science subjects like Chemistry or Physics and got jobs in top cs companies. Most of them were self taught(physics dudes use …
- comment
-
comment
Comment #13764858
Kotlin is the best option for Android apps. There are many languages for backends and tons of libraries. But there is hardly any substitute of Java in Android(if you don't consider…
-
comment
Comment #13712647
Thailand is a different country I guess. Nepal is a country of mountains and Thailand is definitely not. But, both are 3rd world countries.
-
comment
Comment #13701399
> Because comments are not Big Data. Big data is mostly used when you want to monetize those comments.
-
comment
Comment #13682975
Xiaomi is the 3rd largest smartphone seller in India.
-
comment
Comment #13682583
Thanks for replying...I didn't realize the real life example.
-
comment
Comment #13681470
Is it an advertisement of PVS-Studio?
-
comment
Comment #13677616
Cheap in the sense, build and operate(and not phase out). Coal may be cheaper than nuclear, but the damages to environment and health are too high.
-
comment
Comment #13676594
Nuclear energy is clean and to some extent cheap. But, if a war breaks out and someone bombs a nuclear reactor, it will be messy to clean up the mess.
-
comment
Comment #13676540
This will have a lot of positive impacts if these kinds of research are converted to some frameworks instead of a new language. Like scala has STM support !!
-
comment
Comment #13668135
That's why GoF book is available in the library. People write more concrete tutorials and publish online. Abstract literature is for researchers and Concrete literature is for peop…
-
comment
Comment #13659981
Rust is better than C++, but most people work in legacy applications. And C++ ecosystem has a lot more stable libraries, frameworks and very active community.
-
comment
Comment #13659870
The best place to master c++ is StackOverflow. Many people share knowledge accumulated from experience and they explain much better than Herb Sutter or any gray beard people in C++…
- story
-
comment
Comment #13642579
one more point - invest in storage technology Can we imagine, if we can store all electricity and reuse at night, it will reduce a lot of cost ?
-
comment
Comment #13642431
Exactly, I used django and jinja templates. Those two are feature rich. Golang template engine is mostly minimal with enough feature to do things. The problem with Golang, most dev…