Viewing profile — l1ambda
l1ambda
HN member- Joined
- Thu, Apr 16, 2015, 9:25 PM UTC
- HN karma
- 401
- Public activity
- 121 items
- HN profile
- View on Hacker News ↗
About l1ambda
No profile information was provided.
Recent public activity
-
comment
Comment #39068304
Tangent: anyone else remember the https://news.ycombinator.com/item?id=33217395 post? A handful of HN people were on the CB radio on https://4m3ric4.com and were voice chatting and…
-
comment
Comment #38658999
Similarly, don’t start or end sprints on Mondays or Fridays (Wednesday is best?), to make it easier to get back into flow after weekends.
- comment
- story
- comment
- comment
- comment
-
comment
Comment #28792031
https://torontosun.com/news/provincial/ontario-now-recommend... "Ontario now recommending against Moderna vaccine for men 18-24 years old...This comes after public health officials…
- comment
- comment
- story
- comment
- comment
- comment
-
comment
Comment #22822865
The Reducks pattern https://github.com/erikras/ducks-modular-redux fixes the boilterplate problem by keeping your action types, action creators, and reducers in the same file.
- comment
-
comment
Comment #19573008
I post something like this every time the congestion pricing subject comes up. We have congestion pricing in Minneapolis / St Paul and it just works. If I'm in a hurry, I have the …
-
comment
Comment #19437827
Yes. One can workaround it with the throw-as-unchecked pattern: https://stackoverflow.com/questions/14038649/java-sneakythro...
-
comment
Comment #19260904
This. We have this in Minneapolis / St Paul. It just _works_. We're rolling it out on most of the highways. I wish we had it on _all_ lanes on all highways already, because what is…
- comment
-
comment
Comment #18658067
https://wiki.mozilla.org/Oxidation#Rust_Components
- comment
-
comment
Comment #17843179
You used to be able to apprentice for just about any profession at all, often earning money while doing so. Perhaps social norms need to adjust and bring back apprenticeship. Perha…
-
comment
Comment #17528124
That's a completely fair question. I believe it's mainly just that Java bytecode is optimized to run on the JVM whereas WASM is optimized to run on CPUs. https://github.com/WebAsse…
-
comment
Comment #17500131
Microservices typically have two goals, performance and modularity. However, porting a typical webapp to a fast, modular compiled language will typically achieve at least one (ofte…