HackerTrans
TopNewTrendsCommentsPastAskShowJobs

itsmefaz

no profile record

Submissions

Ask HN: Building a deep expertise in one language

1 points·by itsmefaz·قبل 3 سنوات·3 comments

Mojo a journey to 68000x speedup over python - Part 3

modular.com
3 points·by itsmefaz·قبل 3 سنوات·3 comments

Tell HN: Rust is the superglue

31 points·by itsmefaz·قبل 3 سنوات·36 comments

Ask HN: Are there any programming language design jobs?

1 points·by itsmefaz·قبل 3 سنوات·0 comments

Ask HN: Why Python?

15 points·by itsmefaz·قبل 3 سنوات·20 comments

Ask HN: Rust or C or C++ in 2023?

31 points·by itsmefaz·قبل 3 سنوات·55 comments

Ask HN: Garry Tan about not working for a boss

axios.com
2 points·by itsmefaz·قبل 3 سنوات·3 comments

Ask HN: Any resources to understand the cybersecurity landscape?

8 points·by itsmefaz·قبل 3 سنوات·8 comments

Ask HN: Why are all the domain names taken?

2 points·by itsmefaz·قبل 4 سنوات·3 comments

Ask HN: Managing identity across Social Media platform?

1 points·by itsmefaz·قبل 4 سنوات·0 comments

Ask HN: Why is job matching still broken?

2 points·by itsmefaz·قبل 4 سنوات·4 comments

Ask HN: Going All-In on Rust

15 points·by itsmefaz·قبل 4 سنوات·17 comments

Ask HN: How should I go about having multiple employers?

5 points·by itsmefaz·قبل 4 سنوات·6 comments

Ask HN: If I am skilled enough, then why do I feel underpaid?

1 points·by itsmefaz·قبل 4 سنوات·4 comments

Ask HN: Java Suffers from an Identity Problem

3 points·by itsmefaz·قبل 4 سنوات·10 comments

Ask HN: What do you think about the recent Web3 migration narrative?

1 points·by itsmefaz·قبل 4 سنوات·4 comments

Ask HN: Building your brand within a company or start on your own?

8 points·by itsmefaz·قبل 4 سنوات·5 comments

comments

itsmefaz
·قبل 3 سنوات·discuss
Updated, thanks!
itsmefaz
·قبل 3 سنوات·discuss
Author here! I have finally come to realize why and where Python is required.

- Python is a fantastic frontend (glue) language that interop well with C/C++ libraries. This seamless binding is not natively available in languages in Go or Java or even JS.

- Python has an excellent data science / modelling / data engineering / ml ecosystem. There is no other language that comes close.

- Python is a fantastic MVP language. One can rapidly prototype and iterate and to a very good extend scale a product.
itsmefaz
·قبل 3 سنوات·discuss
> Ease of use, less ceremony, huge package ecosystem including several de-facto standards for many use cases/industries, suitable for glue work, are benefits.

Sure, these are operational advantages. But purely from an computational perspective (GPUs, multi-core, concurrency, etc) does it offer anything natively without interfacing with C/C++ that validates it to be called a general purpose language.
itsmefaz
·قبل 3 سنوات·discuss
My experience has been that to efficiently write computationally expensive operations I need to know the low-level libraries that Python interfaces with. Other languages provide me this functionality natively and I only go to the low-level stuff only after a few iterations.
itsmefaz
·قبل 3 سنوات·discuss
Thank you!
itsmefaz
·قبل 3 سنوات·discuss
I found this extremely interesting, I have been working for almost 8 years as a software engineer and this hit me hard.
itsmefaz
·قبل 3 سنوات·discuss
Wow! I love you..
itsmefaz
·قبل 3 سنوات·discuss
I wanted to develop an understanding of the market, where the industry is generally heading. To give some context, I am a software engineer typically spend time building enterprise software. I want to understand the landscape enough to be able to build a product (in the domain) on my own.
itsmefaz
·قبل 4 سنوات·discuss
Thanks for your detailed response. But I still see all of these as computational problem that can also be scaled very easily.
itsmefaz
·قبل 4 سنوات·discuss
Thanks for a detailed summary. This was really helpful.
itsmefaz
·قبل 4 سنوات·discuss
Maybe I was hoping to find someone who has already made such a transition.
itsmefaz
·قبل 4 سنوات·discuss
Thank you. This is a very helpful suggestion.
itsmefaz
·قبل 4 سنوات·discuss
I am skeptical of job opportunities for Rust in my country. However, I get a sense the language appeals to a specific audience (and company), and most of the companies here are only building SaaS applications so it might not benefit them to transition their codebase.
itsmefaz
·قبل 4 سنوات·discuss
Mostly around time + space optimization rather than being first.
itsmefaz
·قبل 4 سنوات·discuss
Can you give me a small summary about what is being said in that book? And what you learned reading that book?
itsmefaz
·قبل 4 سنوات·discuss
I have bradycardia and my resting heart is around ~50. Is this something I must about concerned about?
itsmefaz
·قبل 4 سنوات·discuss
Thanks for your detailed assessment of the languages. This has given me a good idea which direction to go towards.
itsmefaz
·قبل 4 سنوات·discuss
> Your pay is basically a measure of "this is how hard it is to replace you" with an adjustment for how bad it would be if you quit and your employer doesn't bother to replace you. Your talents, insofar as they are a factor, are only useful to you in figuring out how to do something that is both uncommon and useful.

This is striking, the problem seems to be that most of the jobs that engineers are doing are easily replaceable.
itsmefaz
·قبل 4 سنوات·discuss
Do you happen to know platforms / languages that are primarily built to work on scale both for users and developers? I sense Go has projected itself to be the one, do you have any other suggestions?
itsmefaz
·قبل 4 سنوات·discuss
Thanks for your response!

I completely agree with the Big Ball of Mud and Swap guide analogy as that has also been my experience. I am also looking for alternatives and Go seems to be the logical conclusion that I am getting to. What would you suggest?