Viewing profile — emiphil
emiphil
HN member- Joined
- Fri, Jun 04, 2021, 2:59 PM UTC
- HN karma
- 2
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About emiphil
No profile information was provided.
Recent public activity
-
comment
Comment #27489077
for (elevator ... Like that is making a new global variable called elevator which is getting overwritten on the next loop. You need to for(const elevator... (or let). The other thr…
-
comment
Comment #27405865
Post 7 resonates with me a lot. One thing that it only hints at is how fundamentally different thinking about things from a machine/system perspective is from thinking about things…