#random

Non-work banter and water cooler conversation

All Messages

Nityesh Agarwal March 26, 2020 at 02:25 PM

Room k bahar hall me papa log hai

Paridhi Agarwal March 25, 2020 at 03:39 PM

  1. The price and odometer columns are numeric values stored as text. For each column, we: + remove any non-numeric characters. + convert the column to a numeric dtype. + rename the column to odometer_km

Nityesh Agarwal December 13, 2019 at 06:01 PM

https://jvns.ca/

Paridhi Agarwal November 27, 2019 at 07:22 PM

TIP: IT COMPILED OR IT RAN != IT IS CORRECT
Just because a program compiled(!) or even ran once or many times correctly does not mean the program is correct. Many events may have conspired to get you to a point where you believe it works, but then something changes and it stops. A common student reaction is to say (or yell)
“But it worked before!” and then blame the compiler, operating system,
hardware, or even (dare we say it) the professor. But the problem is usually right where you think it would be, in your code. Get to work and
debug it before you blame those other components.

Paridhi Agarwal November 27, 2019 at 07:22 PM

Read this 😛 :

Paridhi Agarwal November 27, 2019 at 01:39 PM

TIP: REBOOT IS USEFUL
Earlier on, we noted that the only solution to infinite loops (and similar
behaviors) under cooperative preemption is to reboot the machine. While
you may scoff at this hack, researchers have shown that reboot (or in general, starting over some piece of software) can be a hugely useful tool in
building robust systems [C+04].
Specifically, reboot is useful because it moves software back to a known
and likely more tested state. Reboots also reclaim stale or leaked resources (e.g., memory) which may otherwise be hard to handle. Finally,
reboots are easy to automate. For all of these reasons, it is not uncommon
in large-scale cluster Internet services for system management software
to periodically reboot sets of machines in order to reset them and thus
obtain the advantages listed above.
Thus, next time you reboot, you are not just enacting some ugly hack.
Rather, you are using a time-tested approach to improving the behavior
of a computer system. Well done!

Paridhi Agarwal November 27, 2019 at 01:38 PM

It should be noted that not all operating-system actions track CPU performance. As Ousterhout observed, many OS operations are memory
intensive, and memory bandwidth has not improved as dramatically as
processor speed over time [O90]. Thus, depending on your workload,
buying the latest and greatest processor may not speed up your OS as
much as you might hope.

Paridhi Agarwal October 03, 2019 at 10:01 AM

MYNTRANEW300

Paridhi Agarwal October 03, 2019 at 09:59 AM

MYNTRANEW300COPIED

Nityesh Agarwal September 29, 2019 at 05:45 PM

🙈

Paridhi Agarwal September 29, 2019 at 05:44 PM

your hair 😭

Nityesh Agarwal September 29, 2019 at 05:44 PM

What about this?

Paridhi Agarwal September 29, 2019 at 05:44 PM

yesssssss 😭

Nityesh Agarwal September 29, 2019 at 05:43 PM

is this cute?

Loading more messages...

Tip: Use quotes for exact phrases, "from:username" to filter search results by user