Viewing profile — chrstphrhrt
chrstphrhrt
HN member- Joined
- Thu, Dec 01, 2011, 2:40 PM UTC
- HN karma
- 289
- Public activity
- 193 items
- HN profile
- View on Hacker News ↗
About chrstphrhrt
No profile information was provided.
Recent public activity
-
comment
Comment #23292602
If you want to integrate with the data science ecosystem, would you use modern Python for APIs as well, or do Go services with minimal Python bits? EDIT: coming from someone who ha…
-
comment
Comment #23287648
Do you track down their email or just send a message on LinkedIn? How customized are the initial communications (e.g. common elements per type of work or type of company)?
-
comment
Comment #23272477
Yeah, we've graduated to using militarized police to do that for a while now.
-
comment
Comment #23272409
I'm working on a project that depends on Graphene and Django (not my choice). Any ideas off hand about doing the same thing there? IIRC Django can also use SQLAlchemy but it didn't…
-
comment
Comment #23261451
Too bad it got hobbled on the last Mac update. With Metal I find it completely unplayable and it doesn't do fullscreen.
-
story
Ask HN: How to transition (back) into frontend dev?
I have been programming professionally for over 10 years and have slid deeper and deeper into a backend groove over the last 5 or so. Not unintentionally, as I was chasing the stim…
-
comment
Comment #23198692
Agree 110%, and I want to take your notion as a cue to expound a little more from personal trauma :) I find OOP useful for configuration and library-level APIs (e.g. for injecting …
-
comment
Comment #23180237
Can't wait to see what a judge thinks about this.
-
comment
Comment #23179923
Same thing happens on HN. Comments that go against the kooolaid-driven white saviour ethos of certain VC-backed ideas are often downvoted. Still not as bad as popular Reddit subs t…
-
comment
Comment #23179551
Aaand I finally read the article and PEP and there's no escape from the GIL :( Damn wishful thinking.
-
comment
Comment #23179449
True true, my comment was not clear. With asyncio it's still a single threaded event loop (that can be clustered like Node or any Python processes as has always been done). With su…
-
comment
Comment #23172892
This makes sense. Combine it with asyncio and you have a full Node-like runtime without relying on Uvicorn and the like (even though clustering is still good for scaling).
- story
-
comment
Comment #23144188
If it's your primary residence that you live in for e.g. 80% of the year and you swap with other primary residences or actually stay in normal hotels when travelling, I can't see a…
-
comment
Comment #23143839
Nice downvotes, found the sycophant Airbnb managers who just fired everyone :)
-
comment
Comment #23143668
Hoarding shelter should be outlawed anyway. Or hotel licenses should be required with massive fines for evasion. Get a real job "hosts" (a disturbing doublespeak term for parasite)…
-
comment
Comment #23143131
Yep. I’ve been on a few remote teams where I write a lot (in plain language too), and have found that if my audience is non-technical management that they simply don’t read it. Dec…
-
comment
Comment #23127844
Internet access is a human right that flows from the right to education.
-
comment
Comment #23125137
Replace car parks with social housing.
-
comment
Comment #23097102
This is especially useful for those of us who have grown up thinking of ourselves as smart and becoming very identified with intelligence as personality. It can lead to anxiety dis…
-
comment
Comment #23096985
This can sometimes lead to burnout for me. When I blindly try to please no matter what, it also raises the bar of expectations. Sometimes people just want to feel superior and will…
-
comment
Comment #23096973
What are your thoughts on the welfare state and its compatibility with your freedom? What do you think about homelessness?
-
comment
Comment #23096950
I used to love Stoic thinking and read the usual primary sources a few years ago. I still do love it and practise it. However, I became more and more turned off by the modern compa…
-
comment
Comment #23042562
Is that any way related to dollar cost averaging? -not an investor
-
comment
Comment #23031257
Just to add a bit on that, if you dynamically generate channel names according to a validatable naming convention that any consumer can predict (ideally with a client lib for gener…