Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lmuench
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
lmuench
5y ago
Kustomer | Engineering Managers, Software Engineers and Data Engineers | NYC | https://www.kustomer.com/ Kustomer is the core platform of customer service brands like Ring, Sweetgreen, Rent the Runway, Glossier, Away, Glovo
2.
▲
by
lmuench
6y ago
Kustomer | Multiple Roles | NYC, Durham, Spain | Onsite / Remote (USA Time Zones) | Full Time Kustomer is the omnichannel SaaS platform reimagining enterprise customer service to deliver standout experiences– not resolve tickets. Built
3.
▲
by
lmuench
6y ago
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__.py ├── module3.py ├── mod
4.
▲
by
lmuench
6y ago
> Study finds information acquisition shares the same dopamine producing reward system pathway as food, financial rewards and drugs. https://neurosciencenews.com/information-addiction-brain-142...
5.
▲
by
lmuench
6y ago
Can you point me to some online resources? I'd like to learn more about this.
6.
▲
by
lmuench
6y ago
Correct.
7.
▲
by
lmuench
6y ago
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 what you set your root directory to. The writa
8.
▲
by
lmuench
6y ago
https://keybase.io/
9.
▲
Year Zero
(en.wikipedia.org)
2 points
by
lmuench
7y ago
|
0 comments
10.
▲
by
lmuench
7y ago
There is an infinite amount of numbers between 0.0 and 1.0, none of them are 2.0
11.
▲
by
lmuench
7y ago
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 compilation etc. go build ... go ge
12.
▲
Ask HN: Do you use OSGi?
2 points
by
lmuench
8y ago
|
0 comments
13.
▲
by
lmuench
9y ago
Have you tried Elixir?