Live data from Hacker News

Viewing profile — lmuench

lmuench

HN member
Joined
Mon, Jul 10, 2017, 7:58 PM UTC
HN karma
19
Public activity
14 items

About lmuench

No profile information was provided.

Recent public activity

  1. comment
  2. 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…

  3. 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…

  4. 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…

  5. 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…

  6. comment
    Comment #23167971

    Can you point me to some online resources? I'd like to learn more about this.

  7. comment
  8. 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…

  9. comment
    Comment #23020702

    https://keybase.io/

  10. story
  11. comment
    Comment #22084126

    There is an infinite amount of numbers between 0.0 and 1.0, none of them are 2.0

  12. 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…

  13. 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?

  14. comment
    Comment #14739161

    Have you tried Elixir?