Viewing profile — bipin_nag
bipin_nag
HN member- Joined
- Tue, Jun 10, 2014, 5:38 PM UTC
- HN karma
- 92
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About bipin_nag
No profile information was provided.
Recent public activity
- story
-
comment
Comment #25938223
>Everyone who had MS Office installed back in the 1990s (which was basically everyone) could easily run some quick VB code to try things. Can't be everyone, how do you know the num…
-
comment
Comment #25926389
>JS didn't lower the barrier to programming at all. >But I disagree about lowering the barrier for developers. I think OP meant it as browsers that run JS. The built in console is …
-
comment
Comment #25903205
> Isn't there a `made in India` alternative trying to get into that ? All the alternatives I know are backed by for-profit corporations. So privacy concerns still remain. Few notab…
-
comment
Comment #11379230
I am afraid you are digressing. Oracle maintains and has rights for the language Java and Oracle JVM. Google has power over Android. codecamper isnt talking about what improvements…
-
comment
Comment #11244310
The news is fine but why drag Amazon into it? >At Amazon headquarters, however, they're probably popping open the champagne. >Amazon, however, is probably grinning like the Cheshir…
-
comment
Comment #11241243
Who knew chaos sounds so melodious. You sir are a genius.
-
comment
Comment #11222780
I code a lot in Go. I use Sublime Text mostly and this feels like an upgrade. Integration with Git, better plugins/support I am loving it.
-
comment
Comment #11008878
What I got from the thread: efivars are NVRAM registers for UEFI and are mounted on /sys/firmware/efi/efivars and doing rm -rf clears/deletes them. And they are required for bootin…
-
comment
Comment #10954293
No. See Maxime with his partner http://gingearstudio.com/about
-
comment
Comment #10848714
Its a response to earlier article http://andreasgal.com/2016/01/05/oracle-sinks-its-claws-into... by former Mozilla CTO.
-
comment
Comment #10828247
Looking forward to Aphyr's Call Me Maybe for Disque.
-
comment
Comment #10792759
Google has announced free Wi-Fi at 100 railway stations in India. I think it does something similar in other countries (and there is Google Fibre). It is just a start but more sens…
-
comment
Comment #10665801
Correct me if I am wrong but Spark does not use JNI for Python. It uses py4j to allow Python programs to access Java Objects. All the core functionality is implemented in Scala/Jav…
-
comment
Comment #10665638
I use Spark. Will using Python help a lot ?
-
comment
Comment #10661263
Awesome. Clears lot of properties from flexbox display. Thanks a ton.
-
comment
Comment #10609997
Both languages you suggest require more learning (both have origins in academia) and are less popular compared to Go in usage. Regarding the package management comment. If it is an…
-
comment
Comment #10609972
I agree that that the statements cannot be analogues. But then I never implied it. My answer was only to counter the statement that JavaScript is the assembly language, in future W…
-
comment
Comment #10571842
Javascript would be the assembly language of web i.e. what runs on your browser. Although that won't be true with the advent of Webassembly. Go is language of choice on cloud. If y…
-
comment
Comment #10561735
The middle mouse paste (select to copy) in Ubuntu makes it even more seductive. In many occasions I have accidentally pasted code into my terminal window and many times without eve…
-
comment
Comment #10429293
Added to my quotes file. Thanks.
-
comment
Comment #10403895
My take on the points mentioned: 1. Goroutine memory use - Post happens to be about 1.2 and 1.4 and I started with 1.5. 2. Debugging - yes handling errors are a bit tedious. I have…
-
comment
Comment #10301824
Why Google ? Why leave India ? I want to buy chromecast but not the old one.
-
comment
Comment #10300821
Agree with you. Another thing I would stress on is the price constraint. Don't forget that Nexus 5 was said to be a high-end phone but 200$ cheaper. Given a price to stick to, it i…
-
comment
Comment #10287606
I have a question. UNLINK will be more responsive than DELETE as it will not block and run it in background. But will subsequent requests be faster than DELETE. How will it behave …