u/SlappyHo - 9 Archived Voat Posts in v/programming
u/SlappyHo
  • home
  • search

u/SlappyHo

0 posts · 9 comments · 9 total

Active in: v/programming (9)

  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››
Comment on: Only 36% of Indian engineers can write compilable code: study

I interviewed for an internship an Indian woman pursuing her masters in computer science at a nonaccredited division 1 university. Her undergrad came from some Indian college. Her resume was fantastic.

She couldnt do merge sort, nor could she figure it out when I told her the algorithm.

We picked the guy with 2 semesters of programming at a local community college for the internship. He was/is a fantastic intern.

1 11 May 2017 04:05 u/SlappyHo in v/programming
Comment on: The reason why Agile development fails.

100%

At my company we have 3 types of developers. Leaders, Architects, & Developers. Everyone starts as a Developer and you hope they can progress to Architect at the very least. Some come with leadership skills at entry level, but those are rare. Leadership skills can be cultivated by the environment of the company which starts with good mentoring.

0 21 Oct 2016 17:08 u/SlappyHo in v/programming
Comment on: The reason why Agile development fails.

This is wrong. This is the opinion of either a good developer who has been working with low quality developers, or a good developer who has been working under poor quality leadership and mentoring. I run a software department and recently transitioned from Waterfall to Agile. It took us 3 years to fully get to test driven as well. The quality of your developers and the quality of their mentoring are what determine the quality of the software you produce under Agile.

1 21 Oct 2016 17:04 u/SlappyHo in v/programming
Comment on: Will being a programmer become a near minimum wage occupation?

Exactly. At my company we say there are Software Engineers and there are Coders. We only hire the former.

3 23 Sep 2016 11:46 u/SlappyHo in v/programming
Comment on: Between "async event based" and "multi-threading" programming models, which one gives better performance and why?

sounds good in theory, but in practice its not always possible because:

maybe use a bit more memory

Is a constraint in and of itself.

0 18 Jun 2016 13:25 u/SlappyHo in v/programming
Comment on: Between "async event based" and "multi-threading" programming models, which one gives better performance and why?

Yes, hence critical sections only.

0 18 Jun 2016 13:01 u/SlappyHo in v/programming
Comment on: Between "async event based" and "multi-threading" programming models, which one gives better performance and why?

I recently wrote a P2P VoIP app that used threading for the capture, playback and audio mixing & aysnc for the p2p mesh service. Each solve a different problem. Both are useful techniques.

1 18 Jun 2016 12:39 u/SlappyHo in v/programming
Comment on: Between "async event based" and "multi-threading" programming models, which one gives better performance and why?

but avoid locks as much as possible

Locks are fine if you know how to use them, ie limiting to the critical sections only.

0 18 Jun 2016 12:29 u/SlappyHo in v/programming
Comment on: [CS Theory Stack Exchange] If God had a book of algorithms, which would be included?

Mergesort since he's so keen on separating people to rank them.

1 19 Apr 2016 03:03 u/SlappyHo in v/programming
  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››

archive has 9,592 posts and 65,719 comments. source code.