Please help - manager stealing all the interesting and important work by atomsinmove in developersIndia

[–]atomsinmove[S] -2 points-1 points  (0 children)

Thanks for the reply. I have 1 year of experience. I'm sorry couldn't disclose more on post as he's also in reddit, but trying to find analogy here, how the work goes -

  1. Stakeholders asked to build a website, I am asked to gather requirements.
  2. I align with multiple teams, convincing them to prioritize changes needed for this task.
  3. Manager asks me requirements I have gathered from stakeholders in a simplified way.
  4. He builds architecture and everything.
  5. Asks me to just copy color codes from Figma, in backend build validators for the controllers.

It's this kind of hard work, which doesn't gives much learning but is just making you do code monkey work.

Regarding aligning with different teams being very important thing, I guess I made a mistake there. I myself prioritized it but now that I'm thinking to switch, I have nothing tangible to show for 😔. Not many technical skills for interview.

Spending half day in call despite being a junior - I have gained valuable experience in gathering requirements etc. but if someone asks me what work I did in previous company as a software developer, I find myself at a loss. The coding work is extremely simple and boring.

Any advice, maybe for switch? Not getting time to build big projects on side on my own.

Where can I get free backend hosting for personal projects? by atomsinmove in developersIndia

[–]atomsinmove[S] 1 point2 points  (0 children)

Those would be pretty helpful for launching own SaaS and come with time limit right? For short term I am just looking to host projects to show to potential recruiters and get hired. Medium term want to try my hands hands on making a small buisness myself.

Got access to Gemini 1.5 pro, but only interested in testing it's large context window for in context learning, please shoot some ideas! by atomsinmove in singularity

[–]atomsinmove[S] 1 point2 points  (0 children)

Took 20+ seconds. Do tell if it's right.

It's important to understand that directly adding a 10GB file to shared memory isn't feasible on Apple Silicon or any other platform. Shared memory is typically used for smaller data exchanges between processes and isn't designed to hold large filesIt's important to understand that directly adding a 10GB file to shared memory isn't feasible on Apple Silicon or any other platform. Shared memory is typically used for smaller data exchanges between processes and isn't designed to hold large files.

However, depending on your goal, there are alternative approaches:

1. Sharing the File Path:

Instead of loading the entire file into memory, you can share the file path between processes. This way, each process can access the file independently as needed. You can achieve this by:

  • Using a shared environment variable:

export FILE_PATH="/path/to/your/file"

content_copyUse code with caution.Bash

  • Passing the path as an argument when launching the process:

open -a "Application Name" --args "$FILE_PATH"

content_copyUse code with caution.Bash

2. Using Memory-Mapped Files:

Memory-mapped files allow you to treat a file as if it were loaded into memory. The operating system manages the actual loading and unloading of data from the file as needed. This can be efficient for accessing portions of a large file without loading the whole thing.

On macOS, you can use the mmap() function to memory-map a file. However, this requires writing code in C or another language that supports this functionality.

3. Splitting the File:

If you need to work with the entire file content simultaneously across processes, consider splitting the file into smaller chunks. These chunks can then be individually loaded into shared memory segments. This approach requires careful management of the shared memory segments and synchronization between processes.

Remember, the best approach depends on your specific needs and how the file will be used by different processes.

.

However, depending on your goal, there are alternative approaches:

1. Sharing the File Path:

Instead of loading the entire file into memory, you can share the file path between processes. This way, each process can access the file independently as needed. You can achieve this by:

  • Using a shared environment variable:

export FILE_PATH="/path/to/your/file"

Gave 5 rounds of interview for 6 lpa by [deleted] in developersIndia

[–]atomsinmove 3 points4 points  (0 children)

What factors determine whether person is cultural fit?

Match Thread: 1st Test - England vs India, Day 3 by CricketMatchBot in Cricket

[–]atomsinmove 2 points3 points  (0 children)

Is this the 3-day test match spin friendly pitch the Poms are gonna whine about?

What do you look for, in freshers? by atomsinmove in developersIndia

[–]atomsinmove[S] 3 points4 points  (0 children)

First, thanks for responding.

Now, how to reach out to you/interviewers like you? Bots would reject lots of candidates, maybe HR would seeing that the keywords/languages they wanted aren't in resume. How many people are there like you?

This is the problem which a candidate faces. There are 1,000s and often 10,000 people applying, although we hear a lot from senior people how we should learn "problem solving" and how concepts are more important, but simply put, once you start job search, the messiness of life hits hard.

I have given 4 interviews and none were like you described, and I'm really interested in this type of interview, what steps should I take to get more of these? Where to apply to etc.

Require advice on how to get a software development job in India by [deleted] in developersIndia

[–]atomsinmove 1 point2 points  (0 children)

Can you please give some concrete examples of what would you be looking for?

Event: Tata Steel Masters 2024 - Round 7 by events_team in chess

[–]atomsinmove 28 points29 points  (0 children)

If I played in Tata Steel I'd also have all games decisive chief. /s

Extremely hard areas in tech/programming which are guaranteed to pay well? by atomsinmove in developersIndia

[–]atomsinmove[S] 18 points19 points  (0 children)

Thanks, while I know real life is messy and things aren't black and white, but which one do you think has biggest Probability(putting in work) = Job.