Viewing profile — reinhardt
reinhardt
HN member- Joined
- Mon, Sep 06, 2010, 10:34 PM UTC
- HN karma
- 3,623
- Public activity
- 1,002 items
- HN profile
- View on Hacker News ↗
About reinhardt
Recent public activity
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
- story
-
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…
-
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.
-
comment
Comment #41789716
That's not a problem, let alone the biggest one. You should just use relative imports explicitly.
-
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…
- story
- story
- story
- story
-
comment
Comment #20021023
I'd guess career-progression points, or even keep-getting-a-paycheck points at worst.
-
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…
- story
- story
- story
-
comment
Comment #17036796
Why PostgreSQL only? The mara-DB dependency [1] claims to support more. [1] https://github.com/mara/mara-db
-
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…
-
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.
- story
-
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).