Viewing profile — hemanta212
hemanta212
HN member- Joined
- Sat, Jul 14, 2018, 12:37 PM UTC
- HN karma
- 326
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About hemanta212
No profile information was provided.
Recent public activity
-
comment
Comment #27906905
I have j7 max with android 8. IIRC termux should run on android 5+ maybe try to install from fdroid or search older apk versions also there is userland app that you can try.
-
comment
Comment #27904996
Termux provides its own pkg manager and compiled packages though you can setup distros using proot I havent really explored it. If you are asking about azure VM i have a ubuntu 20.…
-
comment
Comment #27904591
Thank you for such kind and generous gesture. Sadly, with how things are with the courier and customs dep. here they can charge 30-40% of orignal price to receive electronic items …
-
comment
Comment #27904345
For most starting out it's editors in playstore, There are editors for different langugages, I started with the pydroid editor. There you can write code and hit compile to show the…
-
comment
Comment #27904104
Yep, I have to thank my conditions for forcing me to learn linux stuffs. As much as I would like to I cannot recommend it to friends who are just starting out to do it as I myself …
-
comment
Comment #27904065
Sadly, this is how things are for many of us students, I currently study bachelors in CS here in Nepal and for me and some of my friends stuck in our villages (lockdown isn't still…
-
comment
Comment #27715084
curious to know what you think about WSL2? I've been using emacs and ubuntu with pretty great sucess
- story
- story
-
comment
Comment #24512357
Github provides additional functionalities over git for which users had to switch from cli to web. Now they are bringing those additional functionalities to cli so users dont have …
-
comment
Comment #22886897
been using it in home for months it works well. Regarding hyper-v they are only making necessary component needed for wsl2 available.
-
comment
Comment #20524749
Here is original link: https://nipunbatra.github.io/blog/2018/cs-phd-lessons.html
-
comment
Comment #20521866
> Especially because this looks like an nbconvert workflow under the hood. It is, however I convert it to the most basic html and add custom css and js to it. So that I can change …
-
comment
Comment #20521808
I didn't find it responsive though. Maybe not your goal but the designs are similar. Similarly I think you can import nbconvert instead of just calling from subprocess.
-
comment
Comment #20521761
People working with notebooks find it useful. You can remove it with one line of javascript though.
-
comment
Comment #20521746
Nope. It was to test my native language for unicode support.
- story
-
comment
Comment #20248993
I am also building one link[1] but for processing jupyter notebooks to responsive html primarily. You can also refer to this blog[2] to generate html from ipynb file. 1. https://gi…