reachtarunhere's comments

reachtarunhere | 2 months ago | on: Mistral releases Devstral2 and Mistral Vibe CLI

If your goal is to edit code and not discuss it aider also supports a watch mode. You can keep adding comments about what you want it to do in a minimal format and it will make changes to the files and you can diff/revert them.

reachtarunhere | 2 years ago | on: What scientists must know about hardware to write fast code (2020)

> My experience is a first implementation / novice programmer will write Julia code of a similar speed to python.

No because of JIT compilation he would write code faster than Python by default. Now to truly rival optimized C++ code one has to do the tricks mentioned in this post like optimizing memory access, SIMD and maximizing instruction parallelism.

The key point is you are better off by default and can do some ugly stuff in the critical parts of the code while still using the same language.

reachtarunhere | 4 years ago | on: Trapped in Silicon Valley’s hidden caste system

I don't belong to the SC/ST group. I don't wear the thread and none of my friends (no matter which group they come from) do. So I am not sure what is your point? Once again this is some stupid journo not doing research and spreading FUD. If Westerners want to be moralizing the first thing they should start with is being sound about their research. Even actual issues will be dismissed in future by larger population in India if this is the kind of work that is presented as truth.

reachtarunhere | 5 years ago | on: Google to Invest $10B in India

Hypothetical Example: I would tell my dad that I'll give a missed call and let it ring just thrice once I got safely to University from home.

Actual Example from my life: My dad had a cellular plan that had lots of free minutes of calling. So, I would just give him a missed call and he would call back. This was the early 2000s I think.

reachtarunhere | 6 years ago | on: Ken Thompson's Unix Password

It's always that kid. I did something similar in high school with luckily no serious repercussions but yup it was another kid who ratted me out. I could have changed my grades and stuff but luckily I was pretty content. The network admin who I really looked up to and asked lots of technical questions vouched for me. I think the fact that I only played around with the admin account for fun and never touched anything else helped my case.
page 1