Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fayyazkl
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
fayyazkl
1y ago
You are missing the point that a director level resource, could only apply to a relatively smaller number of roles. Entry level IC might not be worth applying. So despite what they say, the limitation factor might also be number of posted j
2.
▲
by
fayyazkl
6y ago
Thats certainly invalid. People with 20 years of experience or more, are asked questions based upon the role they are interviewing for. If you are applying for a principal or higher engineer role and your job involves coding, you are asked
3.
▲
by
fayyazkl
6y ago
Every body is asked some thing close enough. At higher levels, often focus is not on coding, but enough depth of design where a person of such profile might end up educating the interviewer - while satisfying their requirements. That being
4.
▲
Foobar with Google - Hiring alternate??
1 points
by
fayyazkl
9y ago
|
1 comments
5.
▲
IO visor, advancing Virtualization in Linux
(iovisor.org)
1 points
by
fayyazkl
11y ago
|
0 comments
6.
▲
by
fayyazkl
12y ago
for the senior C++ engineers and the likes, any chance for visa cum relocation?
7.
▲
by
fayyazkl
12y ago
The last part might not be true. Though i won't generalize, let's just say that i have been writing industry code for almost a decade, 90% C (because of domain) and at least a quick review tells me, porting this to a couple of maj
8.
▲
by
fayyazkl
12y ago
Well coming from an industry c programmer (embedded, networking, high throughput stuff, where c is the only choice), i am really thinking this could be of a great use. Specially for large products developed and maintained for many years and
9.
▲
by
fayyazkl
12y ago
you said must be eligible to work in Canada. Do you mean that you cannot process people who are say on closed work permit in Canada and would need a new permit to work for you?
10.
▲
by
fayyazkl
12y ago
Until we find a way to truly achieve network neutrality which also means (from service provider's perspective) to throttle and keep in reasonable usage limit applications such as video streaming, specifically illegal torrent usage whic
11.
▲
by
fayyazkl
12y ago
He has great insights and uses classical analogies to explain ideas. Here is his stackoverflow profile http://stackoverflow.com/users/88656/eric-lippert containing a lot of answers, worth reading even if you are n
12.
▲
by
fayyazkl
12y ago
Moreover, the concept is quite abstract and has many similar applications. I used to work in a scenario when there was a specific gateway resource that was needed to be run by every developer for executing his code, was very expensive and p
13.
▲
by
fayyazkl
12y ago
The best I think that can be done is to tell objectively why you didn't fund a company so either they focus on resolving those issues or at worst quit asap or move to a new idea. I dont know how much feedback is provided currently but
14.
▲
by
fayyazkl
12y ago
I beg to differ on this point. Embedded software development in general needs more of core CS/CE curriculum than any normal application development does (web, desktop, mobile). You might get away with learning to program for say androi
15.
▲
by
fayyazkl
12y ago
Skiena has a very different style of introducing algorithmic problems. Generally all comprehensive books tend to follow a pattern. Never have i seen a book in which while just being a university student i tried solving a problem described i
16.
▲
by
fayyazkl
13y ago
I never tried stating it was hard, or making it look like it is main stream. I just said that depending upon the domain you work in, Algorithms and data structures might be more important and you might encounter them more often then in web
17.
▲
by
fayyazkl
13y ago
Really? may be you didn't have an actual example so had to get sarcastic about it. So let me put a real scenario here. How about a gateway device receiving some minor 3-4 millions subscribers traffic and processing like 40-50Gigs per s
18.
▲
by
fayyazkl
13y ago
I sort of agree to most. Being able to write recurrence out of master theorem is never kind of thing really needed here. Even if you know conceptually the running time of a loop (nested ones etc.) and be able to apply that practically is su
19.
▲
by
fayyazkl
13y ago
Depending upon what sort of industry and scale you write code for, very often, it is a HUGE part. I accept the point that over optimizing is the root of all evil and the rest of the philosophy along those lines. But knowing algorithms and d
20.
▲
by
fayyazkl
13y ago
You might be working in a scenario where you can't just look those things up. You have to code them through. Learning them then through general concept AND THEN implementing is too much. For instance, if you work in the embedded domain
21.
▲
by
fayyazkl
13y ago
For all the arguments against the algorithmic type questions - i would add that in my ~16000 hours of professional programming, i have had to worry about O(n) to choosing Hash tables, quiet a lot of times. Although not too often (compared t
22.
▲
by
fayyazkl
13y ago
Oh, so you mean the openbsd version doesn't suffer from these issues / features? :) I would definitely like to take a look. Thanks
23.
▲
by
fayyazkl
13y ago
Apparently, most of the ones categorized hard seem to be some thing related to hardware i.e. not a software mistake of some programmer. I would narrate a couple which were not the case. a) I used to work on deep packet inspection software f
24.
▲
by
fayyazkl
13y ago
As long as there was competition, they were forced to maintain standards as well as individuality to retain separate policies. From a contractor's perspective only on one site, it would be positive in the sense that you can use the sam
25.
▲
by
fayyazkl
13y ago
Just to balance the concept, usually people who have maintained good ratings for a long time, don't do this. I have worked for like 5-6 years at odesk part time, done around 40 jobs of varied sizes (hourly as well as fixed prices), nev
26.
▲
by
fayyazkl
13y ago
Okay, when i read the news i was thinking like, may be if he (driver) was slower and still caught fire, they might have been saved in a Tesla due to better fire prevention. The pictures show wreckage in a poor shape so its hard to realize w
27.
▲
Would Paul Walker survive had he been riding a Tesla?
5 points
by
fayyazkl
13y ago
|
3 comments
28.
▲
by
fayyazkl
13y ago
That's a very interesting sort of analogy. Among most of the discussed issues, a) For one, giving enough time to come up with a project estimate is often rare. Usually people try to ask for those upfront. b) Usually we try to add a gen
29.
▲
by
fayyazkl
13y ago
Another option is to look at credible free lance sites such as odesk, elance etc. Generally you can search for contractors with 1) top notch past feedback in projects of area you are looking for 2) scores on relevant tests on those websites
30.
▲
by
fayyazkl
13y ago
Yes, but i think it initially teaches dvcs by going exactly the opposite route i.e. there is nothing central. Then latter when you get to mix central again into the concept, it gets a little (let's just say) polluted i.e. harder to get
More ›