> For the complete documentation index, see [llms.txt](https://i.janardhanpulivarthi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://i.janardhanpulivarthi.com/season-4.md).

# Season 4

- [Be original](https://i.janardhanpulivarthi.com/season-4/how-to-be-original.md): Can we improve our originality with practice?
- [Change and Contingency](https://i.janardhanpulivarthi.com/season-4/change-and-contiguity.md): Do we have the same opportunities, as others?
- [Read and write email](https://i.janardhanpulivarthi.com/season-4/read-and-write-email.md): The complex task of crafting a readable email
- [How to use Pomodoro](https://i.janardhanpulivarthi.com/season-4/how-to-use-pomodoro.md): Use Pomodoro technique to manage time from essential to advanced
- [Humans and software](https://i.janardhanpulivarthi.com/season-4/humans-and-software.md): The comparison and analogy between humans and the computer software
- [Saving money without money](https://i.janardhanpulivarthi.com/season-4/saving-money-without-money.md): some ways to save money without having todo with money
- [Five skills for Civil Engineers](https://i.janardhanpulivarthi.com/season-4/five-skills-for-civil-engineers.md): Essential skills for Civil Engineers for this decade
- [Que sera sera](https://i.janardhanpulivarthi.com/season-4/que-sera-sera.md): What will be, will be! - Do we really have the control we think?
- [Keep scrolling](https://i.janardhanpulivarthi.com/season-4/keep-scrolling.md): Keep watching, scrolling, and checking out profiles, shiny things
- [Being unemployed](https://i.janardhanpulivarthi.com/season-4/being-unemployed.md): A narrative about being unemployed for a while and how to keep going
- [Friendship and modularity](https://i.janardhanpulivarthi.com/season-4/friendship-and-modularity.md): How friendships can be described in discrete steps.
- [Happy is not a default emotion](https://i.janardhanpulivarthi.com/season-4/being-happy-is-not-default.md): Why do we feel that the default emotion is to be happy?
- [The missing piece in the online courses](https://i.janardhanpulivarthi.com/season-4/the-missing-piece-in-the-online-courses.md)
- [How to build products](https://i.janardhanpulivarthi.com/season-4/how-to-build-products.md)
- [I am always tired](https://i.janardhanpulivarthi.com/season-4/i-am-always-tired.md)
- [Instead company subscribe to user](https://i.janardhanpulivarthi.com/season-4/instead-company-subscribe-to-user.md): For data access, and the data will be time constrained
- [Car electric or diesel ask google ngram viewer](https://i.janardhanpulivarthi.com/season-4/car-electric-or-diesel-ask-google-ngram-viewer.md): Using google ngram viewer to know the trend
- [Emotional currency and binge watching](https://i.janardhanpulivarthi.com/season-4/emotional-currency-and-binge-watching.md)
- [ADR](https://i.janardhanpulivarthi.com/season-4/adr.md): Architectural Decision Record


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://i.janardhanpulivarthi.com/season-4.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
