Live data from Hacker News

Viewing profile — l1ambda

l1ambda

HN member
Joined
Thu, Apr 16, 2015, 9:25 PM UTC
HN karma
401
Public activity
121 items

About l1ambda

No profile information was provided.

Recent public activity

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

  2. 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.

  3. comment
  4. story
  5. comment
  6. comment
  7. comment
  8. 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…

  9. comment
  10. comment
  11. story
  12. comment
  13. comment
  14. comment
  15. 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.

  16. comment
  17. 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 …

  18. comment
    Comment #19437827

    Yes. One can workaround it with the throw-as-unchecked pattern: https://stackoverflow.com/questions/14038649/java-sneakythro...

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

  20. comment
  21. comment
    Comment #18658067

    https://wiki.mozilla.org/Oxidation#Rust_Components

  22. comment
  23. 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…

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

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