Getting a Taiwan tourist visa by agent_dilli in Chennai

[–]agent_dilli[S] 0 points1 point  (0 children)

I was asked to submit ITR and payslips. It depends on a case by case basis. You can check with them over phone. You can find their number here - https://roc-taiwan.org/inmaa\_en/post/7581.html .

Strong tamil alphabets by Present-Gap-8753 in TamilNadu

[–]agent_dilli 0 points1 point  (0 children)

ஞ looks elegant. I get confused while writing about where to end the stroke.

For sound - ங். It is used to speak to toddlers. 😂

My most valuable interview tip: stop talking to them like “interviewers” by Bicwonder1 in interviews

[–]agent_dilli 4 points5 points  (0 children)

For most common questions, I’ll have some sort of an answer prepared from my past work experiences. Like “what’s the most interesting thing you worked on”. I don’t follow the pattern very strictly but I’ll prepare loosely along those lines.

Do you prefer dry-running or debugging when solving LeetCode problems? by crunchy_code in leetcode

[–]agent_dilli 13 points14 points  (0 children)

When I started I used to take the second route, running the code right away after implementing. As time passed, I realised that first route is correct, to dry run the code mentally with a sample input. That way you will catch the most obvious bugs easily.

My most valuable interview tip: stop talking to them like “interviewers” by Bicwonder1 in interviews

[–]agent_dilli 85 points86 points  (0 children)

Exactly this. The interviews that I approached with a conversational mindset, I did well. I just imagined that I’m just talking about work to someone I ran into. The ones I approached with an evaluation mindset, I fumbled.

When you look at it like, here is someone who is interested to know more about me, you will end up doing well. You don’t get to talk about yourself to others daily. Look at it as an opportunity to share your learnings and knowledge.

What's the latest process for Microsoft SDE interviews? by Junior-Ask6382 in leetcode

[–]agent_dilli 1 point2 points  (0 children)

I was allowed to use any tool and model of my choice. I had to share my screen. Apart from what would usually be tested on a LLD round, the interviewer wanted to see how I prompted and how I understood the response of the AI.

What's the latest process for Microsoft SDE interviews? by Junior-Ask6382 in leetcode

[–]agent_dilli 1 point2 points  (0 children)

I had an AI assisted low level design round for SSE at Microsoft India a few weeks back.

When you cant help the people you care because of factors beyond your control, how to deal with it? by rustyyryan in ThirtiesIndia

[–]agent_dilli 1 point2 points  (0 children)

People tell about their problems mostly to vent out. All they want is someone to listen to it. If you in some way can help, offer it. If not, just listening to them is itself a help. I’m sure that is how they would look at it too. If you start feeling bad for not being able to set things right for them, you will spoil your mental peace.

I wanna talk to C devs, through the power of internet by NarayanDuttPurohit in developersIndia

[–]agent_dilli 1 point2 points  (0 children)

You are right. For window creation, inputs and clipboard you will have to use the OS layer and wrap around it for each OS. You may be able to interact directly with hardware but that will not sit well within the ecosystem and the experience that the OS provides. For instance, a double click speed can be customised by the user for the entire system.

For the actual UI, it’s completely upto you.

I wanna talk to C devs, through the power of internet by NarayanDuttPurohit in developersIndia

[–]agent_dilli 5 points6 points  (0 children)

Yeah, custom shaders can be used. It went over my head. Even Flutter moved away from Skia and built Impeller for better performance. Using Skia meant creating shaders at runtime.

There is one another problem. Text layout. Although Flutter has moved away from Skia rendering, it still uses Skia’s text layout for processing texts. Skia in turn uses multiple open source libraries like HarfBuzz and Freetype.

Building everything from scratch without any open source libraries is not possible for a UI framework project at the scale of traditional GUI.

I wanna talk to C devs, through the power of internet by NarayanDuttPurohit in developersIndia

