“Blow your brains out” moments

Sometimes, as I am staring into the deep soul of my monitor, my mind momentarily drifts to thinking about the glimmering pixels which are being updated right before my eyes. Such an extraordinary piece of technology, now just tossed into commonness.

Now, it would be quite comical for a person to become fascinated by every single thing that they see around them but, this makes me wonder: what technology traits make people ‘blow their brains out’. And does this have any dependence on the time they were born into?

–> S curve growth of technology:

Jason in this blog post, talks about a “natural S curve” for analyzing progress and quotes:

Every technology, defined narrowly enough, goes through an S-curve: it starts out small, picks up steam, hits a hockey-stick inflection point, grows exponentially—and then starts to near saturation, slows down, levels off, plateaus.

And regarding how breakthroughs open the flood gates to new invention, he says:

… But when some breakthrough insight creates an entirely new field, it opens an entire new orchard of low-hanging fruit to pick.

I think this is an interesting way to think about progress and would be great to quantify this more rigorously.

–> How YOU can Invent the Future in 2022 — like the Wright Brothers did in 1903.

List of atmospheric optical phenomenon

A list of wonderful atmospheric optical phenomenon can be found here. My personal favorite being “The moon illusion”.

 

  • On the strong 5577Å spectrum line

  • The night sky emits strongly at 5577.338Å and is observed in all astronomical spectra. This post explores the origins of this sky emission.

 

 

  • Breath

  • Talking about the miracle molecule which keeps us alive, I recommend listening to  the episode titled “Breath” from Radiolab. This is a great episode where ” try to climb into the very center of this thing we all do, are all doing right now, and now, and now.

 

Revival of the ‘indie web’

 

 

 

How to ‘fix’ a boson?

When people encounter issues with their car or microwave or any man-made object, they are more likely to put on their engineering hats and try to ‘fix’ the problem (oftentimes succeeding in doing so). I find this approach of dealing with ‘man-made’ things rather interesting because, this assumes that there is a solution that exists which can ‘discovered’ upon inspection. This is also common in GitHub repositories where tons of issues get reported regularly and, people are able to eventually resolve them by making changes to the code.  Why do we believe that a solution must exist and pursue seeking it? Is it because it was made by another human being and ergo, a solution must exist? I am not sure, but it seems to serve as a motivation to try, which is powerful.

Having said that, I find it hard to transpose the same ‘fix it’ philosophy that applies so well to everyday things, to the study of nature. What are we trying to fix in nature? Well, if we were to let go of our perception that a scientist is someone who works in a lab and looks into a microscope all day, it becomes a little easier to tackle this question.

For example, what if we picture a particle physicist as someone who is fluent in python, QFT, GR and Group theory;  works primarily on ‘front-end architecture of atomic particles’ and maintains a GitHub repo titled ‘my-standard-model’ where typical issues in the repo would be along the lines of ‘missing charge’, ‘Help:ValueError: Output contains NaN, infinity or a value too large for dtype(‘float64′).’ and so on; And every couple of months or so, some of these issues end up getting resolved and a PR follows? It sounds a little weird to say it out loud but, certainly conceivable. I guess what I am trying to get at is that, this feedback loop of ‘found issue in model/codebase –> report it –> try to fix it –> if resolved, close issue –> repeat’ might be more universally applicable than we thought.

 

 

 

On supersonic passenger jets

I was recently watching this vox video and BBC documentary on the Concorde and supersonic travel. The fluid dynamics of air at mach speeds greater than 1 is a fascinating subject on its own accord.

 

  • Stagnation enthalpy

    • Stagnation enthalpy is defined as the ‘Enthalpy of a fluid when it is brought to rest from velocity v isentropically’. Stagnation properties such as Stagnation enthalphy, pressure, temperature are often used to quantify the fast moving air around a flight moving at supersonic speeds.
      • “For very low Mach numbers, the density of the air is a constant. But as the Mach number increases into the supersonic regime, some of the energy associated with the motion of the object compresses the gas and changes the density from its static value….. As the Mach number increases into the low hypersonic regime, some of the energy of the flow excites the vibrational modes of the diatomic molecules.”

 

  • How to photograph shock waves ?

    • Imaging shock waves in a laboratory can be achieved through specialized tools, but NASA regularly posts images of shock waves around jets flying way up in the sky. How does one begin to visualize shock waves from an around an aircraft at several thousands of feet in the air. This post runs through a few techniques that are commonly employed

 

  • Vapor cones and condensation
    • Slowing down to Transonic speeds, a visible cloud of condensed water form around a fast moving aircraft or object known as a ‘vapor cone’.

 

 

Searching for something on the internet

In a previous post in this series titled ‘Keeping up with research‘, we talked about how it’s becoming increasingly difficult for scientists to identify quality research work as the number of research papers increased in their field. I think this is not a discussion that pertains only to research, but hints at a more fundamental problem in parsing information on the internet.

 

  • Frustrating google results

    • This blog post (along with these Reddit and ycombinator threads) describes how google search result relevance has plummeted to the extent where users end up adding something like “site:reddit.com” to the search term to yield better results.

 

  • Normalization

    • Normalization refers to social processes through which ideas and actions come to be seen as ‘normal’ and become taken-for-granted or ‘natural’ in everyday life.
    • What’s more scarier than not getting relevant results? Search engines acting as a means to normalize thinking in society.
      • This thread dwells more into this idea.

 

  • Understanding the ‘internet brain’

    • This psychology today series on the ‘internet brain‘ explores how our brain responds to the stimulus from the internet. Although this does not solve any of the above issues directly, it might help us identify patterns leading to manipulation.

 

What’s the storyline? :april20,2022

 

What’s the storyline? :april21,2022

Keeping up with research

This physics today editorial talks about a study which found that as the number of paper in a field increases, it becomes increasingly difficult for researchers to recognize innovative work and progress, as a result, stalls. This got me into thinking about different ways to mitigate this issue:

 

  • Parsing journal articles faster?
    • Some journals include a ‘Plain Language Summary of article’ or ‘Significance of work’ in the abstract section of the paper. These are usually provided by the authors and might help readers parse information faster (although with some clear loss in details). Here are a few journals which have implemented some form of this:

 

  • Asking AI to summarize

    • A while ago, I stumbled upon this python module called Sumy and an online web summarizer (ExplainToMe) which were able to summarize contents of HTML pages and documents into a few sentences. And quite frankly. their performance was surprisingly good. Another way to address this issue might be invoke the machines and use NLP to solve this issue.

 

  • Online journal clubs

    • A more “unbiased” alternative to summarizing articles might be through online discussion (via YouTube, Reddit, twitter, forums, etc). I find Fermat’s library implementation for such a routine quite ideal. They discuss one interesting research article per week but also allow others to annotate and highlight.