HN user

vcool07

604 karma
Posts18
Comments68
View on HN
gitgudapps.com 4mo ago

Show HN: I Built an Offline Productivity System That Connects Goals and Systems

vcool07
1pts0
vinitvr.pages.dev 6mo ago

How I Handle My Finances Without a Monthly Salary

vcool07
1pts0
vinitvr.pages.dev 6mo ago

What Stress Feels Like After Leaving a Salaried Job

vcool07
2pts1
news.ycombinator.com 1y ago

Ask HN: Is there any point to re-skilling on ds/ algo as a sr.engineer?

vcool07
3pts1
news.ycombinator.com 1y ago

Ask HN: Is indie game dev a viable solopreneur option in 2025?

vcool07
1pts3
news.ycombinator.com 1y ago

Ask HN: Do you indulge in side projects to complement your day job?

vcool07
2pts3
news.ycombinator.com 3y ago

Ask HN: Is it possible to have a structured work day in software dev?

vcool07
149pts144
news.ycombinator.com 4y ago

Ask HN: How do you move up the career ladder being a senior developer?

vcool07
3pts4
news.ycombinator.com 5y ago

Ask HN: Working on side projects, need some advice

vcool07
3pts1
news.ycombinator.com 6y ago

Ask HN: How to improve code quality while maintaining decent velocity?

vcool07
200pts175
news.ycombinator.com 7y ago

Ask HN: Features you would like to see in a personal project management software

vcool07
3pts4
news.ycombinator.com 8y ago

Ask HN: How good is the job market for .NET stack?

vcool07
7pts9
news.ycombinator.com 8y ago

Ask HN: How to start afresh in a new domain after years of expertise in another?

vcool07
389pts88
news.ycombinator.com 9y ago

Ask HN: Why did hangouts(Google talk) not take off as it should've?

vcool07
2pts1
news.ycombinator.com 9y ago

Ask HN: People above 35, would you risk your job and start a company?

vcool07
53pts49
news.ycombinator.com 9y ago

Ask HN: Best practises for solo developer?

vcool07
30pts8
news.ycombinator.com 9y ago

Ask HN: How many of the startups here use Microsoft Stack?

vcool07
6pts7
news.ycombinator.com 9y ago

Ask HN: How did you prepare for tech interviews at the Big4(MS,Googl,Amazon,FB)?

vcool07
1pts0

I'm always curious to know whats the motivation behind these kind of side projects ? Is it just to scratch a technical itch ? To build a product for oneself because you are not really happy with anything else on the market ? Learn a new skillset ? Enhance the resume with a new cool project ?

Not exactly 30 years ago, but I started my career in early-mid 2000s at a IT services firm. We were working on fixing bugs/building small features for a telecom network equipment of a major multinational ( at that time).

Work was mostly well distributed/planned well in advance and overtime was only around field testing/release dates/acceptance test etc, none of this on demand agile bs that we've these days. Every major/large feature was broken into requirements (or use-cases in some projects) and these were were written by a very senior person (or a group of them) and it would be reviewed for every spelling mistake (I kid you not) before handing it over to the dev team. We used to have workshops where people from different modules (old name for the modern micro services) would sit around a physical table (not a slack/teams meeting) and would pore through the printed document or on their laptop and one person would literally take notes on what was discussed, what were open issues for the next meeting etc. Only when every requirement was completely addressed it would get a green signal to move to dev.

Test / Dev were different teams, and in companies where I worked V model was popular where a test team would write test cases and dev team would write code against these requirements. Testing was a vertical in itself and while devs usually handled Unit/Module testing, system integration testing, field testing, customer acceptance testing were done by dedicated teams. The goal was to capture 90% of defects in MT, some 7-8% in SIT and only 1-2% from field and theoretically nothing post release. We (devs) used to have goals given on how many bugs can be expected from each of the phases to determine our quality of coding. Code reviews had a reviewer, moderator, approver and so on making it a very important event (not the offline bs that happens today). A post release bug would be a nasty escalation on both dev/test teams.

Did I also mention that the MNC had a tech support team who had good knowledge of most systems at high level, worked in shifts and unless there was a bug which required code change, would be able to handle & resolve most escalations from customer. Bugs requiring code change would be sent to the dev team only after a formal handshake between dev and support teams. The bugs would get treated the same way like a feature, and went in maintenance packages released every once in a while (same cycle of dev/testing as features)

There were separate teams in some projects, one for bug fixing of previous releases and one for building new features for an upcoming release and they used to be rotated out after a release !

I always thought that moving to agile/scrum would make life easy and fast. While it shortened release cycles, software quality has taken a huge hit, most code these days are copy/pasted , reviews are mostly lip-service and the end result is that most engineers are forced to do pager duty and are called to fix the mess they made round the clock. Interview processes are mostly focused on irrelevant ds/algo questions and abstract design problems with little to no emphasis on a candidate's experience. I had one interviewer tell me that they really don't care about a candidate's experience but only his performance in the interview matters (yeah, no sh1t sherlock, explains why the company needs 24x7 on call dev support !)

Call me old fashioned, but I do miss the old way of building boxed software (plan/analyze/design/code/test/ship and maintain). Work was relatively more predictable and office felt like a place where people actually collaborated and worked together to build something they could be proud of !