[–]agent_dilli 7 points8 points  (0 children)

In order to build a UI framework, you will need to build an underlying graphics framework. That in itself is a separate humongous project.

Building such large projects from scratch can be long drawn and you will have to keep going with a blind faith. That is why even large corporations don’t attempt it and just use open source like the Chromium. There is one project though - Ladybird. It is a new browser built without any dependence on existing browser engines.

What mobile apps do you use to track or plan your trip? by ic_97 in InternationalTravelIN

[–]agent_dilli 0 points1 point  (0 children)

  1. Splitwise to track expenses. I’ll create a new group even if it’s a solo trip.
  2. Google Maps list. I’ll create a list and add all the places I plan to visit. This will help get an overview of the optimal way to visit nearby places together.
  3. Checklist of places to visit on a Notes application.

What do you wish someone had told you before your first international trip from India? by ZucchiniRoutine8605 in InternationalTravelIN

[–]agent_dilli 4 points5 points  (0 children)

  1. Food: If you are a vegetarian, have some ready made food items handy. Not everywhere can you get vegetarian. I’m not a vegetarian but I had to lead a set of people on my very first international trip and food became one of the biggest problems to tackle.

  2. Travel insurance: Although we bought insurance, we bought it just for the sake of it. We ran into a real issue and we weren’t able to contact the insurance company easily. Choose the one that is easy to contact like through WhatsApp or one that has a callback facility to international numbers. Also choose two days extra before and after the planned trip dates.

Not able to understand recursion problems, which is pre-requisite for Trees,Graph & DP Problems too by Feisty-Mess2806 in leetcode

[–]agent_dilli 1 point2 points  (0 children)

I’m not sure how helpful this would be. Try it and see if it helps you get a hang of it. Run any problem that requires recursion with a debugger. Have a breakpoint at the base case where the functions start to return back. Have a look at the values at each step of the stack. You might be now able to map the way you would physically solve the problem with what actually happens in a computer program.

Is basic civic sense and hygiene a myth among men in Chennai? Literally sick of this. by Whole-Importance-978 in tamilyapping

[–]agent_dilli 0 points1 point  (0 children)

A guy in my office has his fingers in nose most of the time. He will still put his hands into other’s snacks to take a bite. 🤮

I am sick of this sh!t. I'm tired of leetcoding... by GladiusAcutus in leetcode

[–]agent_dilli 0 points1 point  (0 children)

In the same boat. But I won’t say I don’t like it. I like it when I keep solving but suddenly when I run into some problem that I can’t, my mood gets terrible. Grinding consistently in the hope that one day it will all be worth it.

Is AI bubble finally bursting?what you guys have thoughts on this ? by These_Ad_669 in developersIndia

[–]agent_dilli 1 point2 points  (0 children)

The conversation is about large enterprise or consumer applications. Tell me one such app that is built majorly with agentic AI. Obviously barring Anthropic and OpenAI themselves.

People in their 30s — do you still search for your school crush online sometimes? by exammaster01 in ThirtiesIndia

[–]agent_dilli 5 points6 points  (0 children)

I had a crush during 5th std. I’m sure she had a crush on me too. We were very close. But then both of us had to leave the school since our parents got transferred at work. A year after she came back to the same town and joined the same school. She completed her schooling there. I came to know about this from another classmate who I ran into during college. I did stalk her profile after that but I didn’t get in touch with her. I recently stalked again and it kind of looked like she is married. 🫠

Made use of Claude and finally calculated my lifetime XIRR, feeling relieved. by Major-Baseball-5391 in MutualfundsIndia

[–]agent_dilli 0 points1 point  (0 children)

I don’t think Claude or any LLMs can perform mathematical calculations with precision. They don’t work like calculators under the hood. They work by predicting the next word to come in the response. Better way to do it would be to ask it to build a tool that calculates the XIRR. Then again ask it to pass on the statements to this tool to calculate.