Live data from Hacker News

Viewing profile — bipin_nag

bipin_nag

HN member
Joined
Tue, Jun 10, 2014, 5:38 PM UTC
HN karma
92
Public activity
33 items

About bipin_nag

No profile information was provided.

Recent public activity

  1. story
  2. 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…

  3. 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 …

  4. 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…

  5. 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…

  6. 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…

  7. comment
    Comment #11241243

    Who knew chaos sounds so melodious. You sir are a genius.

  8. 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.

  9. 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…

  10. comment
    Comment #10954293

    No. See Maxime with his partner http://gingearstudio.com/about

  11. comment
    Comment #10848714

    Its a response to earlier article http://andreasgal.com/2016/01/05/oracle-sinks-its-claws-into... by former Mozilla CTO.

  12. comment
    Comment #10828247

    Looking forward to Aphyr's Call Me Maybe for Disque.

  13. 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…

  14. 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…

  15. comment
    Comment #10665638

    I use Spark. Will using Python help a lot ?

  16. comment
    Comment #10661263

    Awesome. Clears lot of properties from flexbox display. Thanks a ton.

  17. 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…

  18. 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…

  19. 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…

  20. 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…

  21. comment
    Comment #10429293

    Added to my quotes file. Thanks.

  22. 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…

  23. comment
    Comment #10301824

    Why Google ? Why leave India ? I want to buy chromecast but not the old one.

  24. 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…

  25. 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 …