Tanmay πŸͺΌ's Avatar

Tanmay πŸͺΌ

@tanmay.cloud

Computers, Mindfulness

9
Followers
7
Following
41
Posts
19.11.2024
Joined
Posts Following

Latest posts by Tanmay πŸͺΌ @tanmay.cloud

No. If I create som kind of content then I would love to do something to hook people

09.01.2025 11:31 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Idk. i liked it, but spice is missing to forcefully hook me.

08.01.2025 11:45 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

Another companion just arrived. πŸ‘Ύ

07.01.2025 09:54 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Naval's X post on AI replacing Humans.

Naval's X post on AI replacing Humans.

I do think this. AI is a tool for engineers to replace designers, marketing team, financial team etc.

05.01.2025 17:55 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

This was an amazing experience.

This was my stepping stone for future.

04.01.2025 09:58 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

This is my last few days at Nirmata. I had an amazing learning opportunity, went to Bangalore for team meet, talked with various kind of people from around the world, spend time with cs team to understand customer needs, gave timelines to customer, and coded what they have asked.

04.01.2025 09:58 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
Simbian.ai | Autonomous AI Agents for Intelligent Defense Simbian's AI Agents collaborate with your security team to enhance the intelligence, speed, and efficiency of your entire security program.

I will be joining Simbian AI as a Software Engineer to build a system for coming era to control cyberattacks through AI.

Learn More: simbian.ai

03.01.2025 05:22 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Forecasting: Tech Jobs will increase in 2025.

01.01.2025 05:38 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I smoked away 2024 πŸ’¨

01.01.2025 04:56 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Happy New Year βœ¨πŸ•ΉοΈ

Have to play 2025 in hard mode.

31.12.2024 22:12 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I resigning another company and sent a request mail to previous company to withdraw my agreement as it's not yet the effective date of the agreement.

31.12.2024 13:18 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I signed the YC company and rejected the other offer. No more thinking and decision making, let's do whatever is there.

29.12.2024 06:10 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Why do you say so?

28.12.2024 03:52 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I was getting no offer to atleast getting two decent offers all of a sudden. Everything for god.

27.12.2024 19:53 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

YC company's CEO has hidden ego and he seems a manipulative.

27.12.2024 19:50 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

But both company is asking to sign now or reject.

27.12.2024 19:45 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I got two SDE offers with good pay for me from two early startups with 6-12 people. One of them is YC funded, remote and paying the same. So I am going with it.

But I am interviewing on another company where I wants to work more. I am waiting for offer/rejection from them now.

πŸ₯΄

27.12.2024 19:43 πŸ‘ 1 πŸ” 0 πŸ’¬ 3 πŸ“Œ 1

Now I've no option. I got to know, if I've an opportunity outside then I can leverage that to get to work full-time here.

At first, I thought I will joined this company, keep working and when internship ends, I'll get the full-time. But the scene is different.

Any advice or suggestions for me?

17.12.2024 07:13 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

My employer is not directly giving me PPO, but I want to work here. My manager and others don't seem to care, and their advice seems shady. I don't know; maybe that's the problem with my thought process.

Recently, I had another internship opportunity at a YC-funded startup but I rejected that.

17.12.2024 07:13 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

How it works?

When you write x = 5, x lives on the stack, while 5 might live in the heap (depends on the language).

Stack: Optimized for speed but limited in size.

Heap: Flexible, but slower and prone to fragmentation.

Efficient programs balance both.

16.12.2024 11:43 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

2. Heap:

Bigger, slower, and unstructured. Think of it as a "warehouse" for complex or long-lived data.

Stores objects, arrays, and dynamically allocated memory.

Requires manual cleanup (or garbage collection).

16.12.2024 11:43 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

1. Stack:

Fast, temporary, and structured like a "last-in, first-out" stack of plates.

Stores function calls, local variables, and primitive values.

Automatically managedβ€”data is erased when the function ends.

16.12.2024 11:43 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
RAM with Stack and Heap.

RAM with Stack and Heap.

Stack vs Heap: Understanding RAM in Simple Terms

RAM is your computer's short-term memory, split into two key areas: Stack and Heap.

16.12.2024 11:43 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Day 5/60

β€’ Wakeup early
β€’ 2 Leetcode Qs
β€’ Spend the whole day mostly doing nothing

#60daysChallenge

14.12.2024 06:48 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Day 4/60

β€’ Spend time with cousins.
β€’ Went to cousins house.
β€’ Finished 3 Leetcode Qs on Stack
β€’ Published truelyrandom.vercel.app
β€’ Spend some time reading about EigenLayer

#60daysChallenge

14.12.2024 06:47 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Fresh morning!

Fresh morning!

A new day is brought to life.

I observed Sun is important for productivity.

14.12.2024 06:42 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Quantum Coin Flip

A simple demonstration of Quantum Qubit Calculation.
truelyrandom.vercel.app

12.12.2024 09:44 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Quantum Coin Flip

A simple demonstration of Quantum Qubit Calculation.
truelyrandom.vercel.app

12.12.2024 09:44 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Quantum Coin Flip

I forked a project, converted that to React and made some UI improvements.

This project is to demonstrate True Random Coin Flipping using Quantum Circuit.

Demo: truelyrandom.vercel.app

12.12.2024 09:42 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I have 512gb, haven't faced any issue yet. All backup is on Proton Drive.

12.12.2024 07:27 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0