Eating is not just to survive, human body is not an automobile that you fill gasoline in and make it work. If thats the expectation, then whats the difference between a human and a machine ? Buying food, cooking it, or baking a nice recipe you found, sharing food with friends, calling over your friends/family to dinner, having a nice meal with everyone, these are all interactions that makes us human. Get rid of all of them , then humans are not "living" anymore, they are simply "existing".

The reasoning provided by someone to me was that at a org level, it's more cost effective for the org to replace those 1-2 departures with the market rate salary, than raise the salary of the whole team to the market rate.

Many people stay back in a company even knowing they could probably get more if they try else where (ex: work like balance, friends, job security in the long term, exciting work etc). When a org has sufficient no of such ppl, it doesn't matter to them when they lose some 1-2 start performers. Also, there's no guarantee those star performers would stay back even if they are paid higher salaries !!

Maybe a wild guess, but anything thats not related to ads/marketing/analytics etc., are too difficult to monetize by a solo founder ? Or maybe the other areas too difficult to get into not just in terms of software complexity, but in terms of support requirement , availability SLAs etc ?

If you know c#, then .net6 released recently, which is a LTS release and has really cool features like hot reload, minimal API etc. It also has sufficient performance improvements as compared to its predecessors. As a language, personally I find C# to be much easier and better to use as compared to java/python, especially for web dev and C# 10 has some really good language improvements like record types etc. I have used it mostly in windows env, so, not sure about it's performance on Linux, but considering its cross platform, I'm guessing it would be good.

I read this somewhere that, instead of focusing on "what to do ?", shift your focus to "why do you need to do it ?". If you focus on the why and can convince yourself on the importance of it, maybe it would get done. On the other hand, if your "why" is shaky, then most probably somewhere in the back of your mind it's marked as "not important". It's like one of those things that you just want, but don't really "need", so no wonder you lose interest pretty soon.

I'm surprised at the no. of recommendations for resharper even now. I thought most of the new features of resharper was already included as part of VS2019. Any specific feature that's missing ?

I would like to add my 2 cents here :

1. If you want to do something but not able to do anything about it, maybe its not something you "want" to do. It's like swimming against the tide, it'll always be hard. So, instead find something you "want" to do. For ex: deep down you might enjoy painting, but looking at an article on how some programmer made millions by selling his startup, you might be tempted to try your hand at coding. But no matter how much you motivate yourself, your mind will continue to resist when the implementation phase comes, as, deep down, that's not what you are interested in.

2. When you start a project, don't spend too much of time on planning/research. Any project you start, try to finish atleast the most important parts of it while your initial enthusiasm lasts. If you spend most of your initial enthusiasm on planning/research and other stuff, you'll have little energy left for implementation. Start and course correct along the way.

Something called 'integration testing' that has to be done before the final build which clearly flags off any compatibility issues between components.

Every component comes with a major/minor release no., which tells about the nature of change that has gone in. For ex: Major rel is incremented for a change that usually introduces a new feature/interface. Minor release no are reserved for bug fixes/optimizations, that are more internal to the component.

The build manager can go through the list of all the delivered fixes and cherry pick the few which can go to the final build.

I've seen people doing the same in South Korea, where people used to travel from a whole other town to work. They used to leave office around 10 in the night, and would be back in office by 7:30 AM the next day. I used to wonder if they even slept !

Even here at Bangalore/India, I spend close to 3 hours in travel. Fortunately I've pick-up/drop facility to office from home. So, I just sleep in the office cab.

It's only strange until you get used to it. Once you are used to the travel routine, you can start to explore newer ways to make the commute time more productive (reading/writing a book, learning a new programming language, taking a power nap etc).

If you are really short of ideas, just check one of the existing popular services which you use and see if you can offer the same at a cheaper rate. For ex: if a 'package delivery service' is charging $1 for delivering a package, see if you can provide the same service 50 cents cheaper, while maintaining the quality of service.

You don't necessarily need to burn cash / offer insane discounts to achieve it. Cost reduction can also be achieved by improving the supply chain to make it more efficient, thereby reducing cost. For ex: replacing paid software with free/open source alternatives, automating some of the mundane tasks etc.

Just out of curiosity, if the sport is so violent/unsafe for kids, why not ban it for under 18 players ? Or is it that, only a small subsection of the american population find it violent/unsafe and the rest are completely fine with it ? I find it difficult to understand how parents could allow their children to play a sport knowing it might cause permanent brain damage to his/her kid. Maybe we're missing something in this debate ?

$5000 + $600 maintenance fee ? Looks more fit for Billion$$ businesses who have run out of ideas on what to do with their money.

I think it would be wise to try start scouting for opportunities outside of the company. This will also give you a clear picture on what your skills are worth in the current market and if the problem is basically with the company or your profile. If you are not being assigned to any work, it's not really a good sign, so it's better to always keep your options open. Having another offer in hand would also give you some leverage if you want to bring up the topic of unsatisfactory work with your boss in your current role.

Option 2 : Suck it up and work on improving the situation. Instead of throwing in the towel and going on a quest for self discovery, find ways to avoid stress. Take up yoga/gym classes or play some video games in between. Take your wife shopping, have quick power naps just google and see what works for you. You are not the first person to be in this situation, discuss with your peers on how they handle it and try to see if you can incorporate some of their good habits.

You're having a company which you started and which you say is profitable, don't throw away all that due to some temporary situation. Instead of running away, face it and see how you can improve on it !