Live data from Hacker News

Viewing profile — hqudsi

hqudsi

HN member
Joined
Wed, Oct 12, 2022, 2:53 PM UTC
HN karma
50
Public activity
15 items

About hqudsi

No profile information was provided.

Recent public activity

  1. comment
    Comment #40278104

    As a practicing Muslim, yup I have no love for the Saudi regime (same with the Iranian regime, Taliban, etc.). That being said you'll find a variety of opinions with the Muslim com…

  2. comment
    Comment #37704740

    I sometimes do this but idk if I would consider it 'elegant' The other 'gotcha' is that in switch statements the compiler can't tell whether you enumerated on all your cases as the…

  3. comment
    Comment #37283281

    When I was first starting out, a then senior engineer told me: "friends don't let other friends use kwargs". That always stuck with me.

  4. comment
    Comment #35988023

    For me it was that coinbase ad.

  5. comment
    Comment #35659330

    There's no central authority in Islam like the clergy in Catholism. However there are legal schools and councils that people trust. Legal schools (or fiqh) were established by famo…

  6. comment
    Comment #35658886

    I meant breaking your fast with dates is kinda arbitrary not the fasting itself. Fasting is very much not arbitrary and has a very special meaning since it's one of the few things …

  7. comment
    Comment #35658662

    People play professional sports while fasting during Ramadan. I have no idea how they do it but having access to nutritionists probably helps.

  8. comment
    Comment #35658622

    As long as you are properly hydrated before it's really not that bad. Even this Ramadan, when I went to pee later in the day, the color wasn't dark implying I wasn't that dehydrate…

  9. comment
    Comment #35658226

    Islamic tradition values reason and rationality. It doesn’t say to blindly follow stuff. You still have to reason through new situations. The Quran is more for spiritual guidance e…

  10. comment
    Comment #35657811

    Yea and as a Muslim - I view it more as practicing discipline rather than suppressing desires. Like one the other posts said, you can't be blamed or sinned for having desires or wh…

  11. comment
    Comment #35652650

    Yea I like to describe fasting like going super saiyan but in spirituality and religiosity.

  12. comment
    Comment #35590839

    While I agree that English or any other spoken language is sufficient to describe technical requirements, many people have trouble communicating what they actually want because the…

  13. comment
    Comment #35589981

    I honestly believe everyone working at a tech company should know or learn how to code even if it's just SQL or basic Python. I'm more than happy creating some views in a SQL datab…

  14. comment
    Comment #34717985

    Wall Street Oasis is probably the closest thing https://www.wallstreetoasis.com/forum

  15. comment
    Comment #33536764

    yea I do interactive rebase all the time on my local git to clean up my commits before I push them up. I also started doing `git commit --fixup` when doing cr fixes so I can just a…