HN user

OulaX

234 karma
Posts34
Comments24
View on HN
news.ycombinator.com 9mo ago

Ask HN: How Do I Get over My Existential Crisis?

OulaX
106pts90
news.ycombinator.com 11mo ago

Ask HN: Startups, 0 Stability – Is It Time to Move on from Tech?

OulaX
8pts7
news.ycombinator.com 1y ago

Ask HN: Did Anyone Here Lose Interest in Coding After a While?

OulaX
7pts5
news.ycombinator.com 1y ago

Ask HN: Can't Figure Out Where to Go Next Career Wise

OulaX
5pts5
news.ycombinator.com 1y ago

Ask HN: Looking to Break into Cybersecurity – Where Do I Start?

OulaX
14pts9
news.ycombinator.com 1y ago

Ask HN: Receive Payments as an Independent Contractor

OulaX
2pts4
news.ycombinator.com 1y ago

Ask HN: Should I Make the Pivot to Cybersecurity or Grow as a Software Engineer?

OulaX
7pts5
news.ycombinator.com 2y ago

Ask HN: Lost My Software Engineering Job, Now What?

OulaX
17pts17
news.ycombinator.com 2y ago

Ask HN: Should I Change My Specialization Due to Market Saturation?

OulaX
12pts17
news.ycombinator.com 2y ago

Ask HN: How Do You Usually Plan and Approach Your Solo Projects?

OulaX
10pts7
news.ycombinator.com 2y ago

Ask HN: What's Your Portable Dev Environment Like?

OulaX
1pts1
news.ycombinator.com 2y ago

Ask HN: Which Dev Area Should I Specialize In?

OulaX
1pts1
news.ycombinator.com 2y ago

Ask HN: Slowly Losing Interest in Software Engineering, should I be worried?

OulaX
53pts42
news.ycombinator.com 2y ago

Ask HN: How Do You Decide Between Two Job Offers?

OulaX
1pts1
news.ycombinator.com 3y ago

Ask HN: How to Approach Being Laid Off?

OulaX
1pts2
news.ycombinator.com 3y ago

Ask HN: How to Get Software Based Business Ideas?

OulaX
17pts19
news.ycombinator.com 3y ago

Ask HN: CLRS or Others?

OulaX
4pts2
news.ycombinator.com 3y ago

Ask HN: How Do I Advance in My Career?

OulaX
2pts1
news.ycombinator.com 3y ago

Ask HN: What's Your Approach to a New FE Web Project?

OulaX
2pts1
news.ycombinator.com 3y ago

Ask HN: Should I Venture into iOS Development as a Hobby?

OulaX
1pts2
news.ycombinator.com 3y ago

Ask HN: Is It Age, or Am I Losing Interest in Programming?

OulaX
22pts29
news.ycombinator.com 3y ago

Ask HN: How Do I Plan My Application's Architecture?

OulaX
1pts1
news.ycombinator.com 4y ago

Ask HN: Are Remote Internships/Junior Positions Easy to Find?

OulaX
1pts0
news.ycombinator.com 4y ago

Ask HN: Stuck and Depressed – Need Guidance

OulaX
2pts2
news.ycombinator.com 4y ago

Ask HN: Turing.com and Toptal. Legit?

OulaX
4pts11
news.ycombinator.com 4y ago

Ask HN: How Do You Guys Come Up with Project Ideas?

OulaX
2pts2
news.ycombinator.com 4y ago

Ask HN: Is It Possible for Me to Work Remotely?

OulaX
5pts2
news.ycombinator.com 4y ago

Ask HN: How Do You Deal with Perfectionism in Coding?

OulaX
4pts8
www.7-zip.org 4y ago

7-Zip 21.06 is Released

OulaX
5pts0
news.ycombinator.com 4y ago

Ask HN: How Do I Take My First Step in UI Design

OulaX
11pts3

I live in a developing country, meaning, finding a local Software Engineering job that pays well is impossible. This leaves me with remote work, and most companies don't want to hire an employee from my country.

Finding my current employer was actually a great hit of luck TBH!

I usually look for a phone that has proper LineageOS support and a strong xda community of third party ROMs, Kernels and what not.

I usually go to LineageOS's download page, and browse through the phone list for a not so old phone that has builds for the newest version. Afterwards I check its xda page, read the specs for the phone, check reviews on YouTube and finally decide.

I used to like Pixel phones, but sometimes even the Google experience is too much for me.

These things are a matter of personal preference, take the community's opinions then decide on your own based on your use cases.

all designs are draw with LTR in mind

I agree. Take a look at Figma, it's a fantastic tool, but it doesn't even support writing in RTL languages without using a plugin!

Each programming language has its purpose.

C code is performant and that is a fact. Python code is not.

When building mission critical systems why don't programmers just use C itself instead of coding in another programming language and having it transpiled for them? Why introduce such tools all the time?

I am against this because the tools programmers use are becoming too bloated compared to 10-20 years ago.

Want to build an Android App? Use Java/Kotlin.

Want to build an iOS App? Use Swift.

Want to build a Web App? Use a Single JS Framework (Why millions of frameworks?)

Want to build a Windows Desktop App? Use C#.NET Either with WinForms or WPF.

I really see tools and technologies coming up all the time to solve a problem that most of the time doesn't exist.