amalantony06
|
5 years ago
|
on: New Leaks of the Lenovo ThinkPad X1 Nano
What sort of a use case requires you to run "lots of VMs"? What nature of development do you do?
amalantony06
|
5 years ago
|
on: Seven years later, I bought a new MacBook. For the first time, I don't love it
That's crazy. Is it the 4K display?
amalantony06
|
5 years ago
|
on: Seven years later, I bought a new MacBook. For the first time, I don't love it
My Thinkpad X1 Carbon 7th Generation with a FHD screen lasts about 3.5-4 hours under heavy load and about 10-11 hours doing casual web-browsing etc on Ubuntu 20.04. On Windows, it should be better. But if you go with the 4K screen, you'll only get half the battery life.
amalantony06
|
8 years ago
|
on: Down the Drain: How the Swachh Bharat Mission Is Heading for Failure
Bhakths are devotees of Modi. "Bhakth" in Hindi/Sanskrit means devotee. They are like the die hard Trump fans in the US.
They usually come in hordes and attack any content against Modi on the web usually by unethical tactics like questioning your character/love for country, down-voting, mass reporting, abusing and general trolling - whatever it takes to shut the critics up.
Modi is part human and part mythical figure for the Bhakths - I kid you not :).
amalantony06
|
9 years ago
|
on: Hard-won lessons: Five years with Node.js
Hey, more power to you if you want to use more expressive/functional languages than Javascript like Erlang or Clojure. However claiming that a language that allows nothing beyond the Object oriented model of computation like Java or Go is more robust or allows you to have less errors would not be accurate (see the comments above).
The primary reason anyone would use Javscript over say Erlang would be the ubiquity of the language and the availability of libraries or strong familiarity with the language. But my point is Javascript provides you the tools to write functional code that is robust (if you are disciplined) and generators + promises (and async/await) makes the single threaded async model painless. I certainly did not claim that it was a silver bullet or a revolutionary model of computation.
amalantony06
|
9 years ago
|
on: Hard-won lessons: Five years with Node.js
Love this. This is precisely why I love Javascript too, I find these douchey condescending comments on Javascript/Node.js from people who've not grasped the language and it's philosophy deeply, extremely annoying.
There's a lot a capable developer can accomplish with Javascript, with it's first order functions, collection operations, generators, promises and now, async /await. Granted JS is not idiot-proof, but I'd any day use a powerful language than a highly restricting one (think Java and Go).
amalantony06
|
9 years ago
|
on: How Do Software Developers in NY, SF, London and Bangalore Differ?
Sure, but there are a large number of tech product startups in Bangalore too.
amalantony06
|
9 years ago
|
on: Cheap Solar Power
Given that Solar power is the fundamental source of energy leading to petroleum based energy (starting with photosynthesis), it's surprising that we still rely on petroleum to the degree we do today. In 100 years this would perhaps be something people would find shocking (like how we are shocked today at how mainstream slavery used to be 150 odd years ago).
Solar Energy is unlimited, cheap and clean. My guess would be that energy will eventually end up being near free.
amalantony06
|
10 years ago
|
on: Late sleepers are tired of being discriminated against
Thanks for the reply, and I apologise I did not see this earlier. So, these are my questions:
1) In a consulting business, what is the technique to discover clients and get a steady stream of work?
2) For a product business, how does a software developer without any business experience identify a good niche to develop a product in (I'm assuming the product would be a SaaS product) and what are some general techniques to market and sell this product?
I hope my questions were not too vague. If possible, could you share your approach to self employment as well?
amalantony06
|
10 years ago
|
on: Reliance Jio is world’s largest startup with USD22.65B investment
This is clickbait title. In what sense of the word is Reliance Jio a startup? It's a division of a big co.
amalantony06
|
10 years ago
|
on: Late sleepers are tired of being discriminated against
Can you give me some tips on self employment? In general where do I start from? Currently I'm taking a break from work and would really love to be self employed as opposed to going back to a job. I'm a software developer and most of my experience is in developing full stack web apps and in scaling web backends.
amalantony06
|
10 years ago
|
on: The Way of the Gopher: Making the Switch from Node.js to Golang
If I understand correctly, the problem was that they were making several thousands of requests to S3. While the requests to S3 themselves were asynchronous, the callbacks for these requests were queued up for (synchronous) execution in the event loop. Due the large number of callbacks in the queue already, new callbacks for the incoming requests were queued up for execution behind the previous callbacks, leading to latencies in serving up responses.
amalantony06
|
10 years ago
|
on: Startup CEOs are born bad "leaders"
Well the point of the article is that the said personality type makes good entrepreneurs. Its totally understandable that they would not be the best of employees (which is what you are describing).
amalantony06
|
10 years ago
|
on: Startup CEOs are born bad "leaders"
Agreed that its mostly empirical and that correlation does not imply causation.
Can you elaborate on what you mean by "other positions" though? Do you know of specific cases where startups have failed as a result of the said personality of founders?
amalantony06
|
10 years ago
|
on: Is housing.com hacked/down? India's Leading Startup
In addition to what linux_devil has mentioned, on the enterprise side there is Plivo, HackerRank, FreshDesk, Helpshift, Druva, RecruiterBox, Webengage, VisualWebsiteOptimizer etc.
amalantony06
|
10 years ago
|
on: Placebo Button
Yes I am.
amalantony06
|
10 years ago
|
on: India’s Snapdeal Says the Country Doesn’t Have the Programmers It Needs
This is such a stupid comment. There are lots of specialists in India, isn't it possible that Snapdeal just doesn't appeal to them? Snapdeal is not exactly building anything ground breaking and a job at Snapdeal is nothing to write home about, for a specialist. They just come off as a shitty Flipkart/Amazon clone. All of my experiences buying from them was unsatisfactory.
amalantony06
|
11 years ago
|
on: Ask HN: If u like Apple products what is your justification for the high prices?
At the higher end of the market, people really do not care about paying a few hundred dollars extra if the overall experience is smooth. Apple provides a high quality hardware-software experience which helps users' to get their work done without worrying about configurations or other headaches. The battery life, light weightiness, beautiful display, faster boot-up times, overall smoothness of the UI all contributes to this experience.
amalantony06
|
11 years ago
|
on: Show HN: I'm a 14 year-old dev who has programmed an artificial intelligence bot
What technologies did you use to build this bot? Are you using any libraries?
amalantony06
|
11 years ago
|
on: GitHub hit by DDoS attack
And DDoS the end sites?