Live data from Hacker News

Viewing profile — reinhardt

reinhardt

HN member
Joined
Mon, Sep 06, 2010, 10:34 PM UTC
HN karma
3,623
Public activity
1,002 items

About reinhardt

meh

Recent public activity

  1. comment
    Comment #48700860

    > Those mandates were rarely the reason people joined. But they are a reason people won't apply in the first place, or decide to opt out once they find out in the interview process…

  2. comment
    Comment #48698290

    This sounds great in theory, in practice the number of companies hiring is not infinite and it comes down to supply vs demand for your criteria. Being a vocal contrarian may be a g…

  3. story
    Ask HN: Is there a quiet market for 'no enforced AI' dev jobs?

    It seems to me that the dissenting voices from software engineers burned out after having the AI hype shoved down their throats have been growing louder lately. Just this week I re…

  4. comment
    Comment #48328849

    You could if you were a Deist. Deists believe in a creator who set the universe in motion via natural laws but no longer interacts with it. A sentient, conscious Big Bang if you wi…

  5. comment
    Comment #48326560

    By "believe", do you mean just hold the belief that it somehow exists, as in "I believe black holes exist / dinosaurs existed (but this belief has zero effect in my day to day life…

  6. comment
    Comment #46668305

    Same lack of desire to go out and I don't even have wife and kids, or even friends for that matter; just one friend I see once a week. Whatever the appeal/reward of socialization i…

  7. story
  8. comment
    Comment #44017348

    Also curious why every comment mentions just the number of rows as the only factor that matters. A 100M rows table of 3 integer columns is quite different from 50+ columns, 5 of wh…

  9. comment
    Comment #41789794

    Getting a cyclic import error is not a bug, it's a feature alerting you that your code structure is like spaghetti and you should refactor it to break the cycles.

  10. comment
    Comment #41789716

    That's not a problem, let alone the biggest one. You should just use relative imports explicitly.

  11. comment
    Comment #41086793

    I haven't used Airflow for years but it used to be quite clunky, not sure how much it's improved since. I'd look into Prefect and/or Dagster first, both are more modern alternative…

  12. story
  13. story
  14. story
  15. story
  16. comment
    Comment #20021023

    I'd guess career-progression points, or even keep-getting-a-paycheck points at worst.

  17. comment
    Comment #20009394

    > Its a massive amount of state aggregated from billions of events that needs to be served at extremely low latency, but couldn't it be partitioned somehow??? The bidder/pacer stat…

  18. story
  19. story
  20. story
  21. comment
    Comment #17036796

    Why PostgreSQL only? The mara-DB dependency [1] claims to support more. [1] https://github.com/mara/mara-db

  22. comment
    Comment #17036741

    > Airflow requires task queues (e.g. celery), message broker (e.g. rabbitmq), a web service, a scheduler service, and a database. You also need worker clusters to read from your ta…

  23. comment
    Comment #16936149

    Yet another reason for trimming off old jobs after some point; the primary one being nobody cares going through 3+ page long resumes.

  24. story
  25. comment
    Comment #16917241

    In which case you can just compare the dicts without performing the multiplication (which happens to be the costliest part for arbitrary-precision integers).