Viewing profile — lmuench
lmuench
HN member- Joined
- Mon, Jul 10, 2017, 7:58 PM UTC
- HN karma
- 19
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About lmuench
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #28381478
Kustomer | Engineering Managers, Software Engineers and Data Engineers | NYC | https://www.kustomer.com/ Kustomer is the core platform of customer service brands like Ring, Sweetgr…
-
comment
Comment #24969962
Kustomer | Multiple Roles | NYC, Durham, Spain | Onsite / Remote (USA Time Zones) | Full Time Kustomer is the omnichannel SaaS platform reimagining enterprise customer service to d…
-
comment
Comment #24256904
Python’s import system is weird but it does make sense when you use absolute imports: project ├── main.py ├── package1 │ ├── module1.py │ └── module2.py └── package2 ├── __init__.p…
-
comment
Comment #23938882
> Study finds information acquisition shares the same dopamine producing reward system pathway as food, financial rewards and drugs. https://neurosciencenews.com/information-addict…
-
comment
Comment #23167971
Can you point me to some online resources? I'd like to learn more about this.
-
comment
Comment #23167943
Correct.
-
comment
Comment #23167865
Docker has a concept of layered images where only the top-layer is writable. The layer above the "scratch"[1] image usually contain all the files of the base images OS and that's w…
-
comment
Comment #23020702
https://keybase.io/
- story
-
comment
Comment #22084126
There is an infinite amount of numbers between 0.0 and 1.0, none of them are 2.0
-
comment
Comment #21110920
I recall reading that one of the reasons was the fact that "go" sounded good 1. when used as a keyword to start a "goroutine" go f() 2. when used from the command line for compilat…
-
story
Ask HN: Do you use OSGi?
What's your experience with it and where do you (hope to) see OSGi going in the future?
-
comment
Comment #14739161
Have you tried Elixir?