Readit News logoReadit News
msound commented on Welcome to Auroville   auroville.org/... · Posted by u/maremmano
msound · 5 years ago
I grew up in Pondicherry, went to Pondicherry Engineering College (class of 99). I used to bike up from college to Matrimandir a lot of weekends for meditation. There are several communities within Auroville and they each operate kind of independently. Some of them welcome guests to stay with them, and I have stayed with a number of communities. So, what accusation may be true for one community may not be true for other communities.

In the middle of all of that, I found Sadhana forest to be a wonderful community in Auroville that is far away from the madness of Matrimandir both physically and spiritually. Aviram and his family, along with volunteers, are doing a fantastic job of reforesting the area west of the Tindivanam highway. If you are going, once we are past this global Covid19 pandemic that is, I would highly recommend a volunteering stay at Sadhana forest.

msound commented on India Is Winning Its War on Human Waste   gatesnotes.com/Developmen... · Posted by u/gauMah
victor106 · 8 years ago
Who is Narendra Modi?

Edit:- read the article.thanks...

msound · 8 years ago
Narendra Modi is the Prime Minister of India. He has a very interesting (and controversial) history. He grew up selling tea at a railway station and now he's Prime Minister of the largest democracy.

https://en.wikipedia.org/wiki/Narendra_Modi

msound commented on Filing Taxes in Japan Is a Breeze. Why Not in the US?   nytimes.com/2017/04/14/op... · Posted by u/Cbasedlifeform
tantalor · 8 years ago
I don't mind the idea of figuring my own taxes, after all I can lookup all the numbers pretty easily, but the main obstacle to that is the tax instructions are impossible to parse.

We should require the IRS to release the tax forms in a machine-readable format, e.g., as open-source software. The human-readable instructions should merely be the spec. Other people can write nice interfaces on top of that. Then you can run the code on your phone to figure your taxes.

msound · 8 years ago
In India, our income tax department accepts returns as an XML document, and tax prep software developers have built tools that basically help you generate the XML and upload it to the e-filing website.

PDF Link: https://incometaxindiaefiling.gov.in/eFiling/Portal/StaticPD...

Other than this, the government run e-filing website also has a nice interface to do your taxes. It's fairly simple. Just fill in numbers and click Next Next Next Submit, and you're done.

msound commented on Filing Taxes in Japan Is a Breeze. Why Not in the US?   nytimes.com/2017/04/14/op... · Posted by u/Cbasedlifeform
msound · 8 years ago
On a related note, a Stanford tax law professor Joseph Bankman had run trials of pre-filled forms for a few California state taxpayers. Listen to his journey on Episode 760 of PlanetMoney podcast:

http://www.npr.org/sections/money/2017/03/22/521132960/episo...

TL;DR:

* 99% of people liked the pre-filled forms

* He took this idea to California state congress, but Congresspeople were "warned" about him by Intuit lobbyists

* He hired his own lobbyist but lost by 1 vote in the Congress

Edit: Grammar

msound commented on Ask HN: Tell me an engineering war story from your career    · Posted by u/nemild
msound · 8 years ago
In 2003, I was working for a startup in India doing GPS/GSM based vehicle tracking system for fleets of trucks. The trucks would have our unit installed in them, and they would use GPS to get the location and send it to our server via GSM text message. Back then, GSM coverage not good, and trucks would go out of coverage for days. To further complicate matters, our firmware used to crash and the unit would stop sending updates.

To help us troubleshoot this, my boss asked me to program the unit to give a missed call to the server every hour. If we got a missed call, we knew that unit was still working. In countries like India, giving a missed call is a zero cost way to communicate. For example: You would pull up in front of a friend's place and give them a "missed call" to let them know that you are waiting outside etc.

Anyway, I implemented the logic and we sent off our field techs to intercept trucks at highways and update the firmware.

The way I implemented the logic was the unit was to call our server's modem number every hour at the top of the hour. No random delay nothing. So, soon after that, around 50 units tried to call our server at the same time. Remember the clocks in the units are being run off GPS and they are super accurate. This caused our telecom company's cell tower BTS to crash. Cell service in my office area, a busy part of Bangalore, was down for a whole 2 hours.

I was called into the telecom company's head office for their postmortem. They didn't yell at me or anything. They were super nice. In fact, when I finished explaining my side of the story, one of their engineers opened his wallet and gave a hundred rupees to another guy. Guess they were betting on the root cause. From what I understand, they escalated the bug to Ericsson who manufactured the BTS and got it fixed. For my part, I added a random delay and eventually removed that feature.

msound commented on Tamil Bell   en.wikipedia.org/wiki/Tam... · Posted by u/Thevet
msound · 8 years ago
The Tamils originally wrote on dried palm leaves with a sharp scribe. So, if you didn't want to tear the leaf, you had to avoid straight lines and dots. That's why there are so many curves in the script.

Also, one of the meanings of my first name "Mani" is literally "Bell".

Source: https://en.wikipedia.org/wiki/Tamil_script Also: I'm Tamil.

msound · 8 years ago
If you observe the 2 scripts in the pic in wikipedia, you would notice that in the original one, the "i's are not dotted" as it were. This seems to be a practice that has carried over from palm leaf writing to metal inscriptions.
msound commented on Tamil Bell   en.wikipedia.org/wiki/Tam... · Posted by u/Thevet
msound · 8 years ago
The Tamils originally wrote on dried palm leaves with a sharp scribe. So, if you didn't want to tear the leaf, you had to avoid straight lines and dots. That's why there are so many curves in the script.

Also, one of the meanings of my first name "Mani" is literally "Bell".

Source: https://en.wikipedia.org/wiki/Tamil_script Also: I'm Tamil.

msound commented on Launch HN: Wifi Dabba (YC W17) – Low-Cost Wifi in India    · Posted by u/mildlyclassic
hschauhan · 8 years ago
What about people using it for torrenting specially 20GB for 20RS ?
msound · 8 years ago
He has clarified that it is 1GB for 20 Rupees.
msound commented on Launch HN: Wifi Dabba (YC W17) – Low-Cost Wifi in India    · Posted by u/mildlyclassic
msound · 8 years ago
Congratulations Karam and Shubhendu!

Two questions:

1. Does this mean you are an ISP? If so, how did you go about registering as an ISP.

2. Most other WiFi (ex: at Cafe Coffee Day) requires one to register via SMS and pay by credit card. So the mobile number and Credit Card number becomes the primary key for our Government's Big Brother program to track the person. Have you side-stepped that by selling tokens that one can purchase anonymously using cash?

msound commented on Ask HN: What percentage of teams do daily standups, do you think?    · Posted by u/Kepler-131b
msound · 9 years ago
We have a distributed team, and switched to howdy.ai bot to ask the standup questions on Slack and post them to a channel. During our actual standup call, we only discuss blockers.

(Not related to howdy.ai in any way, just a happy user)

u/msound

KarmaCake day93April 14, 2015View Original