HackerTrans
TopNewTrendsCommentsPastAskShowJobs

asamant

no profile record

Submissions

La Rinconada, Peru

en.wikipedia.org
4 points·by asamant·2 anni fa·0 comments

The Year in Biology

quantamagazine.org
2 points·by asamant·5 anni fa·0 comments

Autophagy

en.wikipedia.org
3 points·by asamant·5 anni fa·0 comments

Scientific research and dealing with sensationalism – Examine.com

examine.com
2 points·by asamant·5 anni fa·0 comments

Language Creation Society

conlang.org
1 points·by asamant·5 anni fa·0 comments

Big Picture Issues, C++ FAQ

isocpp.org
1 points·by asamant·5 anni fa·0 comments

Juneteenth

en.wikipedia.org
2 points·by asamant·5 anni fa·0 comments

Why Structure and Interpretation of Computer Programs Matters

people.eecs.berkeley.edu
1 points·by asamant·5 anni fa·0 comments

Information–Action Ratio

en.wikipedia.org
5 points·by asamant·5 anni fa·0 comments

Software Testing: From Theory to Practice

sttp.site
3 points·by asamant·5 anni fa·0 comments

Ninja Code

javascript.info
2 points·by asamant·5 anni fa·0 comments

Find a Grave – Millions of Cemetery Records

findagrave.com
2 points·by asamant·5 anni fa·0 comments

Thoughts on Header File Extensions: .h vs. .hpp – Embedded Artistry

embeddedartistry.com
2 points·by asamant·6 anni fa·0 comments

Bose's new earbuds don't go in your ears

androidpolice.com
1 points·by asamant·6 anni fa·0 comments

The Google File System [pdf]

static.googleusercontent.com
2 points·by asamant·6 anni fa·0 comments

Clockwise/Spiral Rule

c-faq.com
25 points·by asamant·6 anni fa·16 comments

Roles in a Data Team | Towards Data Science

towardsdatascience.com
1 points·by asamant·6 anni fa·0 comments

A Brief History of the Internet – Internet Hall of Fame (1997)

internethalloffame.org
2 points·by asamant·6 anni fa·0 comments

Arguments (and Rebuttals) for Bitstream Secrecy

megacz.com
1 points·by asamant·6 anni fa·0 comments

How is C# Compiled? – Manning

freecontent.manning.com
2 points·by asamant·6 anni fa·0 comments

comments

asamant
·5 anni fa·discuss
In theory, a Delft-like approach would work for any given city - but as far as Mumbai goes, the main problem (apart from bureaucratic/administrative issues) is the sheer density of population - there aren't many places in the world with such space constraints, and that raises unique challenges (even after having Navi Mumbai built in the '70s the burden doesn't seem to have reduced much).

1) Thanks to the north-south alignment of the city (further aggravated by the commercial-residential area distribution along the north-south direction) there is just an extremely high population load involved in mass movement twice a day (of course, in the usual circumstances). Better infrastructure wouldn't help so much as more structural changes like redistribution of these areas or enforcing staggered working hours.

2) I feel this is more of an administrative problem - the current model of tenders does not work very well and there seems to be little or no incentive (or deterrents) for contractors to keep roads in good shape. The current road infrastructure is dismal and would require a major system overhaul to facilitate finances and will required for replacing the existing material with quiet asphalt. But yes, this probably seems more doable.

3) The municipal corp did consider having a BRTS system (a la the Bogota model) but their surveys led to the conclusion that improving the existing suburban rail system with more frequent services was more impactful. In terms of point-to-point connectivity, Mumbai certainly has very good infrastructure (especially compared to Bengaluru and Pune).

4) Don't forget about the honking! There's little or no honking in Delft.
asamant
·5 anni fa·discuss
As a resident of Delft (and originally hailing from Mumbai) I can vouch for the subjective difference in average noise levels one would be exposed to - coming from a bustling city filled with "layers" of various sounds (trains, honks, crowd, etc.) to a town where most of the sound seems to come from people, the difference is considerable.

Naturally, Delft cannot be compared to Mumbai (whose population is more than the entire population of the Netherlands), but having had first-hand experience of spending a considerable amount of time in both places, I simply cannot overstate the peace of mind felt with extremely low noise levels. As far as a good solution to noise levels in cities like Mumbai goes, there's a whole lot to be done - and a Delftian approach certainly wouldn't work.
asamant
·5 anni fa·discuss
On similar lines I had a course on software architecture [0] during my Master's in which students had to choose a sufficiently complex open source project and analyze it from an architectural perspective, summarizing their findings in the form of chapters to be compiled in a book [1] inspired by [2]. We were also highly encouraged to raise PRs though it wasn't compulsory. Most student groups did end up raising PRs and getting them merged, albeit most were understandably minor ones given the short timeline (~2.5 months for the entire course).

Personally I can say it was a really good experience and it certainly made me look at open source development (and programming in general) from a more nuanced perspective - and I suppose it would definitely be a good idea to introduce such courses when students are sufficiently prepared for them, in the more advanced stages of their study programmes.

[0] - "IN4315 Software Architecture" (https://se.ewi.tudelft.nl/delftswa/) [1] - "DESOSA 2019" (https://se.ewi.tudelft.nl/desosa2019/) [2] - "AOSA" (http://aosabook.org/en/index.html)