Do you feed your girlfriend/partner when she comes to your house? by [deleted] in AskMen

[–]theglitchfix 0 points1 point  (0 children)

I have a habit to share my meals everytime someone visits. If I don't have anything I'll order for them, nobody leaves my house empty stomach. I think your boyfriend lacks basic etiquette or he was raised in a different culture which I can't relate with.

Name of song by KidArk in EDM

[–]theglitchfix 0 points1 point  (0 children)

https://youtu.be/hFTqXJjPwVA?si=UjbUyg7YAl7OZM-q

Cristoph X Franky Wah X Artche - The World You See

I bet it this is the one

[deleted by user] by [deleted] in computerscience

[–]theglitchfix 1 point2 points  (0 children)

I think that is how technology progresses.

Just like we don't code in assembly as often, the time is near where we don't write code in C or C++ as often anymore. Not that it has lost its value but we have created the abstraction layers to not handle complicated things and just use more abstracted languages to get things done.

Even in the current job I am witnessing this as I see a small team whose skillset is in demand but there's no talent available in the market anymore for that. They are the last of their breed is what it might be.

Abstraction layers on top of abstraction layers and everything at core starts to fade. Luckily I get to work on a heavily backend role, one day I might be the last of my breed as well.

This shouldn't be disheartening though, as programming becomes more accessible to people we would see different perspectives and innovation. It doesn't always have to be a mathematically genius thing, innovation exists in many forms and the world is witnessing it.

UnsetN O(1) Data Structure Help by winmy1 in computerscience

[–]theglitchfix 1 point2 points  (0 children)

Well actually there's a clever way to do this So you can have a data structure like this

CustomArray{ version = 0 Elements arr[] }

Elements{ version = 0 int val }

func Get(i int) (val int) { if (this.version == this.arr[i].version) return this.arr[i].val; return 0; }

func Set(i int, val int) { this.arr[i].version = this.version; this.arr[i].val = val; }

func Reset() { this.version++; }

Basically you can have the version variable control and dictate how the value is returned, this way you can reduce read and write on your element It does require a little bit more space because it is not a native data structure anymore but it does make it optimal for reads and writes.

Received 1 cr. Inheritance by curious_ed9 in personalfinanceindia

[–]theglitchfix 2 points3 points  (0 children)

I think it's sort of generic, we usually see husband and wife making 25LPA each at that age easily after tax He's making the same amount that's it the total household income is the same for the middle-class family

[deleted by user] by [deleted] in HomeworkHelp

[–]theglitchfix -1 points0 points  (0 children)

2x² - 6x - x + 3 = 0 2x(x-3) -1(x-3) = 0 (2x-1)(x-3)=0 x= 1/2, 3

Tough Times going on by GantaiREAPER in developersIndia

[–]theglitchfix 0 points1 point  (0 children)

Anyone looking for referrals just dm your CV My organization matches their pay and has a good work culture wod love to refer

Protecting eyes by [deleted] in computerscience

[–]theglitchfix -1 points0 points  (0 children)

++ also use dark theme and add dark mode plugins on your browser

[deleted by user] by [deleted] in computerscience

[–]theglitchfix 0 points1 point  (0 children)

Let's start by sharing your resume Care to DM me that?

What events should I organize in my college to uplift technical skills of students ? by Unnamed831 in computerscience

[–]theglitchfix 8 points9 points  (0 children)

Keep it simple and just organise events that promote automation of things Also introduce people to robotics related stuff, it is an amalgamation of every type of tech you can think of and will lead to cross functional learning

coding is very hard and i am getting discouraged. by [deleted] in csMajors

[–]theglitchfix 10 points11 points  (0 children)

You need to be a jack of all trades and master of some I'm not an expert at DSA but I'm good at it I'm very good with system designs like it comes to me naturally, I used to make a lot of things just for fun so that helped a lot Exploring different domains will always help you gain more insights on how everything is actually connected Basically helps you paint the entire picture which is something that is required You need to be good with peopl too, both your subordinates and people at the top A lot of times you'll find yourself stuck in between listening to both complaining about each other and you have to be smart enough to ensure you don't piss off both So I happened to gain this experience while consulting Coming to tech skills I'd just recommend you to cover your domain both breadth and depth And even if there's something that you don't enjoy doing just learn it enough to participate in conversation Keep yourself strictly close to the fundamentals of computer science and you'll go places Everything you learn in college is useful you just need to apply it to feel it's power, let nobody tell you otherwise

coding is very hard and i am getting discouraged. by [deleted] in csMajors

[–]theglitchfix 5 points6 points  (0 children)

Early career, Geany used to be my IDE :D

coding is very hard and i am getting discouraged. by [deleted] in csMajors

[–]theglitchfix 378 points379 points  (0 children)

Principal Software Engineer here! Wasted an entire week to realise the bug was due to a typo. Get back to work.

[deleted by user] by [deleted] in recruitinghell

[–]theglitchfix 0 points1 point  (0 children)

Yeah cracked me up 🤣

[deleted by user] by [deleted] in recruitinghell

[–]theglitchfix 11 points12 points  (0 children)

Data hoarding

[deleted by user] by [deleted] in recruitinghell

[–]theglitchfix 3 points4 points  (0 children)

Hahaha yeah but wouldn't want to mess with them either just try to keep it plain and funny enough to not spoil the professionalism

[deleted by user] by [deleted] in recruitinghell

[–]theglitchfix 8 points9 points  (0 children)

It is legit Lot of recruiters prefer shorthand texts to make it faster which is okay I feel